Merge remote-tracking branch 'origin/no-gnus'
[gnus] / lisp / ChangeLog
1 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * lpath.el: Fix an XEmacs compilation warning.
4
5         * gnus-compat.el: Require `help-fns' to fix compilation error.
6
7         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
8         a higher level to silence compilation.
9
10         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
11         parameter to allow controlling the scaling.
12
13         * shr.el (shr-zoom-image): New command and keystroke.
14         (shr-put-image): Take a `size' flag to say how to scale the image.
15
16         * gnus-compat.el: Redefine `delete-directory' to provide recursive
17         deletion unless already defined.
18
19         * gnus.el (gnus-compat): Require it.
20
21         * gnus-compat.el: New file.
22
23         * gnus-start.el (gnus-clean-old-newsrc): New function.
24         (gnus-read-newsrc-file): Use it.
25
26         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
27         Use recursive deletion.
28         (mm-dissect-archive): Add support for zip files.
29
30         * gnus-util.el (gnus-recursive-directory-files): New function.
31
32         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
33         (mm-archive-decoders): Add tgz support.
34
35         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
36         Otherwise inserting text into the Gnus buffer can look odd.
37
38         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
39
40         * mm-archive.el (mm-archive-decoders): Add support for tar.
41
42         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
43
44         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
45
46 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
47
48         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
49
50         * mm-archive.el: New file.
51
52         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
53
54         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
55
56         * message.el (message-goto-*): Make all the `message-goto-*' commands
57         push the mark before moving point.  This makes it easier to go back to
58         where you came from after editing whatever you jumped to.
59
60 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
61
62         * gnus.el: Ma Gnus v0.1 is released.
63
64 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
67         the "server".
68
69         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
70         the real error message with the useless "previously known to be down".
71         Which isn't even correct.
72
73         * nntp.el (nntp-open-connection): Report the error message if the nntp
74         server can't be reached.
75
76         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
77         groups we do a total scan for.
78         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
79         doing that.
80
81 2012-01-31  Jim Meyering  <jim@meyering.net>
82
83         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
84         Correct a comment (insert "not") and hide nominally-doubled "to".
85
86 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
87
88         * gnus.el (gnus-version): Change name to "Ma Gnus".
89
90 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
91
92         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
93         section in the manual.
94
95 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
96
97         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
98         words.
99         (rfc2047-encode-string): Ditto.
100         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
101         understand folded filename="..." parameters, for instance.
102
103         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
104         the message for greater debuggability.
105
106 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
107
108         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
109         instead of setting it locally, since the latter doesn't seem to have
110         any effect (most of the time).
111
112 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
113
114         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
115         function call.
116
117 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
118
119         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
120         seconds, and make the repeat clause with HH:MM specs work as
121         documented.
122
123 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
124
125         * proto-stream.el (proto-stream-capability-open): Fall back on
126         :end-of-command if :end-of-capability doesn't exist.
127
128 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
131         bound globally in old Emacsen and XEmacsen.
132
133 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
134
135         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
136         so that previous errors don't prohibit getting new news.
137
138         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
139
140         * nntp.el (nntp-retrieve-group-data-early): Ditto.
141
142 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
143
144         * gnus.el (gnus-group-find-parameter): Check for liveness of the
145         buffer, not of the string which is its name.
146
147 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
148
149         * proto-stream.el (proto-stream-capability-open): Wait for
150         :end-of-capability, not :end-of-command.
151
152         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
153         non-server-marks groups.
154         (gnus-group-make-articles-read): Ditto.
155
156         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
157         methods (bug#9676).
158
159         * gnus.el (gnus-method-ephemeral-p): New function.
160
161 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
164         left-to-right.
165
166 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
167
168         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
169         warning.
170
171 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
172
173         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
174         macroexpand the nnir things, since they haven't been defined yet, and
175         nnir requires gnus-sum.
176
177 2012-01-24  Julien Danjou  <julien@danjou.info>
178
179         * color.el (color-rgb-to-hsl): Fix value computing.
180         (color-hue-to-rgb): New function.
181         (color-hsl-to-rgb): New function.
182         (color-clamp, color-saturate-hsl, color-saturate-name)
183         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
184         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
185
186 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * mm-decode.el (mm-interactively-view-part): Fix prompt.
189
190 2012-01-19  Julien Danjou  <julien@danjou.info>
191
192         * color.el (color-name-to-rgb): Use the white color to find the max
193         color component value and return correctly computed values.
194         (color-name-to-rgb): Add missing float conversion for max value.
195
196 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
197
198         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
199         logical server name in addition to the actual machine address.
200
201         * auth-source.el (auth-source-user-and-password): Add convenience
202         wrapper to search by just host and optionally user.
203
204 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * shr.el (shr-visit-file): Move point to the beginning of the buffer
207         after rendering.
208
209 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
210
211         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
212         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
213         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
214
215 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * gnus-sum.el (gnus-summary-read-group): Document more parameters
218         (bug#9693).
219         (gnus-summary-setup-buffer): Document return value (bug#9697).
220
221         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
222         since ido doesn't work on symbols (bug#9632).
223
224         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
225         when getting a single value as when getting all the values.  This means
226         that atoms like `gcc-self' work cumulatively, like variable settings,
227         instead of getting the value from the last matching clause.
228         (gnus-group-find-parameter): Protect against the group buffer not
229         existing (bug#9585).
230
231 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * gnus-start.el (gnus-activate-group): Document more parameters
234         (bug#9694).
235
236         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
237         (bug#9692).
238
239         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
240         article was fetched, so that it can be expired later (bug#9958).
241         (gnus-agent-summary-fetch-series): Add doc string.
242         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
243         (bug#9517).
244
245         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
246         retrieval is happening.
247
248         * gnus.el (gnus-parameters): Doc fix.
249
250 2012-01-06  Dave Abrahams  <dave@boostpro.com>
251
252         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
253         show the thread after expansion.
254
255 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * gnus-art.el (article-narrow-to-head): If the head is completely
258         empty, narrow to the empty region (bug#9764).
259
260         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
261         read, and then mark them as unread only when the unread mark is used.
262         This makes `C-- T k' actually work, even though it's confusing.
263
264         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
265         alive before we try to find its window.
266
267 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
268
269         * mm-decode.el (mm-display-external): Use a longer timeout for the
270         deletion to allow slow programs to display the file.
271
272 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
275         prompt to be less confusing.
276
277         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
278         argument to `message-reply'.  This broke `special-display-*' frame
279         pop-uping (bug#10238).
280
281 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
284         systems, since these allegedly don't work there.
285
286 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
287
288         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
289         live buffer.
290
291 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * nnir.el (nnir-retrieve-headers): Protect against the article not
294         existing on the server (bug#10335).
295
296 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
297
298         * gnus-agent.el (gnus-agent-load-local): Recompute
299         gnus-agent-article-local on changing method.
300
301 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus.el (gnus-parameters): Note precedence.
304
305 2012-01-04  Leo  <sdl.web@gmail.com>
306
307         * nndraft.el (nndraft-update-unread-articles): Don't move point around
308         in the group buffer.
309
310 2012-01-04  Julien Danjou  <julien@danjou.info>
311
312         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
313         change.
314
315 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
318         too.
319
320         * nntp.el (nntp-retrieve-group-data-early): Use it.
321
322 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * nntp.el (nntp-retrieval-in-progress): New variable.
325         (nntp-make-process-buffer): Make it buffer-local.
326
327         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
328         2010.
329         (gnus-demon-init): Use it to compute the time if time is on the form
330         "04:23".
331
332         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
333
334         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
335         status in the correct buffer.
336
337 2012-01-03  Leo  <sdl.web@gmail.com>
338
339         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
340         when opening topics (bug#10407).
341
342 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
343
344         * gnus-cus.el (gnus-score-customize):
345         * gnus-sum.el (gnus-sort-gathered-threads):
346         * message.el (message-shorten-references):
347         * nnmairix.el (nnmairix-request-group):
348         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
349
350 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
351
352         * gnus-agent.el (gnus-agent-regenerate-group):
353         * gnus-int.el (gnus-retrieve-group-data-early):
354         * mm-util.el (mm-codepage-ibm-list):
355         * nndiary.el (Commentary, nndiary-get-new-mail):
356         * nnir.el (nnir):
357         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
358
359 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * mm-view.el (mm-display-inline-fontify): Add comment.
362
363 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
364
365         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
366         * ntlm.el (ntlm-smb-dohash): Spelling fix.
367
368 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
369
370         * gnus-art.el (gnus-split-methods):
371         * gnus-msg.el (gnus-configure-posting-styles):
372         * gnus-spec.el (gnus-parse-simple-format):
373         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
374         * message.el (message-do-actions): Spelling fix.
375
376 2011-12-15  Juri Linkov  <juri@jurta.org>
377
378         * mm-decode.el (mm-inline-media-tests): Add missing
379         `mm-handle-media-subtype'.
380
381 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
382
383         * gnus-group.el (gnus-group-tool-bar):
384         * gnus-sum.el (gnus-summary-tool-bar):
385         * message.el (message-tool-bar):
386         * rfc2231.el (rfc2231-parse-string): Spelling fix.
387
388 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
389
390         * plstore.el (plstore--insert-buffer): Spelling fix.
391
392 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
393
394         * message.el (message-valid-fqdn-regexp): Update with newly approved
395         top-level domain names ".tel" and ".asia".
396
397 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * gnus-sum.el (gnus-summary-show-article): Don't load shr
400         unconditionally.
401
402 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
405         pop-to-buffer-same-window for old Emacsen.
406
407 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
408
409         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
410
411 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
412
413         * netrc.el (netrc-credentials): Spelling fix.
414
415 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
416
417         * gnus-fun.el (gnus-fun-ppm-change-string):
418         * gnus-msg.el (gnus-inews-do-gcc):
419         * gnus-sum.el (gnus-summary-find-for-reselect):
420         * gnus.el (gnus-summary-cancelled):
421         * message.el (message-cancel-hook, message-send-news):
422         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
423         * nnir.el (nnir-run-hyrex):
424         * nntp.el (nntp-with-open-group-function):
425         * pgg.el (pgg-pending-timers): Spelling fix.
426
427 2011-12-04  Chong Yidong  <cyd@gnu.org>
428
429         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
430         change (Bug#10200).
431
432 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * compface.el (uncompface):
435         * gnus-art.el (gnus-article-x-face-command): Update the header format
436         of icon data for the most recent icontopbm program.
437
438 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus-msg.el (gnus-inews-do-gcc):
441         * message.el (message-send-mail):
442         * mml.el (mml-generate-mime): Share the value of the buffer-local
443         `message-options' variable between a draft buffer and temprary working
444         buffers.
445
446 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
447
448         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
449
450 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
453         for Cygwin.
454
455 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
456
457         * gnus-group.el (gnus-group-prepare-flat):
458         * mm-bodies.el (mm-encode-body):
459         * mml.el (mml-preview):
460         * nnml.el (nnml-request-compact-group):
461         * pop3.el (pop3-stream-type): Spelling fix.
462
463 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
464
465         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
466
467 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
468
469         * color.el (color-rgb-to-hsl):
470         * gmm-utils.el (gmm-tool-bar-style):
471         * gnus-group.el (gnus-group-prepare-flat):
472         * gnus-topic.el (gnus-topic-prepare-topic):
473         * mm-decode.el (mm-discouraged-alternatives):
474         * rfc2047.el (rfc2047-encode-1):
475         * starttls.el: Spelling fix.
476
477 2011-11-24  Glenn Morris  <rgm@gnu.org>
478
479         * binhex.el (binhex-begin-line): Give it basic doc-string.
480
481         * starttls.el, tls.el: Fix case of "GnuTLS".
482
483 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
484
485         * gnus-group.el (gnus-group-highlight): Fix typo.
486
487 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
488
489         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
490         value of `delete-file', that returns nil for a local file but returns t
491         for a remote file using ssh.
492
493 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
494
495         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
496
497 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
500         avoid later breakage.
501
502 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
505         article buffers' name.
506
507 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
510         by Paul Eggert's spellfixes two days ago.
511
512 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
515         doesn't have it.
516
517         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
518         buffer-local instead of binding them to avoid warnings.  Also demote
519         errors (bug#10063).
520         (font-lock-mode-hook): Shut up byte compiler.
521
522 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
523
524         * mm-util.el (mm-charset-after):
525         * nnir.el (nnir-run-hyrex):
526         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
527         (ntlm-get-password-hashes, ntlm-md4hash):
528         * smime.el: Fix typo.
529
530 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
531
532         * gnus-agent.el (gnus-agent-expire-group-1):
533         * nndiary.el (nndiary-last-occurence):
534         * nnimap.el (nnimap-request-set-mark):
535         * nnmairix.el (nnmairix-only-use-registry):
536         * gnus-group.el (gnus-group-prepare-flat):
537         * gnus-sum.el (gnus-decode-encoded-word-methods):
538         * message.el (message-wash-subject):
539         * nntp.el (nntp-retrieve-headers-with-xover):
540         * smime.el (smime-certificate-directory): Spelling fix.
541
542 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
543
544         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
545
546         * color.el:
547         * gnus-agent.el (gnus-agent-possibly-alter-active):
548         * gnus-dired.el (gnus-dired-print):
549         * mail-parse.el:
550         * nnmairix.el (nnmairix-request-group):
551         * shr.el (shr-image-displayer):
552         * sieve-manage.el:
553         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
554
555 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
556
557         * gnus-sum.el (gnus-auto-select-subject):
558         * spam-report.el (spam-report-resend): Spelling fix.
559
560 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
561
562         * gnus-agent.el (gnus-agent-get-undownloaded-list):
563         * gnus-art.el (gnus-default-article-saver):
564         * gnus-srvr.el (gnus-server-copy-server):
565         * gnus.el (gnus-sloppily-equal-method-parameters):
566         * html2text.el (html2text-format-tag-list):
567         * message.el (message-narrow-to-head):
568         * nndiary.el:
569         * nnmairix.el (nnmairix-determine-original-group-from-registry):
570         * sieve.el: Spelling fix.
571
572 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
573
574         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
575         * gnus-sum.el (gnus-summary-make-menu-bar):
576         * gnus-uu.el (gnus-uu-decode-postscript)
577         (gnus-uu-decode-postscript-and-save):
578         * mailcap.el (mailcap-print-command):
579         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
580         Fix typos.
581
582 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
583
584         * gnus-art.el (gnus-article-part-wrapper):
585         * html2text.el (html2text-fix-paragraphs):
586         * mm-decode.el (mm-image-fit-p):
587         * rfc2047.el (rfc2047-encode-message-header):
588         * shr-color.el (shr-color-visible-distance-min)
589         (shr-color-relative-to-absolute, set-minimum-interval)
590         (shr-color-visible): Fix typos.
591
592 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
593
594         * gmm-utils.el (gmm-tool-bar-item):
595         * gnus-art.el (gnus-treat-body-boundary):
596         * gnus-diary.el (gnus-user-format-function-d):
597         * gnus-start.el (gnus-get-unread-articles):
598         * pgg-gpg.el (pgg-gpg-update-agent):
599         * smime.el (smime-cert-by-ldap-1): Spelling fix.
600
601 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
602
603         * gnus-topic.el (gnus-group-prepare-topics):
604         * gnus-uu.el (gnus-extract-view):
605         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
606
607 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * spam.el: Move BBDB autoloads.
610         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
611         BBDB 2 and 3.
612         (spam-check-BBDB): Use it.
613         (spam-enter-ham-BBDB): Use it.
614
615 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
616
617         * smime.el (smime-draw-buffer): Spelling fix.
618
619 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
620
621         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
622         for scanning exactly one level.
623         * gnus-start.el (gnus-get-unread-articles): Ditto.
624
625 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
628         slightly clearer.
629
630 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * gnus-sync.el: More commentary about setup.
633
634 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * message.el (message-send-and-exit): Document `arg'.
637
638 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
639
640         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
641
642 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
643
644         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
645
646         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
647         we don't use `bound-and-true-p'.
648
649 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
650
651         * gnus-util.el (gnus-bound-and-true-p): Remove.
652         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
653         * nnir.el: Use it.
654         * nnmairix.el: Use it.
655
656 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
657
658         * gnus-sync.el: Improve docs about CouchDB admins.
659
660         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
661         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
662         for reasons unknown.
663         * nnir.el: Use it.
664         * nnmairix.el: Use it.
665
666         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
667         * nnir.el: Ditto.
668         * nnmairix.el: Ditto.
669
670         * gnus-registry.el (gnus-registry-enabled): Default to nil.
671
672 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
673
674         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
675         not needed.  Provide xmlplistread list function to produce XML plist
676         output for non-Gnus LeSync clients.
677
678 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
681
682         * gnus-sync.el: Add LeSync synchronization backend and logic to read
683         and save against it.  Group subscriptions, read marks, other marks,
684         subscription levels, topic names, and topic offsets (the group's
685         position within the topic) are saved.  This is an experimental backend
686         and may change significantly.  Load json.el from the gnus-fallback-lib
687         if it's not available otherwise.
688         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
689
690 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
691
692         * message.el (message-completion-function): Make sure
693         message-tab-body-function is not attempted if one of
694         message-completion-alist fails to find a completion (bug#9158).
695
696 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
697
698         * mml.el (mml-quote-region): Quote <#secure> tag.
699         (mml-generate-mime-1): Unquote <#secure> tag.
700
701 2011-10-20  Chong Yidong  <cyd@gnu.org>
702
703         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
704         calling a minor mode from Lisp with nil arg enables it, so we have to
705         make the wording a bit ambiguous here).
706
707 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
708
709         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
710         * nnir.el (nnir-mode): Use it.
711         * nnmairix.el (nnmairix-determine-original-group-from-registry):
712         Use it.
713
714         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
715         * nnmairix.el (gnus-registry-enabled): Ditto.
716
717 2011-10-17  Dave Abrahams  <dave@boostpro.com>
718
719         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
720         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
721         only while we need to find out if it should be t or nil.
722         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
723         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
724         the registry is installed.  Set it to nil when it's unloaded.
725         (gnus-registry-install-p): Provide user guidance for the initial value
726         of `gnus-registry-install' when it's 'ask, otherwise return its value.
727         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
728         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
729         * nnmairix.el (nnmairix-determine-original-group-from-registry):
730         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
731         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
732         `gnus-registry-install'.
733
734 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
735
736         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
737         previous change.
738         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
739         primary key is marked as disabled.
740
741 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
742
743         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
744         primary key is marked as disabled.
745
746 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
747
748         * html2text.el (html2text-clean-anchor): Check for quotes around
749         `href' value.
750
751 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
752
753         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
754         searching.  Drop `bbdb-cache'.
755
756 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * message.el (message-signed-or-encrypted-p): Exclude header when
759         checking if there is signed or encrypted body in text/plain message.
760
761 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
762
763         * html2text.el (html2text-get-attr): Correctly handle attribute values
764         containing "=".
765
766 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
767
768         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
769         handle bindings.
770
771 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-win.el (gnus-configure-windows): Protect against reading
774         ephemeral groups outside of Gnus.
775
776 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * shr.el (shr-tag-img): Don't get images displayed in tables.
779
780 2011-10-03  Glenn Morris  <rgm@gnu.org>
781
782         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
783         the "maintainer" version of debbugs.gnu.org reports.
784
785 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
788         make asynchronous adjacent image insertion work better.
789
790 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
791
792         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
793         documentation.
794
795 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
798         `gnus-asynchronous' isn't shadowed.
799
800 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
803
804         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
805         (nnimap-insert-partial-structure): The charset parameter isn't
806         case-sensitive.
807
808         * nnheader.el (nnheader-message-maybe): New function.
809
810         * shr.el (shr-tag-table): Render totally broken tables better.
811
812         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
813         computing the boundary.
814
815 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * pop3.el (pop3-number-of-responses): Remove.
818         (pop3-wait-for-messages): Rewrite to take linear time instead of
819         exponential time.
820
821 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
824         re-fetch images.
825
826         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
827         re-fetch images when hitting `g' in Gnus.
828
829 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * mml.el (mml-inhibit-compute-boundary): New internal variable.
832         (mml-compute-boundary): Don't check collision if it is non-nil.
833         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
834         before checking collision.
835
836 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * message.el (message-indent-citation): Really make sure there's a
839         newline at the end.
840
841         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
842         Fix suggested by John Wiegley.
843
844         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
845
846         * gnus-art.el (gnus-treat-hide-citation): Add doc.
847
848         * message.el (message-default-send-rename-function): Break out into its
849         own function.
850
851         * ecomplete.el (ecomplete-display-matches): Revert patch since it
852         doesn't work under XEmacs.
853
854         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
855         of "imaps" to word around Windows problems.
856         (nnimap-open-connection-1): Use it.
857
858         * message.el (message-indent-citation): Revert last change which made
859         `F' not work.
860
861 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
862
863         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
864         terminal as well.
865
866 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
869         because it displays images using overlays that aren't easy to copy to
870         the article buffer.
871
872 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
873
874         * message.el (message-indent-citation): Fix empty line removal at the
875         end of the citation.
876
877 2011-09-20  Julien Danjou  <julien@danjou.info>
878
879         * auth-source.el (auth-source-netrc-create): Use default value for
880         password if specified.  Evaluate default.
881         (auth-source-plstore-create): Ditto.
882         (auth-source-plstore-create, auth-source-netrc-create): Fix default
883         value evaluation.
884         (auth-source-netrc-create): Typo fix.
885         (auth-source-plstore-create): Ditto.
886
887         * password-cache.el (password-cache-remove): Remove entries even if the
888         value is nil, so that password with a nil value (negative caching) is
889         possible to invalidate.
890
891         * auth-source.el (auth-source-format-cache-entry): New function.
892
893 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
896
897 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
900
901 2011-09-19  Julien Danjou  <julien@danjou.info>
902
903         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
904         which work with things that are not ASCII.
905
906 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
909
910 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
913         message level.
914
915 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
918
919 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus.el (gnus-interactive-exit): Update defcustom spec.
922
923 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
924
925         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
926         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
927
928 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
929
930         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
931         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
932         articles.
933
934 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
935
936         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
937         (message-mail-other-window, message-mail-other-frame)
938         (message-news-other-window, message-news-other-frame):
939         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
940         instead of setting buffer display varibles.
941
942 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
945
946         * gnus-sum.el (gnus-fetch-headers): Bump message level.
947
948 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
951         duplicates" to a higher level.
952
953         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
954         most egregious messages.
955
956 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
959
960 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
961
962         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
963         up the file (bug#9351).
964
965 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
968         it does with all other backends, but decode the names immediately after
969         getting them.
970
971         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
972         decoding nnimap groups.
973
974         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
975         newsrc file.  It doesn't seem like an important optimization any more.
976
977 2011-09-10  Dave Abrahams  <dave@boostpro.com>
978
979         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
980         overflows.
981
982 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus.el (gnus-article-mark-lists): Remove `recent'.
985         (gnus-interactive-exit): Extend to `quiet'.
986
987         * gnus-sum.el (gnus-offer-save-summaries): Use it.
988
989         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
990         string.
991
992         * plstore.el (plstore--get-buffer): Silence compiler warnings by
993         renaming function arguments from `this'.
994
995         * gnus-sum.el (gnus-newsgroup-recent): Remove.
996
997         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
998         has been renamed.
999         (gnus-lrm-string-p): Include RLM and PDF, too.
1000
1001         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1002         (bug#9225).
1003
1004 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1005
1006         Add autoload cookies for functions used by sendmail.el.
1007         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1008
1009         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1010
1011 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * gnus-art.el (article-date-ut): Work properly even when there are
1014         things like Date header in the body; work for forwarded parts.
1015
1016 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1017
1018         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1019         original-article-buffer.
1020
1021 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1022
1023         * nnir.el (nnir-compose-result): Fix matching of server type.
1024         (nnir-run-swish++): Ditto.
1025         (nnir-run-namazu): Ditto.
1026         (nnir-run-notmuch): Ditto.
1027
1028 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1031         (bug#9405).
1032
1033         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1034         (bug#9421).
1035
1036         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1037         (bug#9425).
1038
1039         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1040         thing (bug#9426).
1041
1042 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1045         the error message.
1046
1047 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1048
1049         * message.el (message-setup-1): Return t (Bug#9392).
1050
1051 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1052
1053         * gnus-sum.el: When adding article headers to a summary buffer also
1054         update gnus-newsgroup-articles (bug#9386).
1055
1056 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * auth-source.el: Autoload help-mode.
1059
1060 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1063         names.
1064
1065 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1066
1067         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1068         mm-replace-in-string for compatibility issues.
1069         * mml2015.el (mml2015-epg-verify): Ditto.
1070
1071 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1074
1075         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1076
1077 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1080         continue on and do the clean-up phase (bug#9188).
1081
1082         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1083         just ignore groups that can't be opened instead of erroring out
1084         (bug#9225).
1085
1086         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1087         nil since some many people are fuddy-duddies.
1088
1089         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1090         images.
1091
1092         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1093         instead.
1094
1095         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1096
1097         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1098
1099         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1100         processing.
1101
1102         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1103         buffer to avoid warnings.
1104
1105 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1106
1107         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1108         specified to reduce precision.
1109
1110 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1113         bodystructures (bug#9314).
1114
1115 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1118         Make button keymap non-sticky after buttons.
1119
1120 2011-08-18  David Engster  <dengste@eml.cc>
1121
1122         * nnmairix.el (nnmairix-request-set-mark)
1123         (nnmairix-goto-original-article): Remove adding of article to registry,
1124         since `gnus-registry-add-group' isn't available anymore.
1125         (nnmairix-determine-original-group-from-registry):
1126         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1127         available anymore.
1128
1129 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1130
1131         * starttls.el (starttls-any-program-available): Define as obsolete
1132         function.
1133
1134 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1137         versions which Gnus use when appropriate.
1138
1139         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1140         a pretty destructive command.
1141
1142         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1143
1144 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * message.el (message-fix-before-sending): Make a different warning
1147         about NUL characters (bug#9270).
1148
1149         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1150         from custom (bug#9260).
1151
1152         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1153         things work in Emacs 22 and XEmacs, too.
1154
1155         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1156         default From.
1157
1158         * gnus-spec.el (gnus-lrm-string-p): New macro.
1159         (gnus-lrm-string): New constant.
1160         (gnus-summary-line-format-spec): LRM-ify the from.
1161         (gnus-tilde-max-form): LRM-ify string chopping.
1162
1163         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1164
1165         * message.el (message-is-yours-p): Allow disabling canlock checking
1166         (bug#9295).
1167         (message-shoot-gnksa-feet): Add `canlock-verify'.
1168         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1169         message directory isn't writable (bug#9304).
1170
1171         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1172         non-world-readable.
1173
1174 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1175
1176         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1177         articles.
1178
1179 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1180
1181         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1182         copy-list.
1183
1184 2011-08-12  Sam Steingold  <sds@gnu.org>
1185
1186         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1187         in the reverse order to avoid modifying the cache with `nreverse'.
1188         (gnus-all-score-files): Do not modify the value returned by
1189         `gnus-score-find-alist' because it lives in a cache variable.
1190         (gnus-current-home-score-file): No need to `nreverse' the return value
1191         of `gnus-score-find-alist', it is already in the correct order.
1192
1193 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1194
1195         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1196         type MESSAGE and subtype RFC822 is slightly different from those of
1197         type TEXT.
1198
1199 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1200
1201         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1202         This allows article-referral to work from an nnir group.
1203
1204 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1205
1206         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1207
1208 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1209
1210         * mml1991.el (mml1991-epg-find-usable-key)
1211         (mml1991-epg-find-usable-secret-key): New function.
1212         (mml1991-epg-sign): Check if signing key is usable.
1213         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1214
1215 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1216
1217         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1218         server-variables only.  This should fix a bug introduced with commit
1219         e1889675b7f4adf057833c5513c9374134c4e053.
1220         (nnir-run-query): 'nnir-search-engine should not be set from the global
1221         environment.
1222
1223 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1224
1225         * nnir.el (nnir-search-thread): Position point on referring article
1226         line.
1227         (nnir-warp-to-article): Clean up summary buffers.
1228
1229         * nnimap.el (nnimap-request-thread): Whitespace fix.
1230
1231 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1232
1233         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1234
1235 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * starttls.el (starttls-available-p): Rename from
1238         `starttls-any-program-available' and changed return convention.
1239
1240 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1241
1242         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1243         `unix-sync' unless it's defined.
1244
1245 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1246
1247         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1248         `aref' for XEmacs compatibiltiy.
1249
1250 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1253
1254 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1255
1256         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1257         closures, quote the form properly (bug#9194).
1258
1259 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1262         (gnus-summary-insert-new-articles): Protect against servers that are
1263         down.
1264
1265 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1266
1267         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1268         in mm handle if none is specified.
1269
1270 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1271
1272         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1273
1274 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1275
1276         * nnir.el (nnir-search-thread): New function to make an nnir group
1277         based on a thread query.
1278
1279         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1280         of nnir in thread referral.
1281         (gnus-summary-refer-thread): Use it.
1282
1283         * nnimap.el (nnimap-request-thread): Use it.
1284
1285 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * shr.el (shr-tag-comment): Ignore HTML comments.
1288
1289 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1290
1291         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1292         argument.
1293         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1294         Use `nnir-address' to handle server info rather than passing an arg.
1295
1296         * nnimap.el (nnimap-make-thread-query): New utility function to format
1297         an imap thread search query.
1298         (nnimap-request-thread): Use it.
1299
1300         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1301         right select-method if we are not going back to the group buffer.
1302
1303 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1306         enter invalid buffer configurations into the quit form (bug#9107).
1307         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1308         unplugged/plugged.
1309
1310         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1311         keep track of which ones are unread (bug#9061).
1312
1313         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1314         (bug#9055).
1315
1316         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1317         (bug#9041).
1318
1319         * gnus-html.el (mm-util): Require (bug#9073).
1320
1321         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1322         (gnus-summary-refer-thread): Use it to remove duplicates in the
1323         un-threaded view (bug#9053).
1324         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1325
1326 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1327
1328         * nnir.el (nnir-read-server-parm): Use default value from global
1329         variable.  Without this the default search engine parameters aren't
1330         used at all.
1331
1332 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * message.el (message-unique-id): Don't use the undocumented return
1335         value from (random t) (bug#9118).
1336
1337 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * message.el (message-auto-save-directory): If the ~/Mail directory
1340         doesn't exist, use ~ as the auto-save directory (bug#4432).
1341
1342         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1343         hasn't already been started.
1344
1345 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1348
1349         * message.el (message-reply): Work around mysterious bug where
1350         `message-mode' seems to overwrite the locally bound `subject' variable.
1351
1352 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1353
1354         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1355         correct group.
1356
1357         * gnus-int.el (gnus-request-thread): Add group argument.
1358
1359         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1360
1361 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1364
1365         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1366         renamed to `debbugs-gnu-*'.
1367
1368 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1369
1370         * plstore.el: Revert the editing feature since it is not urgent.
1371         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1372         (plstore-mode-decoded): Remove.
1373
1374 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1377         isn't very interesting any more, and it leaks potentially secret data.
1378         (gnus-debug): Remove.
1379
1380         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1381         use of :custom-show.
1382
1383 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1384
1385         * plstore.el: Add documentation.
1386         (plstore-mode): New mode to edit plstore file.
1387         (plstore-mode-toggle-display, plstore-mode-original)
1388         (plstore-mode-decoded): New command.
1389         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1390         (plstore--insert-buffer, plstore--make): New function.
1391         (plstore-open, plstore-save): Simplify by using them.
1392
1393 2011-07-06  Glenn Morris  <rgm@gnu.org>
1394
1395         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1396
1397 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1400         no longer is much used.
1401         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1402         Articles".
1403
1404 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1405
1406         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1407         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1408         `notmuch' backend.
1409
1410 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * mm-decode.el (mm-text-html-renderer): Doc fix.
1413
1414         * gnus-msg.el (gnus-bug): Fix the MML tag.
1415
1416         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1417
1418 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1419
1420         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1421         secondary methods if started with `gnus-no-server'.
1422
1423 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1424
1425         * message.el (message-return-action): Fix typo in docstring.
1426
1427 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1430         bug reports at once.
1431
1432         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1433
1434 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * nndraft.el: Require gnus-group.
1437         (nndraft-request-list): Declare.
1438
1439         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1440         no unread article unless it matches gnus-permanently-visible-groups.
1441
1442         * nndraft.el (nndraft-update-unread-articles): New function.
1443         (nndraft-request-associate-buffer): Use it to update the number of
1444         unread articles for the nndraft groups in the group buffer when saving
1445         or killing a draft message.
1446
1447 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1450         systems to binary before writing and reading the mbox files.
1451
1452         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1453         instead of trying to list them all (bug#8978).
1454
1455 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1456
1457         * pop3.el (pop3-open-server): Use :end-of-capability.
1458
1459 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1462         the id is always a number.
1463
1464         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1465
1466         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1467         debbugs mode, if possible.
1468
1469 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1470
1471         * auth-source.el (auth-source-token-passphrase-callback-function):
1472         Reindent.
1473         (epg-context-operation): Remove unnecessary autoload.
1474
1475 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * gnus.el (gnus-list-debbugs): New command.
1478
1479         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1480         mboxstat instead of the maintbox, since the stat seems to be fuller.
1481
1482         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1483         summary buffers.
1484
1485         * message.el (message-get-reply-headers): Delete all duplicates,
1486         instead of the first.
1487         (message-get-reply-headers): Ensure that we have progress while
1488         deleting duplicates.
1489
1490         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1491         gnus-posting-style value from the summary buffer to make it easier to
1492         make that a per-buffer conf.
1493
1494 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1495
1496         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1497         found by setting `shortcut' in 'query.
1498         (nnir-request-article): Use `shortcut' setting when requesting article
1499         by Message-ID.
1500
1501 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1502
1503         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1504         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1505         Bring the pseudo-headers back too.
1506
1507 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1508
1509         * auth-source.el (auth-source-token-passphrase-callback-function):
1510         Simplify and remove EPA dependency.
1511
1512 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1513
1514         * nnir.el (nnir-request-article): Fix error message text.
1515
1516 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1517
1518         * auth-source.el (plstore-delete): Autoload.
1519         (auth-source-plstore-search): Support delete operation.
1520         * plstore.el (plstore-delete): New function.
1521
1522 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1525         mark actually existing articles as unread rather than the ones that
1526         active asserts.
1527
1528 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1529
1530         * nntp.el (nntp-record-command):
1531         * gnus-util.el (gnus-message-with-timestamp-1):
1532         Use format-time-string rather than decoding time stamps by hand.
1533         This is simpler and insulates the code from potential changes to
1534         current-time format.
1535
1536 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1539
1540 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1541
1542         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1543         (plstore-save): Support public key encryption.
1544         (plstore--init-from-buffer): New function.
1545         (plstore-open): Use it; fix error when opening a non-existent file.
1546         (plstore-revert): Use plstore--init-from-buffer.
1547
1548 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1549
1550         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1551
1552 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1555         for old Emacsen.
1556
1557 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1558
1559         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1560         is not fully working.
1561
1562 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * dgnushack.el: Autoload sha1 on XEmacs.
1565
1566         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1567         quit window configuration.
1568
1569         * auth-source.el (epg-context-set-passphrase-callback):
1570         Remove duplicate autoload.
1571
1572 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1573
1574         * nnir.el (nnir-request-article): Allow requesting articles by
1575         Message-ID with nnimap.
1576
1577         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1578         current server.
1579
1580 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1581
1582         * auth-source.el: Autoload EPA/EPG functions.
1583         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1584         changed when EPA/EPG is not available.
1585         (auth-source-backend): Rename "arg" member to "data".
1586         (auth-source-backend-parse, auth-source-plstore-search)
1587         (auth-source-plstore-create): Use it.
1588
1589 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1590
1591         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1592         `gnus-refer-article-methods'.
1593
1594 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1595
1596         * auth-source.el: Require EPA and EPG.
1597         (auth-source-passphrase-alist): New variable.
1598         (auth-source-passphrase-callback-function)
1599         (auth-source-token-passphrase-callback-function): Callbacks for the
1600         netrc field encryption (GPG tokens).
1601         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1602         Symmetric encryption and decryption of the netrc GPG tokens.
1603         (auth-source-netrc-normalize): Use them, simplifying the closure.
1604
1605 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
1608         is available.
1609
1610 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1613         non-nil, and `nnimap-split-methods' is nil, use the former.
1614
1615 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1616
1617         * plstore.el (plstore-revert): New function.
1618         (plstore-open): Use it; hide the buffer from user.
1619
1620 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1621
1622         * auth-source.el (auth-source-backend): New member "arg".
1623         (auth-source-backend-parse): Handle new backend 'plstore.
1624         * plstore.el: New file.
1625
1626 2011-06-30  Glenn Morris  <rgm@gnu.org>
1627
1628         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1629
1630 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1633         expiring articles to.
1634
1635         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1636         variations as ASCII (bug#5458).
1637
1638 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1641
1642 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * message.el (message-point-in-header-p): Tweak the function to default
1645         to saying that we're not in the headers if there is no separator at
1646         all.  This makes it possible to use the Message version of `M-q' in
1647         buffers with no headers (bug#7987).
1648         (message-point-in-header-p): Fix last checkin to work with an empty
1649         mail-header-separator, too.
1650
1651         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1652         again, save the choice via customize.
1653
1654 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1657
1658         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1659         ended the connection, bail out before waiting infinitely on a new
1660         connection.
1661
1662 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1663
1664         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1665         reports.
1666
1667         * gnus.el (gnus-bug-package): Use "gnus."
1668         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1669
1670 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * dgnushack.el: Make the timer warning go away on XEmacs.
1673
1674         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1675         animations going on at article exit time.
1676
1677         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1678         since removing it breaks people upgrading.
1679
1680         * shr.el (shr-put-image): Use the new interface for animating images.
1681         (shr-put-image): Animate for 60 seconds.
1682
1683         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
1684         avoid compiler warnings.
1685
1686         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1687         error with `find-file-hooks' on Emacs 22.
1688         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1689         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1690         on all architectures.
1691
1692         * spam.el (spam-stat): Require in a normal fashion without binding
1693         `spam-stat-install-hooks' to avoid compilation warnings.
1694
1695         * spam-stat.el (spam-stat-install-hooks): Remove.
1696         (spam-stat-install-hooks): Don't run automatically.
1697
1698 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1699
1700         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1701         and keystroke.
1702
1703 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * auth-source.el (auth-source-netrc-cache): Move forward.
1706
1707 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * proto-stream.el (proto-stream-open-starttls): Use
1710         `gnutls-available-p' to see whether we have built-in support.
1711
1712         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1713         we already know.
1714         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1715         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1716
1717 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1720         %S format, since that looks odd.
1721         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1722         file, especially when saving.
1723
1724 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1725
1726         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1727         article found.
1728
1729 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1730
1731         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1732         `auth-source-save-secrets' with a more sensitive alist that can be
1733         configured per file.  Experimental, so defaults to 'never.
1734         (auth-source-netrc-create): Use it.  Still experimental code.
1735         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1736         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1737
1738 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1739
1740         * auth-source.el (auth-source-save-secrets): New variable to control if
1741         secret tokens should be saved encrypted.
1742         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1743         to `auth-source-netrc-normalize'.
1744         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1745         on the EPA variables being defined.
1746         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1747         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1748         the lexical-let closure.
1749         (auth-source-netrc-create): Create "gpg:" tokens according to
1750         `auth-source-save-secrets'.
1751
1752 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * gnus-group.el (gnus-group-update-group): Add new argument
1755         `info-unchanged' that stops updating dribble buffer.
1756
1757         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1758         deletes lines matching to it in dribble buffer.
1759
1760         * gnus-agent.el (gnus-agent-fetch-group-1):
1761         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1762         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1763         * gnus-start.el (gnus-group-change-level):
1764         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1765
1766         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1767         if newsgroup info is not changed.
1768
1769         * gnus-group.el (gnus-group-get-new-news-this-group):
1770         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1771         Don't update dribble buffer.
1772
1773 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1774
1775         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1776         remove entries with groups we ignore.
1777
1778 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1781         the underline comes at the bottom.
1782
1783 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1784
1785         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1786         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1787         (gnus-registry-article-marks-to-names): Rename from
1788         `gnus-registry-user-format-function-M2'.
1789
1790 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1793         ephemeral group.
1794
1795 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796
1797         * shr.el (shr-browse-image): Copy the URL if called interactively.
1798
1799 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1802         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1803         done, then unselected articles may be marked as read.
1804
1805         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1806         since not doing this seems to lead to a race condition in pop3-logon.
1807
1808         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1809         so that the call chain it correct when we call "upwards".
1810
1811         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1812         in read-only groups.
1813
1814         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1815
1816         * message.el (message-cite-reply-position): Doc string fix.
1817
1818         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1819         avoid regexp overflow.
1820         (nnimap-transform-split-mail): Ditto.
1821
1822         * pop3.el (pop3-retr): Error out if the server closes the connection.
1823
1824 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1825
1826         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1827         mm-with-unibyte-current-buffer.  The buffer should not contain any
1828         multibyte chars anyway at this stage.
1829
1830 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1833         at the end of lines.
1834
1835 2011-05-29  Julien Danjou  <julien@danjou.info>
1836
1837         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1838
1839 2011-05-27  Glenn Morris  <rgm@gnu.org>
1840
1841         * gnus-group.el (gnus-bug-group-download-format-alist):
1842         Use the "maintainer" version of debian reports as well.
1843
1844 2011-05-26  Glenn Morris  <rgm@gnu.org>
1845
1846         * gnus-group.el (gnus-bug-group-download-format-alist):
1847         Use the "maintainer" version of debbugs.gnu.org reports.
1848
1849 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1852
1853 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1854
1855         * gnus-cus.el (gnus-agent-customize-category):
1856         * gnus-delay.el (gnus-delay-send-queue):
1857         * gnus.el (gnus-other-frame):
1858         Don't quote lambda expressions with `quote'.
1859
1860 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1861
1862         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1863         the thread moves us backwards and so we loop forever.
1864
1865 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1868         whitespace in base64 data lines.
1869
1870 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1871
1872         * gnus-registry.el (gnus-registry-user-format-function-M):
1873         Use `mapconcat'.
1874         (gnus-registry-user-format-function-M2): Use to see the full text of
1875         the marks.  Make "," the mark text separator.
1876
1877         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1878         authentication with auth-source.
1879
1880 2011-05-17  Glenn Morris  <rgm@gnu.org>
1881
1882         * gnus-group.el (gnus-import-other-newsrc-file):
1883         Use insert-file-contents.
1884
1885 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1886
1887         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1888         1000 iterations.
1889
1890 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * nntp.el (nntp-open-connection): Check if process-type is available.
1893
1894 2011-05-16  Julien Danjou  <julien@danjou.info>
1895
1896         * shr.el (shr-tag-del): Add support for del tag.
1897
1898 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus-html.el (gnus-html-put-image): Register a displayer.
1901
1902         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1903
1904 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1905
1906         * registry.el (prune-factor): New initialization parameter defaulting
1907         to 0.1.
1908         (registry-prune-hard): Use it.
1909
1910         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1911         0.1 expicitly.
1912
1913 2011-05-13  Glenn Morris  <rgm@gnu.org>
1914
1915         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1916         is bound, since this function requires sendmail.
1917
1918 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1919
1920         * registry.el (registry-usage-test): Disable pruning test.
1921
1922 2011-05-11  David Engster  <dengste@eml.cc>
1923
1924         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1925         Bind set-network-process-option for XEmacs.
1926
1927 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1928
1929         * registry.el (registry-prune-hard-candidates)
1930         (registry-prune-soft-candidates): Helper methods for registry pruning.
1931         (registry-prune): Use them.  Make the sort function optional.
1932
1933 2011-05-10  Jim Meyering  <meyering@redhat.com>
1934
1935         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1936
1937 2011-05-10  Julien Danjou  <julien@danjou.info>
1938
1939         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1940         symbol and not a list.
1941
1942 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * gnus-art.el (gnus-article-mode): Move binding of
1945         shr-put-image-function here from gnus-article-prepare-display.
1946
1947         * shr.el (shr-put-image-function): New variable.
1948         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1949         (shr-put-image): Return scaled image.
1950
1951         * gnus-art.el (gnus-shr-put-image): New function.
1952         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1953
1954         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1955         original ones, as deletable.
1956
1957 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1958
1959         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1960
1961 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1962
1963         * registry.el (registry-full): Add convenience method.  Fix logic.
1964         (registry-insert): Use it.  Fix logic here too.
1965
1966         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1967         `registry-prune' if `registry-full' returns t.
1968         (gnus-registry-handle-action)
1969         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1970         (gnus-registry-usage-test): Use it.
1971
1972 2011-05-07  Julien Danjou  <julien@danjou.info>
1973
1974         * shr.el (shr-link): Make shr-link inherit from link by default.
1975
1976 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1977
1978         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1979
1980 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1981
1982         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1983         error out because the face is not a list.
1984
1985 2011-05-05  Glenn Morris  <rgm@gnu.org>
1986
1987         * proto-stream.el (gnutls-negotiate): Fix declarations.
1988
1989         * gnus-start.el (gnus-propagate-marks): Declare.
1990
1991 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1992
1993         * registry.el (registry-reindex): Fix percentage message.
1994
1995         * proto-stream.el (network-stream-open-starttls): Adjust to call
1996         `gnutls-negotiate' with :process and :hostname arguments.
1997
1998 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1999
2000         * shr.el: Add shr-link face for links.
2001         (shr-urlify): Use it.
2002
2003         * registry.el (registry-insert): Make error message more helpful.
2004
2005 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * gnus-html.el (gnus-html-schedule-image-fetching):
2008         Use url-queue-retrieve, if it exists.
2009
2010         * shr.el (shr-tag-img): Ditto.
2011
2012         * gnus.el: Autoload more gnus-agent functions.
2013
2014         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2015         agent if we haven't already (bug#8502).
2016
2017         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2018         into the Agent, too.
2019
2020         * gnus-agent.el (gnus-agent-store-article): New function.
2021
2022         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2023         and moved from that file for reuse.
2024
2025         * pop3.el (pop3-open-server): Error messages are "-ERR".
2026
2027 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2030         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2031
2032 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2033
2034         * gnus.el: No Gnus v0.17 is released.
2035
2036 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2037
2038         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2039         buffer has moved to a different frame.
2040
2041 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2044         to get the conversion from unibyte to multibyte buffers to work on
2045         Emacs 22.
2046
2047         * nntp.el (nntp-request-article): Slight clean-up.
2048
2049 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * shr.el (shr-strike-through): New face.
2052         (shr-tag-s): Use it to provide <s> support.
2053         (shr-tag-s): Remove duplicate definition.
2054
2055 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2056
2057         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2058         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2059
2060 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2061
2062         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2063         `gnutls-negotiate'.
2064         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2065
2066 2011-04-23  Glenn Morris  <rgm@gnu.org>
2067
2068         * gnus-sum.el (gnus-extra-headers): Bump :version.
2069
2070 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * shr.el (shr-tag-sup): New function.
2073         (shr-tag-sub): Ditto.
2074
2075 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2076
2077         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2078         for the case where `gnus-registry-ignored-groups' is a list of lists,
2079         and don't call `gnus-parameter-registry-ignore' otherwise.
2080
2081 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2082
2083         * nnimap.el (nnimap-user): New backend variable.
2084         (nnimap-open-connection-1): Use it.
2085         (nnimap-credentials): Accept user parameter so it's explicit what user
2086         name is desired.
2087
2088         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2089         default.
2090
2091         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2092         not gnus-registry.el.
2093
2094         * gnus-registry.el: Mention in comments how to modify
2095         `gnus-extra-headers' for proper recipient tracking and that it may
2096         already have To and Cc recently, which it does as of this commit.
2097         (gnus-registry-ignored-groups): Remove defcustom.
2098         Explain why in comments.
2099         (gnus-registry-action): Fix data-header reference to use the extra
2100         headers.  Explain in package commentary how to add To and Cc headers to
2101         the gnus-extra-headers.
2102         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2103         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2104         parameter list or a string list in `gnus-registry-ignored-groups'.
2105         Fix logic error.
2106
2107 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * shr.el (shr-expand-url): Protect against null urls.
2110
2111 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * shr.el (shr-base): New binding.
2114         (shr-tag-base): Keep track of <base>.
2115         (shr-expand-url): New function used throughout.
2116
2117 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2118
2119         * gnus-registry.el
2120         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2121         (gnus-registry-ignored-groups): New variable.
2122         (gnus-registry-ignore-group-p): Use it.
2123         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2124         set the destination group to nil (same as delete) if it's ignored.
2125
2126 2011-04-20  David Engster  <dengste@eml.cc>
2127
2128         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2129
2130         * Makefile.in (test-nntp): New rule.
2131         (check): Add it.
2132         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2133
2134 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * gnus-registry.el (gnus-registry-action)
2137         (gnus-registry-fetch-header-fast):
2138         Don't use mail-header that looks an internal function of mailheader.el.
2139
2140 2011-04-19  Glenn Morris  <rgm@gnu.org>
2141
2142         * time-date.el (time-to-days): Remove unused local variables.
2143
2144 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * gnus-registry.el: Eliminate cl functions.
2147         (gnus-registry-sort-addresses): New function that replaces mapcan.
2148         (gnus-registry-action, gnus-registry-spool-action)
2149         (gnus-registry-split-fancy-with-parent)
2150         (gnus-registry-fetch-recipients-fast): Use it.
2151         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2152
2153         * registry.el (initialize-instance, registry-lookup)
2154         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2155         (registry-lookup-secondary-value, registry-search, registry-delete)
2156         (registry-insert, registry-reindex, registry-size, registry-prune):
2157         Use eval-and-compile.
2158
2159 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2160
2161         * registry.el (registry-reindex): New method to recreate the secondary
2162         registry indices.
2163
2164         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2165         tracked field changes.
2166         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2167         (gnus-registry-action, gnus-registry-spool-action)
2168         (gnus-registry-handle-action)
2169         (gnus-registry--split-fancy-with-parent-internal)
2170         (gnus-registry-split-fancy-with-parent)
2171         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2172         move, and delete actions, and for fancy splitting with parent.
2173         (gnus-registry-extract-addresses)
2174         (gnus-registry-fetch-recipients-fast)
2175         (gnus-registry-fetch-header-fast): Convenience functions.
2176         (gnus-registry-misc-test): ERT test of
2177         `gnus-registry-extract-addresses'.
2178
2179 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2180
2181         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2182         Track by subject first, then sender.
2183
2184 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2185
2186         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2187
2188         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2189         Lisp.
2190
2191         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2192         (gnus-draft-send): Use it to avoid popping
2193         up frames from gnus-group-send-queue.
2194
2195 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2196
2197         * gnus-registry.el: Updated gnus-registry docs.
2198
2199 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2200
2201         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2202         Fix logic bug.
2203         (gnus-registry-post-process-groups): Fix logging of no results and
2204         quote sender and subject.
2205
2206 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2209         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2210         gnutls-cli are too slow to be done opportunistically.
2211
2212         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2213         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2214         we had no early-data returned.
2215         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2216         two async commands to the same server at the same time.
2217
2218 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2219
2220         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2221
2222 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2225         "warning" level.
2226
2227         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2228         (mm-url-insert-file-contents): Don't set the package names.
2229
2230 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2231
2232         * gnus-registry.el (gnus-registry-action): Remove properties and
2233         simplify subject in `gnus-registry-handle-action'.
2234         (gnus-registry-spool-action): Get subject and sender from message if
2235         they are not passed in.
2236         (gnus-registry-handle-action): Remove properties and simplify subject
2237         consistently.
2238
2239 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2240
2241         * registry.el: Require CL before using defmacro*.
2242
2243 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * gnus-art.el (article-treat-date): Assume that
2246         gnus-article-date-headers may be a group parameter.
2247
2248 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2249
2250         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2251
2252         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2253         interactively so the newsrc file can contain foreign groups too.
2254         Useful for debugging but not much for users.
2255
2256 2011-04-07  David Engster  <dengste@eml.cc>
2257
2258         * registry.el (registry-usage-test): Only do
2259         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2260         lexical binding.
2261
2262 2011-04-07  David Engster  <dengste@eml.cc>
2263
2264         * Makefile.in (check, test-registry): New rules for test-suite.
2265
2266 2011-04-06  David Engster  <dengste@eml.cc>
2267
2268         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2269         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2270
2271 2011-04-06  David Engster  <dengste@eml.cc>
2272
2273         * registry.el (initialize-instance): Change :after to :AFTER to be
2274         compatible with old EIEIO version in XEmacs.
2275
2276 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2277
2278         * gnus-registry.el (gnus-registry-post-process-groups)
2279         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2280         and provide better messaging.
2281
2282 2011-04-06  David Engster  <dengste@eml.cc>
2283
2284         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2285         errors.
2286
2287         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2288         dgnushack-compile with error-on-warn enabled, and to signal an error if
2289         clean compilation failed.
2290         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2291         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2292
2293 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2294
2295         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2296         unconditionally anyway, discarding errors.
2297         (gnus-registry-delete-entries): New convenience function.
2298         (gnus-registry-import-eld): Import from old .eld registry.
2299
2300         * registry.el: Don't use ERT if it's not available.  Load it
2301         unconditionally anyway, discarding errors.
2302
2303         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2304         version from the Claudio Bley GnuTLS patch (extra optional parameters
2305         and host name).
2306
2307 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2308
2309         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2310         fixup the parameters that can be customized by the user between
2311         save/read cycles.
2312         (gnus-registry-read): Use it.
2313         (gnus-registry-make-db): Use it.
2314         (gnus-registry-spool-action, gnus-registry-handle-action):
2315         Fix messaging.
2316         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2317         Map references to actual group names with sender and subject tracking.
2318         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2319         (gnus-registry-usage-test): Add subject lookup test.
2320
2321         * registry.el (registry-db, initialize-instance): Set up constructor
2322         instead of :initform arguments for the sake of older Emacsen.
2323         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2324         pre-lexbind merge bug.
2325         (registry-usage-test): Use it.
2326         (initialize-instance, registry-db): Move the non-function initforms
2327         back to the class definition.
2328
2329 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2330
2331         * registry.el: New library to manage gnus-registry-style data.
2332
2333         * gnus-registry.el: Use it (major rewrite).
2334
2335         * nnregistry.el: Use it.
2336
2337         * spam.el: Use it.
2338
2339 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2342         marks on non-selected articles.
2343
2344 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2345
2346         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2347         parameter to open-protocol-stream.
2348
2349 2011-04-01  Julien Danjou  <julien@danjou.info>
2350
2351         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2352         fundamental-mode.
2353
2354 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2357         servers.
2358
2359 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2362         made marks not propagate, again.
2363
2364 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2365
2366         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2367         Make this the default type.
2368         (proto-stream-open-plain): Rename from proto-stream-open-default.
2369         (open-protocol-stream, proto-stream-open-starttls)
2370         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2371         with `plain'.
2372
2373         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2374         value.
2375
2376         * nntp.el (nntp-open-connection-function): Document the fact that some
2377         values are not functions but are instead handled specially.
2378         Recognize nntp-open-plain-stream value.
2379         (nntp-open-connection): Recognize that value.
2380
2381 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2384         where it seems to be needed.
2385
2386 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2389         stuff.
2390
2391         * gnus-score.el (gnus-score-string): Fix calling convention of
2392         `gnus-simplify-buffer-fuzzy' after last patches.
2393
2394         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2395         server for articles we didn't get any headers for.  This is a sanity
2396         check.
2397
2398 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2399
2400         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2401         new CAPABILITY, use it.
2402
2403 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2406         downloading anything.
2407
2408         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2409
2410 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2411
2412         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2413         colors.
2414         (gnus-splash-svg-color-symbols): New function.
2415
2416 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2419         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2420         (gnus-simplify-subject-fuzzy): Use the local
2421         gnus-simplify-subject-fuzzy-regex instead of the global one.
2422         This makes using this variable in group parameters work.
2423
2424 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2425
2426         * gnus-registry.el (gnus-registry-unfollowed-groups):
2427         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2428         archive:sent-YYYY-MM-DD groups).
2429         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2430         tracking if there are more than `gnus-registry-max-track-groups'
2431         matches.
2432
2433 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2434
2435         * message.el (message--yank-original-internal): New function to do the
2436         insertion cleanly inside eval in `message-yank-original'.
2437         (message-yank-original): Use it.
2438
2439 2011-03-29  Julien Danjou  <julien@danjou.info>
2440
2441         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2442         local variables disabled rather than `normal-mode'.
2443
2444 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2445
2446         * imap.el (imap-shell-open, imap-process-connection-type):
2447         Use imap-process-connection-type for 'shell' streams as well as
2448         Kerberos, SSL, other subprocesses.
2449
2450 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2451
2452         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2453         with open-network-stream.
2454         (proto-stream-always-use-starttls): Option removed.
2455         (open-protocol-stream): Return a process object by default.  Provide a
2456         new parameter :return-list specifying a list-type return value, which
2457         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2458         :type `network' to `try-starttls', and `network-only' to `default'.
2459         Make `default' the default, for compatibility with open-network-stream.
2460         Handle the no-parameter case exactly as open-network-stream, with no
2461         additional stream processing.  Search plists using plist-get.
2462         Explicitly add :end-of-commend parameter if it is missing.
2463         (proto-stream-open-default): Rename from
2464         proto-stream-open-network-only.  Return 'default as the type.
2465         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2466         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2467         failed.  Always return a list with a (possibly dead) process as the
2468         first element, for compatibility with open-network-stream.
2469         (proto-stream-open-tls): Use plist-get.  Always return a list.
2470         (proto-stream-open-shell): Return `default' as connection type.
2471         (proto-stream-capability-open): Use plist-get.
2472         (proto-stream-eoc): Function deleted.
2473
2474         * nnimap.el (nnimap-stream, nnimap-open-connection)
2475         (nnimap-open-connection-1): Handle renaming of :type parameter for
2476         open-protocol-stream.
2477         (nnimap-open-connection-1): Pass a :return-list parameter
2478         open-protocol-stream to obtain a list return value.  Parse this list
2479         using plist-get.
2480
2481         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2482         for open-protocol-stream.  Accept open-protocol-stream return value
2483         that is a subprocess object instead of a list.  Handle the case of a
2484         dead returned process.
2485
2486 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2487
2488         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2489
2490         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2491
2492 2011-03-21  Julien Danjou  <julien@danjou.info>
2493
2494         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2495         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2496         query.
2497         (mm-inline-text): Render normal text with fontification whenever
2498         possible.
2499
2500         * gnus-sum.el (gnus-summary-save-parts-1):
2501         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2502         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2503         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2504         Use `mm-handle-filename'.
2505
2506         * mm-util.el (mm-handle-filename): New function, return the filename of
2507         an handle.
2508
2509 2011-03-18  Julien Danjou  <julien@danjou.info>
2510
2511         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2512         (gnus-buffer-live-p): Check that buffer is not nil.
2513
2514 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2515
2516         * gnus.el: No Gnus v0.15 is released.
2517
2518 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * time-date.el (format-seconds): Use assoc instead of assoc-string to
2521         avoid warning on XEmacs.
2522
2523         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
2524         on XEmacs.
2525
2526         * gnus-art.el: Require mouse, which the build bot seems to say is
2527         needed.
2528
2529         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
2530
2531         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2532         XEmacs, since it doesn't have url-retrieve-synchronously.
2533
2534         * time-date.el (format-seconds): Use assoc instead of assoc-string,
2535         since assoc-string doesn't exist in XEmacs.
2536
2537 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2538
2539         * gnus-group.el (gnus-group-list-ticked): New function.
2540         (gnus-group-make-menu-bar): Provide a menu entry for it.
2541         (gnus-group-list-map): Provide a binding for it.
2542
2543 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * shr.el (shr-visit-file): New command.
2546
2547         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2548
2549 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2550
2551         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2552         servers.
2553
2554 2011-03-16  Julien Danjou  <julien@danjou.info>
2555
2556         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2557         inline.
2558
2559         * gnus-art.el (article-hide-list-identifiers):
2560         Use gnus-group-get-list-identifiers.
2561
2562         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2563         (gnus-summary-remove-list-identifiers):
2564         Use gnus-group-get-list-identifiers to get regexp.
2565         (gnus-select-newsgroup, gnus-summary-insert-subject)
2566         (gnus-summary-insert-articles):
2567         Call gnus-summary-remove-list-identifiers unconditionally.
2568
2569 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2572         we're selecting a group with unread articles.
2573
2574         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2575
2576         * gssapi.el: New file separated out from imap.el to provide a general
2577         Kerberos 5 connection facility for Emacs.
2578
2579         * message.el (message-elide-ellipsis): Document the format spec
2580         ellipsis.
2581
2582 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2583
2584         * message.el (message-elide-region): Allow the ellipsis to say how many
2585         lines were removed.
2586
2587 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2590         window configurations containing buffers that are now dead.
2591
2592         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2593         parsing to avoid integer overflows.
2594         (nnimap-parse-flags): Simplify the last change.
2595         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2596         too large for 32-bit Emacsen.
2597
2598 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2599
2600         * auth-source.el (auth-source-netrc-create):
2601         * message.el (message-yank-original): Fix use of `case'.
2602
2603 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2604
2605         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2606         XEmacs, which was one character too wide.
2607
2608 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2609
2610         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2611         default number of articles to display.
2612         (gnus-articles-to-read): Use pretty names for prompt.
2613
2614 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus-int.el (gnus-open-server): Ditto.
2617
2618         * gnus-start.el (gnus-activate-group): Give a backtrace if
2619         debug-on-quit is set and the user hits `C-g'.
2620         (gnus-read-active-file): Ditto.
2621
2622         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2623
2624 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2625
2626         * message.el (message-yank-original): Use cond instead of CL case.
2627
2628 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2629
2630         * auth-source.el (auth-source-netrc-create): Use usual format for the
2631         default in prompts.
2632
2633 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * lpath.el: Fbind read-char-choice for XEmacs.
2636
2637 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2638
2639         * auth-source.el (auth-source-netrc-create): Show the default in the
2640         prompt when prompting for token creation.
2641
2642 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2643
2644         * auth-source.el (auth-source-format-prompt): Always convert the value
2645         to a string to avoid evaluating non-string arguments.
2646         (auth-source-netrc-create): Offer default properly, not as initial
2647         content in `read-string'.
2648         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2649         of line to determine if we've been run before.  If so, don't run again,
2650         but print a trivial message to indicate the cache was hit instead.
2651
2652 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2653
2654         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2655         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2656         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2657         Gnus.
2658
2659 2011-03-11  Julien Danjou  <julien@danjou.info>
2660
2661         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2662         modified file".
2663
2664 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         * auth-source.el (auth-source-read-char-choice): New function to read a
2667         character choice using `dropdown-list', `read-char-choice', or
2668         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2669         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2670         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2671         (auth-source-netrc-saver): Use it.
2672         (auth-source-pick-first-password): New convenience function.
2673
2674 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2675
2676         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2677         parameter in the credentials.
2678         (nnimap-open-connection-1): Use it after a successful login.
2679         (nnimap-credentials): Add IMAP-specific user and password prompt.
2680
2681         * auth-source.el (auth-source-search): Add :require parameter, taking a
2682         list.  Document it and the :save-function return token.  Pass :require
2683         down.  Change the CREATED message from a warning to a debug statement.
2684         (auth-source-search-backends): Pass :require down.
2685         (auth-source-netrc-search): Pass :require down.
2686         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2687         Change save prompt to indicate all modifications saved here are
2688         deletions.
2689         (auth-source-netrc-create): Take user login name as default in user
2690         prompt.  Move all the save functionality to a lexically bound function
2691         under the :save-function token in the returned list.  Set up clearer
2692         default prompts for user, host, port, and secret.
2693         (auth-source-netrc-saver): New function, intended to be wrapped for
2694         :save-function.
2695
2696 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2699         lines to be spaces instead.
2700
2701 2011-03-07  Julien Danjou  <julien@danjou.info>
2702
2703         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2704         (sieve-sasl-auth): Check that auth-source-search did return something,
2705         or just return an empty string.
2706
2707 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2708
2709         * gnus.el (gnus-interactive): Use read-directory-name.
2710
2711         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2712         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2713         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2714         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2715         Likewise.
2716
2717         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2718
2719 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2722         onto the list of killed groups, too.  This makes killed nnimap groups,
2723         for instance, more reliably not reappear.
2724
2725         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2726         the parent.
2727
2728         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2729
2730         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2731         really have server-side marks.
2732
2733         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2734         since most backends do not usefully have server-side marks.
2735         (gnus-update-read-articles): Propagate marks to all backends that
2736         really have server-side marks.
2737
2738 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2739
2740         * message.el (message-cite-reply-position, message-cite-style):
2741         New variables.
2742         (message-yank-original): Use the new citation styles.
2743
2744 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2745
2746         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2747         buffer-local issue); don't mark it buffer-local when running under
2748         XEmacs.
2749
2750 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2751
2752         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2753         numbers too big to be `read'.
2754
2755 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2756
2757         * password-cache.el (password-in-cache-p): Add autoload.
2758
2759         * message.el (message-options): Make buffer-local two ways to attempt
2760         to fix a XEmacs bug.
2761
2762 2011-03-02  Julien Danjou  <julien@danjou.info>
2763
2764         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2765
2766 2011-03-01  Julien Danjou  <julien@danjou.info>
2767
2768         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2769         group.
2770         (article-hide-list-identifiers): Use list-identifier group parameter.
2771
2772 2011-02-28  Julien Danjou  <julien@danjou.info>
2773
2774         * sieve.el (sieve-buffer-script-name): New local variable to store
2775         sieve script name.
2776         (sieve-edit-script): Store sieve script name.
2777         (sieve-upload): Use sieve script name when uploading.
2778         (sieve-upload): Use substitute-command-keys.
2779         (sieve-edit-script): Use substitute-command-keys.
2780         (sieve-refresh-scriptlist): Use substitute-command-keys.
2781         (sieve-manage-mode-map): Define keymap properly.
2782         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2783         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2784         Remove commented code about cvs.
2785         (sieve-manage-quit): New function.
2786         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2787
2788 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2791
2792 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2793
2794         * auth-source.el (auth-source-search): Cache empty result sets.
2795
2796         * password-cache.el (password-in-cache-p): Convenience function to
2797         check if a key is in the cache, even if the value is nil.
2798
2799         * auth-source.el (auth-source-save-behavior): New variable to replace
2800         `auth-source-never-create'.
2801         (auth-source-netrc-create): Use it.
2802         (auth-source-never-save): Remove.
2803
2804 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2805
2806         * nnimap.el (nnimap-stream): Doc fix.
2807         (nnimap-open-connection-1): Reverse the order of the ports to that the
2808         prompted-for port is first.
2809
2810         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2811         retrieval by the no-group selection.
2812
2813         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2814         numerical parameters.
2815
2816 2011-02-25  Julien Danjou  <julien@danjou.info>
2817
2818         * gnus-gravatar.el: Use gnus-with-article-buffer.
2819
2820         * gnus-art.el (gnus-with-article-buffer): Check that the
2821         gnus-article-buffer is alive.
2822
2823 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2824
2825         * auth-source.el (auth-source-creation-prompts): New variable to manage
2826         creation-time prompts.
2827         (auth-source-search): Document it.
2828         (auth-source-format-prompt): Add utility function.
2829         (auth-source-netrc-create): Don't default the user name to
2830         user-login-name.  Use `auth-source-creation-prompts' and some default
2831         prompts for user, host, port, and password (the default generic prompt
2832         remains ugly).
2833         (auth-source-never-save): Add customizable option to never save info.
2834         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2835         mode excursion.
2836
2837 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2840         argument that XEmacs doesn't support.
2841
2842         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2843         compiled for Emacsen having no `libxml-parse-html-region' support.
2844
2845         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2846
2847         * lpath.el: Bind buffer-save-without-query for XEmacs.
2848
2849 2011-02-23  Julien Danjou  <julien@danjou.info>
2850
2851         * gnus-art.el (article-make-date-line): Ignore errors if time is
2852         invalid and not convertible.
2853         (article-make-date-line): Only add lapsed time if time is not nil.
2854
2855 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2856
2857         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2858         `read-char-choice' for backwards compatibility.
2859         (auth-source-netrc-element-or-first): New function to DTRT for
2860         parameter extraction.
2861         (auth-source-netrc-create): Use it and fix multiple parameter print
2862         bug.  Use the default passed from above (given-default) or the
2863         built-in (user-login-name for :user).
2864
2865 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2866
2867         * gnus-start.el (gnus-dribble-read-file):
2868         Set buffer-save-without-query, since we always want to save the dribble
2869         file, probably.
2870
2871         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2872         nnimap.
2873
2874         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2875         -summary- since it's a user-visible variable.
2876
2877         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2878         first time you use the new Gnus.
2879
2880 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * auth-source.el: Don't load netrc.el.
2883         (auth-sources): Search ~/.netrc as well by default.
2884         (auth-source-debug): Add 'trivia option for extra output.
2885         (auth-source-do-trivia): Use it.
2886         (auth-source-search): Simplify logic to use
2887         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2888         appropriate.  Don't keep a running count at this level.  Layer :create
2889         and :delete options appropriately on the first and second passes.
2890         Don't track the backend with the search results.
2891         (auth-source-search-backends): New function to search a list of
2892         backends for a processed spec.
2893         (auth-source-netrc-parse): Cache all netrc files, making
2894         auth-source-netrc-cache an alist keyed by the file name and using the
2895         file mtime as the caching criterion.  Keep the obfuscated data secret
2896         with a lexical bind.
2897         (auth-source-netrc-search): Don't calculate the length of the results
2898         unnecessarily.
2899         (auth-source-search-backends): Fix bug.
2900         (auth-source-netrc-create): Rework prompts.
2901
2902 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2903
2904         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2905         Lower case names of search constraints.
2906         (nnir-run-query): Cache and reuse search constraints for all imap
2907         servers.
2908
2909 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2910
2911         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2912         after exit.
2913         (gnus-setup-message): Define missing variable from last checkin.
2914
2915         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2916         value, show the raw article.
2917
2918 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2919
2920         * gnus.el: No Gnus v0.13 is released.
2921
2922 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2923
2924         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2925         auth-source now accepts numbers.
2926
2927         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2928         spec, too.
2929         (auth-source-ensure-strings): New function.
2930
2931         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2932         (gnus-article-setup-buffer): Always restart the date timer so that user
2933         changes to the frequency is respected.
2934
2935         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2936         port numbers, so make sure it gets that if nnimap-server-port is
2937         explicit.
2938
2939 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2940
2941         * nnimap.el (nnimap-inbox): Doc fix.
2942
2943 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2944
2945         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2946         Autoload.  Add optional arg FRAME, and pass it to color-values.
2947         (color-complement): Caller changed.  Doc fix.
2948         (color-gradient): Rewrite for better clarity and efficiency.
2949
2950 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2951
2952         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2953         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2954         color-lab-to-srgb.
2955
2956 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2957
2958         * color.el: First part of merge from hexrgb.el.
2959         (color-rgb-to-hex): Rename from color-rgb->hex.
2960         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2961         saturation to zero if the value is too small.
2962         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2963         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2964         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2965         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2966         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2967         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2968         (color-cie-de2000): Doc fix.
2969
2970 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2971
2972         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2973         given method as in the group name if we're using an extended method.
2974         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2975         command, if we're using that, instead of waiting for the beginning.
2976
2977         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2978         we're sure to get unique server names, and we don't output two async
2979         commands in the same buffer.  This fixes an NNTP hang for some users.
2980
2981 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2982
2983         * gnus.el: No Gnus v0.11 is released.
2984
2985 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2988         summary buffer before reading going to the next buffer.  This avoids
2989         putting the point in the group buffer if you `C-g' the command.
2990
2991         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2992         cache (for now) to make ~/.authinfo.gpg files usable.
2993
2994         * nnfolder.el (copyright-update): Define for the compiler.
2995
2996         * auth-source.el (auth-source-search): Fix unbound variable.
2997
2998 2011-02-19  Glenn Morris  <rgm@gnu.org>
2999
3000         * gnus.el (gnus-meta): Doc fix.
3001
3002 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3003
3004         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3005         in case it's not yet loaded.
3006
3007 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3008
3009         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3010         line we're waiting for.
3011
3012 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3013
3014         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3015         face with line-width greater than zero will cause RET in gnus summary
3016         buffer to scroll down article page-wise because auto vscroll happens,
3017         it should be temporally disabled when doing a scroll-up.
3018
3019 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3020
3021         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3022         outputs from the server.
3023
3024 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3025
3026         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3027         later so that bbdb can hook in easier.
3028
3029 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3030
3031         * auth-source.el (auth-source-search): Don't try to create credentials
3032         if the caller doesn't want that.
3033         (auth-source-search): If we don't find a match, don't bug out on
3034         non-bound variables.
3035         (auth-source-search): Only ask a single backend to create the
3036         credentials.
3037
3038         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3039         logging.
3040         (nnimap-credentials): Protect against auth-source-search returning nil.
3041         (nnimap-request-list): Protect against not being able to open the
3042         server.
3043
3044 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3045
3046         * auth-source.el (auth-source-search): Do a two-phase search, one with
3047         no :create to get the responses from all backends.
3048
3049         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3050         when getting credentials.
3051
3052         * gnus-util.el (gnus-delete-duplicates): New function.
3053
3054 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3055
3056         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3057         a creation default, pass the whole port list down.  It will be
3058         completed.
3059
3060         * auth-source.el (auth-source-search): Updated docs to talk about
3061         multiple creation choices.
3062         (auth-source-netrc-create): Accept a list as a value (from the search
3063         parameters) and do completion on that list.  Keep a separate netrc line
3064         with the password obscured for showing the user.
3065
3066         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3067         first choice to `auth-source-search' so it will be used for entry
3068         creation instead of the server's Gnus-specific name.
3069         (nnimap-credentials): Rely on the auth-source library to select which
3070         port is actually wanted in the new netrc entry, so don't override
3071         `auth-source-creation-defaults'.
3072
3073         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3074         :protocol and accept a missing user, host, or port as a wildcard match.
3075         (auth-source-debug): Default to off.
3076
3077         (auth-source-netrc-search, auth-source-netrc-create)
3078         (auth-source-secrets-search, auth-source-secrets-create)
3079         (auth-source-user-or-password, auth-source-backend, auth-sources)
3080         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3081         instead of :protocol.
3082
3083         * nnimap.el (nnimap-credentials): Pass a port default to
3084         `auth-source-search' in case an entry needs to be created.
3085         (nnimap-open-connection-1): Use :port instead of :protocol.
3086
3087 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * auth-source.el: Bind load-path when loading EIEIO from
3090         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3091         21.4 doesn't support, to `require'.
3092         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3093         delete-dups that is not available in XEmacs 21.4.
3094
3095 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3096
3097         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3098         as EIEIO must also be loaded when auth-source.el is being
3099         byte-compiled.
3100
3101 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3102
3103         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3104
3105         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3106
3107         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3108
3109         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3110
3111         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3112
3113         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3114
3115         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3116
3117         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3118         necessary.
3119
3120 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3121
3122         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3123         nil means that nnimap doesn't get updated.
3124
3125 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3126
3127         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3128         result when the user doesn't want to write to the file.
3129         (auth-source-netrc-search): Expect a synthetic result and proceed
3130         accordingly.
3131         (auth-source-cache-expiry): New variable to override
3132         `password-cache-expiry'.
3133         (auth-source-remember): Use it.
3134
3135         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3136         parameter.  Create entry if necessary by using :create t.
3137         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3138
3139 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3140
3141         * auth-source.el (auth-source-debug): Enable by default and don't
3142         mention the obsolete `auth-source-hide-passwords'.
3143         (auth-source-do-warn): New function to debug unconditionally.
3144         (auth-source-do-debug): Use it.
3145         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3146         and for Secrets API entries when the secrets.el library is not
3147         available.
3148
3149 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3150
3151         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3152         (gnus-summary-exit): Kill the correct article buffer on exit from a
3153         `C-d' group.
3154
3155         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3156         gnus-propagate-marks.
3157
3158         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3159         before killing the buffers so that a non-full window conf gets handled
3160         correctly.
3161         (gnus-summary-exit): Ditto.
3162         (gnus-summary-read-group-1): Ditto.
3163
3164         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3165         async code again so that we can debug it properly.
3166
3167         * message.el (message-reply): Take an optional switch-buffer parameter
3168         so that Gnus window confs are respected better.
3169
3170 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3171
3172         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3173         `plist-get' to accept non-list parameters (XEmacs issue).
3174         Fix docstring.
3175         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3176         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3177         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3178         Login collection is "Login" and not "login".
3179
3180 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3181
3182         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3183         multiple headers.
3184
3185         * nnimap.el (nnimap-inhibit-logging): New variable.
3186         (nnimap-log-command): Don't log login commands.
3187
3188         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3189         to have more parameters.
3190
3191         * nnimap.el (nnimap-send-command): Mark the command time for each
3192         command, so that we don't get NOOPs stepping on our toes.
3193
3194         * gnus-art.el (article-date-ut): Get the date from the Date header on
3195         `t'.
3196
3197 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * auth-source.el (auth-source-search): Use copy-sequence instead of
3200         the cl.el copy-list.
3201
3202 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3203
3204         * imap.el: Bring it back (revert
3205         84d800cd31de3064f0ed39617d725709a2f8f42f).
3206
3207 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3208
3209         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3210         Improve prompt.
3211
3212 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3213
3214         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3215         washing status from the default format.  It isn't very informative.
3216
3217 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3218
3219         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3220         Fix Gcc processing on imap.
3221
3222 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3223
3224         * imap.el: Remove file.  All the functionality is in nnimap.el.
3225
3226 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3227
3228         * message.el (message-bury): Don't pop up a new window when selected
3229         window is dedicated.
3230
3231 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3232
3233         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3234
3235 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         * sieve-manage.el: Autoload `auth-source-search'.
3238         (sieve-sasl-auth): Use it.
3239
3240 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3241
3242         * nnimap.el: Autoload `auth-source-forget+'.
3243         (nnimap-open-connection-1): Use it if the connection fails.
3244
3245         * auth-source.el: Require `password-cache'.
3246         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3247         obsolete.
3248         (auth-source-magic): Marker for `password-cache' keys.
3249         (auth-source-do-cache): Update docstring.
3250         (auth-source-search): Use and check cache.
3251         (auth-source-forget-all-cached, auth-source-remember)
3252         (auth-source-recall, auth-source-forget, auth-source-forget+)
3253         (auth-source-specmatchp): Caching support functions.
3254         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3255         Remove and obsolete.
3256         (auth-source-user-or-password): Remove caching to further discourage
3257         using it.  Always hide passwords.
3258
3259         * password-cache.el (password-cache-remove): Accept secrets that are
3260         not strings.
3261
3262 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3263
3264         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3265         code for now, since it doesn't work for all users.
3266
3267 2011-02-09  Julien Danjou  <julien@danjou.info>
3268
3269         * message.el (message-options): Make message-options really buffer
3270         local.
3271
3272 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3273
3274         * mail-source.el: Autoload `auth-source-search'.
3275         (mail-source-keyword-map): Note order matters.
3276         (mail-source-set-1): Get all the mail-source source values and
3277         defaults and search auth-source on those if needed.  This can all
3278         probably be simplified.
3279
3280         * nnimap.el: Autoload `auth-source-search'.
3281         (nnimap-credentials): Use it.
3282         (nnimap-open-connection-1): Ask for the virtual server and physical
3283         address in one shot.
3284
3285         * nntp.el: Autoload `auth-source-search'.
3286         (nntp-send-authinfo): Use it.  Note TODO.
3287
3288 2011-02-08  Julien Danjou  <julien@danjou.info>
3289
3290         * shr.el (shr-tag-body): Add support for text attribute in body
3291         markups.
3292
3293         * message.el (message-options): Make message-options a local variable.
3294
3295 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * auth-source.el (auth-source-secrets-search)
3298         (auth-source-user-or-password): Use `append' instead of `nconc'.
3299         (auth-source-user-or-password): Build return list better and protect
3300         against nil :secret.
3301
3302 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3303
3304         * nnimap.el (nnimap-update-info): Refactor slightly.
3305         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3306         (nnimap-update-info): Clean up slightly.
3307         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3308         characters.
3309         (nnimap-process-quirk): Rename function to avoid collision.
3310         (nnimap-update-info): Fix macrology bug-out.
3311         (nnimap-update-info): Simplify split history test.
3312
3313 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3314
3315         * auth-source.el (top): Require 'eieio unconditionally.
3316         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3317         (auth-source-secrets-search): Limit search when `max' is greater than
3318         number of results.
3319
3320 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3321
3322         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3323         part not returning any data.
3324
3325         * proto-stream.el (open-protocol-stream): Document the return value.
3326
3327 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3328
3329         * auth-source.el (auth-source-secrets-search): Add examples.
3330
3331 2011-02-06  Julien Danjou  <julien@danjou.info>
3332
3333         * message.el (message-setup-1): Handle message-generate-headers-first
3334         set to t.
3335
3336 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3337
3338         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3339         API with a string "secrets:collection-name" and with 'default.
3340         (auth-source-backend-parse): Parse "secrets:collection-name" and
3341         'default.  Recurse on parses instead of repeating code.  Use the
3342         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3343         message when ignoring a source.
3344         (auth-source-search): List ignored search keys at the top level.
3345         (auth-source-netrc-create): Use `case' instead of `cond'.
3346         (auth-source-secrets-search): Created with TODOs.
3347         (auth-source-secrets-create): Created with TODOs.
3348         (auth-source-retrieve, auth-source-create, auth-source-delete)
3349         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3350         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3351         (auth-source-user-or-password-sftp)
3352         (auth-source-user-or-password-smtp): Remove.
3353         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3354         around `auth-source-search'.  Not tested thoroughly.
3355
3356 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3357
3358         * auth-source.el: Bring in assoc and eioeio libraries.
3359         (secrets-enabled): New variable to track the status of the Secrets API.
3360         (auth-source-backend): New EIOEIO class to represent a backend.
3361         (auth-source-creation-defaults): New variable to set prompt defaults
3362         during token creation (see the `auth-source-search' docstring for
3363         details).
3364         (auth-sources): Simplify to allow a simple string as a netrc backend
3365         spec.
3366         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3367         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3368         (auth-source-search): Main auth-source API entry point.
3369         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3370         (auth-source-search-collection): Helper function for searching.
3371         (auth-source-netrc-parse, auth-source-netrc-normalize)
3372         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3373         Supports search, create, and delete.
3374         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3375         backend stubs.
3376         (auth-source-user-or-password): Call `auth-source-search' but it's not
3377         ready yet.
3378
3379 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3380
3381         * message.el (message-setup-1): Remove the read-only stuff, since it
3382         doesn't work under XEmacs, for some reason.
3383
3384         * gnus-sum.el (gnus-user-date): Rename back from
3385         gnus-summary-user-date since user code refers to it.
3386
3387         * shr.el (shr-render-td): Store the actual background color used.
3388
3389         * message.el (message-setup-1): Don't bind the constant
3390         -forbidden-properties.
3391         (message-setup-1): Revert previous change, since it needs to bind the
3392         props to insert them.
3393         (message-resend): Allow removing the read-only separator line.
3394
3395 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3396
3397         * nnimap.el (nnimap-request-accept-article): Give an error message if
3398         the APPEND wasn't successful.
3399
3400 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3401
3402         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3403         that have no groups.
3404
3405 2011-02-03  Julien Danjou  <julien@danjou.info>
3406
3407         * gnus-draft.el: Remove progn around gnus-draft-setup.
3408
3409 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3410
3411         * gnus-start.el (gnus-read-active-for-groups): This function is never
3412         called with a nil `infos', so clean that up.
3413         (gnus-get-unread-articles): Request active files from primary/secondary
3414         methods that have no groups (yet).
3415
3416 2011-02-03  Julien Danjou  <julien@danjou.info>
3417
3418         * message.el (message-setup-1): Always generate References first.
3419         (message-mail): Return the return value of message-setup, not always t.
3420         (message-setup-1): Insert mail-header-separator with read-only and
3421         intangible properties set.
3422
3423         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3424         user-date in docstring.
3425
3426         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3427
3428         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3429         docstring.
3430
3431         * gnus.el (gnus-user-date-format-alist): Change default value.
3432         Use defcustom, with type and group. Move from gnus-util.el.
3433         Rename to gnus-summary-user-date-format-alist.
3434
3435 2011-02-03  Glenn Morris  <rgm@gnu.org>
3436
3437         * nnimap.el (gnus-fetch-headers): Declare.
3438
3439         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3440
3441 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3442
3443         * message.el (message-forward-make-body-digest-plain)
3444         (message-followup, message-reply): Clean up things noted by Stefan.
3445
3446         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3447         gnus-article-update-date-headers is nil.
3448         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3449         it didn't really work with defcustom.
3450         (article-update-date-lapsed): Make sure the window start doesn't move,
3451         either.
3452
3453 2011-02-01  Julien Danjou  <julien@danjou.info>
3454
3455         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3456         format.
3457
3458         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3459         standard in Emacs nowadays.
3460
3461         * color.el (color-gradient): Add a color-gradient function.
3462
3463 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3464
3465         * message.el (message-expand-name): Don't trust the return value of
3466         bbdb-complete-name.
3467         (message-check-news-header-syntax): Remove unused var `start'.
3468         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3469         (message-inhibit-body-encoding): Move to before first use.
3470         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3471         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3472         (Organization, Message-ID, Date, mh-previous-window-config):
3473         Defvar the vars using dynamic scoping.
3474
3475 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3476
3477         * shr.el (shr-render-td): Only do colors at the final rendering.
3478         Should be slightly faster.
3479         (shr-insert-table): Fix up TD background colors when doing the
3480         vertical padding.
3481
3482         * gnus-art.el (article-date-ut): Protect against articles with no Date
3483         header.
3484         (article-update-date-lapsed): Don't use current-column to find the
3485         horizontal position.  It's fragile in the presence of \003 characters.
3486
3487         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3488
3489 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3490
3491         * gnus-art.el (article-transform-date): Rewrite to still work when
3492         there are several rfc2822 parts.
3493         (article-transform-date): Fix infinite recursion.
3494         (article-date-ut): Replace infinitely many Date headers with a single
3495         one when called interactively.
3496
3497         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3498         secure manner.
3499
3500         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3501         move around by not using save-window-excursion.  It seems to work...
3502
3503 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * gnus-art.el (article-make-date-line): Work for user-defined format.
3506
3507 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3508
3509         * nntp.el (nntp-retrieve-group-data-early)
3510         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3511         fetching functions.
3512
3513         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3514         thoroughly for all backends that have no known groups.  This should
3515         allow new nnml methods to retrieve mail.
3516
3517         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3518         that Gnus doesn't know exists again.
3519
3520         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3521         (gnus-treat-date-ut): Ditto.
3522         (gnus-article-update-date-header): Rename.
3523         (gnus-treat-date-local): Remove.
3524         (gnus-treat-date-english): Remove.
3525         (gnus-treat-date-lapsed): Remove.
3526         (gnus-treat-date-combined-lapsed): Remove.
3527         (gnus-treat-date-original): Remove.
3528         (gnus-treat-date-iso8601): Remove.
3529         (gnus-treat-date-user-defined): Remove.
3530         (gnus-article-date-headers): New variable to control all the date
3531         header options.
3532         (article-date-ut): Rewrite to allow using the new way to format date
3533         headers(s).
3534
3535 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3536
3537         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3538         method.
3539         (nnmail-article-group): A better test for fanciness.
3540
3541         * nnimap.el (nnimap-request-head): Protect against not finding the
3542         article by Message-ID.
3543
3544 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3545
3546         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3547         keep point at the "same place".
3548
3549 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3550
3551         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3552         data if the group is inactive.
3553
3554 2011-01-28  Julien Danjou  <julien@danjou.info>
3555
3556         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3557         (gnus-all-windows-visible-p): Remove old compatibility code.
3558         (gnus-window-top-edge): Add docstring.
3559
3560         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3561
3562 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3563
3564         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3565         older request-update-info.
3566
3567         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3568
3569 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3570
3571         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3572         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3573
3574 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3575
3576         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3577         groups.  This makes the nndraft:queue group pop up if it's not already
3578         there.
3579
3580         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3581         messages" logic, which was reversed.
3582
3583         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3584         the "same place" even if point is on the line being replaced.
3585         (article-update-date-lapsed): Allow updating both the combined lapsed
3586         and the lapsed headers.
3587         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3588         (article-make-date-line): Limit the number of segments dynamically to
3589         avoid too-long lines.
3590
3591 2011-01-27  Julien Danjou  <julien@danjou.info>
3592
3593         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3594         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3595
3596 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3599         Use plist-get instead of the cl function getf.
3600
3601 2011-01-27  Glenn Morris  <rgm@gnu.org>
3602
3603         * gnus-util.el (float-time): Get rid of compiler warning, again.
3604
3605 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3606
3607         * shr.el (shr-put-color): Special-case background colors: Do put them
3608         at the blank parts at the front of the lines.
3609
3610         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3611         exit hook to nix out all data on readedness on group exit.
3612
3613         * gnus-util.el (float-time): If float-time is bound, always use it on
3614         all Emacsen.  It's unclear why the subrp check was there.
3615         (time-date): Require to make some autoload issues on XEmacs go away.
3616
3617         * shr.el (shr-put-color): Don't do the box padding in tables, since
3618         they're already padded.
3619
3620 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-art.el (gnus-article-next-page): When the last line of the
3623         article is displayed, scroll down once more instead of going to the
3624         next article at once.
3625         (article-lapsed-string): Refactor out and allow specifying how many
3626         segments you want.
3627         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3628         (gnus-article-update-lapsed-header): New variable.
3629
3630         * shr.el: Revert change that made headings use different-sized faces.
3631         The Emacs display engine isn't advanced enough that, for instance,
3632         tables can comfortably use differently-sized faces.
3633
3634 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3635
3636         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3637         used.
3638         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3639         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3640         we're using an encrypted connection.
3641
3642         * proto-stream.el: Alter the interface functions to also return the
3643         actual stream type used: network or tls.
3644
3645 2011-01-25  Julien Danjou  <julien@danjou.info>
3646
3647         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3648         (mm-display-javascript-inline): New function.
3649
3650         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3651         viewing function.
3652
3653 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * shr.el (shr-expand-newlines): Fix variable name.
3656
3657 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3658
3659         * shr.el (shr-expand-newlines): Make nested boxes work.
3660
3661 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3662
3663         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3664         backgrounds.
3665         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3666         in a more sensible manner.
3667
3668 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3669
3670         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3671         if EPG is loaded.
3672
3673 2011-01-24  Julien Danjou  <julien@danjou.info>
3674
3675         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3676         tags.
3677
3678 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3679
3680         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3681         commands.
3682
3683         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3684         in the article buffer.
3685         (gnus-gravatar-insert): Use blank space from the current buffer to
3686         avoid breaking text properties.  This makes X-Sent updating work again.
3687
3688         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3689
3690 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3691
3692         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3693         fix the bug in url-http.el instead.
3694
3695         * shr.el (shr-image-fetched): Ditto.
3696
3697         * shr.el (shr-image-fetched): Avoid having point move in the article
3698         buffer.
3699
3700         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3701         buffer after being called.  It's apparently being killed by url.el, and
3702         killing it made point move to end-of-buffer in a random buffer.
3703
3704         * shr.el (shr-image-fetched): Ditto.
3705
3706 2011-01-23  Julien Danjou  <julien@danjou.info>
3707
3708         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3709
3710         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3711         text/x-org.
3712
3713 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3714
3715         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3716         (i.e., nnimap) returning nil as the article number.
3717
3718 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3719
3720         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3721         "DelSp" parameter in RFC3676.
3722
3723 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3724
3725         * message.el (message-check-recipients): Display the encoded version of
3726         the bogus address if they differ.
3727
3728         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3729         after sending.
3730
3731         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3732
3733         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3734
3735         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3736         group buffer after sending the queue.
3737
3738         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3739
3740 2011-01-22  Julien Danjou  <julien@danjou.info>
3741
3742         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3743
3744 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3745
3746         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3747         nested related parts.
3748
3749         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3750         unexpired articles.  This fixes the regression that led expiry marks to
3751         disappear from nnfolder groups.
3752
3753 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3754
3755         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3756         Don't confuse the "ret" of "retrograde" with RET.
3757
3758 2011-01-21  Julien Danjou  <julien@danjou.info>
3759
3760         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3761         than mm-insert-inline.
3762
3763 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3766         Widen article buffer.
3767
3768 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3769
3770         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3771         the temp buffer.
3772         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3773
3774 2011-01-20  Julien Danjou  <julien@danjou.info>
3775
3776         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3777
3778         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3779         than mm-insert-inline to insert inline part: this respect
3780         mm-inline-media-tests displayers.
3781
3782         * mm-view.el (mm-display-shell-script-inline): New function.
3783
3784         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3785
3786         * mm-uu.el (mm-uu-type-alist): Add org block.
3787         (mm-uu-org-src-code-block-extract): New function.
3788
3789         * mm-view.el (mm-display-org-inline): New function.
3790
3791         * mm-decode.el (mm-automatic-display): Add text/org.
3792
3793         * mailcap.el (mailcap-mime-extensions): Add .org.
3794
3795 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3798         gnus-article-add-buttons.
3799
3800 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3801
3802         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3803         From header with a date and "nobody" as the sender.
3804
3805 2011-01-19  Julien Danjou  <julien@danjou.info>
3806
3807         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3808         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3809         if you have the same regexp several times.
3810         (gnus-button-push): Fix matching when regexp is symbol.
3811
3812 2011-01-15  Glenn Morris  <rgm@gnu.org>
3813
3814         * message.el (message-mail): A compose-mail function should
3815         accept headers as strings.
3816
3817 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3818
3819         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3820         Add :vert-only tags.
3821         (message-mail): New arg RETURN-ACTION.
3822         (message-return-action): New var.
3823         (message-bury): Use it.
3824         (message-mode): Make it buffer-local.
3825         (message-send-and-exit): Always call message-bury.
3826
3827         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3828         message-mail.
3829
3830 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * nnimap.el (nnimap-convert-partial-article): Protect against
3833         zero-length body parts.
3834
3835         * mm-decode.el (mm-preferred-alternative-precedence):
3836         Discourage showing empty parts.
3837
3838         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3839         and stuff if the backend didn't return the article number.  This fixes
3840         an Exchange-related nnimap bug.
3841
3842         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3843         group window, because it does the wrong thing when a separate frame
3844         displays the group buffer.
3845
3846         * proto-stream.el (open-protocol-stream): Protect against the low-level
3847         transport functions returning nil.
3848
3849 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3850
3851         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3852         (mml2015-epg-find-usable-secret-key): New function.
3853         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3854         mml2015-epg-find-usable-key (Bug#7797).
3855         (mml2015-epg-encrypt): Ditto.
3856
3857 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * dgnushack.el (rot13-string): Fix the way to get the argument.
3860
3861 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3864
3865 2011-01-03  Glenn Morris  <rgm@gnu.org>
3866
3867         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3868
3869         * sieve.el (sieve-open-server): Give a more explicit error if
3870         sieve-manage-open returns nil.  (Bug#7720)
3871
3872 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3873
3874         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3875
3876 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3879         This avoids sending passwords in plain text over non-encrypted
3880         channels.
3881
3882         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3883
3884         * nnimap.el (nnimap-login): Refactored out into own function, and
3885         implement CRAM-MD5.
3886         (nnimap-wait-for-line): Refactored out.
3887
3888         * mm-view.el (mml-smime): Require.
3889
3890 2010-12-20  David Engster  <deng@eml.cc>
3891
3892         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3893         use EPG to decrypt S/MIME messages instead of openssl.
3894
3895 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3898
3899         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3900         status is the group clearly is unreachable.
3901
3902         * auth-source.el (auth-source-create): Add the optional second
3903         parameter to `local-variable-p' to be compatible with XEmacs.
3904
3905 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3906
3907         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3908         work when using a compressed nnml folder.
3909
3910 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911
3912         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3913         backends after sanitising on entry, because this never makes sense:
3914         If the articles have gone missing, then the data no longer exists on
3915         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3916         overwrite anything anyway.
3917
3918         * shr.el (shr-insert-document): Bind shr-width dynamically to
3919         window-width if it's nil.
3920
3921 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3922
3923         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3924         with the meaning of using the full emacs window width for rendering.
3925
3926 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3927
3928         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3929         case when sender is not given.
3930
3931 2010-12-23  Julien Danjou  <julien@danjou.info>
3932
3933         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3934         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3935         the addresses, otherwise we might misplaced the gravatar.
3936
3937 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3938
3939         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3940         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3941         obsolete in Emacs.
3942
3943 2010-12-20  Julien Danjou  <julien@danjou.info>
3944
3945         * gnus-util.el (gnus-rescale-image): Revert last change.
3946
3947 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3948
3949         * binhex.el: Improve commentary (Bug#7482).
3950
3951 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * gnus-group.el (gnus-group-delete-articles): New command.
3954
3955 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3956
3957         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3958
3959 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3962         here, since it's up to the backends to do CRLF removal if their
3963         protocol has it.
3964
3965         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3966
3967 2010-12-17  Julien Danjou  <julien@danjou.info>
3968
3969         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3970         they are from file.  Can also scale up.
3971
3972 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3973
3974         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3975         Restore gnus-use-agent.
3976         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3977
3978         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3979
3980 2010-12-17  Julien Danjou  <julien@danjou.info>
3981
3982         * gravatar.el (gravatar-retrieve-synchronously): New function.
3983         (gravatar-get-data): Make more robust.
3984
3985 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3988
3989 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3992         to really consider the last line.
3993
3994 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3995
3996         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3997         list of recipient keys, or use symmetric encryption if not a list.
3998         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3999         EPA override, replacing the call to `netrc-store-data'.
4000
4001 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4002
4003         * gnus-srvr.el: Avoid passing nil regexp argument to
4004         delete-matching-lines.
4005
4006 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007
4008         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4009         fetching stops when Gnus exits.
4010
4011         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4012         function.
4013         (nnfolder-request-expire-articles): Save all the buffers after doing
4014         expiry.
4015
4016         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4017         the last article", since that led to serious performance regressions
4018         when expiring nnml groups.
4019
4020 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4021
4022         * nnir.el: Improve customizations.
4023
4024 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4027
4028         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4029         group has been killed.
4030         (gnus-group-yank-group): Ditto.
4031
4032         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4033
4034         * nnimap.el (nnimap-request-update-group-status): New function.
4035
4036         * gnus-int.el (gnus-request-update-group-status): New interface
4037         function.
4038
4039         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4040         copying read-ness to the backends.
4041
4042         * nnimap.el (nnimap-quirk): New function.
4043         (nnimap-retrieve-group-data-early): Use it.
4044         (nnimap-quirks): New alist.
4045
4046 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4049         don't delete it within indentation.
4050
4051 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4054         previous line.
4055
4056 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4059         QRESYNC command by deleting a superfluous space which broke Cyrus
4060         servers.  This change will break other servers that are buggy the other
4061         way around.
4062
4063 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4064
4065         * spam.el: Reindent and fix long lines.
4066         (spam-copy-or-move-routine): Exclude invalid move destinations.
4067
4068 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4069
4070         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4071         installed the registry.
4072
4073 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4076
4077 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4078
4079         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4080         groupname doesn't contain "gmane".
4081
4082 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4085         and netrc-bound-and-true-p bindings.
4086         (netrc-parse): Cache the netrc contents.
4087
4088         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4089         (gnus-1): Don't create the nndrafts group twice.
4090         (gnus-setup-news): There's no need to read the active file here, since
4091         that's done again later on a per-backend basis.
4092         (gnus-start-draft-setup): Make sure that the new group is started out
4093         empty.
4094
4095         * gnus-agent.el (gnus-agentize): Don't create the queue group
4096         automatically on startup.  It'll be created later, if needed.
4097
4098         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4099         of automatically subscribed groups.
4100         (gnus-auto-subscribed-categories): New variable.
4101         (gnus-matches-options-n): Use it.
4102         (gnus-default-subscribed-newsgroups): Remove unused variable.
4103         (gnus-start-draft-setup): Message a bit less.
4104
4105 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4106
4107         * nnir.el (nnir-run-imap): Return article list in order of increasing
4108         UID.
4109
4110 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * gnus-sum.el (gnus-summary-enter-digest-group):
4113         Mention gnus-auto-select-on-ephemeral-exit.
4114
4115         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4116         convention of the network-only option.
4117
4118 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4119
4120         * proto-stream.el (proto-stream-open-network-only): New function to
4121         have a way to specify non-STARTTLS upgrade connections.
4122
4123 2010-12-10  Julien Danjou  <julien@danjou.info>
4124
4125         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4126         email address is nil.
4127
4128         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4129
4130 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4131
4132         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4133         deletion.
4134         (nnir-run-imap): Only need to parse list once.
4135
4136 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137
4138         * shr.el (shr-tag-script): Ignore <script>.
4139         (shr-tag-label): Add <label> support.
4140
4141 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4144
4145         * shr.el (shr-image-displayer): Work for images lined side by side.
4146
4147 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4148
4149         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4150         parameter, since XEmacs doesn't accept t as a parameter.
4151
4152 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4153
4154         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4155         ids.
4156         (nnir-run-gmane): Simplify groupspec formatting.
4157         (nnir-request-expire-articles): New function.
4158
4159 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4162         overflow, possibly.
4163
4164         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4165         (shr-render-td): Handle td style="" better.
4166         (shr-tag-table): Use the color from the style sheet.
4167         (shr-render-td): Make sure we copy over all the overlays, too.
4168
4169 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4170
4171         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4172         (nnir-request-article): Improve article retrieval.
4173
4174 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * mm-util.el (mm-extra-numeric-entities): New variable.
4177
4178         * mm-url.el (mm-url-decode-entities):
4179         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4180
4181         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4182
4183 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4184
4185         * message.el: Use completion-at-point.
4186         (message-completion-function): New fun, extracted from message-tab.
4187         (message-mode): Use it for completion-at-point-functions.
4188         (message-tab): Use it and completion-at-point.
4189
4190 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4193         character if a non-breakable character follows.
4194
4195 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4198         any stream.
4199
4200         * shr.el (shr-tag-font): Colorize the region.
4201         (shr-tag-body): Ditto.
4202         (shr-tag-font): Actually let the styles be inherited instead of
4203         overwriting them.
4204         (shr-tag-font): Get the background color right.
4205         (shr-tag-style): Ignore all <style> tags for the moment.
4206
4207         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4208         a Message-ID to avoid having nnimap depend on gnus-sum.
4209
4210         * shr.el (shr-descend): Only colorize something if we have a node that
4211         sets colors.
4212
4213 2010-12-06  Julien Danjou  <julien@danjou.info>
4214
4215         * shr.el (shr-render-td): Render td content with shr-descend, so style
4216         will be applied to <td> too.
4217         (shr-colorize-region): Colorize region even if we only have a background.
4218         (shr-tag-body): Fix color and background color inheritance.
4219         Do not recolorize after shr-generic.
4220         (shr-tag-font): Let shr-generic colorize via inheritance.
4221
4222 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4225
4226 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4227
4228         * nnir.el (nnir-request-move-article): Remove obsolete code.
4229
4230 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4233
4234 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4235
4236         * gnus-sum.el (gnus-summary-respool-article): The completion function
4237         expects a list instead of an alist.
4238
4239         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4240         string as the parameter.
4241
4242         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4243
4244         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4245         styles.
4246         (shr-colorize-region): New function.
4247         (shr-insert-background-overlay): Remove.
4248         (shr-render-td): Background setting should be taken care of on a higher
4249         level.
4250         (shr-tag-body): Use post-hoc colorizations.
4251         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4252         (shr-put-color-1): Don't overwrite old colors.
4253         (shr-colorize-region): When the background color isn't explicit, use
4254         a fixed background.
4255
4256         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4257         nnmail variables.
4258
4259 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4260
4261         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4262         unless necessary.
4263
4264 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4265
4266         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4267         server.
4268
4269 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4270
4271         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4272         so that TAB works.
4273
4274         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4275         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4276
4277         * shr.el (shr-urlify): Show the URL before the title to avoid
4278         misleading URLs.
4279
4280 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4281
4282         * shr.el (shr-urlify): Display the title in <a> tags.
4283
4284 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4285
4286         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4287
4288 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4289
4290         * nnir.el: Rearrange code to allow macros to be autoloaded by
4291         gnus-sum.el.
4292         (nnir-retrieve-headers-override-function): Make this variable
4293         customizable.
4294         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4295
4296         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4297         from nnir.el.
4298
4299 2010-12-03  Julien Danjou  <julien@danjou.info>
4300
4301         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4302
4303 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4306         allow optional argument `environment'.
4307
4308 2010-12-03  Glenn Morris  <rgm@gnu.org>
4309
4310         * mm-extern.el (message-goto-body): Update declaration.
4311
4312 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * gnus-util.el (gnus-macroexpand-all): New function.
4315
4316         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4317         instead of macroexpand-all that is unavailable in XEmacs.
4318
4319 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4320
4321         * nnir.el (nnir-summary-line-format): New variable.
4322         (nnir-mode): Use it.
4323         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4324         (nnir-article-ids): Reimplement as defsubst.
4325         (nnir-retrieve-headers): Don't mangle the subject header.
4326         (nnir-run-imap): Use 100 as RSV score.
4327         (nnir-run-find-grep): Fix for full server searching.
4328         (nnir-run-gmane): Better restriction to gmane groups.
4329
4330         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4331         summary buffers.
4332
4333 2010-12-02  Julien Danjou  <julien@danjou.info>
4334
4335         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4336
4337         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4338
4339         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4340         support.
4341
4342 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4343
4344         * nnir.el: Update to handle the registry better.
4345         (autoload): Silence byte-compiler.
4346         (nnir-open-server): Add a hook for nnir groups.
4347         (nnir-request-move-article): Don't mangle the header.  Better to use
4348         formatting variables (which will be added in the future).
4349         (nnir-registry-action): Update the registry using the original article
4350         group name.
4351         (nnir-mode): Install nnir-specific hooks for updating the registry.
4352
4353         * gnus-sum.el
4354         (gnus-article-original-subject,gnus-newsgroup-original-name):
4355         Remove obsolete variables.
4356         (gnus-summary-move-article): Remove use of obsolete variables.
4357         (gnus-summary-local-variables): Make move and delete hooks local to
4358         summary buffers.
4359
4360 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * rtree.el: New file.
4363
4364 2010-12-01  Julien Danjou  <julien@danjou.info>
4365
4366         * message.el (message-user-organization): Do not use
4367         gnus-local-organization.
4368
4369         * gnus.el: Remove gnus-local-organization.
4370
4371         * gnus-msg.el: Remove nastygram thing.
4372
4373 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4376         funcall.
4377
4378 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4381         names.
4382
4383         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4384         characters.
4385
4386         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4387         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4388         Suggested by Štěpán Němec <stepnem@gmail.com>.
4389         (gnus-gravatar-transform-address): Use mail-extract-address-components
4390         that supports non-ASCII names rather than mail-header-parse-addresses.
4391
4392 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393
4394         * proto-stream.el (open-protocol-stream): All starttls connections are
4395         handled by the network handler.
4396
4397 2010-11-30  Julien Danjou  <julien@danjou.info>
4398
4399         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4400         (nnimap-open-connection-1): Fix PREAUTH.
4401
4402         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4403
4404 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4407         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4408         (shr-insert): Use them.
4409         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4410
4411 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4412
4413         * nnir.el (nnir-request-move-article): Bail out if original group
4414         doesn't support article moves.
4415         (nnir-get-active): Improve active list retrieval.
4416
4417 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4420
4421 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4422
4423         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4424         seem to accept strings-with-numbers as port numbers,
4425
4426 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4427
4428         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4429         change the registry.
4430
4431 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4434         delete-dups that is not available in XEmacs 21.4.
4435
4436         * mm-util.el (mm-delete-duplicates): Add comment.
4437
4438 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4439
4440         * nnir.el (nnir-ignored-newsgroups): New variable.
4441         (nnir-get-active): Use it.
4442
4443 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * proto-stream.el (proto-stream-open-network): Add some comments.
4446
4447         * nntp.el (nntp-open-connection): Provide a :success condition.
4448
4449         * nnimap.el (nnimap-open-connection-1): Ditto.
4450
4451         * proto-stream.el (proto-stream-open-network): See what the response to
4452         the STARTTLS command is.
4453
4454         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4455         backwards compatibility).
4456         (nnimap-open-connection-1): Really respect nnimap-server-port.
4457
4458         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4459         TLS upgrades we don't really care about the identity of the peer.
4460         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4461         that what we've checked for.
4462         (proto-stream-always-use-starttls): Only default to t if
4463         open-gnutls-stream exists.
4464         (proto-stream-open-network): If STARTTLS failed, then just open a
4465         normal connection.
4466         (proto-stream-open-network): Wait until the greeting before doing
4467         STARTTLS.
4468
4469         * nntp.el (nntp-open-connection): Report what the connection error is.
4470
4471         * proto-stream.el (open-protocol-stream): Rename from
4472         open-proto-stream.
4473
4474 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * nnimap.el (nnimap-stream): Change default to `undecided'.
4477         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4478         first, and then network.
4479         (nnimap-open-connection-1): Respect nnimap-server-port.
4480         (nnimap-open-connection): Be more backwards-compatible.
4481
4482         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4483         (proto-stream-open-starttls): De-duplicate the starttls code.
4484         (proto-stream-open-starttls): Folded back into the main function.
4485         (proto-stream-open-network): Fix typo in the gnutls path.
4486         (proto-stream-command): Refactor out.
4487
4488         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4489
4490         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4491         starttls.el STARTTLS.
4492
4493         * color.el (color-lab->srgb): Fix function call name.
4494
4495         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4496         if we're using tls.el.
4497         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4498         built in, then don't try to establish a STARTTLS connection.
4499
4500         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4501         servers.
4502
4503         * proto-stream.el (open-proto-stream): Use network, not stream.
4504         (open-proto-stream): Add a way to specify what the end of a command is.
4505
4506         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4507         connections types.
4508         (nntp-open-network-stream): Remove.
4509         (nntp-open-ssl-stream): Remove.
4510         (nntp-open-tls-stream): Remove.
4511         (nntp-ssl-program): Remove.
4512
4513         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4514
4515 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4516
4517         * nnir.el: Fix typos.
4518         (nnir-retrieve-headers-override-function): Rename variable to reflect
4519         new semantics.
4520         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4521         macros.
4522         (nnir-request-article, nnir-request-move-article): Use them.
4523         (nnir-categorize): New function.
4524         (nnir-run-query): Use it.
4525         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4526         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4527         sorted.
4528         (nnir-group-full-name): Use gnus-group-full-name instead.
4529         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4530         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4531
4532 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4535
4536         * proto-stream.el: New library to provide protocol-specific
4537         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4538         protocols.
4539         (open-proto-stream): Complete the documentation.
4540         (proto-stream-open-network): Fix some typos.
4541
4542         * nnimap.el (nnimap-open-connection): Use it.
4543
4544 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4545
4546         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4547         negotiation.
4548
4549 2010-11-26  Julien Danjou  <julien@danjou.info>
4550
4551         * color.el: Rename various rgb functions to srgb.
4552
4553 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554
4555         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4556         names.
4557
4558 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * shr.el (shr-insert): Revert last change.
4561         (shr-find-fill-point): Never leave point being at bol;
4562         relax the kinsoku limitation when rendering tables.
4563
4564 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4567         results from -accept-article.
4568
4569         * shr-color.el: Require cl when compiling.
4570
4571         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4572         checkin.
4573
4574         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4575
4576         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4577
4578         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4579         'add and 'delete to set backend marks.
4580
4581         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4582
4583         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4584
4585         * nntp.el (nntp-request-set-mark): Use it.
4586
4587         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4588
4589         * nnml.el (nnml-request-set-mark): Ditto.
4590
4591         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4592         introduces regressions in article selection.
4593         (nnimap-find-uid-response): New function.
4594         (nnimap-request-accept-article): Use the UID returned, if any.
4595         (nnimap-request-move-article): Use the UID returned, if any.
4596         (nnimap-get-groups): Reimplement to work with folded lines.
4597         (nnimap-find-uid-response): The UID is the last element in the list.
4598         (nnimap-request-set-mark): Extend syntax with 'set.
4599
4600         * nnml.el (nnml-request-set-mark): Ditto.
4601
4602         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4603
4604         * nntp.el (nntp-request-set-mark): Ditto.
4605
4606 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * message.el (message-called-interactively-p): A temporary macro.
4609         (message-goto-body): Use it temporarily.
4610
4611 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4614         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4615         (nnimap-last-response-string): Fix last unfolding fix.
4616
4617 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * shr.el (shr-insert): Fix the way to fold lines.
4620
4621 2010-11-25  Julien Danjou  <julien@danjou.info>
4622
4623         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4624
4625         * color.el: Rename from color-lab.el
4626         (color-rgb->hex): Add.
4627         (color-complement): Add.
4628         (color-complement-hex): Add.
4629
4630         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4631
4632 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * shr-color.el (shr-color-visible): Don't bug out if the color names
4635         don't exist.
4636
4637 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4640         assuming that article displaying or another mml-preview may be
4641         interrupted for an error or for the like.
4642
4643         * shr.el (shr-get-background): Fix argument name.
4644
4645 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4648
4649         * gnus-sum.el (gnus-summary-include-articles): New function.
4650
4651         * message.el (message-goto-body): called-interactively-p needs a
4652         parameter, so use `any'.
4653
4654         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4655         clear marks before moving, since they're synced from the Gnus side
4656         first.
4657
4658         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4659         (gnus-summary-move-article): Copy over all marks before moving, so that
4660         IMAP doesn't think a new article has arrived.
4661
4662 2010-11-24  Julien Danjou  <julien@danjou.info>
4663
4664         * shr.el (shr-insert-background-overlay): Fix typo.
4665         (shr-render-td): Copy the background before rendering.
4666
4667         * shr-color.el (shr-color-visible): Fix docstring.
4668
4669         * shr.el (shr-tag-table): Add bgcolor support.
4670         (shr-render-td): Add bgcolor support.
4671         (shr-get-background): Add.
4672         (shr-insert-foreground-overlay): Use shr-get-background.
4673
4674         * message.el (message-goto-body): Use called-interactively-p.
4675         (message-in-body-p): message-goto-body returns point.
4676
4677 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4680         Fixes something or other in Emacs 23, and is backwards compatible.
4681
4682         * message.el (message-goto-body): Remove the <#secure special-casing,
4683         which is too special.
4684
4685         * shr.el (shr-parse-style): Drop !important from styles.
4686
4687 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4688
4689         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4690         this function to return incorrect results when calling it with an
4691         explicit article argument different from
4692         (gnus-summary-article-number).
4693
4694 2010-11-24  Julien Danjou  <julien@danjou.info>
4695
4696         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4697         (shr-tag-body): Add background support.
4698         (shr-descend): Add background support.
4699         (shr-tag-title): Add.
4700
4701         * shr-color.el (shr-color-visible): Really return original background
4702         if fixed.
4703
4704 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * shr.el (shr-color-check): Protect against non-existent color names.
4707
4708 2010-11-24  Julien Danjou  <julien@danjou.info>
4709
4710         * color-lab.el: Require 'cl when compiling.
4711
4712         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4713
4714         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4715         matched part.
4716
4717         * color-lab.el: Fix all expt calls to use float type.
4718
4719 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4722         expression to shr-color-check as is.
4723
4724         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4725
4726         * color-lab.el: Add coding cookie.
4727         (float-pi): Use eval-and-compile.
4728
4729         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4730         compiled for Emacsen having no `libxml-parse-html-region' support.
4731
4732 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * shr.el (shr-insert-color-overlay): Split stuff like
4735         "#444444 !important" to find the real color.
4736         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4737         parse <font color="red"> entries.
4738
4739 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4740
4741         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4742         point when parsing headers.
4743
4744         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4745         is positioned properly when parsing headers.
4746
4747 2010-11-23  Julien Danjou  <julien@danjou.info>
4748
4749         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4750
4751         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4752
4753         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4754
4755         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4756         Use shr-color-hue-to-rgb.
4757         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4758
4759 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * shr.el (shr-color->hexadecimal): Autoload.
4762         (shr-descend): Add color to all tags.
4763
4764 2010-11-22  Julien Danjou  <julien@danjou.info>
4765
4766         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4767         shr-color->hexadecimal.
4768
4769         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4770         RGB() or HSL() color representation.
4771
4772         * shr.el (shr-tag-font): Add.
4773         (shr-tag-color-check): New function to get better colors.
4774         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4775         tag-span.
4776
4777         * shr-color.el: New file.
4778
4779         * color-lab.el: New file.
4780
4781         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4782
4783 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4784
4785         * nnir.el: Fix typo in comments.
4786         (nnir-run-imap): Simplify code.  No need to reverse artlist.
4787         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4788
4789 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4790
4791         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4792
4793         * nnimap.el (nnimap-get-capabilities): Refactor out.
4794         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4795
4796 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4797
4798         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4799         appearing when `mm-uu-hide-markers' is nil.
4800
4801 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * nnimap.el (nnimap-unselect-group): Make into its own function.
4804         (nnimap-request-rename-group): Unselect group before renaming.
4805         This had gotten lost somewhere.
4806         (nnimap-request-accept-article): Keep track of examined groups, and
4807         unselect the group before APPENDing to read-only groups.
4808         (nnimap-request-move-article): Clear flags before moving so that they
4809         can be re-set later.
4810
4811 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4814         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4815
4816 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (gnus-mime-display-single):
4819         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4820         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4821         parameter.
4822
4823 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4826         (shr-table-vertical-line): New variable.
4827         (shr-insert-table): Use it.
4828
4829 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus-html.el (gnus-html-wash-images): Don't display images if
4832         gnus-inhibit-images is non-nil; register displayer for cid images.
4833         (gnus-html-display-image): Work for cid image.
4834         (gnus-html-insert-image): Allow arguments.
4835         (gnus-html-put-image): Inhibit read-only.
4836         (gnus-html-prefetch-images): Don't prefetch images if
4837         gnus-inhibit-images is non-nil.
4838
4839 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * shr.el (shr-put-image): Break lines when inserting big pictures.
4842
4843 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4844
4845         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4846         sender, thanks Katsumi Yamaoka.
4847
4848 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4849
4850         * nnir.el (nnir-run-imap): Reverse the article list for each group
4851         rather than the whole list.
4852
4853 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * shr.el (shr-image-displayer): Protect function against non-existent
4856         image source.
4857
4858         * gnus-art.el (gnus-inhibit-images): New user option.
4859         (gnus-mime-display-single): Don't display image if it is non-nil.
4860
4861         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4862         gnus-inhibit-images.
4863
4864         * shr.el (shr-image-displayer): New function.
4865         (shr-tag-img): Use it.
4866
4867 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4868
4869         * mml2015.el (mml2015-epg-sign): Use From header.
4870
4871 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4874
4875         * gnus-util.el (gnus-find-text-property-region): Return markers.
4876
4877         * shr.el (shr-tag-img): Put a displayer in the text property.
4878
4879         * gnus-util.el (gnus-find-text-property-region): New utility function.
4880
4881         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4882         (gnus-html-show-images): Remove.
4883
4884         * gnus-art.el (gnus-article-show-images): New, more general function.
4885
4886         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4887         image url text properties.
4888
4889         * shr.el: Ditto.
4890
4891         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4892         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4893
4894 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4897         work for two or more articles.
4898
4899 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4902         divide an image that's in an html article to two or more when washing
4903         non-ASCII characters in alt text of it.
4904
4905 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4908         smime-decrypt-region using function argument.
4909         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4910
4911         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4912
4913         * smime.el (smime-decrypt-region): Catch it.
4914
4915 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4916
4917         * smime.el (smime-mode-map): Move initialization into declaration.
4918         (gnus-run-mode-hooks): Don't autoload.
4919         (smime-mode): Use define-derived-mode.
4920
4921 2010-11-11  Glenn Morris  <rgm@gnu.org>
4922
4923         * smime.el (from): Restrict declaration to XEmacs.
4924
4925         * nnir.el (gnus-group-topic-name): Autoload.
4926
4927 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * shr.el (shr-insert): Don't break long line if it is because of
4930         kinsoku-bol characters in the line end.
4931
4932 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4933
4934         * nnir.el (nnir-request-move-article): Fix to provide original group
4935         and subject.
4936         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4937         been retrieved.
4938
4939         * gnus-sum.el (gnus-summary-move-article): Use original group and
4940         subject for virtual articles such as those in an nnir summary buffer.
4941
4942 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4945         least 21.5).
4946
4947         * smime.el (from): Declare it again for XEmacs.
4948
4949 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * message.el (message-resend): Don't disable encoding unless it's
4952         already encoded.
4953
4954         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4955         low-numbered articles.
4956
4957 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * rfc2047.el (rfc2047-syntax-table): Simplify.
4960
4961         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4962
4963         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4964         set-char-table-range for XEmacs.
4965
4966 2010-11-10  Glenn Morris  <rgm@gnu.org>
4967
4968         * time-date.el (time-to-seconds): Always an alias on Emacs,
4969         never a real function.
4970         (with-no-warnings): Remove compat stub, now unused.
4971         (time-less-p): Doc fix.
4972         (time-to-number-of-days): Simplify.
4973
4974         * smime.el (from): Remove unused declaration.
4975
4976         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4977         (gnus-float-time): On Emacs, always an alias.
4978
4979         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4980         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4981
4982 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * dgnushack.el: Don't use ignore-errors in the top level form since it
4985         is unavailable in XEmacs even if cl is loaded.
4986
4987         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4988
4989 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990
4991         * shr.el (browse-url-mailto): Autoload.
4992
4993         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4994
4995         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4996         regexp doesn't need quoting.
4997
4998 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4999
5000         * message.el (message-subject-trailing-was-ask-regexp)
5001         (message-subject-trailing-was-regexp): Match was: in addition to was.
5002
5003 2010-11-09  Glenn Morris  <rgm@gnu.org>
5004
5005         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5006         (nnbabyl-check-mbox): Use point-at-bol.
5007
5008 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5011
5012         * message.el (message-mailto): New function.
5013         (message-mailto): Should accept other parameters.
5014         (message-mailto): Remove since it duplicates browse-url-mailto
5015         functionality.
5016
5017 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5020         methods.
5021         (gnus-read-active-file): Ditto.
5022
5023         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5024         ": " from the prompt.
5025         (gnus-group-make-group): Ditto.
5026
5027 2010-11-07  Glenn Morris  <rgm@gnu.org>
5028
5029         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5030         (gnus-bookmark-kill-line): Use point-at-eol.
5031
5032 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5035         asterisks in From header.
5036
5037 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5040         string to avoid making the From headers syntactically invalid.
5041
5042         * message.el (message-send-mail): Don't insert courtesy messages if the
5043         message already has List-Post and List-ID messages.
5044
5045 2010-11-06  Glenn Morris  <rgm@gnu.org>
5046
5047         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5048         `condition', `type', `length' a prefix.
5049         (gnus-treat-predicate): Update for above name changes.
5050
5051 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5052
5053         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5054         binding.  Handled by `gnus-summary-refer-thread' instead.
5055         (nnir-warp-to-article): New backend function.
5056
5057         * nnimap.el (nnimap-request-thread): Force dependency updating.
5058
5059         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5060         (gnus-summary-refer-thread): Rework to improve thread-referral.
5061
5062         * gnus-int.el (gnus-warp-to-article): New function.
5063
5064         * gnus-sum.el (gnus-summary-article-map): Bind it.
5065
5066 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5067
5068         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5069         gnus-summary-refer-thread.
5070
5071         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5072         headers.
5073         (gnus-summary-limit-include-thread): Prevent articles in thread from
5074         being cut in gnus-cut-threads.
5075         (gnus-summary-refer-thread): Limit retrieved headers to those in
5076         thread.
5077
5078 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5079
5080         * message.el (message-send-mail): Use the value of
5081         message-courtesy-message from the message buffer.
5082
5083         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5084
5085         * shr.el (shr-browse-url): Implement mailto: URLs.
5086
5087         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5088         "raw".
5089
5090         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5091         if it's already selected.
5092
5093         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5094
5095 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5098         to measure the length and truncate alt text.
5099
5100 2010-11-03  Glenn Morris  <rgm@gnu.org>
5101
5102         * nndiary.el (nndiary-generate-nov-databases-1)
5103         (nndiary-generate-active-info): Rename dynamic variable `files' to
5104         something less generic.
5105
5106 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5107
5108         * nnir.el (nnir-request-move-article): Call the underlying backend to
5109         move articles from nnir.
5110
5111 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5114
5115 2010-11-02  Julien Danjou  <julien@danjou.info>
5116
5117         * nnir.el: Remove wais support.
5118
5119 2010-11-02  Glenn Morris  <rgm@gnu.org>
5120
5121         * gnus-html.el: Reorder requirements to quieten compiler.
5122
5123 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5126         properly for XEmacs as well.
5127         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5128         (gnus-article-natural-long-line-p): Use window-width rather than
5129         frame-width.
5130
5131 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5132
5133         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5134         (nnir-read-parms): Don't modify query.
5135         (nnir-run-query): Add ability to search topic on current line.
5136         (nnir-get-active): Clean up.
5137
5138 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5141         degenerate articles.
5142
5143         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5144         (gnus-print-buffer): Just print the buffer as is, without any copying
5145         to a buffer and then re-highlighting.
5146
5147         * nnimap.el (nnimap-request-group): Store the new updated info.
5148         (nnimap-request-group): Select the group when we don't know whether it
5149         exists or not.
5150
5151         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5152         groups.
5153
5154         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5155         groups.
5156
5157         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5158         groups.
5159
5160         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5161         long-lines case by only filling the long lines.
5162
5163         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5164         (bug #7311).
5165
5166 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * shr.el: No need to declare `declare-function' since shr.el is for
5169         only Emacsen that provide `libxml-parse-html-region'.
5170
5171         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5172         effective only in a file it is referred to.
5173
5174 2010-11-01  Glenn Morris  <rgm@gnu.org>
5175
5176         * mm-util.el (gnus-completing-read): Autoload.
5177         (mm-read-coding-system): Simplify Emacs definition.
5178
5179         * nnmail.el (gnus-activate-group):
5180         * nnimap.el (gnutls-negotiate):
5181         * nntp.el (netrc-parse): Fix declarations.
5182
5183 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5186         string-match-p in Emacs >=23.
5187
5188         * gnus-msg.el (gnus-configure-posting-styles):
5189         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5190
5191 2010-11-01  Glenn Morris  <rgm@gnu.org>
5192
5193         * nnir.el (declare-function): Add compat stub.
5194         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5195         (nnir-run-gmane): Require 'mm-url.
5196
5197         * mm-util.el (mm-string-to-multibyte): Simplify.
5198
5199         * shr.el (declare-function): Add compat stub.
5200         (url-cache-create-filename): Declare.
5201         (mm-disable-multibyte, widget-convert-button): Autoload.
5202
5203         * smime.el (ldap-search): Declare.
5204         (smime-cert-by-ldap-1): Require ldap on Emacs.
5205
5206         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5207         (nnimap-keepalive): Use gnus-float-time.
5208
5209         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5210         (mail-source-delete-crash-box): Use gnus-float-time.
5211
5212         * gnus-dired.el (gnus-completing-read): Autoload.
5213
5214         * mm-view.el (gnus-rescale-image): Autoload.
5215
5216         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5217
5218         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5219
5220         * sieve-manage.el: Require 'cl when compiling.
5221
5222         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5223         (gnus-iswitchb-completing-read): Require iswitchb.
5224         (gnus-select-frame-set-input-focus): Silence compiler.
5225
5226 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5227
5228         * message.el (message-subject-trailing-was-query): Change default to t,
5229         since I think that's what most people want.
5230
5231         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5232         appending for easier debugging.
5233         (nnimap-wait-for-connection): Take a regexp.
5234         (nnimap-request-accept-article): Wait for the continuation line before
5235         sending anything unless we're streaming.
5236
5237         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5238         leave the header washing to take place.
5239
5240 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5241
5242         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5243         regular expression match and replace in posting styles.
5244
5245 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5246
5247         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5248         an entire server.
5249         (nnir-get-active): New function.
5250         (nnir-run-imap): Use it.
5251         (nnir-run-gmane): Who knew, gmane search returns an article score!
5252
5253         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5254         server on the current line with nnir.
5255
5256 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5257
5258         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5259         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5260         left edge.
5261         (gnus-article-foldable-buffer): Skip past the prefix when determining
5262         raggedness.
5263
5264         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5265         the raw article, and change `C-u g' to show the article without doing
5266         treatments.
5267
5268         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5269         on to `gnus-treat-article'.
5270         (gnus-inhibit-article-treatments): New variable.
5271
5272         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5273
5274         * gnus-art.el (gnus-treatment-function-alist): Have
5275         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5276         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5277         sections.
5278
5279         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5280         parameter.
5281         (gnus-article-fill-cited-long-lines): New function.
5282         (gnus-article-fill-cited-article): Allow filling only long sections.
5283
5284         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5285         and non-punctuation (like after the apostrophe in "'We").
5286
5287         * gnus-sum.el (gnus-summary-select-article): Make sure
5288         gnus-original-article-buffer is alive.
5289
5290         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5291         reflect the order they're in in the digest.
5292
5293         * gnus.el (gnus-group-startup-message): Move point to the start of the
5294         buffer.
5295
5296         * nnimap.el (nnimap-capability): New function.
5297         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5298         is set.
5299
5300 2010-10-31  David Engster  <dengste@eml.cc>
5301
5302         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5303         conform with changes to gnus-completing-read.
5304
5305 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306
5307         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5308
5309 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5310
5311         * nnir.el: Move defvar, defcustom around to keep file organized
5312         and keep byte-compiler quiet.
5313         (nnir-read-parms): Accept search-engine as arg.
5314         (nnir-run-query): Pass search-engine as arg.
5315         (nnir-search-engine): Remove.
5316
5317 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * shr.el (shr-generic): The text nodes should be text, not :text.
5320
5321         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5322         later in the file.
5323
5324 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5325
5326         * nnir.el: General clean up.  Allow searching with multiple engines.
5327         Allow separate extra-parameters for each engine.
5328         Batch queries when possible.
5329         (nnir-imap-default-search-key,nnir-method-default-engines):
5330         Add customize interface.
5331         (nnir-run-gmane): New engine.
5332         (nnir-engines): Use it.  Qualify all prompts with engine name.
5333         (nnir-search-engine): Remove global variable.
5334         (nnir-run-hyrex): Restore for now.
5335         (nnir-extra-parms,nnir-search-history): New variables.
5336         (gnus-group-make-nnir-group): Use them.
5337         (nnir-group-server): Remove in favor of gnus-group-server.
5338         (nnir-request-group): Avoid searching twice.
5339         (nnir-sort-groups-by-server): New function.
5340
5341 2010-10-30  Julien Danjou  <julien@danjou.info>
5342
5343         * gnus-group.el: Remove gnus-group-fetch-control.
5344
5345         * gnus-start.el (gnus-find-new-newsgroups):
5346         Remove gnus-check-first-time-used.
5347
5348         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5349
5350 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5351
5352         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5353         set on groups that don't have \* permanentflags.
5354
5355 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5358         control the background color.
5359         (shr-tag-img): Ignore very small web bug type images.
5360         (shr-put-image): Add help-echo alt texts to the images.
5361         (shr-tag-video): Show the video poster image.
5362
5363 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364
5365         * shr.el (shr-table-depth): New variable.
5366         (shr-tag-table-1): Only insert the images after the top-level table.
5367
5368         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5369
5370         * gnus-util.el (gnus-list-memq-of-list): New function.
5371
5372         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5373         selected.
5374         (nnimap-unsplittable-articles): New slot.
5375         (nnimap-new-articles): Use it.
5376
5377 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5378
5379         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5380         move to the previous line on `M-g'.
5381
5382 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5385         *-request-group, which seems unnecessary.
5386
5387         * nnimap.el (nnimap-quote-specials): Function copied over from
5388         imap.el.
5389         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5390         they support that.  Suggested by Tom Regner.
5391
5392 2010-10-29  Julien Danjou  <julien@danjou.info>
5393
5394         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5395         defalias.
5396         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5397
5398         * gnus.el: Remove `gnus-nntp-service' variable.
5399         (gnus-secondary-servers): Make obsolete.
5400         (gnus-nntp-server): Make obsolete.
5401
5402         * gnus-start.el (gnus-1): Remove x-splash calls.
5403
5404         * gnus-ems.el (gnus-x-splash): Remove.
5405
5406         * gnus.el (gnus-group-startup-message): Simplify/update code.
5407
5408         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5409         definition.
5410
5411         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5412         capability before doing anything.
5413         (gnus-group-insert-group-line): Remove useless
5414         gnus-group-remove-excess-properties.
5415
5416 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5419
5420 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5423         config after reselecting.
5424
5425 2010-10-28  Julien Danjou  <julien@danjou.info>
5426
5427         * shr.el (shr-put-image): Use point even if only inserting text.
5428         (shr-put-image): Save excursion when inserting alt text on non-graphic
5429         display, so the behavior is the same when we are on a graphic display.
5430
5431         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5432
5433 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5436         (gnus-mime-copy-part): Check coding system, not charset.
5437         (gnus-mime-view-part-externally): Never remove part.
5438         (gnus-mime-view-part-internally): Don't remove part here.
5439         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5440         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5441         multipart/alternative.
5442
5443         * mm-decode.el (mm-display-part): Take optional arg `force'.
5444
5445 2010-10-26  Julien Danjou  <julien@danjou.info>
5446
5447         * gnus-group.el (gnus-group-default-list-level): Add this function to
5448         compute the default list level.
5449         (gnus-group-default-list-level): Add possibility to use a function.
5450
5451 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5454
5455         * gnus-group.el (gnus-group-completing-read)
5456         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5457         gnus-replace-in-string.
5458
5459 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * shr.el (shr-tag-div): Add.
5462
5463         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
5464
5465 2010-10-25  Julien Danjou  <julien@danjou.info>
5466
5467         * gnus-util.el: Remove `gnus-with-local-quit'.
5468
5469         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5470
5471 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5472
5473         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5474         the original article buffer.
5475
5476 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * nnimap.el (nnimap-request-head): New function.
5479         (nnimap-request-move-article): Try to be slightly faster by not
5480         requesting the entire message when moving.
5481         (nnimap-transform-headers): Don't bug out on bodiless articles.
5482         (nnimap-send-command): Have no outstanding messages if the IMAP server
5483         doesn't support streaming.
5484         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5485
5486 2010-10-24  Julien Danjou  <julien@danjou.info>
5487
5488         * message.el (message-default-headers): Fix type.
5489
5490 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5493         prefetching images.
5494
5495         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5496         backend for unknown groups.  This is mainly useful for nnimap groups.
5497
5498         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5499         group isn't covered by the agent.
5500
5501 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5502
5503         * nnir.el (nnir-method-default-engines): New variable.
5504         (nnir-run-query): Use it.
5505         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5506         (gnus-summary-nnir-goto-thread): Change group if needed.
5507
5508         * gnus-group.el (gnus-group-group-map): Add key binding for
5509         gnus-group-make-nnir-group.
5510
5511 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512
5513         * shr.el (shr-tag-object): Add.
5514
5515         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5516         original article buffer live.
5517         (gnus-summary-select-article-buffer):
5518         Mention gnus-widen-article-buffer.
5519
5520 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * shr.el (shr-tag-strong): Add.
5523
5524 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5527         group names.  They mess up the group buffer badly.
5528
5529         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5530
5531         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5532         instead of the summary one.
5533
5534 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * mml.el (mml-preview): Work properly when editing article.
5537
5538         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5539         gnus-have-read-active-file if it's already been in.
5540
5541 2010-10-22  Tom Tromey  <tromey@redhat.com>
5542
5543         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5544         gnus-group-completing-read.
5545
5546 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * message.el (message-mode-map): Don't bind M-; to comment region, to
5549         allow the global comment-dwim to work.
5550
5551 2010-10-21  Julien Danjou  <julien@danjou.info>
5552
5553         * message.el (message-setup-1): Allow message-default-headers to be a
5554         function.
5555
5556 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * shr.el (shr-tag-table): Simplify.
5559
5560 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561
5562         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5563         to avoid trying to snarf invalid stuff.
5564
5565         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5566
5567         * gnus.el (gnus-message-archive-group): Quote value.
5568         (gnus-message-archive-group): Mark as changed.
5569
5570         * shr.el (shr-add-font): Don't put the font properties on the newline
5571         or the indentation.
5572
5573         * message.el (message-fix-before-sending): Change options when sending
5574         non-printable characters.
5575
5576         * gnus.el (gnus-message-archive-method): Change the default to
5577         monthly outgoing groups.
5578
5579         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5580         that have gotten new numbers.
5581
5582         * nnimap.el (nnimap-request-replace-article): New function.
5583
5584 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5587         (nnrss-request-article): Don't use special html washing code.
5588
5589 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * shr.el (shr-tag-table): Remove useless nconc.
5592
5593 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * gnus-art.el (article-wash-html): Simplify and remove the charset
5596         stuff.  Use the normal html rendering code instead of the special html
5597         washing code.
5598
5599         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5600         `gnus-w3m' symbols.
5601         (mm-text-html-washer-alist): Remove.
5602
5603         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5604         (mm-inline-media-tests): Remove use.
5605         (mm-text-html-renderer): Change default to the `shr' symbol.
5606
5607         * mm-view.el (mm-inline-text-html): Remove use.
5608
5609         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5610         `gnus-blocked-images' to be a function.
5611         (gnus-article-wash-function): Remove.
5612
5613 2010-10-20  Julien Danjou  <julien@danjou.info>
5614
5615         * spam.el (spam-list-of-processors): Mark as obsolete.
5616
5617         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5618         (nnimap-insert-partial-structure): Fix boundary detection.
5619
5620 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5621
5622         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5623         run file-truename on remote files.  This can be expensive and even
5624         prevent one from editing drafts if some unrelated buffer has a stale
5625         connection.
5626
5627 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5630         kinsoku-eol regardless of shr-kinsoku-shorten.
5631         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5632         (shr-tag-table): Support caption, thead, and tfoot.
5633
5634 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635
5636         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5637         lines.
5638         (shr-save-contents): New command and keystroke.
5639
5640         * nndoc.el (nndoc-type-alist): Add git support.
5641         (nndoc-git-type-p): New function.
5642         (nndoc-transform-git-article): Ditto.
5643         (nndoc-transform-git-headers): Ditto.
5644         (nndoc-transform-git-headers): Generate Subject headers.
5645
5646         * shr.el (shr-parse-style): New function.
5647         (shr-tag-span): Ditto.
5648
5649         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5650         to `G G' to avoid collisions.
5651
5652 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * shr.el: Load kinsoku if necessary.
5655         (shr-kinsoku-shorten): New internal variable.
5656         (shr-find-fill-point): Make kinsoku shorten text line if
5657         shr-kinsoku-shorten is bound to non-nil.
5658         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5659         shr-indentation too when testing if table is wider than frame width.
5660         (shr-insert-table): Use `string-width' instead of `length' to measure
5661         text width.
5662         (shr-insert-table-ruler): Make sure indentation is done at bol.
5663
5664 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5665
5666         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5667         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5668         undecoded network data.
5669
5670 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5671
5672         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5673         name in the mode line spec so that the mode line menu works
5674         (bug #2431).
5675
5676         * message.el (message-get-reply-headers): If we're fed `to-address',
5677         then always use that.
5678
5679         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5680         aren't so wide as to need to switch off the edit menu.
5681
5682         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5683         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5684
5685         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5686         `M-g'.
5687         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5688         the permanent marks.
5689
5690 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5691
5692         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5693         Splitting according to references/in-reply-to obeys the ignore-groups
5694         variable, while splitting by sender and subject do not.
5695
5696 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5699         alist, so that we can look for non-Unicode chars.
5700         (article-translate-strings): Allow both character and string maps.
5701
5702 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * shr.el (shr-insert): Don't insert space behind a wide character
5705         categorized as kinsoku-bol, or between characters both categorized as
5706         nospace.
5707
5708 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5709
5710         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5711         headers to gnus-newsgroup-headers.
5712
5713 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5714
5715         * shr.el (shr-tag-img): Don't align images -- since we're not
5716         rescaling, this often leads to ugly displays.
5717
5718 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5719
5720         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5721         duplicates.
5722
5723 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5724
5725         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5726         call.
5727
5728 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * gnus.el: Autoload gnus-html-show-images.
5731
5732         * nnimap.el: Use nnheader-message throughout.
5733
5734         * shr.el (shr-tag-img): Ignore images with no data.
5735
5736 2010-10-15  Julien Danjou  <julien@danjou.info>
5737
5738         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5739         a possibility to disable format=flow encoding when using hard newlines.
5740
5741 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * shr.el (shr-insert): Remove space inserted before or after a
5744         breakable character or at the beginning or the end of a line.
5745         (shr-find-fill-point): Do kinsoku; find the second best point or give
5746         it up if there's no breakable point.
5747
5748 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * nnimap.el (nnimap-open-connection): Message when opening connection
5751         for debugging purposes.
5752
5753         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5754         on every setup buffer call to allow this to change from article to
5755         article.
5756
5757         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5758         buffers where we have a wide table.
5759
5760 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5761
5762         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5763         uses *-request-thread.
5764
5765 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5768         incantation, which is no longer valid.
5769
5770 2010-10-14  Julien Danjou  <julien@danjou.info>
5771
5772         * shr.el: Fix defcustom type (char -> character).
5773
5774 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5775
5776         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5777         programs.
5778
5779 2010-10-14  Julien Danjou  <julien@danjou.info>
5780
5781         * shr.el (shr-tag-a): Use url-link as widget type.
5782
5783         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5784         `gnus-group-get-icon'.
5785
5786 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5789         This should make server editing work better.
5790
5791         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5792
5793         * tls.el (tls-program): Remove spurious %s from openssl.
5794
5795         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5796         (nnimap-parse-flags): Fix regexp.
5797
5798         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5799         probably work for CJVK text, too.
5800
5801         * nnimap.el (nnimap-extend-tls-programs): Remove.
5802         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5803
5804         * tls.el (tls-starttls-switches): Remove starttls hack.
5805         (open-tls-stream): Ditto.
5806         (tls-find-starttls-argument): Ditto.
5807
5808 2010-10-13  Julien Danjou  <julien@danjou.info>
5809
5810         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5811         responses.
5812
5813 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5816
5817         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5818         anything in Emacs.
5819
5820         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5821
5822 2010-10-13  Julien Danjou  <julien@danjou.info>
5823
5824         * shr.el (shr-width): Make shr-width a defcustom with default to
5825         fill-column.
5826         (shr-tag-img): Use shr-width rather than fill-column.
5827
5828 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * dgnushack.el (byte-optimize-apply):
5831         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5832
5833         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5834         position when (X-)Faces exist.
5835         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5836         avatars when called interactively.
5837
5838 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5841         gnus-article-x-face-too-ugly is bound.
5842
5843 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5844
5845         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5846
5847         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5848         mailbox that doesn't exist.
5849
5850 2010-10-12  Julien Danjou  <julien@danjou.info>
5851
5852         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5853         (shr-get-image-data): Encode URL properly when fetching from cache.
5854         (shr-tag-img): Use aligned-to spaces to align correctly images.
5855
5856         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5857         before inserting the Gravatar.
5858
5859         * shr.el (shr-tag-img): Add align attribute support for <img>.
5860
5861 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * gnus-gravatar.el (gnus-art): Require.
5864
5865         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5866         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5867         Remove long obsoleted functions.
5868
5869 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5872
5873         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5874
5875         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5876         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5877         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5878         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5879         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5880         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5881         * sieve-manage.el, smime.el, spam.el:
5882         Fix comment for declare-function.
5883
5884 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5885
5886         * nnimap.el (nnimap-request-rename-group): Select group read-only
5887         before renaming it.
5888
5889         * shr.el (shr-insert): Fix up the white space only regexp.
5890
5891         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5892         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5893
5894         * shr.el (shr-current-column): New function.
5895         (shr-find-fill-point): New function.
5896
5897 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5898
5899         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5900         numbers.
5901
5902 2010-10-11  Julien Danjou  <julien@danjou.info>
5903
5904         * shr.el (shr-hr-line): Add.
5905         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5906         display hr lines.
5907         (shr-max-columns): Do not change state to nil if we just inserting
5908         spaces.
5909
5910 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5913         select the last group.
5914
5915 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5916
5917         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5918
5919 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5920
5921         * dig.el (dig-mode-map): Declare and define in one step.
5922
5923 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924
5925         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5926         for Gnus.
5927         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5928         (nnimap-update-qresync-info): Mark \Seen articles as read.
5929
5930         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5931         non-variable, too.
5932
5933         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5934         available.
5935         (nnimap-update-info): Rely more on the current active than the param
5936         active to avoid marking articles as read too much.
5937
5938         * auth-source.el (auth-source-create): Use (user-login-name) for the
5939         user name default.
5940
5941         * nnimap.el (nnimap-update-info): If the server doesn't return any
5942         useful info, just use the previous info.
5943         (nnimap-update-info): Prefer old info over start-article.
5944         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5945
5946 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5947
5948         * nnir.el (autoload): Clean up autoloads.
5949         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5950         Use key rather than value.
5951         (nnir-imap-search-other): New variable.
5952         (nnir-read-parm): Use it.
5953         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5954         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5955
5956 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5957
5958         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5959         the process, too.
5960
5961 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * spam.el (gnus-summary-mode-map): Bind to "$".
5964         Suggested by Russ Allbery.
5965
5966         * shr.el: Rework the way things are indented by <li> slightly.
5967
5968         * gnus.el (gnus-group-set-parameter): Fix typo.
5969
5970         * nnimap.el: Start implementing QRESYNC support.
5971
5972 2010-10-09  Julien Danjou  <julien@danjou.info>
5973
5974         * nnir.el (nnir-engines): Fix too many arguments.
5975
5976 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5979         group is the "last", so that the backends like nnfolder actually save
5980         their folders.
5981
5982         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5983         try to use that for the tls stream.
5984         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5985         UIDVALIDITY and find out which groups are read-only and not.
5986         (nnimap-get-flags): Use the same marks parsing code as the rest of
5987         nnimap.
5988
5989 2010-10-09  Julien Danjou  <julien@danjou.info>
5990
5991         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5992
5993         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5994         retrieving gravatars.
5995
5996         * shr.el (shr-table-corner): Add.
5997         (shr-table-line): Add.
5998         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5999
6000 2010-10-08  Julien Danjou  <julien@danjou.info>
6001
6002         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6003
6004 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6005
6006         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6007
6008         * gnus-sum.el (gnus-mark-article-as-unread)
6009         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6010         (gnus-summary-set-bookmark): Use it.
6011
6012         * gnus-msg.el (gnus-setup-message): Use it.
6013
6014         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6015
6016         * gnus.el (gnus-group-remove-parameter): Use it.
6017
6018         * gnus-group.el (gnus-group-make-web-group): Use it.
6019
6020         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6021
6022         * nnregistry.el: Update docs to mention manual.
6023
6024         * gnus-registry.el: Update docs to mention nnregistry.el.
6025         (gnus-registry-initialize): Don't install nnregistry refer method
6026         automatically.
6027         (gnus-registry-install-nnregistry): Remove it.
6028
6029 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * shr.el (shr-insert): Don't insert double spaces.
6032
6033 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-gravatar.el (gnus-treat-from-gravatar)
6036         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6037         called interactively.
6038
6039         * gnus-art.el (gnus-mime-view-part-externally)
6040         (gnus-mime-view-part-internally): Make predicate function passed to
6041         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6042         of a mime type.
6043
6044         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6045
6046 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047
6048         * shr.el (require): Require cl when compiling.
6049         (shr-tag-hr): New function.
6050
6051         * nnimap.el (nnimap-update-info): Remove double setting of high.
6052         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6053         This makes nnimap work properly on Courier again.
6054
6055         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6056         the variable for backwards compatibility.
6057
6058         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6059         the file name before using to avoid setting mm-default-directory to
6060         nil.
6061
6062         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6063         bidning gnus-agent variables.
6064
6065         * shr.el (shr-render-td): Use a cache for the table rendering function
6066         to avoid getting an exponential rendering behavior in nested tables.
6067         (shr-insert): Rework the line-breaking algorithm.
6068         (shr-insert): Don't leave trailing spaces.
6069         (shr-insert-table): Also insert empty TDs.
6070         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6071
6072 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6073
6074         * gnus-sum.el (gnus-number): Rename from `number'.
6075         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6076         (gnus-summary-limit-children): Update uses correspondingly.
6077
6078 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6081         (gnus-gravatar-transform-address): Don't show avatars of people of
6082         which mail addresses match gnus-gravatar-too-ugly.
6083
6084 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * shr.el (shr-table-widths): Expand TD elements to fill available
6087         space.
6088
6089 2010-10-07  Julien Danjou  <julien@danjou.info>
6090
6091         * nnimap.el (nnimap-request-rename-group): Add this method.
6092
6093 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6096         name from XEmacs' function-arglist.
6097
6098         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6099         gravatar under XEmacs.
6100
6101 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6102
6103         * auth-source.el: Update docs with TODO items.
6104
6105         * gnus-sync.el: Update docs to explain state and plans.
6106
6107         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6108         Hooks for mark updates.
6109         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6110
6111         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6112         hooks with arguments, which is needed for mark update hooks.
6113
6114 2010-10-06  Julien Danjou  <julien@danjou.info>
6115
6116         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6117         was matched.
6118
6119         * sieve-manage.el: Update example in `Commentary'.
6120
6121         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6122
6123         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6124         not 2000.
6125         (sieve-manage-authenticate): Re-add function.
6126
6127 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128
6129         * shr.el (shr-insert): Get 'space transition right.
6130         (shr-render-td): Only delete space at the end of the TD.
6131
6132         * nnimap.el (nnimap-open-connection): Prepare to support
6133         open-gnutls-stream.
6134
6135         * shr.el: Rearrange function order to be more logical.
6136
6137 2010-10-06  Julien Danjou  <julien@danjou.info>
6138
6139         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6140         (nnrss-discover-feed): Remove 404 URL in docstring.
6141
6142         * nnir.el: Fix Swish-E URL.
6143         Fix Namazu URL.
6144
6145         * message.el (message-change-subject): Remove 404 URL in a comment.
6146
6147 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6150         called interactively.
6151
6152         * gnus-util.el (gnus-remove-if): Allow hash table.
6153         (gnus-remove-if-not): New function.
6154
6155         * gnus-art.el (gnus-mime-view-part-as-type):
6156         * gnus-score.el (gnus-summary-score-effect):
6157         * gnus-sum.el (gnus-read-move-group-name):
6158         Replace remove-if-not with gnus-remove-if-not.
6159
6160         * gnus-group.el (gnus-group-completing-read):
6161         Regard collection as a hash table if it is not a list.
6162
6163 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6166
6167         * shr.el: Document the table-rendering algorithm.
6168
6169 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6172         for Emacsen having no `libxml-parse-html-region' support.
6173
6174 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6175
6176         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6177         invalid URLs.
6178
6179         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6180         line-broken.
6181         (shr-tag-img): Ignore image fetching errors.
6182         (shr-overlays-in-region): Compute overlay positions correctly.
6183
6184         * mm-decode.el (mm-shr): Require shr.
6185
6186         * gnus-art.el (gnus-blocked-images): Move variable here.
6187
6188         * shr.el (shr-insert-table): Bind free variable.
6189
6190         * mm-decode.el (mm-shr): Bind shr-content-function.
6191
6192         * shr.el (shr-content-function): New variable.
6193
6194         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6195         added for symmetry.
6196
6197         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6198
6199         * gnus-group.el (gnus-group-make-group): Doc fix.
6200
6201         * nnimap.el (nnimap-request-newgroups): Return success.
6202
6203         * shr.el (shr-find-elements): New function.
6204         (shr-tag-table): Put all the images after the table.
6205         (shr-tag-table): Really inhibit images inside the table.
6206         (shr-collect-overlays): Copy over overlays from the TD elements to the
6207         main document.
6208
6209         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6210         gnus-blocked-images.
6211
6212 2010-10-05  Julien Danjou  <julien@danjou.info>
6213
6214         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6215
6216         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6217         (gnus-html-maximum-image-size): Add this function.
6218         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6219
6220         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6221         server-value of the capability is nil.
6222
6223 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * shr.el (shr-tag-em): Add <EM> tag.
6226
6227 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6228
6229         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6230         customizable.
6231
6232         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6233         handing broken links to browse-url.
6234
6235 2010-10-05  Julien Danjou  <julien@danjou.info>
6236
6237         * gnus-util.el (gnus-emacs-completing-read)
6238         (gnus-iswitchb-completing-read): Use autoload rather than require.
6239
6240 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6243         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6244         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6245         iswitchb-temp-buflist for XEmacs.
6246
6247         * gnus-util.el (gnus-completing-read-function): Exclude
6248         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6249         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6250         XEmacs.
6251
6252         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6253         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6254
6255         * gnus-html.el: Don't require help-fns under XEmacs.
6256         (gnus-html-schedule-image-fetching): Work for XEmacs.
6257
6258         * mm-decode.el (mm-shr): Decode contents by charset.
6259
6260 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6263         unknown.
6264
6265         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6266         (shr-get-image-data): Ensure against the cache file missing.
6267
6268         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6269         for data.
6270
6271         * spam-report.el (spam-report-url-ping-plain): Don't query about
6272         killing the process.
6273
6274         * shr.el (shr-render-td): Protect against too-wide text.
6275
6276 2010-10-04  Julien Danjou  <julien@danjou.info>
6277
6278         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6279         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6280
6281         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6282         retrieved.
6283
6284 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6285
6286         * shr.el (browse-url): Require.
6287         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6288         lines.
6289         (shr-show-alt-text, shr-browse-image): New commands.
6290         (shr-browse-url, shr-copy-url): New commands.
6291
6292         * gnus-sum.el (gnus-widen-article-window): New variable.
6293         (gnus-summary-select-article-buffer): Use it.
6294
6295         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6296         without @ signs.
6297
6298 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6299
6300         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6301
6302 2010-10-04  Julien Danjou  <julien@danjou.info>
6303
6304         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6305         for XEmacs.
6306
6307 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6310
6311         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6312         (nnimap-close-server): Implement.
6313
6314         * dgnushack.el (iswitchb): Require to shut up the compiler.
6315
6316         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6317         (shr-insert): Tweak line breaking.
6318         (shr-insert): Handle <pre> better.
6319         (shr-tag-li): Get <li> indentation right.
6320         (shr-tag-li): Get <li> indentation even righter.
6321         (shr-tag-blockquote): Ensure paragraph start.
6322         (shr-make-table): Tweak table generation.
6323         (shr-make-table): Fix typo.
6324
6325         * shr.el: Implement table rendering.
6326
6327 2010-10-04  Julien Danjou  <julien@danjou.info>
6328
6329         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6330
6331 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6332
6333         * shr.el (shr-insert): Use string anchors instead of line anchors.
6334
6335 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * shr.el: Add headings.
6338         (shr-ensure-paragraph): Actually work.
6339         (shr-tag-li): Make <ul> prettier.
6340         (shr-insert): Get white space at the beginning/end of elements right.
6341         (shr-tag-p): Collapse subsequent <p>s.
6342         (shr-ensure-paragraph): Don't insert double line feeds after blank
6343         lines.
6344         (shr-insert): \t is also space.
6345         (shr-tag-s): Fix "s" tag name function.
6346         (shr-tag-s): Fix face prop name.
6347
6348 2010-10-03  Julien Danjou  <julien@danjou.info>
6349
6350         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6351
6352         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6353         gnus-window-inside-pixel-edges.
6354
6355         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6356         gnus-ems.
6357
6358         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6359
6360         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6361         function.
6362
6363         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6364         resize choice.
6365
6366 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6369         beginning of the buffer.
6370
6371         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6372         article buffer again.
6373
6374         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6375
6376         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6377         when it's at the start of the buffer.
6378
6379         * shr.el (shr-tag-blockquote): Convert name.
6380         (shr-rescale-image): Use the right image-size variant.
6381
6382         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6383         buffer isn't shown, then select the current article first instead of
6384         bugging out.
6385         (gnus-summary-select-article-buffer): Show both the article and summary
6386         buffers again.
6387
6388         * shr.el (shr-fontize-cont): Protect against regions with no text.
6389         Rename tag functions to shr-tag-* for enhanced security.
6390         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6391
6392 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6393
6394         * shr.el (shr-insert):
6395         * pop3.el (pop3-movemail):
6396         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6397         loaded.
6398
6399 2010-10-03  Glenn Morris  <rgm@gnu.org>
6400
6401         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6402
6403         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6404
6405         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6406
6407         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6408
6409         * gnus-util.el (gnus-make-local-hook): Simplify.
6410
6411 2010-10-02  Julien Danjou  <julien@danjou.info>
6412
6413         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6414         (gnus-ido-completing-read): New function.
6415         (gnus-emacs-completing-read): New function.
6416         (gnus-completing-read): Use gnus-completing-read-function.
6417         Add gnus-completing-read-function.
6418
6419 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * shr.el (shr-insert-document): Autoload.
6422         (shr-img): Be silent.
6423         (shr-insert): Add a newline after every picture before text.
6424         (shr-add-font): Use overlays for combining faces.
6425         (shr-insert): Pass upwards the text start point.
6426
6427         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6428         possible.
6429         (mm-shr): New function.
6430
6431 2010-10-02  Julien Danjou  <julien@danjou.info>
6432
6433         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6434         should go backward.
6435
6436 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6437
6438         * shr.el (shr): Fix typo in provide call.
6439
6440 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441
6442         * shr.el: New file.
6443
6444         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6445
6446         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6447         completing read.
6448
6449 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6452         we're being queried about.  Suggested by Dan Jacobson.
6453
6454         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6455         Suggested by Jason Eisner.
6456
6457         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6458         table, too.  Suggested by Stefan Wiens.
6459         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6460         the table unnecessary.  Suggested by Stefan Wiens.
6461
6462         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6463         longer needed, and probably doesn't work either, as pointed out by
6464         Stefan Wiens.
6465         (gnus-summary-exit): Remove call to the clearing function.
6466         (gnus-summary-exit-no-update): Ditto.
6467
6468         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6469         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6470         Reported by Stefan Monnier.
6471         (gnus-summary-save-in-rmail): Ditto.
6472
6473         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6474         article buffer, instead of both the article buffer and the summary
6475         buffer.  Sort of suggested by Dan Jacobson.
6476
6477         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6478
6479         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6480         Suggested by Dan Jacobson.
6481
6482         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6483         documentation clearer.
6484
6485         * message.el (message-shorten-references): Comment on the number "21".
6486         Suggested by Stefan Monnier.
6487
6488         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6489         Suggested by Dan Jacobson.
6490
6491         * gnus.el (gnus-large-newsgroup):
6492         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6493
6494         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6495         externalize attachments.  Bug reported by Steve Wen.
6496
6497         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6498         really message anything to the user.
6499
6500         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6501         directly.
6502
6503         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6504         messages in empty groups.
6505
6506 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6507
6508         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6509         non-UIDNEXT group.
6510
6511 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6514         not the value from the collection.
6515
6516         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6517         values.  This sometimes happens on some groups that have no info.
6518         (nnimap-request-newgroups): New function.
6519
6520 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6521
6522         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6523         check into `gnus-registry-initialize'.
6524         (gnus-registry-initialize): Ditto.
6525         Fix and extend header docs.
6526
6527 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6530         regexp backtrace overflows.
6531
6532         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6533         for starttls that tls.el implements; i.e. openssl.
6534
6535         * tls.el (tls-starttls-switches): Give up on using starttls with
6536         gnutls-cli.
6537         (tls-program): Add --insecure to be consistent with the defaults from
6538         openssl s_client.  Now all three commands are insecure.
6539
6540 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * lpath.el: Bind completion-styles-alist for XEmacs.
6543
6544         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6545         (gravatar-create-image): New function that's an alias to
6546         gnus-xmas-create-image, gnus-create-image, or create-image.
6547         (gravatar-data->image): Use it.
6548
6549 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6550
6551         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6552         install the nnregistry refer method.
6553         (gnus-registry-install-hooks): Use it.
6554         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6555         unfollowed groups.
6556
6557 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6558
6559         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6560         expanding threads.
6561
6562 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6563
6564         * nnir.el: Use the server names without suffixes (bug #7009).
6565
6566         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6567         unencrypted to STARTTLS, if possible.
6568
6569 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6570
6571         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6572         headers before superseding.
6573
6574 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6575
6576         * nnrss.el (nnrss-use-local): Add documentation.
6577
6578         * nnimap.el (nnimap-extend-tls-programs): New function.
6579         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6580         (nnimap-wait-for-connection): Accept the greeting from the stupid
6581         output from openssl s_client -starttls, too.
6582
6583         * tls.el (tls-starttls-switches): New variable.
6584         (tls-find-starttls-argument): Use it.
6585         (open-tls-stream): Ditto.
6586
6587         * netrc.el (netrc-credentials): Return the value of the "default" entry.
6588         (netrc-machine): Ditto.
6589
6590         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6591         article number.
6592         (nnimap-split-fancy): New variable.
6593         (nnimap-split-incoming-mail): Use it.
6594
6595         * nntp.el (nntp-server-list-active-group): Document.
6596
6597         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6598         SELECT to get the message-id.
6599
6600         * mail-source.el (mail-sources): Remove webmail support.
6601         (defvar): Ditto.
6602         (mail-source-fetcher-alist): Ditto.
6603         (mail-source-fetch-webmail): Remove.
6604
6605         * webmail.el: Remove -- doesn't seem relevant any more.
6606
6607         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6608
6609         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6610         the \r.
6611
6612 2010-09-30  Julien Danjou  <julien@danjou.info>
6613
6614         * gnus-agent.el (gnus-agent-add-group): Fix call to
6615         gnus-completing-read.
6616
6617 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6618
6619         * nndoc.el (nndoc-retrieve-groups): New function.
6620
6621         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6622         `default', use nnmail-split-methods.
6623         (nnimap-request-article): Downcase the NILs so that they are nil.
6624
6625         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6626         symbol.
6627
6628         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6629         code, since if the user has requested network, that's what they ought
6630         to get.
6631         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6632         (nnimap-split-rule): Mark as obsolete.
6633
6634         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6635         New variable.
6636
6637         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6638         correct slot, too.
6639
6640 2010-09-29  Julien Danjou  <julien@danjou.info>
6641
6642         * gnus.el (gnus-local-domain): Declare variable obsolete.
6643
6644         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6645         Fix history computing.
6646         (gnus-ido-completing-read): Require ido.
6647
6648 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6649
6650         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6651         build Gnus.
6652
6653         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6654         when interpreting the structures.
6655         (nnimap-request-accept-article): Add \r\n to the lines to make this
6656         work with Cyrus.
6657
6658         * nndraft.el (nndraft-request-expire-articles): Use the group name
6659         instead if "nndraft".  Fix found by Nils Ackermann.
6660
6661 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6662
6663         * nnregistry.el: Add.
6664
6665 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6666
6667         * nnmail.el (group, group-art-list, group-art):
6668         Remove unneeded directives.
6669
6670 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6673         (mm-mime-charset):
6674         * rfc2047.el (rfc2047-syntax-table):
6675         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6676
6677         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6678         rather than `insert-file-contents' and `eval-region'.
6679
6680         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6681         construction.
6682
6683         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
6684
6685         * time-date.el: No need to require cl for Emacs 21.
6686
6687 2010-09-29  Julien Danjou  <julien@danjou.info>
6688
6689         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6690         replacement of `gnus-gravatar-relief' to mimic
6691         `gnus-faces-properties-alist'.
6692         Add :version property.
6693
6694 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * mail-source.el (mail-source-report-new-mail):
6697         * message.el (message-default-mail-headers):
6698         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6699
6700         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6701
6702 2010-09-28  Julien Danjou  <julien@danjou.info>
6703
6704         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6705         mail-address contains the same string as real-name.
6706
6707         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6708         non-blank in header, otherwise it'll get stripped.
6709
6710         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6711         real-name, and then for mail address rather than doing : or , search.
6712
6713 2010-09-27  Julien Danjou  <julien@danjou.info>
6714
6715         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6716         right completing-read function.
6717         (gnus-use-ido): New variable
6718         (gnus-completing-read-with-default): Remove.
6719         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6720         (gnus-agent-add-group):
6721         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6722         * mm-view.el (mm-view-pkcs7-decrypt):
6723         * mm-util.el (mm-codepage-setup):
6724         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6725         * mml-smime.el (mml-smime-openssl-sign-query):
6726         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6727         (mml-insert-multipart):
6728         * gnus-msg.el (gnus-summary-yank-message):
6729         * gnus-int.el (gnus-start-news-server):
6730         * mm-decode.el (mm-interactively-view-part):
6731         * gnus-dired.el (gnus-dired-attach):
6732         * gnus.el (gnus-read-method):
6733         * gnus-bookmark.el (gnus-bookmark-jump):
6734         * gnus-art.el (gnus-mime-view-part-as-type)
6735         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6736         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6737         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6738         * nnmairix.el (nnmairix-create-server-and-default-group)
6739         (nnmairix-update-groups, nnmairix-get-server)
6740         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6741         (nnmairix-get-group-from-file-path):
6742         * nnrss.el (nnrss-find-rss-via-syndic8):
6743         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6744         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6745         (gnus-group-browse-foreign-server):
6746         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6747         (gnus-summary-execute-command, gnus-summary-respool-article)
6748         (gnus-read-move-group-name):
6749         * gnus-score.el (gnus-summary-increase-score)
6750         (gnus-summary-score-effect):
6751         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6752
6753 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6756         x-focus-frame.
6757
6758         * nnimap.el (auth-source-forget-user-or-password)
6759         (auth-source-user-or-password): Autoload.
6760
6761         * message.el (message-from-style, message-interactive)
6762         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6763         (message-yank-prefix, message-indentation-spaces, message-signature)
6764         (message-signature-file): Add comment.
6765
6766 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6769         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6770         new articles.
6771
6772         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6773         parts.
6774         (nnimap-request-article): Work with the t setting, too.
6775
6776         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6777         that you don't get flashes of other buffers.
6778         (gnus-summary-show-complete-article): Intern before setting.
6779
6780 2010-09-27  David Engster  <dengste@eml.cc>
6781
6782         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6783         well as HEADERS.
6784         (nnmairix-retrieve-headers): Provide new argument for the above.
6785
6786 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6787
6788         * gnus-sum.el (gnus-summary-move-article): Don't alter
6789         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6790         group.
6791
6792         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6793
6794         * message.el (message-cite-prefix-regexp): Revert my last edit.
6795
6796         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6797         variable instead of the Gnus variable.
6798
6799         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6800
6801         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6802
6803         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6804         since some servers don't like it.
6805         (nnimap-open-connection): Forget credentials if the server says the
6806         password was wrong.
6807         (nnimap-parse-line): Protect against invalid data.
6808
6809         * gnus-sum.el (gnus-summary-move-article): Add comment.
6810         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6811         nothing alters it while scanning for new messages.
6812
6813         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6814         which may or may not help.
6815         (nnimap-open-connection): If we're doing a stream connection, and then
6816         discover we're on a STARTTLS-capable server, then open a STARTTLS
6817         connection instead.
6818
6819 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * nnimap.el (utf7): Require.
6822
6823         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6824         prefix.
6825
6826 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6827
6828         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6829
6830 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * nnimap.el (nnimap-request-accept-article): Message the error on
6833         error.
6834
6835 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6838
6839 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * nndoc.el (nndoc-request-list): Return success always.
6842
6843         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6844         `fetch-old' -- we only want to fetch the articles we've requested.
6845         The rest are in the agent, probably.
6846         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6847         disappeared server" to something low.  It's not important.
6848
6849         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6850         arrived before the FETCH data.
6851
6852         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6853         target here, because we don't know the Gnus name of the group.
6854
6855         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6856         for the correct group.
6857
6858         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6859
6860         * gnus.el (gnus): Give a final warning after startup.
6861
6862         * gnus-util.el (gnus-action-message-log): New variable.
6863         (gnus-message): Use it.
6864         (gnus-final-warning): New function.
6865
6866         * nnimap.el (nnimap-open-connection): Record the greeting.
6867         (nnimap): Add greeting.
6868
6869 2010-09-26  Julien Danjou  <julien@danjou.info>
6870
6871         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6872         arguments.
6873         (gnus-html-wash-images): Fix spec computing to include start/end.
6874
6875         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6876
6877 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6880         deletion.
6881         (nnimap-retrieve-headers): Don't select the group, because that's
6882         already done by nnimap-possibly-change-group.
6883
6884         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6885         (gnus-picon-transform-address): Use it.
6886
6887         * mail-source.el (mail-source-value): Revert previous patch.
6888
6889         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6890         on failure.
6891         (nnimap-open-connection): Look up both virtual and physical server name
6892         credentials.
6893
6894         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6895
6896 2009-02-07  Dave Love  <fx@gnu.org>
6897
6898         * tls.el (open-tls-stream): Don't query killing process.
6899
6900 2009-02-08  Dave Love  <fx@gnu.org>
6901
6902         * gnus-win.el (gnus-window-to-buffer-helper)
6903         (gnus-all-windows-visible-p): Function needn't be a symbol.
6904
6905         * mail-source.el (mail-source-value): Function needn't be a symbol.
6906
6907 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * message.el (message-cite-prefix-regexp): Remove } from the cite
6910         prefix.
6911
6912         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6913         highlight again, so that the highlight is correct.
6914
6915         * gnus-picon.el (gnus-picon): Remove again.
6916         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6917
6918         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6919         doing the header highlightling, so that the background color of the
6920         picon is correct.
6921
6922         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6923         (gnus-picon): Ditto.
6924         (gnus-picon): Reinstate.  The background color for picons is white.
6925         (gnus-picon-insert-glyph): Make the background white.
6926
6927         * nnml.el (nnml-open-nov): Don't return dead buffers.
6928
6929         * auth-source.el (auth-source-create): Query the user for whether to
6930         store the credentials.
6931
6932         * netrc.el (netrc-store-data): New function.
6933
6934         * auth-source.el (auth-source-user-or-password): Use the existing auth
6935         sources, if any, for creation.
6936
6937         * gnus.el (gnus-group-fast-parameter): Return the last matching
6938         parameter instead of the first matching parameter.
6939
6940 2010-09-26  Julien Danjou  <julien@danjou.info>
6941
6942         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6943
6944 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945
6946         * mml2015.el (mml2015-use): Remove gpg support.
6947
6948         * mml1991.el (mml1991-function-alist): Remove gpg function.
6949         (mml1991-gpg-sign): Remove.
6950
6951 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6952
6953         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6954         (gnus-browse-unsubscribe-current-group): Document it.
6955         (gnus-browse-unsubscribe-group): Use it.
6956
6957 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958
6959         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6960         address to the To list for easier response.
6961
6962         * gnus.el (gnus-play-startup-jingle): Remove.
6963         (gnus-splash): Don't play jingle.
6964         (gnus): Silence gnus-load message.
6965
6966         * gnus-art.el (gnus-treat-play-sounds): Remove.
6967
6968         * gnus.el (gnus-play-jingle): Remove audio support.
6969
6970         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6971
6972         * earcon.el: Remove -- no users.
6973
6974         * gnus-audio.el: Remove -- no users of this package.
6975
6976         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6977
6978         * gnus-start.el (gnus-setup-news): Remove nocem support.
6979
6980         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6981
6982         * gnus.el (gnus-use-nocem): Remove.
6983
6984         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6985         Remove.
6986
6987         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6988         uses NoCeM any more.
6989
6990         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6991         (gnus-button-ctan-handler): Ditto.
6992         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6993         (gnus-button-ctan-directory-regexp): Ditto.
6994         (gnus-button-handle-ctan): Ditto.
6995         (gnus-button-tex-level): Ditto.
6996         (gnus-button-alist): Remove CTAN stuff.
6997
6998 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999
7000         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7001         nnimap-streaming test.
7002
7003         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7004         servers twice.
7005
7006         * nnimap.el (nnimap-open-connection): Add more error reporting when
7007         nnimap fails early.
7008
7009         * nnheader.el (nnheader-get-report-string): New function.
7010         (nnheader-get-report): Use it.
7011
7012         * gnus-int.el (gnus-check-server): Say what the error was when opening
7013         failed.
7014
7015         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7016         using streaming.
7017
7018 2010-09-25  Julien Danjou  <julien@danjou.info>
7019
7020         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7021         gnus-window-inside-pixel-edges.
7022
7023 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7024
7025         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7026
7027         * mm-decode.el (mm-save-part): Allow saving to other directories the
7028         normal Emacs way.
7029
7030         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7031         Suggested by Jay Berkenbilt.
7032
7033         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7034         there isn't a single byte.
7035
7036         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7037         just do it.  It doesn't really seem to matter what the user responds
7038         here, I think, so it's just a confusing question.
7039
7040         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7041         non-streaming case.
7042
7043         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7044         (gnus-article-encrypt-body): Use it.
7045
7046         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7047         keystroke.
7048
7049         * nnimap.el (nnimap-find-wanted-parts-1):
7050         Use gnus-fetch-partial-articles.
7051
7052         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7053
7054         * nnimap.el (nnimap-insert-partial-structure): New function.
7055         (nnimap-get-partial-article): New function.
7056         (nnimap-request-article): Use it.
7057         (nnimap-wait-for-response): Return whether the wait was successful.
7058         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7059         retrieval wasn't successful.
7060         (nnimap-retrieve-group-data-early): Allow throttling servers.
7061         (nnimap-streaming): New variable.
7062         (nnimap-fetch-partial-articles): Remove.
7063
7064         * mm-decode.el (mm-with-part): Protect against killed buffers.
7065
7066         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7067         for prettier summary display.
7068
7069 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7070
7071         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7072
7073 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7074
7075         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7076         apparently third-party libraries depend on it.
7077
7078         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7079         before starting negotiation.
7080
7081         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7082         privacy reasons.
7083         (gnus-treat-mail-gravatar): Ditto.
7084
7085         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7086         buffer when inserting images.  Inserting text into the headers, for
7087         instance, can make them invalid.
7088
7089 2010-09-25  Julien Danjou  <julien@danjou.info>
7090
7091         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7092         variables.
7093
7094         * nnheader.el: Remove useless variables news-reply-yank-from and
7095         news-reply-yank-message-id.
7096
7097         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7098         variables.
7099
7100         * mml1991.el: Remove useless mml1991-verbose.
7101
7102         * gnus.el: Remove useless variable gnus-use-generic-from.
7103         Remove obsolete variable gnus-topic-indentation.
7104
7105         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7106
7107         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7108
7109         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7110
7111         * gnus-group.el: Remove useless gnus-group-icon-cache.
7112         Remove useless gnus-ephemeral-group-server.
7113
7114         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7115
7116         * mml2015.el: Remove useless mml2015-verbose.
7117
7118         * mml-smime.el: Remove useless mml-smime-verbose.
7119
7120         * gnus.el: Remove useless gnus-local-domain.
7121
7122         * gnus-gravatar.el (gnus-gravatar-transform-address):
7123         Use gnus-gravatar-size.
7124
7125         * gnus-art.el: Remove useless gnus-treat-translate.
7126
7127 2010-09-24  Julien Danjou  <julien@danjou.info>
7128
7129         * gnus-sum.el: Add support for Gravatars.
7130
7131         * gnus-art.el: Add support for Gravatars.
7132
7133         * gnus-gravatar.el: Add this file.
7134
7135         * gravatar.el: Add this file.
7136
7137 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138
7139         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7140
7141         * gnus-group.el (gnus-group-fetch-faq): Remove.
7142
7143         * gnus.el (gnus-group-faq-directory): Remove.
7144
7145         * gnus-group.el (gnus-group-fetch-charter): Remove.
7146
7147         * gnus.el (gnus-group-charter-alist): Remove.
7148
7149         * gnus-group.el (gnus-group-archive-directory): Remove.
7150         (gnus-group-recent-archive-directory): Ditto.
7151         (gnus-group-make-archive-group): Remove.
7152
7153         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7154
7155         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7156         use the same article number for all the cached articles.
7157
7158         * nnimap.el (nnimap-command): Register the last command time so
7159         that we can use it for idling NOOPs.
7160         (nnimap-open-connection): Start the keeplive timer.
7161         (nnimap-make-process-buffer): Store all the process buffers.
7162         (nnimap-keepalive): New function.
7163
7164         * starttls.el (starttls-open-stream): Add autoload cookie.
7165
7166 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7167
7168         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7169         handling.
7170
7171 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172
7173         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7174         its data structures.
7175
7176         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7177         instead of the cl.el copy-list.
7178         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7179         equalp.
7180
7181 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7184         and tool-bar-local-item-from-menu.
7185
7186         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7187         mode-line-highlight face for Emacs.
7188
7189         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7190         loading gnus-sum.elc; fix comment for canlock-verify.
7191         (gnus-article-jump-to-part): Use read-number.
7192         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7193         Remove Emacs pre-21 compatible code for help-echo.
7194         (gnus-article-next-page-1): No need to adjust the number of lines.
7195         (gnus-article-describe-bindings): Always use help-buffer.
7196
7197         * gnus-audio.el (gnus-audio-inline-sound):
7198         * gnus-cus.el (gnus-custom-mode):
7199         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7200
7201         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7202
7203         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7204         compatible code.
7205
7206 2010-09-24  Glenn Morris  <rgm@gnu.org>
7207
7208         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7209         visiting the fcc file in rmail-mode.
7210
7211         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7212
7213 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * nnir.el: Silence the byte compiler.
7216
7217         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7218         alias to browse-url-url-encode-chars if any.
7219         (gnus-html-encode-url): Use it.
7220
7221 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7222
7223         * gnus-start.el (gnus-use-backend-marks): New variable.
7224         (gnus-get-unread-articles-in-group): Use it.
7225
7226         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7227         makeover.
7228
7229 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7230
7231         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7232
7233 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7236         Remove.
7237         (gnus-setup-news-hook):
7238         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7239
7240         * gnus-int.el (gnus-request-update-info): Protect against backends not
7241         having the function.
7242
7243         * nnimap.el (nnimap-stream): Mention starttls.
7244         (nnimap-open-connection): Add starttls support.
7245
7246 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7247
7248         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7249
7250 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251
7252         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7253         BODYSTRUCTUREs.
7254         (nnimap-transform-headers): Unfold quoted {42} headers.
7255
7256         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7257         the info.
7258         (gnus-get-unread-articles): Only call updatep on backends that support
7259         it.
7260
7261         * nnweb.el (nnweb-request-update-info): NOOP.
7262
7263         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7264
7265         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7266         since it only deals with marks.
7267
7268         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7269         gnus-request-marks, and make a new gnus-request-update-info.
7270
7271         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7272         the active instead of the high number, which is usually too low.
7273
7274 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7275
7276         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7277         * encrypt.el: Remove.
7278
7279 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7282         server in symbolic form.
7283
7284         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7285
7286 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7287
7288         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7289         (nnimap-update-info): Fix up code slightly.
7290
7291         * gnus-int.el (gnus-open-server): Add tracing for performance
7292         debugging.
7293
7294         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7295         (gnus-group-insert-group-line): Pass the real group name so that it
7296         gets the right data.
7297
7298         * gnus-start.el (gnus-get-unread-articles): Don't have
7299         `gnus-get-unread-articles-in-group' update info, since that can be
7300         really slow and doesn't seem to be needed?
7301
7302 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7303
7304         * time-date.el (date-to-time): Try using parse-time-string first before
7305         using the slower timezone-make-date-arpa-standard.
7306
7307 2010-09-22  Julien Danjou  <julien@danjou.info>
7308
7309         * gnus-group.el (gnus-group-insert-group-line):
7310         Call gnus-group-highlight-line.
7311         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7312         default hook list.
7313         (gnus-group-update-eval-form): Add new function.
7314         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7315         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7316
7317 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7318
7319         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7320         immediate, then expire all articles.
7321         (nnimap-update-info): Fix off-by-one errors.
7322         (nnimap-flags-to-marks): Would return no marks lists for group with no
7323         flags.  Instead return the other data.
7324
7325 2010-09-22  Julien Danjou  <julien@danjou.info>
7326
7327         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7328         Only return an icon.
7329         (gnus-group-insert-group-line): Compute icon to return.
7330
7331         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7332         (gnus-html-image-fetched): Only cache if
7333         gnus-html-image-automatic-caching is set.
7334         (gnus-html-image-fetched): Check for errors.
7335
7336 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337
7338         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7339         once per method on `g'.  This ensures that backends like nnfolder don't
7340         open all their folders.
7341
7342         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7343         (nnimap-request-list): Nix out group in the correct buffer.
7344         (nnimap-parse-flags): Implement by using `read' instead of
7345         hand-parsing.
7346         (nnimap-flags-to-marks): Pass on permanent-flags.
7347         (nnimap-make-process-buffer): Record the server name.
7348         (nnimap-parse-flags): Fix typo.
7349         (nnimap-request-scan): Run split on the server in general, not just a
7350         single group.
7351
7352         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7353         parameter, and propagate this downwards.
7354
7355         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7356         since EXAMINE changes it on the server.
7357
7358         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7359         this command might take a while.
7360
7361 2010-09-22  Julien Danjou  <julien@danjou.info>
7362
7363         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7364         harmful if you have 2 images side-by-side, they can't be properly
7365         update on text deletion.  Using text-property is safer here.
7366         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7367         data.
7368
7369 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7370
7371         * nnimap.el (nnimap-expunge-inbox): Remove.
7372         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7373         (nnimap-expunge): Flip default to t.
7374
7375         * gnus.el (gnus-method-to-server): Don't push things to the cache
7376         unless it's unique.
7377         (gnus-server-to-method): Ditto.
7378
7379 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7380
7381         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7382
7383 2010-09-22  Julien Danjou  <julien@danjou.info>
7384
7385         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7386         get the start of data.
7387         (gnus-html-encode-url): Add this function to encode special chars in
7388         URL.
7389         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7390         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7391
7392         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7393         default.
7394         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7395
7396         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7397         images alt-text.
7398         (gnus-html-put-image): Put alt-text as help-echo.
7399
7400 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7403         * mm-util.el (mm-decompress-buffer):
7404         * nnir.el (nnir-run-find-grep):
7405         * pop3.el (pop3-list): Use 3rd arg of split-string.
7406
7407         * time-date.el (format-seconds): Comment fix.
7408
7409         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7410         and byte-optimize-form-code-walker.
7411         (dgnushack-make-auto-load): Don't advise make-autoload.
7412
7413         * lpath.el: Remove Emacs 21 stuff.
7414
7415 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416
7417         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7418         outside the active range.  Suggested by Dan Christensen.
7419
7420         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7421         slightly later to avoid double-getting it.
7422
7423         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7424         previous patch.
7425
7426         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7427
7428 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7429
7430         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7431
7432 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7433
7434         * gnus-int.el (gnus-open-server): Give a better error message in the
7435         "go offline" case.
7436
7437         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7438         marks for nnimap, which is seldom the right thing to do.
7439
7440         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7441         (gnus-same-method-different-name): New function.
7442
7443         * nnimap.el (parse-time): Require.
7444
7445         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7446         method in the presence of many similar methods.
7447
7448         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7449
7450         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7451         nnml-inhibit-expiry.
7452
7453         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7454         find out whether methods are equal.
7455
7456         * nnimap.el (nnimap-find-expired-articles): New function.
7457         (nnimap-process-expiry-targets): New function.
7458         (nnimap-request-move-article): Request the article before looking at
7459         what the Message-ID is.  Fix found by Andrew Cohen.
7460         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7461
7462         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7463         for oldness in addition to being a predicate.
7464
7465         * nnimap.el (nnimap-request-group): When we have zero articles, return
7466         the right data to Gnus.
7467         (nnimap-request-expire-articles): Only delete articles immediately if
7468         the target is 'delete.
7469
7470         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7471         method, this would bug out.
7472
7473         * gnus-group.el (gnus-group-expunge-group): Rename from
7474         gnus-group-nnimap-expunge, and implemented as a normal interface
7475         function.
7476
7477         * gnus-int.el (gnus-request-expunge-group): New function.
7478
7479         * nnimap.el (nnimap-request-create-group): Implement.
7480         (nnimap-request-expunge-group): New function.
7481
7482 2010-09-21  Julien Danjou  <julien@danjou.info>
7483
7484         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7485         (gnus-html-cache-expired): Add new function.
7486         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7487         wethever we should display image for fetch it.
7488         Compute alt-text earlier to pass it to the fetching function too.
7489         (gnus-html-schedule-image-fetching): Change function argument to only
7490         get one image at a time, not a list.
7491         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7492         cache.
7493         (gnus-html-get-image-data): New function to retrieve image data from
7494         cache.
7495         (gnus-html-put-image): Change buffer argument to use image data rather
7496         than file, and place image above region rather than inserting a new
7497         one.  Do not take alt-text as argument, since it's useless now: we place
7498         the image above alt-text.
7499         (gnus-html-prune-cache): Remove.
7500         (gnus-html-show-images): Start to fetch image when we find one, do not
7501         push into a temporary list.
7502         (gnus-html-prefetch-images): Only fetch image if they have expired.
7503         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7504         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7505
7506 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7509
7510 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7513         spec inser "*" if the group isn't active instead of 0.
7514
7515         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7516         opening the server.
7517         (nnimap-request-delete-group): Implement group deletion.
7518         (nnimap-transform-headers): Return the size of the entire message in
7519         the Bytes header, not just the size of the first part.
7520         (nnimap-request-move-article): When moving an article from nnimap,
7521         request the article first so the accepting form has an article to
7522         accept.  Reported by Dan Christensen.
7523         (nnimap-command): Make sure that the error message doesn't error out.
7524
7525 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
7526
7527         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7528         we haven't requested anything.
7529
7530 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531
7532         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7533         "".  Fix found by Andrew Cohen.
7534
7535         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7536         instead of -encode-string.
7537
7538 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7541
7542         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7543         by mm-subst-char-in-string.
7544
7545 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7546
7547         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7548         waiting for the connection string.
7549
7550         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7551         arriving.
7552
7553         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7554         bogus characters.  This allows selecting certain Gmail groups.
7555
7556         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7557         (nnimap-fetch-partial-articles): New variable.
7558         (nnimap-open-connection): When looking for credentials, also use the
7559         nnimap-server-port.
7560         (nnimap-request-article): Return the group/article number, so that Gnus
7561         `^' works as expected.
7562         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7563
7564         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7565         comments.
7566         (gnus-methods-sloppily-equal): New function.
7567         (gnus): When using the development version of Gnus, load the gnus-load
7568         file.
7569
7570         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7571         `gnus-open-server' on each method before trying to scan them etc.
7572         This ensures that all the backend parameters are set correctly.
7573
7574         * nnimap.el (nnimap-authenticator): New variable.
7575         (nnimap-open-connection): Allow anonymous login.
7576         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7577         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7578
7579         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7580         patch, found by Knut Anders Hatlen.
7581
7582 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7583
7584         * gnus-agent.el (gnus-agent-batch-confirmation)
7585         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7586         to gnus-message.
7587         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7588         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7589         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7590         * gnus-int.el (gnus-open-server): Likewise.
7591         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7592         (gnus-score-check-syntax): Likewise.
7593         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7594         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7595         Likewise.
7596         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7597
7598 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7599
7600         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7601         calling conventions so that prefetch doesn't bug out.
7602
7603 2010-09-19  Julien Danjou  <julien@danjou.info>
7604
7605         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7606         rather than `subst-char-in-region' in order to be able to replace ASCII
7607         char by UTF-8 ones.
7608
7609         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7610         than curl.
7611         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7612         the right URL and ALT text on images.
7613         (gnus-html-wash-tags): Fix tag case.
7614         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7615         (gnus-article-html): Add -o display_ins_del=2 option.
7616         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7617
7618 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7621         the extra mail headers, which sometimes seem to happen for unknown
7622         reasons.
7623
7624         * mail-parse.el (mail-header-encode-parameter): Define as
7625         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7626         (or most, perhaps?) mail readers don't understand the latter, but do
7627         understand the former.
7628
7629         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7630         to nil, so that no methods are automatically agentized.  I think this
7631         is probably what most users want.
7632
7633         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7634         from url-retrieve, for instance about invalid URLs.
7635
7636         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7637         groups that have no articles.
7638         (nnimap-request-article): Check that we really got an article when we
7639         requested one.
7640
7641         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7642         doesn't exist.
7643
7644         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7645         nntp buffer so the agent can save it.
7646         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7647         that CRLF doesn't get translated to \n.
7648         (nnimap-open-connection): Don't make 'shell commands only send \n.
7649
7650 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7651
7652         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7653         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7654         Update var name.
7655         (nnml-generate-nov-file): Use dolist.
7656         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7657         Use with-current-buffer.
7658
7659 2010-09-18  Julien Danjou  <julien@danjou.info>
7660
7661         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7662         parallel.
7663
7664 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7665
7666         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7667         the range update right.
7668         (nnimap-request-group): Don't make `M-g' bug out on group with no
7669         marks.
7670         (nnoo): Require, so that other packages can require nnimap.
7671         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7672         command we're looking for.  This helps when the server sends more
7673         responses after we've gotten everything we expected.
7674         (nnimap): Add a `newlinep' field to keep track of end-of-line
7675         conventions.
7676         Don't send CRLF to things that don't want it.
7677         (nnimap-request-accept-article): Ditto.
7678
7679 2010-09-18  Julien Danjou  <julien@danjou.info>
7680
7681         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7682         than curl to retrieve images.
7683
7684 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7685
7686         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7687         the marks.
7688         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7689         (nnimap-wait-for-connection): New function.
7690         (nnimap-open-connection): If we have PREAUTH, don't query for login
7691         credentials.
7692         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7693         when doing a partial update.
7694
7695 2010-09-18  Julien Danjou  <julien@danjou.info>
7696
7697         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7698         tags.
7699
7700 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701
7702         * nnimap.el (nnimap-credentials): New function.
7703         (nnimap-open-connection): Use the new function to look for credentials
7704         also on the numeric equivalents of "imap" and "imaps".
7705
7706         * gnus-start.el (gnus-activate-group): Send the info to
7707         gnus-request-group.
7708
7709         * nnimap.el (nnimap-request-group): Have the "check" version of the
7710         function parse flags and update the info, so that a `M-g' get a total
7711         resync of all flags from the group.
7712
7713         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7714         to allow backends to alter the info on group selection.  Also alter all
7715         the backend -request-group functions to take the parameter.
7716
7717         * nnimap.el (nnimap-store-info): New function.
7718         (nnimap-update-info): Store the info for later usage.
7719         (nnimap-request-group): Use the stored info for the dont-check case, so
7720         that we don't retrieve all marks when we enter a group.
7721
7722         * nnimap.el: Use deffoo instead of defun for interface functions.
7723
7724         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7725         update the group info.  This makes the nndraft groups, for instance, go
7726         back to their old behavior.
7727
7728         * gnus-sum.el (gnus-select-newsgroup): Indent.
7729
7730         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7731         in.
7732         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7733         nothing.
7734
7735         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7736         from methods that are denied.
7737
7738         * gnus-int.el (gnus-method-denied-p): New function.
7739
7740         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7741         store the password instead of netrc.
7742         (nnimap-open-connection): Don't error out when we can't make a
7743         connections.
7744
7745         * auth-source.el (auth-source-create): In the password prompt, say what
7746         we're querying for.  Also prompt for user name if that hasn't been
7747         given.
7748
7749         * nnimap.el (nnimap-with-process-buffer): Remove.
7750
7751 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752
7753         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7754         method when we're reading from the agent.
7755
7756         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7757
7758         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7759         that's probably most useful for users.
7760
7761         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7762         "failed" all the time.
7763
7764         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7765         ...)) with (with-current-buffer ... ).
7766
7767         * nntp.el (nntp-open-server): Return whether the open was successful or
7768         not.
7769
7770         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7771         select an unread unseen article first.
7772
7773         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7774         /etc/services, supply some sensible port defaults.
7775
7776         * dgnushack.el: Define netrc-credentials.
7777
7778 2010-09-17  Julien Danjou  <julien@danjou.info>
7779
7780         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7781
7782 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7783
7784         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7785         doesn't have any parameters.
7786
7787 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7790         only upcased checks.
7791
7792         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7793
7794         * nnimap.el (nnimap-open-shell-stream): New function.
7795         (nnimap-open-connection): Use it.
7796         (nnimap-transform-headers): Get the number of lines in each message.
7797         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7798         number of lines.
7799         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7800         problem.
7801
7802         * utf7.el (utf7-encode): Autoload.
7803
7804         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7805         to allow the mail splitting to not return a default group.  This is
7806         useful for nnimap, which will leave unmatched mail in the inbox.
7807
7808         * nnimap.el: Rewritten.
7809
7810         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7811         nnimap usage.
7812
7813         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7814         if the move is internal, so that nnimap can do fast internal moves.
7815
7816         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7817         data.
7818         (gnus-read-active-for-groups): Support finishing the early retrieval of
7819         data.
7820
7821         * gnus-range.el (gnus-range-nconcat): New function.
7822
7823         * gnus-int.el (gnus-finish-retrieve-group-infos)
7824         (gnus-retrieve-group-data-early): New functions.
7825
7826 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7827
7828         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7829         (nnrss-retrieve-groups):
7830         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7831         (pop3-quit): Use with-current-buffer.
7832
7833 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7836         instead of nnheader-accept-process-output.
7837
7838         * dgnushack.el (dgnushack-compile): Add comment.
7839
7840         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7841
7842         * gnus-html.el (gnus-html-schedule-image-fetching)
7843         (gnus-html-prefetch-images): Replace process-kill-without-query by
7844         gnus-set-process-query-on-exit-flag.
7845
7846 2010-09-16  Romain Francoise  <romain@orebokech.com>
7847
7848         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7849
7850 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7851
7852         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7853         parameter to unintern is mandatory-ish in Emacs 24.
7854
7855         * gnus-html.el (gnus-html-schedule-image-fetching)
7856         (gnus-html-prefetch-images): Check for curl before using it.
7857
7858         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7859         depend on curl, which isn't essential.
7860
7861         * imap.el: Revert back to version
7862         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7863         seem problematic.
7864
7865 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7866
7867         * gnus-registry.el (gnus-registry-install-shortcuts):
7868         Explicitly pass `obarray' to `unintern' to avoid a warning.
7869
7870 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7873         change.
7874
7875         * nnrss.el (nnrss-request-list): Remove this function and related
7876         functions, including the moreover stuff.
7877
7878 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7879
7880         * nnrss.el (nnrss-retrieve-groups): New function.
7881
7882 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7883
7884         * .dir-locals.el: Add no-byte-compile cookie.
7885
7886 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * time-date.el (format-seconds): Comment fix.
7889
7890         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7891         for back end that doesn't support request-scan.
7892
7893 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7896         then do request scans from the backends.
7897
7898         * netrc.el (netrc-credentials): New conveniency function.
7899
7900         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7901         avoid running a hook per line, since this takes a lot of time,
7902         profiling shows.
7903         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7904         directly if gnus-visual-p is true.
7905
7906 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7909         groups; replace mapcar with dolist which is a bit faster; pass groups
7910         info to gnus-read-active-file-1.
7911         (gnus-read-active-file-1): Scan only specified groups if the new
7912         optional arg `infos' is given.
7913
7914 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915
7916         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7917
7918         * pop3.el (pop3-movemail): Remove.
7919         (pop3-streaming-movemail): Rename to pop3-movemail.
7920
7921         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7922         don't restrict end-tag searches to the end of the line.
7923
7924 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7927         articles of every unchecked group to t, which means unknown since the
7928         server has never been opened.
7929
7930 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7931
7932         * gnus-html.el (gnus-html-show-alt-text): New command.
7933         (gnus-html-browse-image): Ditto.
7934         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7935         to browse the image directly.
7936         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7937         better.
7938
7939         * gnus-async.el (gnus-async-article-callback):
7940         Call `gnus-html-prefetch-images' unconditionally.
7941
7942         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7943         before feeding URLs to curl.
7944
7945 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7948         internal images as deletable by `W D D'.
7949
7950         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7951         (gnus-async-article-callback): Fix typo.
7952
7953 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7954
7955         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7956         current line to work around bugs in the output from w3m.
7957
7958         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7959         for groups that want that.
7960
7961         * nntp.el (nntp-wait-for-string): Supply a timeout for
7962         accept-process-output to ensure progress.
7963
7964         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7965         level to get unread articles from, then use that for foreign groups,
7966         too.
7967
7968         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7969         confuses the rest of the function.
7970
7971         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7972         for the methods that support -retrieve-groups, too.
7973
7974         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7975
7976 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7979         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7980
7981         * pop3.el: Require cl when compiling.
7982         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7983
7984 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7987         that aren't going to be activated.
7988         (gnus-get-unread-articles): Fix up the last commit.
7989
7990         * gnus-html.el (gnus-article-html): Allow calling without specifying
7991         the handle.  In that case, dissect the buffer first.
7992
7993         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7994
7995         * nnimap.el (nnimap-open-connection): Revert the change that would look
7996         into authinfo for imaps instead of imap.
7997
7998         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7999         say that you don't want to call gnus-request-group with don-check, but
8000         do check the reponse.  This is for virtual groups only.
8001         (gnus-get-unread-articles): Count the archive groups as secondary, so
8002         that they're activated the same way as before.
8003
8004         * imap.el (imap-message-map): Removed optional buffer parameter, since
8005         no callers use it.
8006         (imap-message-get): Ditto.
8007         (imap-message-put): Ditto.
8008         (imap-mailbox-map): Ditto.
8009         (imap-mailbox-put): Ditto.
8010         (imap-mailbox-get): Ditto.
8011         (imap-mailbox-get): Revert last change for this function.
8012
8013         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8014         case-insensitively.
8015         (nnimap-debug): Remove.
8016
8017         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8018         callers to use `imap-fetch' instead.  According to the comments, this
8019         should be safe, since all other IMAP clients use the 1:* syntax.
8020         (imap-enable-exchange-bug-workaround): Remove.
8021         (imap-debug): Remove -- doesn't seem very useful.
8022
8023         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8024         mail from a file, and the file doesn't exist.
8025
8026         * imap.el (imap-log): New convenience function used throughout instead
8027         of repeating the same code all over the place.
8028
8029         * pop3.el (pop3-streaming-movemail): Return t for success.
8030
8031         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8032         .authinfo if we're using ssl connection.
8033
8034         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8035         already have if we're in a main Gnus `g' run.
8036
8037         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8038
8039 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8042
8043         * nnmh.el (nnmh-request-list-1): Bind `file'.
8044
8045         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8046         alias to set-process-query-on-exit-flag or process-kill-without-query.
8047         (pop3-open-server): Use it.
8048
8049 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8052         box to the Incoming file.  Fixes mistake in previous checkin.
8053
8054         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8055         request loop (for debugging purposes) removed.
8056
8057         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8058         culprit is more visible.
8059         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8060         (nnml-add-incremental-nov): New functions to do "incremental" nov
8061         updates, where we just append to the end of the existing nov files
8062         without reading/writing them in full.
8063
8064         * mail-source.el (mail-source-delete-crash-box): Really only check the
8065         incoming files once in a while.
8066
8067         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8068
8069         * mail-source.el (mail-source-delete-crash-box): Only check the
8070         incoming files for deletion once per day to save a lot of file
8071         accesses.
8072
8073         * pop3.el (pop3-logon): Fix up unbound variable typo.
8074
8075         * mail-source.el (pop3-streaming-movemail): Autoload.
8076
8077         * pop3.el (pop3-streaming-movemail):
8078         Respect pop3-leave-mail-on-server.
8079
8080         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8081         retrieval.
8082
8083         * pop3.el (pop3-process-filter): Remove unused function.
8084         (pop3-streaming-movemail, pop3-send-streaming-command)
8085         (pop3-wait-for-messages, pop3-write-to-file)
8086         (pop3-number-of-responses): New functions for streaming pop3
8087         retrieval.
8088
8089         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8090         come from no known methods.
8091         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8092         list.
8093
8094         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8095         message sizes.
8096         (pop3-movemail): Use erase-buffer instead of looping and deleting
8097         regions, which seems rather odd.
8098
8099         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8100         file once per `g' run.
8101
8102         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8103         directories.  This makes the draft queue directory work.
8104
8105         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8106         data from the backends, so that we only request the list of groups from
8107         each method once.  This should speed things up considerably.
8108
8109         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8110         detect that it's not implemented.
8111
8112         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8113         we actually do recurse down into the tree, but don't stat all leaf
8114         nodes.
8115
8116         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8117         then say so instead of bugging out.
8118
8119         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8120         files exist before trying to read them.
8121
8122         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8123         around <pre_int>.
8124
8125         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8126
8127         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8128
8129 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * mm-util.el (mm-image-load-path): Just return the image directories,
8132         not all directories in the path in addition to the image directories.
8133         (mm-image-load-path): Maintain a cache of the image directories so that
8134         the `g' command in Gnus doesn't have to stat dozens of directories each
8135         time.
8136
8137         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8138         (gnus-html-wash-tags): Add a new `i' command to insert images.
8139         (gnus-html-insert-image): New command and keystroke.
8140         (gnus-html-redisplay-with-images): New command and keystroke.
8141         (gnus-html-show-images): Rename command.
8142         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8143         spacers.
8144         (gnus-html-wash-tags): Decode entities at the end, so that entities
8145         inside the tags don't mess up the rest of the "parsing".
8146
8147         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8148         so that nnimap methods aren't agentized by default.  There's apparently
8149         many problems related to agent/imap behavior.
8150
8151         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8152
8153         * gnus-html.el: Doc fix.
8154
8155 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8158         specifier-spec-list for Emacs 21.
8159
8160         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8161         glyph-width and glyph-height instead of display-graphic-p and
8162         image-size; make avoidance of displaying small images work for XEmacs.
8163
8164         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8165         for XEmacs.
8166
8167         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8168         of symbol that holds plist data.
8169         (gnus-process-plist): Remove plist of process after getting it.
8170
8171 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8172
8173         * message.el (message-generate-hashcash): Change default to
8174         'opportunistic if hashcash is installed.
8175
8176         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8177         (gnus-html-put-image): Only call image-size once, since it's somewhat
8178         time-consuming on remote X servers.
8179
8180 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8183         type on data, not a file name.
8184
8185         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8186         window-pixel-edges for Emacs 21.
8187
8188         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8189         decoded contents.
8190         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8191
8192 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8195         group line format, since it isn't very interesting.
8196
8197         * gnus-agent.el (gnus-agent-short-article),
8198         (gnus-agent-long-article): Increase values for these two variables,
8199         since most people are likely to have more network connection and
8200         storage than before.
8201
8202         * gnus.el (gnus-refer-article-method): Change default to 'current.
8203         When referring an article, the common behavior is to refer it from the
8204         current select method, not the native select method.  The chances of
8205         the native select method having the message in question is rather slim
8206         these days.
8207
8208         * gnus-sum.el (gnus-auto-select-subject): Change default to
8209         `unseen-or-unread'.  I think it's likely that most people want to
8210         select an unseen article over a previously seen, but unread one.
8211
8212         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8213         means that in the article buffer none of the minor mode elements will
8214         be shown, usually, and this is not desirable in most cases.
8215
8216         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8217         that commands like `d' (and the like) go to the next line in the
8218         buffer, instead of the next unread article.  I think this is the
8219         behavior that is most natural for most users.
8220         (gnus-single-article-buffer): Change default to nil, so that people can
8221         have as many article buffers open as they have summary buffer.  I think
8222         this is the most natural way for the groups to behave.
8223
8224         * message.el (message-generate-new-buffers): Change default to
8225         `unsent', so that all new message buffers start their names with the
8226         string "*unsent", and it's easier to find the buffers if you move from
8227         them.
8228
8229 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8230
8231         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8232         small.  They're probably tracking images.
8233         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8234         (gnus-html-rescale-image): Yet another try at getting the image sizing
8235         right.
8236
8237         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8238         nntp-marks-file-name is nil.
8239
8240 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8241
8242         * gnus-html.el (gnus-html-wash-tags)
8243         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8244         Better logging.
8245
8246 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8249
8250         * gnus-html.el (gnus-html-wash-tags): Check the value of
8251         gnus-blocked-images in the summary buffer.
8252
8253 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8254
8255         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8256
8257 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8260         like "a", it seems like.
8261         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8262         since it needs to be picked from the correct buffer.
8263
8264         * nnwfm.el: Remove.
8265
8266         * nnlistserv.el: Remove.
8267
8268 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8269
8270         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8271         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8272
8273 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8274
8275         * nnkiboze.el: Remove.
8276
8277         * nndb.el: Remove.
8278
8279         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8280         alt text.
8281         (gnus-html-rescale-image): Try to get the rescaling logic right for
8282         images that are just wide and not tall.
8283
8284         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8285         overshadow variable bindings.
8286
8287 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8288
8289         * gnus-html.el (gnus-html-wash-tags)
8290         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8291         Add extra logging.
8292
8293 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8296         (gnus-max-image-proportion): New variable.
8297         (gnus-html-rescale-image): New function.
8298         (gnus-html-put-image): Rescale images.
8299
8300 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8301
8302         Fix up some byte-compiler warnings.
8303         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8304         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8305         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8306         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8307         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8308         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8309         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8310
8311 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gnus-html.el (gnus-article-html): Decode contents by charset.
8314
8315 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8318         (gnus-html-frame-width, gnus-blocked-images):
8319         * message.el (message-prune-recipient-rules): Add custom version.
8320         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8321
8322         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8323         functions.
8324
8325         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8326         gnus-process-get.
8327
8328 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8329
8330         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8331         instead of lsub directly.
8332
8333 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * nnwarchive.el: Remove.
8336
8337         * gnus-soup.el: Remove.
8338
8339         * nnsoup.el: Remove.
8340
8341         * nnultimate.el: Remove.
8342
8343         * gnus-html.el (gnus-blocked-images): New variable.
8344
8345         * message.el (message-prune-recipients): New function.
8346         (message-prune-recipient-rules): New variable.
8347
8348         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8349         guess whether a long line is natural text or not.
8350
8351         * gnus-html.el (gnus-html-schedule-image-fetching):
8352         Use gnus-process-plist and friends for compatibility.
8353
8354 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8355
8356         * gnus-html.el: Require packages that define macros used in this file.
8357         (gnus-article-mouse-face): Declare to silence byte-compiler.
8358         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8359         process-get.
8360         (gnus-html-put-image): Use plist-get to avoid getf.
8361         (gnus-html-prefetch-images): Use with-current-buffer.
8362
8363 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-ems.el: Provide compatibility functions for
8366         gnus-set-process-plist.
8367
8368         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
8369         header-line-format for XEmacs 21.4.
8370
8371         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8372         * gnus.el (gnus-valid-select-methods):
8373         * message.el (message-send-mail-partially-limit):
8374         * mm-decode.el (mm-text-html-renderer):
8375         * mml.el (mml-insert-mime-headers-always):
8376         * smiley.el (smiley-regexp-alist): Bump custom version.
8377
8378 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8379
8380         * gnus-html.el: require mm-url.
8381         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8382         with the url to `url'.
8383         (gnus-html-wash-tags): Support cid: URLs/images.
8384
8385 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8386
8387         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8388         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8389         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8390
8391         * gnus-move.el: Remove file, since it doesn't really work.
8392
8393         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8394         UTF-8.  This seems to fix problems with some German web feeds.
8395
8396         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8397         at the top so that the proper colors are applied.
8398
8399         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8400         don't have dots in their names.
8401
8402         * gnus-art.el (gnus-article-view-part): Doc fix.
8403
8404         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8405         XEmacs-compatible.
8406         (gnus-html-put-image): Don't do images on non-graphic displays.
8407
8408         * nnslashdot.el: Remove this unused backend.
8409
8410         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8411         actions.
8412         (gnus-undo-register-1): Revert last change.
8413
8414         * gnus-group.el (gnus-group-completing-read): Protect against not
8415         having completion-styles bound.
8416
8417         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8418         make broken recipients happier.
8419
8420         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8421
8422         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8423         point parameter.
8424
8425         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
8426
8427         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8428         completion-styles for group selection.
8429
8430 2009-02-04  Andreas Schwab  <schwab@suse.de>
8431
8432         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8433         headers and regexp-quote the match if necessary.
8434
8435 2009-03-24  Miles Bader  <miles@gnu.org>
8436
8437         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8438         the blinking smiley.
8439
8440 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8441
8442         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8443         blink smiley.
8444
8445 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8446
8447         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8448         where the dribbel file lives exists.
8449
8450         * message.el (message-send-mail-partially-limit): Change the default to
8451         nil, since most people don't want this.
8452
8453         * mm-url.el (mm-url-decode-entities): Also decode entities like
8454         &#x3212.
8455
8456 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8457
8458         * gnus-sum.el (gnus-summary-idna-message):
8459         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8460         Hyperlink urls in docstrings with URL `...'.
8461
8462 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8463
8464         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8465         functions.
8466
8467 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468
8469         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8470         say what the mouseover text should be.
8471
8472         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8473         version of the mm-w3m-safe-url-regexp variable to only download images
8474         in the groups where we want that to happen.
8475
8476         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8477
8478         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8479         easier debugging.
8480         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8481         big pictures in the article buffer.
8482
8483         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8484         gnus-article-html.
8485         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8486         w3m.
8487
8488         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8489
8490 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8493         which doesn't exist.
8494
8495         * message.el (message-inhibit-ecomplete): New variable to allow some
8496         function to inhibit ecomplete address storage.
8497         (message-resend): Disable ecomplete message storage when resending
8498         messages.
8499
8500         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8501
8502 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8505         Save excursion while copying, moving, and deleting articles in order to
8506         prevent the cursor from jumping to unforeseen place.
8507
8508 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * lpath.el: No need to bind bookmark-current-buffer,
8511         bookmark-yank-point and bookmark-make-record-function.
8512
8513 2010-08-17  Glenn Morris  <rgm@gnu.org>
8514
8515         * gnus-sync.el: Require gnus components whose functions are used.
8516
8517         * gnus-art.el (bookmark-make-record-function):
8518         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8519         Declare for compiler.
8520
8521         * mm-url.el (mml-compute-boundary): Autoload.
8522
8523 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8526
8527 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8528
8529         Typo fix "hoo4a" -> "hook".
8530
8531         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8532
8533 2010-08-14  Glenn Morris  <rgm@gnu.org>
8534
8535         * gnus-sync.el (gnus-sync): Fix defgroup version.
8536
8537 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8538
8539         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8540
8541         * gnus-sync.el: Fix docs.
8542         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8543         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8544
8545 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8546
8547         Optimizations for gnus-sync.el.
8548
8549         * gnus-sync.el: Add docs about gnus-sync-backend
8550         possibilities.
8551         (gnus-sync-save): Remove unnecessary message.
8552         (gnus-sync-read): Optimize and show what groups were skipped.
8553
8554 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8555
8556         Minor bug fixes for gnus-sync.el.
8557
8558         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8559         Don't read the sync on get-new-news.
8560
8561         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8562         quiet.
8563
8564         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8565         (fix typo).
8566
8567 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8568
8569         Make saving and restoring of hidden threads work with overlays.
8570         Patch applied by Ted Zlatanov.
8571
8572         * gnus-sum.el (gnus-hidden-threads-configuration)
8573         (gnus-restore-hidden-threads-configuration): Update to deal with text
8574         properties, rather than searching for a magic character.
8575
8576 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8577
8578         New gnus-sync.el library for synchronization of marks.
8579
8580         * gnus-sync.el: New library for synchronization of marks.
8581
8582         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8583         renamed from `gnus-registry-grep-in-list'.
8584
8585         * gnus-registry.el (gnus-registry-follow-group-p):
8586         Use `gnus-grep-in-list'.
8587
8588         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8589
8590 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8593         determining charset of text fails.
8594
8595 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * nnmail.el (nnmail-get-new-mail-1): Revert.
8598
8599         * nnml.el (nnml-active-number): Make sure names of newly created groups
8600         in nnml-group-alist are encoded.
8601
8602 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8605         containing non-ASCII characters in active file for nnml back end.
8606
8607 2010-07-24  David Engster  <dengste@eml.cc>
8608
8609         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8610         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8611
8612 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8613
8614         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8615         tag (Bug#6654).
8616
8617 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8620         the article buffer, not the summary buffer.
8621
8622 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8625         Emacs 23 as well.
8626
8627 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
8630         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
8631
8632 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8633
8634         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8635         Patch applied by Karl Fogel.
8636
8637         * gnus-sum.el (gnus-summary-bookmark-make-record):
8638         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8639
8640 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8641
8642         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8643         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8644         C-w still not working correctly from Article buffers; Thierry's
8645         patch to fix that will be applied after this.
8646
8647         * gnus-art.el (bookmark-make-record-function): New local variable.
8648
8649         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8650         article buffer.
8651         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8652
8653 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8654
8655         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8656         on changes in bookmark.el.
8657
8658 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
8661         `no-log' instead of message not to log prompt string.
8662
8663 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8664
8665         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8666         the *other* type of HTML form submission.
8667
8668 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8669
8670         * auth-source.el (auth-source-pick): If choice does not contain a
8671         questioned keyword, set the check to t.
8672
8673 2010-06-12  Romain Francoise  <romain@orebokech.com>
8674
8675         * gnus-util.el (gnus-date-get-time): Move up before first use.
8676
8677 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8680         (gnus-article-edit-part): Bind it to make last part that is substituted
8681         or deleted visible.
8682         (gnus-mime-display-single): Buttonize part of which id equals to
8683         gnus-mime-buttonized-part-id.
8684
8685 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8686
8687         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8688         (gnus-dd-mmm): Use gnus-date-get-time.
8689         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8690         simplify logic.
8691         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8692         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8693
8694 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8695
8696         * auth-source.el (top): Autoload `secrets-list-collections',
8697         `secrets-create-item', `secrets-delete-item'.
8698         (auth-sources): Fix tag string.
8699         (auth-get-source, auth-source-retrieve, auth-source-create)
8700         (auth-source-delete): New defuns.
8701         (auth-source-pick): Rewrite in order to avoid 2 passes.
8702         (auth-source-forget-user-or-password): New parameter USERNAME.
8703         (auth-source-user-or-password): New parameters CREATE-MISSING and
8704         DELETE-EXISTING.  Retrieve password interactively, if needed.
8705
8706 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8707
8708         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8709         deleting unused directories when gnus-expert-user is t.
8710
8711 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8714         for each temp file when gnus-article-browse-delete-temp is ask.
8715
8716 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8717
8718         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8719         Replace Lisp calls to delete-backward-char by calls to delete-char.
8720
8721 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8722
8723         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8724
8725 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8726
8727         * password-cache.el (password-cache-remove): Fix docstring.
8728
8729 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8732         article unless decoding article to be saved.
8733
8734 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
8737         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8738         generated within the mm-with-unibyte-current-buffer macro.
8739
8740 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8743         to nil when we're in a mml-preview buffer and no group is selected.
8744
8745 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8746
8747         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8748         when catching the `C-g'.  Reported by "Leo".
8749
8750 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * message.el (message-forward-make-body-plain)
8753         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8754         multibyte-string-p.
8755
8756         * lpath.el: Revert.
8757
8758 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * message.el (message-forward-make-body-mml): Assume original message
8761         is multibyte string; error on unibyte.
8762         (message-forward-make-body-plain): Ditto; don't add excessive newline
8763         in body end.
8764
8765         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8766
8767 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8768
8769         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8770         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8771
8772 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * mm-extern.el (mm-extern-url): Don't use
8775         mm-with-unibyte-current-buffer.
8776         (mm-extern-cache-contents): Use with-current-buffer instead of
8777         save-excursion + set-buffer.
8778
8779 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * mm-util.el (mm-emacs-mule): Remove.
8782
8783 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8784
8785         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8786         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8787         change.
8788
8789 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8792         bind the default value of enable-multibyte-characters to nil.
8793
8794 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * message.el (message-forward-make-body-plain)
8797         (message-forward-make-body-mml):
8798         Don't use mm-with-unibyte-current-buffer.
8799
8800 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8801
8802         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8803
8804 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8805
8806         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8807         (Bug#5592).
8808
8809 2010-05-07  Julien Danjou  <julien@danjou.info>
8810
8811         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8812         it to mm-pipe-part.
8813
8814         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8815         it is given.
8816
8817 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * binhex.el (binhex-decode-region-internal):
8820         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
8821         (dns-query):
8822         * nnweb.el (nnweb-gmane-search):
8823         * pgg-parse.el (pgg-parse-armor):
8824         * pgg.el (pgg-verify-region):
8825         * sha1.el (sha1-string-external):
8826         * uudecode.el (uudecode-decode-region-internal):
8827         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8828         XEmacs.
8829
8830         * gnus-art.el (gnus-article-browse-html-parts):
8831         * gnus-group.el (gnus-read-ephemeral-gmane-group):
8832         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8833         make-temp-file.
8834
8835         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8836         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8837         compiling.
8838
8839         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8840         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8841         XEmacs when compiling.
8842
8843         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8844         gnus-pick-mode-off-hook for XEmacs when compiling.
8845         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8846         gnus-binary-mode-off-hook for XEmacs when compiling.
8847
8848         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8849         Return nil if char-charset is not available.
8850
8851         * imap.el (imap-disable-multibyte)
8852         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8853         macros.
8854
8855         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8856         instead of encode-coding-string.
8857
8858         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8859         'xemacs) instead of mm-emacs-mule to switch function definitions.
8860         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8861
8862         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8863         bind temporary-file-directory for XEmacs;
8864         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8865         timer-set-function for XEmacs 21.4 and SXEmacs;
8866         bind timer-list for XEmacs 21.4 and SXEmacs;
8867         fbind char-charset and find-charset-region for non-Mule XEmacs;
8868         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8869         encode-coding-region and encode-coding-string for XEmacs having no
8870         file-coding feature.
8871
8872 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8873
8874         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8875
8876 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8879         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8880
8881 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8882
8883         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8884         alias `jka-compr-delete-temp-file' no longer exists.
8885
8886 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8887
8888         Use define-minor-mode in Gnus where applicable.
8889         * mml.el (mml-mode): Use define-minor-mode.
8890         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8891         (gnus-undo-mode): Use define-minor-mode.
8892         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8893         (gnus-dead-summary-mode): Use define-minor-mode.
8894         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8895         Initialize in declaration.
8896         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8897         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8898         (gnus-mailing-list-mode): Use define-minor-mode.
8899         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8900         (gnus-draft-mode): Use define-minor-mode.
8901         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8902         (gnus-dired-mode): Use define-minor-mode.
8903
8904 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8905
8906         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8907         handles on recursive mml-to-mime translation and check them for
8908         boundary delimiter collisions.  Reported by Greg Troxel.
8909
8910 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8913
8914 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8915
8916         * mm-util.el (mm-find-buffer-file-coding-system):
8917         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8918
8919 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8920
8921         * message.el (message-generate-headers): Record insertion of optional
8922         headers as well.  Otherwise the check to prevent repeated insertion of
8923         optional headers is a no-op.
8924
8925 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8926
8927         * smime.el: Don't mention CVS.
8928
8929         * nnrss.el (nnrss-fetch): Don't mention CVS.
8930
8931         * nnir.el: Don't mention CVS.
8932
8933 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8934
8935         * gnus-sum.el (gnus-summary-bookmark-make-record):
8936         Add `location' field.
8937
8938 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * lpath.el: Fbind bookmark-default-handler,
8941         bookmark-get-bookmark-record, bookmark-make-record-default,
8942         bookmark-prop-get for Emacs <23 and XEmacs.
8943
8944 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8945
8946         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8947         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8948         Use with-current-buffer to silence the byte-compiler.
8949         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8950         bother to require `gnus'.
8951         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8952
8953 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8954
8955         * gnus-sum.el (gnus-summary-bookmark-make-record)
8956         (gnus-summary-bookmark-jump): New functions.
8957         (gnus-summary-mode): Setup bookmark support.
8958
8959 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8960
8961         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8962         if set.
8963
8964 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8967         gnus-article-browse-html-save-cid-image; make it work recursively for
8968         forwarded messages as well.
8969         (gnus-article-browse-html-parts): Work when prefix arg is given.
8970         (gnus-article-browse-html-article): Doc fix.
8971
8972 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8973
8974         * message.el (message-default-mail-headers):
8975         (message-default-headers): Carry the value mail-default-headers over
8976         into message-default-mail-headers, rather than message-default-headers.
8977
8978 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8979
8980         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8981         charset.
8982
8983         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8984         charset into the <meta> tag when the article is encoded to utf-8.
8985
8986 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-art.el (gnus-article-browse-delete-temp-files):
8989         Delete directories as well.
8990         (gnus-article-browse-html-parts): Work for images that do not specify
8991         file names; delete temp directory when quitting; insert header at the
8992         right place; use file: scheme for image files.
8993
8994 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8995
8996         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8997         (gnus-article-browse-html-parts): Use it to make temporary cid image
8998         files in addition to html file so that browser may display them.
8999
9000 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9003
9004 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9005
9006         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9007
9008 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9009
9010         * auth-source.el (auth-sources): Change default to be simpler.
9011         Explain about Secret Service API sources.  Improve Customize options.
9012         (auth-source-pick): Change to accept any number of search parameters.
9013         Implement fallbacks iteratively, not recursively.  Add scoring on the
9014         second pass and sort by score.  Call Secret Service API when needed.
9015         (auth-source-user-or-password): Use it.  Call Secret Service API
9016         directly when needed to get the user name and the password.
9017
9018 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9019
9020         * message.el (message-interactive): Doc fix.
9021         (message-qmail-inject-args): Reflow.
9022         (message-kill-to-signature): Fix typo in docstring.
9023
9024         * smiley.el (smiley-buffer): Fix typo in docstring.
9025
9026 2010-03-24  Glenn Morris  <rgm@gnu.org>
9027
9028         * mail-source.el (gnus-message): Declare.
9029         (mail-source-delete-old-incoming): Require gnus-util.
9030
9031 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9034
9035         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9036
9037         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9038         password-cache's default if it is not bound.
9039         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9040         password-cache-expiry's default if it is not bound.
9041
9042         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9043         available in Emacs 21.
9044
9045         * lpath.el: Suppress compiler warnings for:
9046         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9047         XEmacs;
9048         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9049         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9050         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9051
9052 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9053
9054         * auth-source.el (auth-sources): Fix up definition so extra parameters
9055         are always inline.
9056
9057 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9058
9059         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9060         wasn't updated after mismatch.  Clear cached mailbox info correctly
9061         when uidvalidity changes.
9062         (nnimap-group-prefixed-name): New function to avoid some code
9063         duplication.
9064         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9065         (nnimap-request-group): Use it.
9066         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9067         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9068         with many imap folders.  This is done by caching the group status from
9069         the imap server persistently in a group parameter `imap-status'.  (This
9070         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9071         but not persistently, so every Gnus startup was still very slow.)
9072
9073 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9074
9075         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9076         delete the extra newline.  Otherwise editing of :string and :number
9077         types don't work.
9078
9079 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9080
9081         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9082         secrets.el dependency.
9083         (auth-sources): Add optional user name.  Add secrets.el configuration
9084         choice (unused right now).
9085
9086 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9087
9088         * gnus-sum.el (gnus-summary-make-menu-bar):
9089         Let `gnus-registry-install-shortcuts' fill in the functions.
9090
9091         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9092         warnings.
9093         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9094         (gnus-registry-install-shortcuts): Populate and use it in a
9095         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9096
9097 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9098
9099         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9100         In-place substitutions for the group name encoding/decoding.
9101         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9102         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9103         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9104         (nnimap-update-unseen, nnimap-request-list)
9105         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9106         (nnimap-request-set-mark, nnimap-split-to-groups)
9107         (nnimap-split-articles, nnimap-request-newgroups)
9108         (nnimap-request-create-group, nnimap-request-accept-article)
9109         (nnimap-request-delete-group, nnimap-request-rename-group)
9110         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9111         `encoded-mbx' for consistency.
9112         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9113         variable `imap-current-mailbox'.
9114
9115         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9116         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9117
9118 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9119
9120         * pop3.el (pop3-display-message-size-flag): Display message size byte
9121         counts during POP3 download.
9122         (pop3-movemail): Use it.
9123         (pop3-list): Implement listing of available messages.
9124
9125 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9126
9127         * nnir.el (nnir-get-article-nov-override-function): New function to
9128         override the normal NOV retrieval.
9129         (nnir-retrieve-headers): Use it.
9130
9131 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9132
9133         * auth-source.el (netrc-machine-user-or-password): Autoload.
9134
9135 2010-03-19  Glenn Morris  <rgm@gnu.org>
9136
9137         Stop message.el from loading about 40 libraries it doesn't always need.
9138         The general approach is to autoload rather than require, and to
9139         require in the specific functions rather than the file.  (Bug#5642)
9140
9141         * gmm-utils.el: Don't require wid-edit.
9142         (widget-create-child-value, widget-convert, widget-default-get):
9143         Autoload.
9144
9145         * gnus-util.el: Don't require time-date, netrc.
9146         (message-fetch-field, gnus-group-name-decode): Declare rather than
9147         autoloading.
9148         (gnus-fetch-field): Require message.
9149         (gnus-decode-newsgroups): Require gnus-group.
9150
9151         * ietf-drums.el: Don't require time-date.
9152
9153         * message.el: Don't require hashcash, canlock, ecomplete.
9154         Do require mail-utils.  Require nnheader only when compiling.
9155         (smtpmail-default-smtp-server): Remove declaration.
9156         (message-send-mail-function): Check smtpmail-default-smtp-server
9157         is bound rather than requiring smtpmail.
9158         (message-auto-save-directory, message-insert-signature):
9159         Use expand-file-name rather than nnheader-concat.
9160         (nnheader-insert-file-contents): Autoload.
9161         (hashcash-wait-async): Declare.
9162         (message-send-mail): Only call gnus-setup-posting-charset if
9163         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9164         (message-send-mail-with-sendmail): Require sendmail.
9165         (canlock-password, canlock-password-for-verify): Declare.
9166         (message-canlock-password): Require canlock.
9167         (nnheader-get-report): Autoload.
9168         (gnus-setup-posting-charset): Declare.
9169         (message-send-news): Require gnus-msg.
9170         (message-make-references, message-make-in-reply-to): Use mail-header-id
9171         rather than the alias mail-header-message-id.
9172         (ecomplete-add-item, ecomplete-save): Declare.
9173         (message-put-addresses-in-ecomplete): Require ecomplete.
9174         (ecomplete-display-matches): Autoload.
9175
9176         * mm-decode.el: Don't require mailcap, gnus-util.
9177         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9178         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9179         Autoload.
9180         (mailcap-mime-extensions): Declare.
9181
9182         * mm-encode.el: Don't require mailcap.
9183         (mailcap-extension-to-mime): Autoload.
9184
9185         * mml-sec.el: Don't require password-cache.
9186
9187         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9188         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9189         (mml-minibuffer-read-type): Require mailcap.
9190         (mml-preview): Require gnus-msg.
9191
9192         * mml1991.el: Require password-cache.
9193         (password-cache-expiry): Remove declaration.
9194
9195         * mml2015.el: Require password-cache.
9196         (password-cache-expiry): Remove declaration.
9197
9198         * nneething.el (mailcap): Require mailcap.
9199
9200         * nnheader.el (declare-function): Add compatibility stub.
9201         (message-remove-header): Declare rather than autoload.
9202         (nnheader-replace-header): Require message.
9203
9204         * nnimap.el (declare-function): Add compatibility stub.
9205         (netrc-parse, netrc-machine-user-or-password): Declare.
9206         (nnimap-open-connection): Require netrc.
9207
9208         * nntp.el (declare-function): Add compatibility stub.
9209         (netrc-parse, netrc-machine, netrc-get): Declare.
9210         (nntp-send-authinfo): Require netrc.
9211
9212         * rfc2047.el: Don't require qp.
9213         (quoted-printable-encode-region, quoted-printable-decode-string):
9214         Autoload.
9215
9216         * sieve-mode.el: Don't require easymenu.
9217         (easy-menu-add-item): Autoload it.
9218
9219         * spam-stat.el (time-to-number-of-days): Autoload it.
9220
9221 2010-03-19  Glenn Morris  <rgm@gnu.org>
9222
9223         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9224
9225 2010-03-18  Glenn Morris  <rgm@gnu.org>
9226
9227         * hashcash.el (declare-function): Remove duplicate definition.
9228
9229 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9230
9231         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9232         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9233         value if any backslash escapes).
9234
9235 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9238         if it is available.  (bug#5647)
9239
9240         * lpath.el: Suppress compiler warning for coding-system-from-name for
9241         Emacs 21 and XEmacs.
9242
9243 2010-03-14  Juri Linkov  <juri@jurta.org>
9244
9245         * hmac-def.el:
9246         * hmac-md5.el:
9247         * netrc.el: Fix keywords.
9248
9249 2010-02-26  Glenn Morris  <rgm@gnu.org>
9250
9251         * message.el (message-send-mail-function): Change the default, so that
9252         it inherits from a customized send-mail-function.  (Bug#5643)
9253
9254 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9255
9256         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9257         shell-command-to-string signals an error (bug#5299).
9258
9259 2010-02-24  Glenn Morris  <rgm@gnu.org>
9260
9261         * message.el (message-smtpmail-send-it)
9262         (message-send-mail-with-mailclient): Doc fixes.
9263
9264 2010-02-16  Glenn Morris  <rgm@gnu.org>
9265
9266         * message.el (message-default-mail-headers): Change the default value
9267         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9268
9269 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9272         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9273
9274 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9275
9276         * time-date.el (date-to-time): Doc fix (Bug#5408).
9277
9278 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9279
9280         * message.el (message-mail): Just pass yank-action on to message-setup.
9281         (message-setup): Handle (FUN . ARGS) form of yank-action.
9282         (message-with-reply-buffer, message-widen-reply)
9283         (message-yank-original): Handle non-buffer values of
9284         message-reply-buffer (Bug#4080).
9285         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9286
9287 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9288
9289         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9290         Fix typo in docstring.
9291
9292 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9293
9294         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9295         response.
9296
9297 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9300
9301         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9302
9303         * message.el (message-check-news-header-syntax): Protect against a
9304         string that `rfc822-addresses' returns when parsing fails.
9305
9306 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9309         (gnus-previous-char-property-change): New functions.
9310
9311         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9312
9313 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9314
9315         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9316         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9317
9318 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9319
9320         * message.el (message-exchange-point-and-mark): Rework last change to
9321         avoid using optional arg of exchange-point-and-mark, for backward
9322         compatibility.
9323
9324 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9325
9326         * message.el (message-exchange-point-and-mark):
9327         Call exchange-point-and-mark with an argument rather than setting
9328         mark-active by hand (Bug#5175).
9329
9330 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * nntp.el (nntp-service-to-port): Work for service expressed with
9333         numeric string; replace [:digit:] with [0-9] for XEmacs.
9334
9335 2009-12-17  Glenn Morris  <rgm@gnu.org>
9336
9337         * gnus-group.el (gnus-bug-group-download-format-alist):
9338         Change emacs entry to debbugs.gnu.org.  Bump :version.
9339
9340 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9343
9344 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * message.el (message-info): Explain why we use `Info-goto-node'.
9347
9348 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9351
9352 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9353
9354         * message.el (message-completion-in-region): New compatibility function.
9355         (message-expand-group): Use it.
9356
9357 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9360         with no unread article should be listed if the 2nd arg `predicate' is
9361         given.
9362
9363 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
9366
9367 2009-11-29  Juri Linkov  <juri@jurta.org>
9368
9369         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9370         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9371         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9372
9373 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9374
9375         * sha1.el (sha1-string-external): default-directory "/" in case
9376         otherwise non-existent.  process-connection-type pipe for touch of
9377         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9378
9379 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9380
9381         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
9382         it's comms related and sgml-mode.el has "comm" on that basis too.
9383
9384 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9387         containing tspecial characters if they have been already quoted.
9388
9389 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9390
9391         * dns-mode.el (auto-mode-alist): Purecopy string.
9392
9393 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9394
9395         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9396
9397 2009-10-24  Glenn Morris  <rgm@gnu.org>
9398
9399         * gnus-art.el (help-xref-stack-item): Define for compiler.
9400
9401 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9402
9403         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9404
9405 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9408
9409 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9412         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9413
9414 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9417         (gnus-overlays-in): New alias to overlays-in.
9418
9419         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9420         gnus-overlay-get, and gnus-delete-overlay.
9421         (gnus-summary-show-thread): Make it work as well for systems in which
9422         next-single-char-property-change is not available.
9423         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9424
9425         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
9426         (gnus-overlay-get): New alias to extent-property.
9427         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
9428
9429         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
9430         SXEmacs.
9431
9432         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
9433         SXEmacs.
9434
9435 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9438
9439 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9440
9441         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9442         and XEmacs that don't have `remove-overlays'.
9443
9444 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9445
9446         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9447         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9448         selective display.  Use overlays instead.
9449
9450 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9451
9452         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9453
9454 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9455
9456         * spam-stat.el (spam-stat-load): Fix typo in message.
9457
9458 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9459
9460         * dig.el (dig-invoke): Fix typo in docstring.
9461         (query-dig): Reflow docstring.
9462
9463 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9464
9465         * gnus-art.el (gnus-article-encrypt-body):
9466         * message.el (message-check-recipients):
9467         * mm-util.el (mm-codepage-setup):
9468         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9469         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9470
9471 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9472
9473         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9474         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9475         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9476         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9477         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9478
9479 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9480
9481         * dig.el: Add "Keywords: comm", as per net-utils.el.
9482
9483 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9484
9485         * dig.el (dig-mode): Use define-derived-mode.
9486
9487 2009-09-19  Glenn Morris  <rgm@gnu.org>
9488
9489         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9490
9491 2009-09-18  Glenn Morris  <rgm@gnu.org>
9492
9493         * gnus-diary.el (gnus-diary-check-message):
9494         * message.el (message-insert-formatted-citation-line):
9495         * nnbabyl.el (top-level):
9496         * nndiary.el (nndiary-schedule):
9497         Fix typos in condition-case handlers.
9498
9499 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * gnus-art.el (gnus-article-edit-part): Work for the buffer
9502         configuration that provides the sole article window in a frame;
9503         position point correctly after deleting a part.
9504
9505 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
9506
9507         * spam.el (spam-unregister-on-reregister): Add boolean variable.
9508         (spam-resolve-registrations-routine): Use it to unregister articles
9509         that change status.
9510
9511 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
9514         with XEmacs.
9515         (parse-time-string-chars): Use it.
9516
9517 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9518
9519         * imap.el (imap-interactive-login): Better messages.
9520         (imap-open): Fix bug with renamed buffer on reconnect.
9521         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9522         for easier debugging and cleaner code.  On successful (guessed based on
9523         server capabilities) secondary authentication, set imap-state
9524         correctly.
9525         (imap-last-authenticator): Define imap-last-authenticator as a variable
9526         to avoid warnings.
9527
9528 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * nnrss.el (nnrss-request-article): Remove binding of
9531         default-enable-multibyte-characters that has gotten needless by
9532         the 2007-07-13 change in rfc2047-encode-message-header.
9533
9534         * mml.el (mml-insert-multipart): Error on the message header.
9535         (mml-insert-part): Error on the message header; position point at
9536         the end of a MIME tag.
9537
9538 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * time-date.el (autoload): Expand define-obsolete-function-alias into
9541         defalias and make-obsolete for old Emacsen that Gnus supports.
9542         (with-no-warnings): Define it for old Emacsen.
9543         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9544         is available.
9545         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9546         float-time is available; suppress compile warning for time-to-seconds.
9547
9548         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9549         (gnus-float-time): Alias to float-time if it exists.
9550
9551         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9552         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9553         float-time is available; suppress compile warning for time-to-seconds.
9554
9555         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
9556         XEmacs.
9557
9558 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9559
9560         * imap.el (imap-message-map): Docstring fix.
9561
9562 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9565         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9566         Add the optional argument `encoding' that overrides the default.
9567
9568         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9569         mm-encode-buffer.
9570
9571 2009-09-04  Glenn Morris  <rgm@gnu.org>
9572
9573         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9574         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9575         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9576         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9577         * mm-util.el (mm-with-unibyte-current-buffer)
9578         (mm-find-buffer-file-coding-system):
9579         * yenc.el (yenc-decode-region): Use default-value rather than
9580         default-enable-multibyte-characters.
9581
9582 2009-09-03  Glenn Morris  <rgm@gnu.org>
9583
9584         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9585         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9586         than default-enable-multibyte-characters.
9587
9588 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9589
9590         * gnus-art.el (gnus-article-read-summary-keys):
9591         Fix gnus-buffer-configuration's value temporarily used.
9592
9593 2009-09-02  Glenn Morris  <rgm@gnu.org>
9594
9595         * gnus-util.el (gnus-float-time): New function.
9596         * gnus-delay.el (gnus-delay-article):
9597         * gnus-sum.el (gnus-thread-latest-date):
9598         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9599         * nnspool.el (nnspool-request-newgroups):
9600         Use gnus-float-time rather than time-to-seconds.
9601         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9602
9603         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9604         (gnus-header-subject-face, gnus-header-newsgroups-face)
9605         (gnus-header-name-face, gnus-header-content-face):
9606         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9607         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9608         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9609         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9610         (gnus-cite-face-11):
9611         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9612         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9613         (gnus-server-closed-face, gnus-server-denied-face)
9614         (gnus-server-offline-face):
9615         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9616         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9617         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9618         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9619         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9620         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9621         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9622         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9623         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9624         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9625         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9626         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9627         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9628         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9629         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9630         (gnus-summary-high-undownloaded-face)
9631         (gnus-summary-low-undownloaded-face)
9632         (gnus-summary-normal-undownloaded-face)
9633         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9634         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9635         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9636         (gnus-splash-face):
9637         * message.el (message-header-to-face, message-header-cc-face)
9638         (message-header-subject-face, message-header-newsgroups-face)
9639         (message-header-other-face, message-header-name-face)
9640         (message-header-xheader-face, message-separator-face)
9641         (message-cited-text-face, message-mml-face):
9642         * sieve-mode.el (sieve-control-commands-face)
9643         (sieve-action-commands-face, sieve-test-commands-face)
9644         (sieve-tagged-arguments-face):
9645         * spam.el (spam-face):
9646         Mark face aliases with "-face" in the name as obsolete.
9647
9648 2009-09-01  Glenn Morris  <rgm@gnu.org>
9649
9650         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9651         than goto-line.
9652
9653 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9656         Don't move point if the command is invoked inside the message header.
9657
9658 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9659
9660         * imap.el (imap-send-command): Simplify.
9661         (imap-wait-for-tag): point-max -> buffer-size.
9662
9663 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9664
9665         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9666         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9667         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9668         * nnir.el (nnir-swish-e-index-file):
9669         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9670         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9671         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9672         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9673         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9674         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9675
9676 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9679         Don't save excursion.
9680
9681 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9682
9683         * nnheader.el (nnheader-find-file-noselect):
9684         * mm-util.el (mm-insert-file-contents):
9685         Use (default-value 'major-mode) instead of default-major-mode.
9686
9687 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9688
9689         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9690
9691 2009-08-26  Glenn Morris  <rgm@gnu.org>
9692
9693         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
9694         than placing in files.el.
9695
9696 2009-08-25  Glenn Morris  <rgm@gnu.org>
9697
9698         * nnir.el (top-level): Don't require cl at run-time.
9699         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9700         Replace cl-function substitute with gnus-replace-in-string.
9701         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9702         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9703         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9704         simplified expansions.
9705
9706 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9707
9708         * dig.el (dig): Add autoload cookie.
9709
9710 2009-08-22  Glenn Morris  <rgm@gnu.org>
9711
9712         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9713         goto-line.
9714
9715 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9716
9717         * parse-time.el (parse-time-string-chars): Save match data.
9718
9719 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9720
9721         * parse-time.el (parse-time-string-chars): Compute using character
9722         classes, to handle non-ascii characters (Bug#3190).
9723
9724 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9727
9728         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9729         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9730         (gnus-mm-display-part, gnus-mime-display-single)
9731         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9732         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9733
9734         * gnus-sum.el
9735         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9736         (gnus-summary-move-article): Add expirable mark to articles copied or
9737         moved to group that has auto-expire turned on if the option is non-nil.
9738
9739 2009-07-24  Glenn Morris  <rgm@gnu.org>
9740
9741         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9742         Fix typo.  (Bug#3903)
9743
9744 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9747         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9748         that should not be used for draft articles.
9749         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9750         that has no concern in minor mode keys.
9751         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9752         Abolish.
9753
9754 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9757         article without making inquiry to a user for unknown encoding.
9758
9759         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9760         (nnmaildir--scan): Assume i-node and device number that file-attributes
9761         returns might be cons-cell.
9762
9763         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9764
9765         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9766
9767 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9768
9769         * auth-source.el: Remove docs now in auth.texi.  Don't use
9770         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9771         `auth-source-hide-passwords' and use them.
9772
9773 2009-07-15  Glenn Morris  <rgm@gnu.org>
9774
9775         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9776
9777 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9780         excessive whitespace from the default values of title and description.
9781
9782 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9785         mail-fetch-field to fetch Content-Description header in order to
9786         exclude newlines.
9787
9788 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9789
9790         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9791         format used by GnuPG 2.0.11.
9792
9793 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9796         to deleted part.
9797
9798 2009-05-30  David Engster  <dengste@eml.cc>
9799
9800         * nnmairix.el: Remove old documentation in the commentary block.
9801         (nnmairix-request-group): Do not update active file for nnml back ends.
9802         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9803         end so that overview files are ignored.
9804         (nnmairix-update-groups): Make updating the groups more robust by using
9805         marks.
9806         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9807         with dollar characters in message-id.
9808
9809 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9812         2008-12-25 in dns.el.
9813
9814 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9815
9816         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9817         could happen if the text is only composed of spaces and/or tabs.
9818
9819 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9820
9821         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9822         when sending a queued message to avoid extra mml tags.
9823
9824 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9827
9828 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9831         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9832         rmail-toggle-header for XEmacs;
9833         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9834
9835 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-dired.el: Remove autoload for gnus-setup-message.
9838         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9839         displaying Gnus logo; always use compose-mail.
9840
9841 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9844
9845 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9848         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9849         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9850         available.
9851         (gnus-nocem-epg-verify): New function.
9852
9853 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9856
9857 2009-02-15  Glenn Morris  <rgm@gnu.org>
9858
9859         * gnus-util.el (rmail-insert-rmail-file-header)
9860         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9861         autoloads.
9862         (rmail-default-rmail-file): Remove unnecessary declaration.
9863         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9864
9865 2009-02-14  Glenn Morris  <rgm@gnu.org>
9866
9867         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9868         variable (only used in gnus-util, which declares it anyway).
9869         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9870         which was only needed by gnus-art (changed to not use it any more).
9871         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9872         only used in gnus-util, which autoloads it itself.
9873         (rmail-update-summary): Fix autoload.
9874
9875         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9876         rather than rmail-output-to-rmail-file.
9877
9878 2009-02-07  Glenn Morris  <rgm@gnu.org>
9879
9880         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9881         autoload of function that no longer exists.
9882         (rmail-toggle-header): Declare.
9883         (message-forward-rmail-make-body): Handle mbox Rmail.
9884
9885 2009-01-31  Glenn Morris  <rgm@gnu.org>
9886
9887         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9888         2009-01-09 change.
9889
9890 2009-01-31  Dave Love  <fx@gnu.org>
9891
9892         * imap.el (imap-fetch-safe): Bind debug-on-error.
9893         (imap-debug): Add imap-fetch-safe.
9894
9895 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9896
9897         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9898         (auth-source-forget-all-cached): New convenience function.
9899         (auth-source-user-or-password): Accept list of modes or a single mode.
9900
9901         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9902         auth-source modes.
9903
9904         * netrc.el (netrc-machine-user-or-password): Use list of
9905         auth-source modes.
9906
9907         * nnimap.el (nnimap-open-connection): Use list of
9908         auth-source modes.
9909
9910         * nntp.el (nntp-send-authinfo): Use list of
9911         auth-source modes.
9912
9913 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9914
9915         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9916         now.
9917
9918 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9921         coding system in XEmacs; add a workaround for XEmacs.
9922
9923         * lpath.el: Fbind coding-system-aliasee.
9924
9925 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9928         of current-language-environment.
9929
9930 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9933         available at runtime.
9934
9935 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9938
9939 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9940
9941         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9942         the greatest positive fixnum value doesn't work under an XEmacs with
9943         bignum support; use the most-positive-fixnum constant instead,
9944         available since Emacs 21.1 with cl and XEmacs 21.1.
9945
9946 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9949         XEmacs gets not to work.
9950
9951 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * mm-util.el (mm-coding-system-priorities): Allow the value like
9954         "Japanese (UTF-8)" of current-language-environment.
9955
9956 2009-01-09  Glenn Morris  <rgm@gnu.org>
9957
9958         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9959         with last-command-event.
9960
9961 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9964         in the doc string.
9965
9966         * message.el (message-fix-before-sending): Amend comment.
9967
9968 2009-01-08  Dave Love  <fx@gnu.org>
9969
9970         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9971
9972 2009-01-07  David Engster  <dengste@eml.cc>
9973
9974         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9975         simplified server definitions by converting it via
9976         gnus-server-to-method.
9977
9978 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9981         parameter's operands.
9982
9983 2009-01-06  David Engster  <dengste@eml.cc>
9984
9985         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9986         primary select method (for gnus-group-mark-article-as-read).
9987
9988 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9989
9990         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9991         `(gnus)Face', not `(gnus)X-Face'.
9992
9993 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * mm-util.el (mm-ucs-to-char): New function.
9996
9997         * mm-url.el (mm-url-decode-entities): Use it.
9998
9999         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10000         unicode-to-char.
10001
10002 2009-01-05  Dave Love  <fx@gnu.org>
10003
10004         * time-date.el: Require cl for `declare'.
10005
10006 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10009         Dave Love.
10010
10011 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * message.el (message-fix-before-sending): Add `eight-bit' to
10014         illegible-text check.
10015
10016 2009-01-03  Michael Olson  <mwolson@gnu.org>
10017
10018         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10019         `headers' is nil.  This can occur if the IMAP server does not have
10020         permissions to read messages from a folder, but can write new messages
10021         to the folder.
10022         (nnimap-request-article-part): Do not insert `data' if it is nil.
10023
10024         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10025         characters which will confuse `read', so skip past them.
10026
10027 2009-01-01  Dave Love  <fx@gnu.org>
10028
10029         * imap.el (imap-string-to-integer): Fix typo.
10030         (imap-fetch-safe): New function.
10031         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10032
10033         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10034
10035         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10036         (imap-parse-greeting): Fix doc strings.
10037         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10038         (imap-parse-flag-list): Make messages unique.
10039         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10040
10041         * nnimap.el: Fix author email.
10042         (nnimap-split-rule): Add FIXME comment.
10043         (nnimap-debug): Fix doc string.
10044
10045 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10048
10049 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10052         nslookup if resolv.conf isn't available.
10053         (dns-query): Rename from query-dns.
10054         (dns-query-cached): Rename from query-dns-cached.
10055
10056 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10059         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10060         to check if those variables exist (first appeared in Emacs 18.50).
10061
10062 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * mm-util.el (mm-line-number-at-pos): New function.
10065
10066         * spam-report.el (spam-report-process-queue): Use it.
10067
10068 2008-12-24  David Engster  <dengste@eml.cc>
10069
10070         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10071         parameters that haven't existed as variables as buffer-local variables.
10072
10073 2008-12-23  Dave Love  <fx@gnu.org>
10074
10075         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10076         cadar.
10077
10078         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10079         imap-starttls-p.
10080         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10081
10082 2008-12-22  Dave Love  <fx@gnu.org>
10083
10084         * imap.el: Fix author email.  Doc fixes.
10085         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10086         reply.
10087
10088 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * spam-report.el (spam-report-gmane-max-requests): New constant.
10091         (spam-report-gmane-wait): New variable.
10092         (spam-report-gmane-ham, spam-report-gmane-spam)
10093         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10094         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10095         the server.
10096
10097         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10098         Add explanations.
10099
10100         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10101         nnheader-accept-process-output and nnheader-read-timeout if available.
10102         (pop3-movemail): Use it.
10103
10104         * message.el (message-check-news-body-syntax): Fix signature check if
10105         there's an attachment.
10106
10107 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * mm-util.el: Add comments to the mm- emulating functions.
10110
10111 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10114         Reported by Stephen Berman <stephen.berman@gmx.net>.
10115
10116 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * mm-util.el (mm-substring-no-properties): New function.
10119         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10120         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10121         (mm-string-to-multibyte): Doc fix.
10122
10123         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10124
10125 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10126
10127         * mml.el (mml-attach-file): Strip text properties from file name.
10128         (Bug#1574)
10129
10130 2008-12-16  Glenn Morris  <rgm@gnu.org>
10131
10132         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10133
10134 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10137         knows since the charset specified might be a bogus alias that
10138         mm-charset-synonym-alist provides.
10139
10140 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10143         "ISO_8859-1".
10144
10145         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10146
10147 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * mm-util.el (mm-charset-eval-alist):
10150         Define it before mm-charset-to-coding-system.
10151         (mm-charset-to-coding-system): Add optional argument `silent';
10152         define it before mm-charset-override-alist.
10153         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10154         default value if it can be used in Emacs currently running;
10155         silence mm-charset-to-coding-system.
10156
10157 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10160         `allow-override' which says whether to use `mm-charset-override-alist'.
10161         (rfc2047-decode-encoded-words): Use it.
10162
10163         * mm-util.el (mm-charset-override-alist): Fix custom type;
10164         add `(gb2312 . gbk)' to choices.
10165
10166 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10169         fast.
10170
10171         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10172
10173         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10174
10175 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10176
10177         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10178         on links.
10179
10180         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10181
10182 2008-12-03  Lute Kamstra  <lute@gnu.org>
10183
10184         * sha1.el: Remove leading * from docstrings of defcustoms,
10185         deffaces, defconsts and defuns.
10186
10187 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10190         users' addresses that don't have domain parts.
10191         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10192         rather than message-narrow-to-head since there will be the message
10193         header separator.
10194
10195 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10196
10197         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10198         since the result is inserted in a unibyte buffer anyway.
10199         (nnimap-demule-use-string-to-multibyte): Remove.
10200         (nnimap-demule): Alias it to mm-string-to-multibyte.
10201
10202 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10205         variable for debugging bug#464 and bug#1174.
10206         (nnimap-demule): Use it.
10207
10208 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10211         score calculation correctly.
10212
10213 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10214
10215         * message.el (message-send-mail): Just set the buffer to unibyte
10216         rather than use mm-with-unibyte-current-buffer which does a lot more.
10217         (message-send-mail-partially): Don't bother with
10218         mm-with-unibyte-current-buffer since it's already been made unibyte by
10219         message-send-mail.
10220
10221 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10222
10223         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10224
10225 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10226
10227         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10228
10229 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10232         require itself and to remove `with-no-warnings'.
10233
10234 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10235
10236         * starttls.el (starttls-any-program-available): Get the name of the
10237         available TLS layer program.
10238         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10239         well as the host name in the "opening" message.
10240
10241         * auth-source.el (auth-source-cache, auth-source-do-cache)
10242         (auth-source-user-or-password): Cache passwords and logins by default,
10243         allow override with `auth-source-do-cache'.
10244         (auth-source-forget-user-or-password): Allow users to remove cache
10245         entries if needed.
10246
10247 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10248
10249         * md4.el (md4-buffer): Fix typo in docstring.
10250         (md4, md4-64): Doc fixes.
10251         (md4-pack-int32): Reflow docstring.
10252
10253 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10254
10255         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10256         condition-case to only the forward-sexp call.
10257
10258 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10259
10260         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10261         quotes contained.  Make it more robust regardless by an extra
10262         condition-case wrapper.
10263
10264 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10267
10268 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * nnml.el (nnml-request-expire-articles): Check if the function set to
10271         `nnmail-expiry-target' returns the symbol `delete'.
10272
10273         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10274
10275         * nnmail.el (nnmail-expiry-target): Fix custom type.
10276
10277 2008-10-02  Glenn Morris  <rgm@gnu.org>
10278
10279         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10280         Silence compiler warning.
10281
10282 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10283
10284         * tls.el (open-tls-stream): Show the actual command being
10285         executed, instead of the format string.
10286
10287 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * lpath.el: Fbind codepage-setup for Emacs 23.
10290
10291 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10292
10293         * mml.el (mml-menu): Don't assume mml2015 is bound.
10294
10295 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10298         exists.
10299
10300 2008-09-27  Glenn Morris  <rgm@gnu.org>
10301
10302         * gnus-util.el (mail-header-remove-comments): Autoload it.
10303
10304 2008-09-27  Andreas Schwab  <schwab@suse.de>
10305
10306         * gnus-util.el (gnus-split-references): Strip comments.
10307         (gnus-parent-id): Likewise.
10308
10309 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * message.el (message-confirm-send): Fix version.
10312
10313 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * message.el (message-idna-to-ascii-rhs-1): Use
10316         mail-extract-address-components rather than mail-header-parse-addresses
10317         that is an alias by default to ietf-drums-parse-addresses that does not
10318         support non-ASCII names in headers' contents.
10319
10320 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10321
10322         * message.el (message-confirm-send): Fix variable documentation to
10323         avoid the "y/n" wording.
10324
10325 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10326
10327         * message.el (message-set-auto-save-file-name): Save to a different
10328         filename so multiple messages (especially drafts) can be recovered.
10329
10330 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10331
10332         * message.el (message-confirm-send): Add appropriate version.
10333
10334 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10335
10336         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10337         defvar.
10338
10339 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10340
10341         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10342         (mm-pkcs7-enveloped-magic): Ditto.
10343
10344 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10345
10346         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10347         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10348
10349 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10350
10351         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10352         default, it's better.
10353
10354 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10355
10356         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10357         summary line gnus-number property and ignore them (with a warning
10358         message).
10359
10360 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10363         macro caddr in the interactive form since it won't be expanded.
10364
10365 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10368         `charset'; fix name of function called recursively.
10369         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10370
10371 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10374         (gnus-mime-set-charset-parameters): New function.
10375         (gnus-mime-view-part-as-charset): Use it to correctly display part
10376         specifying wrong charset.
10377
10378 2008-09-08  David Engster  <dengste@eml.cc>
10379
10380         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10381         in completing-read for back end server.
10382
10383 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10384
10385         * message.el (message-confirm-send): New variable to confirm sending a
10386         message.
10387         (message-send): Use it.
10388
10389 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10390
10391         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10392
10393 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10396
10397 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10398
10399         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10400         prevent tracking too many groups.
10401         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10402         Use it.
10403
10404 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10405
10406         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10407         moving point to the bottom of the window in order to avoid recentering.
10408
10409 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10412
10413         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10414         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10415         (gnus-article-beginning-of-window): Fix calculation.
10416
10417 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-msg.el (gnus-summary-supersede-article)
10420         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10421         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10422         message header.
10423
10424 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
10425
10426         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
10427         pending output coming after the status change.
10428
10429 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10430
10431         * message.el:
10432         * gnus-start.el:
10433         * gnus-registry.el: Remove VMS support.
10434
10435 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10438         macro.
10439         (rfc2104-hash): Use it.
10440
10441 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10444         (gnus-summary-sort-by-most-recent-date): New commands.
10445         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10446         and menu entries.
10447
10448 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10451         don't redisplay article for raw contents; remove plural articles stuff.
10452
10453         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10454         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10455         on gnus-summary-save-article; display results properly.
10456
10457 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * lpath.el: No need to fbind ns-focus-frame.
10460
10461 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10464
10465 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * gnus-art.el (gnus-summary-save-in-pipe):
10468         Consider gnus-save-all-headers.
10469
10470 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10471
10472         * gnus-util.el (ns-focus-frame): Remove declaration.
10473         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10474         like x.
10475
10476 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10477
10478         * rfc2104.el (rfc2104-zero): Delete defconst.
10479         (rfc2104-hex-alist): Likewise.
10480         (rfc2104-hex-to-int): Delete func.
10481         (rfc2104-hexstring-to-bitstring): Likewise.
10482         (rfc2104-nybbles): New defconst.
10483         (rfc2104-hash): Rewrite for speed.
10484
10485 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * tls.el (open-tls-stream): Make it work with the 2nd argument
10488         BUFFER that is a string but does not exist as a buffer object, as
10489         mentioned in the doc-string.
10490
10491 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
10494         SXEmacs.
10495
10496 2008-07-16  Glenn Morris  <rgm@gnu.org>
10497
10498         * gnus-util.el (ns-focus-frame): Declare for compiler.
10499
10500 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10503         set as a group parameter.
10504         (gnus-summary-save-in-pipe): Work when it is called independently.
10505         (gnus-summary-pipe-to-muttprint): Don't modify
10506         gnus-summary-pipe-output-default-command.
10507
10508 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10509
10510         * message.el (message-send-mail-with-sendmail):
10511         Display the error message.
10512
10513 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * gnus-art.el (gnus-default-article-saver):
10516         Add gnus-summary-save-in-pipe to choices.
10517         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10518         gnus-summary-pipe-output-default-command as the default command.
10519         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10520         instead of gnus-last-shell-command.
10521
10522         * gnus-sum.el (gnus-summary-pipe-output-default-command):
10523         New user option.
10524         (gnus-summary-muttprint-program): Mention the value will be changed.
10525         (gnus-summary-save-article): Force showing of all headers.
10526         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10527
10528 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
10529
10530         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10531
10532 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
10533
10534         * nnimap.el (nnimap-id):
10535         * sieve-manage.el (sieve-manage-open): Doc fixes.
10536
10537 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10538
10539         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10540         if available.
10541
10542 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10543
10544         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10545
10546         * nnkiboze.el (nnkiboze-generate-group):
10547         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10548
10549         * nnmairix.el: Require CL.
10550
10551 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * dgnushack.el: Autoload get-display-table and put-display-table for
10554         XEmacs 21.5.
10555
10556         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
10557         21.4 and SXEmacs.
10558
10559 2008-06-15  David Engster  <dengste@eml.cc>
10560
10561         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10562
10563 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
10564
10565         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10566         New macros that expand to an `aset'/`aref' call under Emacs, and to a
10567         runtime choice under XEmacs.
10568
10569         * gnus-sum.el (gnus-summary-set-display-table):
10570         Use `gnus-put-display-table', `gnus-get-display-table',
10571         `gnus-set-display-table' for the display table, instead of `aset'.
10572
10573         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
10574         Use `gnus-put-display-table', `gnus-get-display-table',
10575         `gnus-set-display-table' for the display table.
10576
10577 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * nnmairix.el: Add autoloads.
10580
10581 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * nnmairix.el (nnmairix-delete-recreate-group)
10584         (nnmairix-update-and-clear-marks): Fix error messages.
10585
10586 2008-06-14  David Engster  <dengste@eml.cc>
10587
10588         * nnmairix.el: Upgrade to version 0.6.
10589         (nnmairix-group-toggle-propmarks-this-group)
10590         (nnmairix-group-toggle-readmarks-this-group)
10591         (nnmairix-group-delete-recreate-this-group)
10592         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10593         (nnmairix-remove-tick-mark-original-article): New commands.
10594         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10595         (nnmairix-propagate-marks-to-nnmairix-groups)
10596         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10597         (nnmairix-marks-cache, nnmairix-version-output): New variables.
10598         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10599         functions needed for marks propagation and manipulation of read marks.
10600         (nnmairix-update-groups): New function.
10601         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10602         (nnmairix-determine-original-group-from-registry)
10603         (nnmairix-determine-original-group-from-path)
10604         (nnmairix-get-group-from-file-path, nnmairix-map-range)
10605         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10606         New helper functions.
10607         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10608         keystrokes for new commands.
10609         (nnmairix-delete-and-create-on-change): Doc string cleanup.
10610         (nnmairix-request-group): Check allow-fast group parameter.
10611         (nnmairix-request-create-group): Set allow-fast group parameter if
10612         nnmairix-allowfast-default is set.
10613         (nnmairix-close-group): Propagate marks upon closing if needed.
10614         (nnmairix-group-toggle-threads-this-group): Use new.
10615         nnmairix-group-toggle-parameter helper function.
10616         (nnmairix-search): Better check for empty search result.
10617         (nnmairix-goto-original-article): Use new helper functions for
10618         determining original article.
10619         (nnmairix-show-original-article): Make sure message-id is in brackets.
10620         (nnmairix-call-mairix-binary): Change variable name.
10621         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10622         helper function.
10623         (nnmairix-widget-toggle-activate): Fix doc string.
10624
10625 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * nnir.el: Require edmacro when compiling with XEmacs.
10628         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10629         available in Emacs 21.
10630
10631 2008-06-11  Glenn Morris  <rgm@gnu.org>
10632
10633         * gnus-util.el (x-focus-frame):
10634         * gnus.el (image-size):
10635         * mm-decode.el (image-size): Declare.
10636
10637         * gnus-picon.el (declare-function): Add compat definition.
10638         (image-size): Declare.
10639
10640         * gnus-group.el (tool-bar-map):
10641         * gnus-sum.el (tool-bar-map): Define for compiler.
10642
10643         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10644
10645         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10646
10647         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10648         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10649         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10650         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10651         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10652         * sieve-manage.el, spam-report.el, spam.el:
10653         Remove unnecessary eval-and-compile of autoloads.
10654
10655 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10656
10657         * auth-source.el: Precise Tramp doc.
10658
10659 2008-06-07  Glenn Morris  <rgm@gnu.org>
10660
10661         * nnmairix.el: Remove unnecessary eval-when-compile.
10662
10663 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * lpath.el: Fbind propertize for XEmacs 21.4.
10666
10667 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
10668
10669         * nnir.el: Move here from ../contrib.
10670
10671 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10672
10673         * gnus-util.el (gnus-read-shell-command): New function.
10674         * mm-decode.el (mm-pipe-part):
10675         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10676
10677 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10680
10681 2008-06-03  Glenn Morris  <rgm@gnu.org>
10682
10683         * pop3.el (nnheader-accept-process-output): Autoload it.
10684
10685 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10688         are not 2-digit hexadecimal characters that follow `%'s.
10689
10690 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * message.el (message-bogus-recipient-p): Fix type in doc string.
10693         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10694         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10695         Improve custom options.
10696         (message-bogus-recipient-p): Adjust accordingly.
10697
10698 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10699
10700         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10701         long-form month and day names.
10702
10703 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * dgnushack.el: Autoload debug, eudc-expand-inline and
10706         pgg-snarf-keys-region for XEmacs.
10707
10708         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10709
10710         * nnmairix.el: Require edmacro when compiling with XEmacs.
10711
10712 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10715         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10716
10717 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10718
10719         * auth-source.el: Add more docs.
10720
10721         * netrc.el (netrc-machine): Always match if the port is not given.
10722
10723 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10724
10725         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10726         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10727         retrieval faster in some cases, but might make CPU usage larger.
10728         If this has any bad side effects, we might revert this change.
10729
10730         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10731         seems to make mail retrieval much, much faster.
10732         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10733         unconditionally.
10734
10735         * gnus-draft.el (gnus-group-send-queue):
10736         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10737
10738 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10741
10742         * message.el (message-bogus-address-regexp): Fix and improve custom
10743         type.
10744         (message-setup-hook): Add message-check-recipients as custom option.
10745
10746 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * message.el (message-cite-function): Remove bogus autoload which crept
10749         in during merge from v5-10.
10750
10751 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10752
10753         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10754
10755         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10756
10757         * auth-source.el: Preliminary Tramp docs.
10758         (auth-sources): Change the default auth-sources to use
10759         EPA .gpg files.
10760
10761 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10762
10763         * nntp.el: Autoload `auth-source-user-or-password'.
10764         (nntp-send-authinfo): Use it.
10765
10766         * nnimap.el: Autoload `auth-source-user-or-password'.
10767         (nnimap-open-connection): Use it.
10768
10769         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10770         for the gnus-message function.
10771         (auth-source-user-or-password): Use it.
10772
10773 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10774
10775         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10776         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10777         (rfc2104-hash): Use it.
10778
10779 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10780
10781         * gnus-art.el (gnus-article-toggle-truncate-lines):
10782         Don't use `iff' in docstring.
10783
10784 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10785
10786         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10787
10788         * gnus-util.el (gnus-extract-address-component-name)
10789         (gnus-extract-address-component-email): Convenience functions around
10790         `gnus-extract-address-components'.
10791
10792         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10793         Use `gnus-extract-address-component-email' to fix bug of comparing full
10794         sender name to `user-mail-address'.
10795
10796 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10797
10798         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10799         catch/throw to optimize.
10800         (gnus-registry-find-keywords): Just use member to find a keyword.
10801
10802 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10803
10804         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10805         is current before calling gnus-server-prepare.
10806         (gnus-server-setup-buffer, gnus-server-update-server)
10807         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10808
10809 2008-05-04  Juri Linkov  <juri@jurta.org>
10810
10811         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10812         (mailcap-file-default-commands): Use mailcap-replace-in-string
10813         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10814         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10815
10816 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10817
10818         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10819
10820 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10821
10822         * gnus.el: Bump version to 0.11.
10823
10824 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10825
10826         * gnus.el: No Gnus v0.10 is released.
10827
10828 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10831         hooks.
10832         (gnus-update-read-articles): Speed up non-marks-using users.
10833         (gnus-use-marks): Define gnus-use-marks.
10834         (gnus-propagate-marks): Rename variable to something more sensible.
10835
10836 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10837
10838         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10839         (gmm-image-load-path-for-library): Fix typos in docstrings.
10840         (gmm-message): Reflow docstring.
10841
10842 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10843
10844         * mail-source.el (mail-source-set-1, mail-source-bind):
10845         Move auth-source code out of the macro to clean it up and fix bugs.
10846
10847 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10848
10849         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10850         by sender if it's equal to user-mail-address, it's likely to be
10851         useless.
10852
10853         * mail-source.el (mail-source-bind): Don't use user or password if they
10854         are not bound.  Unintern them if they are nil.  Don't use server unless
10855         it's bound, and default it to empty string otherwise.
10856
10857 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10858
10859         * mail-source.el: Load auth-source.el.
10860         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10861         get user name or password, if auth-sources is set up.
10862
10863         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10864         strategy of splitting with parent.
10865         (gnus-registry-split-fancy-with-parent)
10866         (gnus-registry-post-process-groups): Use it and fix prior
10867         bug (returning a list as the split result).
10868
10869         * auth-source.el (auth-sources): Remove server parameter.
10870         (auth-source-pick, auth-source-user-or-password)
10871         (auth-source-user-or-password-imap)
10872         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10873         (auth-source-user-or-password-sftp)
10874         (auth-source-user-or-password-smtp): Remove server parameter.
10875
10876 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10877
10878         * smime.el (smime-sign-region, smime-encrypt-region)
10879         (smime-decrypt-region):
10880         Remove redundant calls to `generate-new-buffer-name'.
10881
10882 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10883
10884         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10885         Don't use QP for message/rfc822.
10886         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10887
10888 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10889
10890         * sieve-manage.el (sieve-string-bytes): Remove.
10891         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10892         correct byte-length only if the process's coding-system is the same as
10893         the one used internally by Emacs to represent strings.
10894
10895 2008-04-22  Juri Linkov  <juri@jurta.org>
10896
10897         * mailcap.el (mailcap-file-default-commands): New function.
10898
10899 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * message.el (message-signature-separator, message-cite-function):
10902         Change custom version.
10903
10904 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10905
10906         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10907         commands.
10908         (tls-checktrust): Ditto.
10909
10910 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * mm-decode.el (mm-display-external): Make temp file read-only.
10913
10914 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10917         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10918         `C-c C-f d'.
10919
10920 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10921
10922         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10923
10924 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * gnus.el: Bump version to 0.9.
10927
10928 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10929
10930         * gnus.el: No Gnus v0.8 is released.
10931
10932 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10933
10934         * mail-source.el (mail-source-value):
10935         Prefer fboundp to functionp so it works with macros as well.
10936
10937 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10938
10939         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10940         Fix last change in case the element is not even a symbol.
10941
10942 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10943
10944         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10945         Prefer fboundp to functionp so it works with macros as well.
10946
10947 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10948
10949         * auth-source.el: Add docs.
10950         (auth-sources): Modify format to support server.
10951         (auth-source-pick, auth-source-user-or-password)
10952         (auth-source-user-or-password-imap)
10953         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10954         (auth-source-user-or-password-sftp)
10955         (auth-source-user-or-password-smtp): Add server parameter.
10956
10957 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10958
10959         * gnus-registry.el: Initialize the registry when gnus-registry-install
10960         is t.
10961
10962 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * compface.el (uncompface): Make buffer unibyte.
10965
10966 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10967
10968         * mail-source.el (mail-source-value):
10969         Prefer fboundp to functionp so it works with macros as well.
10970
10971 2008-04-05  Glenn Morris  <rgm@gnu.org>
10972
10973         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10974
10975 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10976
10977         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10978         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10979
10980         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10981         multibyteness after rather than before erasing it.
10982
10983         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10984         mm-with-multibyte.
10985         (gnus-request-article-this-buffer): Make sure the proper decoding is
10986         used if gnus-original-article-buffer happens to be unibyte.
10987
10988         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10989         default-enable-multibyte-characters.
10990
10991         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10992         default-enable-multibyte-characters.
10993
10994         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10995
10996         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10997
10998 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10999
11000         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11001         Fix last change in case the element is not even a symbol.
11002
11003 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11004
11005         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11006         (imap-message-copyuid-1): Use it.
11007         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11008         J. Williams in
11009         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11010
11011         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11012         imap-enable-exchange-bug-workaround.
11013         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11014
11015 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11016
11017         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11018         a 100 byte status-checks into a 2-3MB transfer for each group.
11019         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11020         to enable bug workaround or not.
11021         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11022
11023 2008-03-31  Glenn Morris  <rgm@gnu.org>
11024
11025         * message.el (mml2015-use): Declare for compiler.
11026         (message-info): Require mml2015 when appropriate.
11027
11028 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11031         whitespace.
11032
11033 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11034
11035         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11036         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11037         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11038         (nntp-service-to-port): New function.
11039         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11040         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11041         (nntp-open-netcat-stream): New function.
11042         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11043
11044 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11045
11046         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11047
11048 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11049
11050         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11051
11052 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11053
11054         * dns.el (dns-write): Use set-buffer-multibyte.
11055
11056 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11057
11058         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11059
11060 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * message.el (message-signature-separator): Change default.
11063         Improve custom type.
11064         (message-cite-function): Change default to
11065         message-cite-original-without-signature.
11066
11067         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11068         toggle.
11069
11070         * message.el (message-check-news-body-syntax): Fix signature check.
11071         (message-setup-1): Mark buffer as unmodified _after_ running
11072         message-setup-hook and handling message-alternative-emails.
11073         (message-shorten-references): Be more strict when building list of
11074         valid references to comply with GNKSA.
11075
11076         * gnus-group.el (gnus-read-ephemeral-bug-group)
11077         (gnus-read-ephemeral-debian-bug-group)
11078         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11079
11080         * message.el (message-info): Don't use booleanp which isn't supported
11081         in Emacs 21 and XEmacs.
11082
11083 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11086         gnus-group-gmane-group-download-format.
11087         (gnus-group-read-ephemeral-gmane-group): Rename from
11088         gnus-group-read-ephemeral-gmane-group.
11089         (gnus-read-ephemeral-gmane-group-url): Rename from
11090         gnus-group-read-ephemeral-gmane-group-url.
11091         (gnus-bug-group-download-format-alist): New variable.
11092         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11093         (gnus-read-ephemeral-emacs-bug-group): New commands.
11094
11095 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11096
11097         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11098         (gnus-visible-headers): Improve custom type.
11099
11100 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * mml.el (mml-menu): Add workarounds for XEmacs.
11103
11104         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11105         X-Boundary header.
11106
11107         * message.el (message-simplify-recipients): Fix previous commit.
11108
11109 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11110
11111         * mm-util.el (mm-set-buffer-multibyte): New function.
11112         * mm-decode.el (mm-copy-to-buffer): Use it.
11113
11114         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11115         Prefer fboundp to functionp so it works with macros as well.
11116
11117 2008-03-19  Glenn Morris  <rgm@gnu.org>
11118
11119         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11120         Accidentally removed in the sync process with Emacs.
11121
11122 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11123
11124         * message.el (message-alter-recipients-discard-bogus-full-name):
11125         New function.
11126         (message-alter-recipients-function): New variable.
11127         (message-get-reply-headers): Use it.
11128         (message-replace-header): New helper function.
11129         (message-recipients-without-full-name): New variable.
11130         (message-simplify-recipients): New command.
11131
11132         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11133
11134         * message.el (message-info): Handle EasyPG manual.
11135
11136         * mml.el (mml-menu): Add entry for EasyPG.
11137
11138 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11139
11140         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11141         parameter.
11142
11143         * message.el (message-disassociate-draft): Specify drafts group name
11144         fully.
11145
11146 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11147
11148         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11149         Eliminate unnecessary duplicates from the match list.
11150
11151 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11154
11155         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11156
11157         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11158         args of `how-many' of which the XEmacs version doesn't take; declare
11159         Info-index-next as function.
11160
11161 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * gnus-score.el (gnus-score-headers): Fix handling of
11164         gnus-inhibit-slow-scoring.
11165
11166         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11167         string.
11168         (gnus-button-url-regexp): Improve handling of parenthesis.
11169         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11170         (gnus-button-handle-info-keystrokes): Handle index entries.
11171
11172 2008-03-15  Glenn Morris  <rgm@gnu.org>
11173
11174         * parse-time.el (parse-time-string): Simplify.
11175
11176 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11179         Incoming* files.
11180
11181 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11182
11183         * auth-source.el (auth-sources): Rename from auth-source-choices.
11184         (auth-source-pick): Use it.
11185
11186 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11187
11188         * binhex.el (binhex-decode-region-internal):
11189         * uudecode.el (uudecode-decode-region-internal):
11190         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11191         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11192         setting default-enable-multibyte-characters.
11193
11194 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11195
11196         * auth-source.el (auth-source-protocols)
11197         (auth-source-protocols-customize, auth-source-choices): Add and
11198         modified variable customizations and defaults.
11199         (auth-source-pick, auth-source-user-or-password)
11200         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11201         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11202         (auth-source-user-or-password-sftp)
11203         (auth-source-user-or-password-smtp): Use new variables and provide an
11204         interface to netrc.el.
11205
11206 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11209         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11210         Make sure the nntp port to specify is a string.
11211
11212 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11213
11214         * nntp.el: Use with-current-buffer.
11215         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11216         dubious mm-with-unibyte-current-buffer.
11217         (nntp-with-open-group-function): New function extracted from
11218         nntp-with-open-group macro.
11219         (nntp-with-open-group): Use the function, so it's easier to debug.
11220         Add indentation and debugging info.
11221         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11222         Recommend the use of the netcat alternatives.
11223
11224         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11225         Avoid mm-string-as-multibyte as well.
11226
11227         * nnweb.el (nnweb-insert-html):
11228         Remove use of nnheader-string-as-multibyte.
11229
11230         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11231         (nnheader-string-as-multibyte): Remove.
11232
11233         * mm-view.el: Use inhibit-read-only.
11234         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11235         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11236         or unibyte-string.
11237
11238         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11239         (mm-uu-yenc-extract): Use with-current-buffer.
11240
11241         * gnus-soup.el (gnus-soup-send-packet): Don't use
11242         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11243
11244         * nnmh.el: Use with-current-buffer.
11245         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11246         mm-string-as-multibyte on the output of mm-encode-coding-string.
11247
11248         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11249         (nnimap-request-move-article): Use with-current-buffer.
11250
11251         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11252         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11253         conversion uses string-make-unibyte rather than string-as-unibyte.
11254
11255         * gnus-msg.el: Use with-current-buffer.
11256
11257         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11258
11259 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11260
11261         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11262         string for caching if it is 'PIN.
11263
11264 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * lpath.el: Consider the case without Emacs/W3.
11267
11268 2008-03-08  Glenn Morris  <rgm@gnu.org>
11269
11270         * time-date.el (date-to-time, time-subtract, time-add)
11271         (safe-date-to-time): Doc fixes.
11272
11273 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * mail-source.el (mail-source-delete-old-incoming-confirm):
11276         Change default to nil.
11277         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11278
11279 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * lpath.el: Rearrange.
11282
11283         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11284         (gnus-article-goto-prev-page): Work for articles having ^L's.
11285
11286         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11287
11288         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11289
11290 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11291
11292         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11293         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11294         (gnus-bookmark-jump): Adjust some variable names.
11295
11296 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11297
11298         * auth-source.el: New package.
11299         (auth-source-choices): Add customization entry point variable.
11300
11301         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11302         bug.
11303
11304 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11305
11306         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11307         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11308         (gnus-registry-install-shortcuts): Rename from
11309         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11310         the `gnus-registry-mark-map' keymap dynamically from
11311         `gnus-registry-marks'.  The generated functions update the summary line
11312         when a registry mark is added or deleted, and will call
11313         `gnus-registry-install-p' (see the comments in the code).
11314         (gnus-registry-user-format-function-M): Use concat intelligently.
11315
11316         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11317         the registry mark functions.
11318
11319 2008-03-05  Glenn Morris  <rgm@gnu.org>
11320
11321         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11322         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11323         gnus-art.
11324         (top-level): No need to load own source when compiling.
11325
11326 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11329         Suggested by <chris.anderton@zetnet.co.uk>.
11330
11331 2008-03-04  Glenn Morris  <rgm@gnu.org>
11332
11333         * gnus-sum.el (top-level): No need to require gnus when compiling,
11334         since unconditionally required near start of file.
11335         (gnus-summary-display-while-building): Move definition before use.
11336
11337 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11338
11339         * gnus-registry.el (gnus-registry-user-format-function-M):
11340         Add formatting function.
11341
11342 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11343
11344         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11345         with plists.
11346         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11347         Use new format.
11348
11349 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11352         `where-is-internal' that returns a range of key sequences.
11353
11354 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11355
11356         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11357
11358         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11359         (gnus-summary-jump-to-group): Consider windows on other displayed
11360         frames as well.  Similar changes might be needed elsewhere, but that's
11361         the one I've bumped into during my use.
11362
11363         * nndoc.el (nndoc-oe-dbx-type-p):
11364         * gnus-msg.el (gnus-debug):
11365         * gnus-group.el (gnus-update-group-mark-positions):
11366         Use mm-string-to-multibyte.
11367
11368 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11369
11370         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11371         doesn't handle NotDashEscaped.
11372
11373         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11374         (mml-dnd-attach-options): Fix typo in custom choice.
11375
11376         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11377         Change nndoc-article-type to mbox.
11378         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11379
11380         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11381         to nil, instead of html2text.
11382
11383         * imap.el (imap-debug): Add `imap-ping-server'.
11384
11385         * gnus-bookmark.el: Add FIXMEs.
11386
11387         * message.el (message-form-letter-separator)
11388         (message-send-form-letter-delay): New variables.
11389         (message-send-form-letter): Use them.  New command to send form
11390         letters.  Requested by Uwe Siart.
11391         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11392
11393 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * Update copyright years.
11396
11397 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         Sync from EMACS_22_BASE.
11400
11401         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11402
11403 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11404
11405         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11406         empty author.
11407
11408 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11409
11410         * gnus-registry.el (gnus-registry-marks): Add variable for
11411         customization of marks and their appearance.
11412         (gnus-registry-read-mark): Use it.
11413         (gnus-registry-do-marks): Add utility function to loop through
11414         `gnus-registry-marks'.
11415         (gnus-registry-install-shortcuts-and-menus): Add function to install
11416         shortcuts and menus.
11417         (gnus-registry-initialize): Use it.
11418         (gnus-registry-default-mark): Clarify documentation.
11419
11420 2008-02-29  Glenn Morris  <rgm@gnu.org>
11421
11422         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11423         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11424         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11425         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11426         Change defcustom :version from 23.0 to 23.1.
11427
11428 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11429
11430         * gnus-registry.el (gnus-registry-follow-group-p)
11431         (gnus-registry-post-process-groups): Add functions to aid registry
11432         splitting and improve logging.  Clarify behavior in function
11433         documentation.
11434         (gnus-registry-split-fancy-with-parent): Use them.
11435
11436 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11437
11438         * gnus-art.el: Use with-current-buffer.
11439
11440 2008-02-27  David Engster  <dengste@eml.cc>
11441
11442         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11443         Express real group name in the response.
11444
11445 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11448         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11449         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11450         autoload gnus-registry-fetch-group when compiling.
11451         (nnmairix-request-group-with-article-number-correction):
11452         Remove unreferenced argument passed to nnmairix-call-backend.
11453
11454 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11457         (mm-uu-extract): Improve face for low color ttys.
11458         Reported by Sascha Wilde.
11459
11460 2008-02-27  Glenn Morris  <rgm@gnu.org>
11461
11462         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11463         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11464         variables to defconsts.  Convert comments to doc-strings.
11465         (nnmairix-last-server, nnmairix-current-server): Convert from free
11466         variables to defvars.  Convert comments to doc-strings.
11467         (gnus-registry-fetch-group): Autoload.
11468         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11469         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11470         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11471         caddr.
11472         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11473         nnmairix-request-group-with-article-number-correction call.
11474         (nnmairix-fast, nnmairix-group): New, less general names, for free
11475         variables passed from nnmairix-request-group to
11476         nnmairix-request-group-with-article-number-correction.  Declare.
11477         (nnmairix-request-group-with-article-number-correction):
11478         Use nnmairix-fast, nnmairix-group rather than fast, group.
11479
11480 2008-02-26  David Engster  <dengste@eml.cc>
11481
11482         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11483         version 0.5.
11484
11485 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11486
11487         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11488         instead of making an extra function call.  Don't add the current group
11489         to articles only when they have the group.  Use
11490         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11491         Reported by David <de_bb@arcor.de>.
11492
11493 2008-02-24  Miles Bader  <miles@gnu.org>
11494
11495         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11496         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11497         (mm-find-mime-charset-region):
11498         * mm-bodies.el (mm-encode-body):
11499         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11500
11501 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
11504         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
11505
11506 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * mail-source.el (mail-source-delete-incoming): Change default.
11509         Supplement doc string.
11510
11511         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11512
11513 2008-02-14  Glenn Morris  <rgm@gnu.org>
11514
11515         * time-date.el (format-seconds): New function.
11516
11517 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * nnmail.el (nnmail-message-id-cache-file): Derive from
11520         `gnus-home-directory'.
11521
11522 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11525         Document negative prefix.
11526
11527         * gnus-group.el (gnus-group-read-group): Document negative prefix.
11528
11529 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11530
11531         * message.el (message-unsent-separator): Add the Exim bounce
11532         separator.
11533
11534 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
11535
11536         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11537         list.
11538         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11539         recipient/signer list.
11540
11541 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * Makefile.in (datarootdir): Define.
11544         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
11545         name that might contain whitespace.
11546
11547 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11550         fbound (Emacs 23 unicode), signal an error.
11551
11552 2008-02-08  Glenn Morris  <rgm@gnu.org>
11553
11554         * gnus-art.el (pgg-display-output-buffer): Declare as function.
11555
11556 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
11557
11558         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11559         ports to the calls to `netrc-machine-user-or-password' in addition to
11560         "imap" and "imaps".
11561
11562 2008-02-01  Zhang Wei  <id.brep@gmail.com>
11563
11564         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11565
11566         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11567
11568 2008-02-01  Kenichi Handa  <handa@m17n.org>
11569
11570         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11571         rfc2104-hexstring-to-bitstring and changed to return a byte list.
11572         (rfc2104-hash): Convert the result of concat to unibyte string.
11573
11574 2008-02-01  Dave Love  <fx@gnu.org>
11575
11576         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11577         coding-system-for-read.
11578         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11579
11580 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11583         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11584         <hanche@math.ntnu.no>.
11585
11586 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11589
11590         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11591
11592 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
11593
11594         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11595         * message.el (message-beginning-of-line): Use featurep instead of bound
11596         tests in order to resolve conditionals at compile time.
11597
11598 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
11599
11600         * mail-source.el (mail-sources): Add `group' choice.
11601
11602         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11603         parameter `in-group' to control into which group the articles go.
11604         Add treatment of `group' mail-source.
11605
11606 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11609
11610         * mm-decode.el (mm-dissect-buffer): Decode description.
11611
11612         * mml.el (mml-to-mime): Encode message header first.
11613
11614 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11617         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11618
11619         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
11620         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
11621
11622 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
11623
11624         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11625
11626 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11629         prefix keys.
11630         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11631         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11632         gnus-xmas.el.
11633
11634         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
11635         (gnus-xmas-article-describe-bindings): New function.
11636         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
11637         gnus-xmas-article-describe-bindings.
11638
11639         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
11640
11641 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11642
11643         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11644         Add new variables for article mark management.
11645         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11646         list of extra data entries which, when present, will indicate that the
11647         article ID should not be trimmed from the registry.
11648         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11649         functions.
11650         (gnus-registry-read-mark): New function to read a mark name from the
11651         user.
11652         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11653         (gnus-registry-set-article-mark-internal): New functions to add and
11654         remove marks.
11655         (gnus-registry-get-article-marks): New function to show the marks for
11656         an article, or retrieve them for further use.
11657
11658 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11661         keys when no argument is given.
11662
11663 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * imap.el (imap-ping-server): New variable.
11666         (imap-opened): On add extra ping if imap-ping-server is non-nil.
11667         (imap-ping-server): Minor doc string fixes.
11668
11669 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11670
11671         * imap.el (imap-ping-server): New function.
11672         (imap-opened): Call imap-ping-server.
11673
11674 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * gnus-sum.el (gnus-article-sort-by-random)
11677         (gnus-thread-sort-by-random): Fix doc strings.
11678         Reported by jidanni@jidanni.org.
11679
11680 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gnus-art.el (gnus-article-describe-bindings): New function.
11683         (gnus-article-read-summary-keys): Use it.
11684         (gnus-article-mode-map): Bind `C-h b' to it.
11685
11686 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11689         XEmacs.
11690         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11691         Protect against non-character events.
11692
11693         * lpath.el: Fbind map-keymap for Emacs 21.
11694
11695 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11698         New command.
11699         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11700         instead of END.  Change name of the temp file.
11701         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11702         customizable.
11703
11704 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11707         bind `S W' to gnus-article-wide-reply-with-original; set default
11708         binding to gnus-article-read-summary-send-keys.
11709         (gnus-article-read-summary-keys): Fix the order of keys; display
11710         continuation keys correctly in the echo area; describe bindings
11711         correctly when keys end with `C-h'.
11712         (gnus-article-read-summary-send-keys): New function.
11713         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11714         Work for gnus-article-read-summary-send-keys; display continuation keys
11715         correctly in the echo area.
11716         (gnus-article-reply-with-original): Ignore prefix argument.
11717         (gnus-article-wide-reply-with-original): New function.
11718
11719         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11720         Emacs 21.
11721
11722 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11725         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11726
11727 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11730         (gnus-group-read-ephemeral-gmane-group): New command.
11731
11732 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11733
11734         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11735
11736 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11737
11738         * message.el (message-send-mail-function): Increase custom version.
11739
11740         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11741         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11742
11743 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11744
11745         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11746         for the cases where imap-authenticate is called with a nil buffer
11747         parameter.
11748
11749 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11752         html parts correctly; support forwarded messages.
11753         (gnus-article-browse-html-article): Remove work buffers.
11754
11755         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11756         compiling.
11757         (netrc-bound-and-true-p): New macro.
11758         (netrc-parse): Use it instead of bound-and-true-p that is not available
11759         in XEmacs 21.4.
11760
11761 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11762
11763         * gnus-registry.el (gnus-registry-mark-article)
11764         (gnus-registry-article-marks): Add functionality to mark articles
11765         through the Gnus registry.
11766
11767         * encrypt.el: Clarify documentation for the new pgg method.
11768         (encrypt-file-alist): Add PGG option.
11769         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11770         functionality.  Abstract password key and messaging to external
11771         functions.
11772         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11773         (encrypt-message-method-and-cipher): Add new convenience external
11774         functions.
11775         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11776         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11777
11778         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11779         (netrc-parse): Use encrypt-file-alist to determine if
11780         encrypt-find-model or encrypt-insert-file-contents should be used.
11781
11782         * encrypt.el: Clarify documentation.  Load password-cache or
11783         password, whichever one is found first, instead of autoloading.
11784
11785 2007-12-19  Glenn Morris  <rgm@gnu.org>
11786
11787         * mml.el (message-options-set, message-narrow-to-head)
11788         (message-in-body-p, message-mail-p, message-encode-message-body):
11789         Autoload.
11790         (message-remove-header, message-narrow-to-headers-or-head)
11791         (message-subscribed-p, message-make-mail-followup-to)
11792         (message-position-on-field, message-news-p)
11793         (message-options-set-recipient, message-generate-headers)
11794         (message-sort-headers): Declare as functions.
11795
11796 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11799         convention in doc string.
11800
11801 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11804         title to html parts.
11805         (gnus-article-browse-html-article): Pass message header to it.
11806
11807         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11808
11809 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11812         or password compatible with XEmacs.
11813
11814 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11817         format document.
11818         (gnus-mime-delete-part): Don't write description line if empty.
11819         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11820
11821 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
11822
11823         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11824         (gnus-summary-mark-read-and-unread-as-read)
11825         (gnus-summary-mark-current-read-and-unread-as-read)
11826         (gnus-summary-mark-unread-as-ticked): Doc fix.
11827         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11828
11829 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11832         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11833
11834 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11837         yes-or-no-p.
11838
11839 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * mm-decode.el (mm-add-meta-html-tag): New function.
11842         (mm-save-part-to-file, mm-pipe-part): Use it.
11843
11844         * gnus-art.el (gnus-article-browse-delete-temp-files):
11845         Use gnus-y-or-n-p instead of y-or-n-p.
11846         (gnus-article-browse-html-parts): Work with message/external-body; use
11847         mm-add-meta-html-tag.
11848
11849 2007-12-11  Glenn Morris  <rgm@gnu.org>
11850
11851         * gnus-cache.el: Require gnus-sum not just when compiling.
11852
11853         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11854
11855         * gnus-int.el (gnus-server-opened, gnus-status-message):
11856         Move definitions before use.
11857
11858         * mm-decode.el: Require gnus-util.
11859         (mm-remove-part): Only call delete-annotation on XEmacs.
11860
11861         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11862
11863         * nnmail.el: Require gnus-int.
11864
11865         * spam.el: Move `require's before `eval-when-compile's.
11866
11867         * gnus-ems.el (gnus-alive-p):
11868         * gnus-fun.el (message-goto-eoh):
11869         * gnus-util.el (gnus-group-name-decode):
11870         * mail-source.el (gnus-compress-sequence):
11871         * message.el (Info-goto-node, format-spec):
11872         * mm-bodies.el (message-options-get):
11873         * mm-decode.el (mm-view-pkcs7):
11874         * mm-util.el (gmm-write-region):
11875         * mml-smime.el (mml-compute-boundary)
11876         (gnus-completing-read-with-default):
11877         * mml.el (widget-button-press, gnus-make-hashtable):
11878         * mml1991.el (mm-decode-content-transfer-encoding)
11879         (mm-encode-content-transfer-encoding)
11880         (message-options-get, message-options-set):
11881         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11882         * nnfolder.el (gnus-request-group):
11883         * nnheader.el (ietf-drums-unfold-fws):
11884         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11885         * smime.el (gnus-run-mode-hooks):
11886         * spam-stat.el (gnus-message): Autoload.
11887
11888         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11889         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11890         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11891         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11892         Add declare-function compatibility definition.
11893
11894         * gnus-cache.el (nnvirtual-find-group-art):
11895         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11896         (gnus-add-image, gnus-add-wash-type):
11897         * gnus-group.el (nnkiboze-score-file):
11898         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11899         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11900         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11901         (message-tokenize-header, gnus-get-buffer-create)
11902         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11903         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11904         * gnus.el (gnus-group-decoded-name):
11905         * mail-source.el (imap-capability):
11906         * mm-bodies.el (message-options-set):
11907         * mm-decode.el (gnus-configure-windows):
11908         * mm-extern.el (message-goto-body):
11909         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11910         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11911         (epg-sub-key-validity, message-options-set):
11912         * mml.el (widget-event-point, gnus-configure-windows):
11913         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11914         * mml2015.el (epg-check-configuration, epg-configuration)
11915         (message-options-set):
11916         * nndb.el (nndb-request-article):
11917         * nnfolder.el (gnus-request-create-group):
11918         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11919         * nnmaildir.el (gnus-group-mark-article-read):
11920         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11921         * rfc1843.el (message-fetch-field):
11922         * spam.el (gnus-extract-address-components):
11923         Declare as functions.
11924
11925 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11928
11929         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11930
11931         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11932         bind show-trailing-whitespace for XEmacs.
11933
11934 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11937         new no-op macro for backward compatibility.
11938
11939         * imap.el (imap-string-to-integer): New function.
11940
11941 2007-12-09  Glenn Morris  <rgm@gnu.org>
11942
11943         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11944
11945         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11946         * message.el, mm-view.el, sieve-manage.el, smime.el:
11947         Add declare-function compatibility definition.
11948
11949         * gnus-art.el (w3-region, w3m-region, Info-menu):
11950         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11951         * gnus-sum.el (gnus-get-predicate):
11952         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11953         * message.el (mail-abbrev-in-expansion-header-p):
11954         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11955         (w3m-detect-meta-charset, w3m-region):
11956         * sieve-manage.el (password-read, password-cache-add)
11957         (password-cache-remove):
11958         * smime.el (password-read-and-add): Declare as functions.
11959
11960 2007-12-08  David Kastrup  <dak@gnu.org>
11961
11962         * gnus-sum.el (gnus-summary-simplify-subject-query):
11963         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11964         `message'.
11965
11966 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11969         it to bind idna-program, installation-directory, defined-colors, and
11970         face-attribute for XEmacs of the version that compiles defcustom forms.
11971
11972 2007-12-07  Glenn Morris  <rgm@gnu.org>
11973
11974         * gnus-art.el (article-make-date-line): Revert previous change.
11975
11976 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11979
11980 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11981
11982         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11983         Call gnus-add-to-range ranges only once with a prepared article-list.
11984
11985 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11986
11987         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11988         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11989         group names with backslashes.
11990         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11991
11992 2007-12-06  Deepak Goel  <deego3@gmail.com>
11993
11994         * gnus-art.el (article-make-date-line):
11995         * gnus-start.el (gnus-load):
11996         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11997
11998 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * gnus-art.el (gnus-use-idna):
12001         * gnus-start.el (gnus-site-init-file):
12002         * message.el (message-use-idna):
12003         * mm-uu.el (mm-uu-hide-markers):
12004         * smiley.el (smiley-style): Revert changes that suppress warnings.
12005
12006 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12009         specify charset to html source.
12010         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12011
12012 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12015         idna-program in order to suppress byte compile warning issued by XEmacs
12016         that came to byte compile the default value section of defcustom forms
12017         recently.
12018
12019         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12020         value of installation-directory.
12021
12022         * message.el (message-use-idna): Don't directly refer to the value of
12023         idna-program.
12024
12025         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12026
12027         * smiley.el (smiley-style): Don't directly call face-attribute.
12028
12029 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12032
12033         * gnus-dired.el: Reduce Gnus dependencies.
12034         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12035         Don't require.  Use autoloads instead.
12036         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12037         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12038         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12039         (gnus-dired-mode): Adjust doc string.
12040         (gnus-dired-mail-mode): New variable.
12041         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12042         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12043         (gnus-dired-mail-buffers): New function.  Return mail or message
12044         composition buffers.
12045         (gnus-dired-attach): Use it.
12046         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12047         NO-DECODE.
12048         (gnus-dired-print): Use `gnus-print-buffer' depending on
12049         `gnus-dired-mail-mode'.
12050
12051 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * rfc2047.el (rfc2047-encoded-word-regexp)
12054         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12055         explaining what regexp patterns are for.
12056
12057 2007-12-04  Glenn Morris  <rgm@gnu.org>
12058
12059         * password.el: Move to password-cache.el.
12060
12061         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12062         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12063         * mml-smime.el (password-read, password-cache-add)
12064         (password-cache-remove):
12065         No need to autoload, since mml-sec requires password.
12066
12067         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12068         * message.el (gnus-extract-address-components):
12069         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12070
12071         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12072         password.
12073
12074 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * mailcap.el: Reduce dependencies.
12077         (mail-header-parse-content-type): Autoload.
12078         (mailcap-delete-duplicates): New alias.
12079         (mailcap-mime-info): Add optional argument NO-DECODE.
12080         (mailcap-mime-types): Use mailcap-delete-duplicates.
12081
12082         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12083
12084 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12085
12086         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12087         (imap-parse-status): Upcase status-att for servers that sends them
12088         lower-case (e.g., MS Exchange 2007).
12089
12090 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12091
12092         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12093         function.
12094
12095         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12096         (gnus-uu-yenc-article): New function.
12097
12098         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12099
12100         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12101
12102 2007-12-02  Glenn Morris  <rgm@gnu.org>
12103
12104         * binhex.el (binhex): New custom group.
12105         (binhex-decoder-program, binhex-decoder-switches)
12106         (binhex-use-external): Move to the binhex custom group.
12107
12108         * uudecode.el (uudecode): New custom group.
12109         (uudecode-decoder-program, uudecode-decoder-switches)
12110         (uudecode-use-external): Move to the uudecode custom group.
12111
12112         * netrc.el (top-level): Don't load `encrypt' features.
12113         (netrc-parse): Don't use encrypt.
12114         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12115
12116         * encrypt.el: Remove file.
12117
12118 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12119
12120         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12121         matches on patches.
12122
12123         * gnus-art.el (gnus-article-browse-html-article):
12124         Mention `mm-text-html-renderer' in the doc string.
12125
12126         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12127         string.  Add comments.
12128
12129         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12130         if rhs is ASCII.
12131
12132 2007-12-01  Glenn Morris  <rgm@gnu.org>
12133
12134         * mail-source.el (top-level): Require format-spec before
12135         eval-when-compile.
12136
12137 2007-11-30  Glenn Morris  <rgm@gnu.org>
12138
12139         * encrypt.el: Require password, rather than autoloading password-read.
12140
12141 2007-11-29  Glenn Morris  <rgm@gnu.org>
12142
12143         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12144         (sasl-make-client, sasl-next-step, sasl-step-data)
12145         (sasl-step-set-data): Declare as functions.
12146
12147 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12148
12149         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12150
12151 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12152
12153         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12154         certs should be verified and what is to be done in the event of a
12155         verification failure.
12156
12157         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12158         caller can indicate whether the cache should be disregarded for this
12159         call.  This way the result of the call is reproducible at all times and
12160         can be considered a canonical server name for the supplied method.
12161         (gnus-agent-method-p): Canonicalize server names by pushing their
12162         method through `gnus-method-to-server' using the no-cache argument.
12163
12164         * gnus-srvr.el (gnus-server-insert-server-line):
12165         Call `gnus-method-to-server' with `no-cache' argument.
12166
12167         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12168         gnus-agent-possibly-synchronize-flags as this should be called when the
12169         server is actually being opened.
12170         (gnus-agent-possibly-synchronize-flags)
12171         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12172         flags file of an agentized server to the latter function.
12173
12174         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12175         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12176         after a connection has been established successfully.
12177
12178 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * gnus-art.el (article-display-face): Force to display face if called
12181         interactively; check if gnus-article-x-face-too-ugly matches author.
12182         (article-display-x-face): Display face even if From header is missing
12183         as article-display-face does.
12184
12185 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12186
12187         * hashcash.el (message-narrow-to-headers-or-head)
12188         (message-fetch-field, message-goto-eoh)
12189         (message-narrow-to-headers): Declare as functions.
12190
12191 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * mail-source.el (mail-sources): Default to fetch from file for
12194         compatibility with default of nnmail-spool-file.
12195
12196 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12199         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12200         to look for encoded word that should be encoded again.
12201         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12202         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12203         encoding pattern.
12204         (rfc2047-decode-region): Switch strict regexp and loose one according
12205         to rfc2047-allow-irregular-q-encoded-words.
12206
12207 2007-11-25  Romain Francoise  <romain@orebokech.com>
12208
12209         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12210
12211 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * tls.el (tls-program): Provide more custom choices from
12214         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12215         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12216
12217 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12220         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12221
12222         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12223         `nnmail-spool-file'.
12224
12225         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12226         `nnmail-spool-file'.
12227
12228         * gnus-move.el (gnus-change-server): Ditto.
12229
12230         * gnus-kill.el (gnus-batch-score): Ditto.
12231
12232         * gnus-cache.el (gnus-jog-cache): Ditto.
12233
12234         * gnus-msg.el (gnus-summary-reply):
12235         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12236
12237 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12240         version.  Minor improvement to doc strings.
12241         (tls-program): Add comment.
12242
12243 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12244
12245         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12246         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12247         mismatch between the hostname provided in the certificate and the name
12248         of the host connnecting to.
12249         (open-tls-stream): Use them.  Check certificates against trusted root
12250         certificates.
12251
12252 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * gnus-cache.el (gnus-cache-generate-nov-databases):
12255         Use nnml-generate-nov-databases-directory instead of
12256         nnml-generate-nov-databases-1.
12257
12258 2007-11-24  Glenn Morris  <rgm@gnu.org>
12259
12260         * message.el (message-tool-bar-retro): Update for rename
12261         mail_send.xpm->mail-send.xpm.
12262
12263 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12266         `smime-ldap-search' for Emacs 22 and up.
12267
12268 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12269
12270         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12271
12272         * message.el (message-send-mail-function): Fix error convention.
12273         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12274         (message-widen-reply, message-send-mail, message-talkative-question)
12275         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12276         (message-clone-locals, message-send-news): Use with-current-buffer.
12277         (message-insert-or-toggle-importance): Remove unused var `valid'.
12278         (message-make-references): Remove unused var `new-references'.
12279         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12280
12281 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12282
12283         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12284         (spam-split-symbolic-return-positive): Reflow docstring.
12285         (spam-backends, spam-summary-exit-behavior)
12286         (spam-mark-ham-unread-before-move-from-spam-group)
12287         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12288         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12289         (spam-clear-cache, spam-backend-check, spam-install-backend)
12290         (spam-install-statistical-backend, spam-list-of-processors)
12291         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12292         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12293         (spam-check-crm114, spam-initialize, spam-unload-hook):
12294         Fix typos in docstrings.
12295
12296 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12299         been checked if they have never been read and those group levels are
12300         higher than the one that a user specified.
12301
12302 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12305         foreign groups unless a group level is specified by a user.
12306         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12307
12308 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * message.el (message-send-mail-function): Require sendmail.
12311
12312 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * message.el (message-send-mail-function): Check for smtpmail too.
12315
12316         * utf7.el (utf7-encode, utf7-decode): Use coding system
12317         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12318
12319         * message.el (message-send-mail-function): New function.
12320         (message-send-mail-function): Set default using
12321         message-send-mail-function.  Adjust doc string.
12322         (message-send-mail-with-mailclient): New function.
12323
12324 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12325
12326         * smime.el (from):
12327         * rfc2047.el (message-posting-charset):
12328         * qp.el (mm-use-ultra-safe-encoding):
12329         * pop3.el (parse-time-months):
12330         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12331         * nnml.el (files):
12332         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12333         (jka-compr-compression-info-list, ange-ftp-path-format)
12334         (efs-path-regexp):
12335         * nndiary.el (files):
12336         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12337         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12338         (epg-digest-algorithm-alist, inhibit-redisplay)
12339         (password-cache-expiry):
12340         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12341         (pgg-output-buffer, password-cache-expiry):
12342         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12343         (efs-path-regexp):
12344         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12345         (inhibit-redisplay):
12346         * mm-uu.el (file-name, start-point, end-point, entry)
12347         (gnus-newsgroup-name, gnus-newsgroup-charset):
12348         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12349         (latin-unity-ucs-list):
12350         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12351         (mm-uu-binhex-decode-function):
12352         * message.el (gnus-message-group-art, gnus-list-identifiers)
12353         (rmail-enable-mime-composing, gnus-local-organization)
12354         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12355         (gnus-read-active-file, facemenu-add-face-function)
12356         (facemenu-remove-face-function, gnus-article-decoded-p)
12357         (tool-bar-mode):
12358         * mail-source.el (display-time-mail-function):
12359         * gnus-util.el (nnmail-pathname-coding-system)
12360         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12361         (gnus-original-article-buffer, gnus-user-agent)
12362         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12363         (xemacs-codename, sxemacs-codename, emacs-program-version):
12364         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12365         * gnus-start.el (gnus-agent-covered-methods)
12366         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12367         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12368         (gnus-newsgroup-headers, gnus-group-list-mode)
12369         (gnus-group-mark-positions, gnus-newsgroup-data)
12370         (gnus-newsgroup-unreads, nnoo-state-alist)
12371         (gnus-current-select-method, mail-sources)
12372         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12373         (nnmail-spool-file, gnus-cache-active-hashtb):
12374         * gnus-mh.el (mh-lib-progs):
12375         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12376         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12377         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12378         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12379         (gnus-group-buffer):
12380         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12381         (font-lock-set-defaults):
12382         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12383         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12384         (gnus-summary-post-menu, total-parts, type, condition, length):
12385         * gnus-agent.el (gnus-agent-read-agentview):
12386         * flow-fill.el (show-trailing-whitespace):
12387         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12388         eval-and-compile wrappers for byte compiler pacifiers.
12389
12390         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12391         (mm-display-inline-fontify): Check for featurep 'xemacs not
12392         extent-list.
12393
12394         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12395         itimer-list.
12396         (mm-create-image-xemacs): Only do something for XEmacs.
12397         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12398
12399         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12400
12401         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12402         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12403
12404 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12405
12406         * nnimap.el (nnimap-split-download-body):
12407         * gnus-demon.el (gnus-demon):
12408         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12409
12410 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12413         New macros.
12414         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12415         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12416         copy data from unibyte buffer to multibyte current buffer.
12417         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12418         to copy data from unibyte current buffer to multibyte buffer.
12419         (nntp-make-process-buffer): Make process buffer unibyte.
12420
12421         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12422
12423 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12424
12425         * pop3.el (pop3-open-server): Accept and process data more robustly at
12426         connection start to avoid spurious "POP SSL connection failed" errors.
12427
12428 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12431         read group names.
12432
12433 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12436
12437 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12440         (nnmail-save-active): Use a unibyte buffer when saving active file,
12441         which may contain non-ASCII group names.
12442
12443         * nnml.el (nnml-request-group): Decode group names in messages.
12444
12445 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12446
12447         * message.el (message-citation-line-function)
12448         (message-insert-formatted-citation-line): Fix spelling of
12449         `message-insert-formated-citation-line'.
12450
12451 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12454
12455 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12458         nnmail-pathname-coding-system.
12459
12460         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12461         that a user enters; decode group names in messages.
12462
12463         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12464
12465 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12466
12467         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12468
12469         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12470
12471         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12472         risky local variable.
12473
12474         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12475
12476 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12477
12478         * encrypt.el: Improve documentation to fix function name typo.
12479         Reported by Daiki Ueno <ueno@unixuser.org>.
12480
12481 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12484         even if the point is not in the last page of an article.
12485         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12486         back to the previous page.
12487
12488 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12491
12492 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12495
12496 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12497
12498         * message.el (message-check-news-body-syntax):
12499         Avoid mm-string-as-multibyte.
12500         (message-hide-headers): Don't assume (point-min)==1.
12501
12502 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * message.el (message-remove-blank-cited-lines): Fix if remove is
12505         given.
12506         (message-bogus-address-regexp): New variable.
12507         (message-bogus-recipient-p): New function.
12508         (message-check-recipients): New command.
12509         (message-syntax-checks): Add `bogus-recipient'.
12510         (message-fix-before-sending): Add `bogus-recipient'.
12511
12512         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12513         (gnus-treat-body-boundary): Don't test window-system.
12514
12515 2007-10-28  Leo  <sdl.web@gmail.com>
12516
12517         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12518
12519 2007-10-28  Miles Bader  <miles@gnu.org>
12520
12521         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12522         at compile-time too.
12523
12524 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * gnus-msg.el (gnus-message-setup-hook):
12527         Add `message-remove-blank-cited-lines' to options.
12528
12529 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * message.el (message-remove-blank-cited-lines): New function.
12532         Suggested by Karl Plästerer.
12533
12534 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12537         mapc.
12538
12539         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12540         (top-level): Use mapc to set functions to be traced for debugging.
12541
12542         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12543         called for effect with while loop.
12544
12545         * message.el (message-talkative-question): Replace mapcar called for
12546         effect with mapc.
12547
12548         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12549         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12550         called for effect with dolist.
12551
12552         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12553
12554         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12555         gnus-extra-headers and nnmail-extra-headers.
12556
12557         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12558         called for effect with dolist.
12559         (top-level): Use mapc to set functions to be traced for debugging.
12560
12561         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12562         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12563         dolist.
12564
12565         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12566         Replace mapcar called for effect with mapc.
12567         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12568         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12569         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12570         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12571
12572         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12573         remove-if that's a cl function.
12574
12575         * webmail.el (webmail-debug): Replace mapcar called for effect with
12576         dolist.
12577
12578         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
12579         with mapc.
12580
12581 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12584         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12585         with while loop.
12586
12587         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12588         functions from article-* functions.
12589         (gnus-multi-decode-header): Replace mapcar called for effect with
12590         dolist.
12591
12592         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12593         (gnus-bookmark-show-details): Replace mapcar called for effect with
12594         while loop.
12595
12596         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12597         called for effect with while loop.
12598
12599         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12600         with dolist.
12601
12602         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12603         Replace mapcar called for effect with dolist.
12604
12605         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12606
12607         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12608         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12609         Replace mapcar called for effect with dolist.
12610         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12611         mapc.
12612
12613         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12614         Replace mapcar called for effect with dolist.
12615         (gnus-topic-list): Replace mapcar called for effect with mapc.
12616
12617         * gnus.el: Use mapc instead of mapcar to add autoloads.
12618
12619 2007-10-23  Richard Stallman  <rms@gnu.org>
12620
12621         * gnus-group.el (gnus-group-highlight): Mark as risky.
12622
12623 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * gnus.el (gnus-server-to-method): Return method found first in
12626         gnus-newsrc-alist.
12627
12628         * gnus-art.el (gnus-article-highlight-signature)
12629         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12630         button overlay without the front stickiness.
12631
12632 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
12633
12634         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12635         overview buffer needed a catch to receive its throw.
12636         (gnus-agent-flush-cache): Declare as interactive to make this function
12637         easier to use.
12638
12639 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12642         `next-line'.
12643
12644 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12647         exclude address matching message-dont-reply-to-names.
12648
12649 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-util.el (gnus-string<): New function.
12652
12653         * gnus-sum.el (gnus-article-sort-by-author)
12654         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12655
12656 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12659         the frame-focus tag is set in gnus-buffer-configuration.
12660
12661 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-art.el (gnus-article-add-button): Make a button overlay without
12664         the front stickiness.
12665
12666 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12669         url pattern; remove duplicate one.
12670         (gnus-article-extend-url-button): New function.
12671         (gnus-article-add-buttons): Use it.
12672         (gnus-button-push): Use concatenated url that it makes.
12673
12674 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12675
12676         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12677
12678 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12679
12680         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12681         Don't hardcode point-min==1.
12682
12683 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12684
12685         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12686         Fix comment about "iso8859-1".
12687
12688 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12689
12690         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12691         ones returned from the verify-function.
12692
12693         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12694         Call mml2015-extract-cleartext-signature if extraction failed.
12695
12696 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12697
12698         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12699         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12700         failed.
12701
12702 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12703
12704         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12705
12706 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12709         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12710         recommends to use EasyPG instead of PGG.
12711
12712         * pgg.el: Revert to revision 6.23.2.16.
12713
12714         * pgg-def.el: Revert to revision 6.6.2.14.
12715
12716         * pgg-gpg.el: Revert to revision 6.23.2.34.
12717
12718 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12719
12720         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12721         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12722         thread for both the null and zero (kill/expire thread) universal prefix
12723         cases.
12724         (gnus-summary-expire-thread): Add new function to expire a thread,
12725         using gnus-summary-kill-thread.
12726         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12727         shortcuts for gnus-summary-expire-thread.
12728         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12729         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12730
12731 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12732
12733         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12734         extras value, so an extras entry can be deleted.
12735         (gnus-registry-delete-extra-entry): Use it.
12736         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12737         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12738         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12739         storage through the gnus-registry, and provide an appropriate API for
12740         it.
12741
12742 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12745         Suggested by Leo <sdl.web@gmail.com>.
12746
12747         * gnus.el: Do.
12748
12749 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12752         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12753
12754         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12755
12756         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12757         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12758
12759 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12762         newline.
12763         (nnmbox-request-accept-article): Don't change article in source buffer;
12764         narrow to header to use message-fetch-field rather than
12765         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12766         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12767         as delimiters; make sure article ends with newline.
12768         (nnmbox-delete-mail): Correct last position of article to be deleted;
12769         ignore X-Gnus-Newsgroup header in article body.
12770         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12771         positions; make sure article ends with newline.
12772
12773         * message.el (message-display-abbrev): Don't infloop when a user
12774         inserts SPC in the beginning of header.
12775
12776         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12777         coding-system-for-read and coding-system-for-write for XEmacs having no
12778         file-coding feature.
12779
12780         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12781
12782 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12783
12784         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12785         list of groups not followed by default.  Fix type to be regexp.
12786         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12787
12788 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12789
12790         * hmac-def.el (define-hmac-function): Switch from old-style to
12791         new-style backquotes.
12792
12793         * md4.el (md4-make-step): Likewise.
12794
12795 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12798         raw-text coding system when saving .newsrc file, which may contain
12799         non-ASCII group names.
12800
12801 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-cus.el (gnus-score-extra): New widget.
12804         (gnus-score-extra-convert): New function.
12805         (gnus-score-customize): Use it for Extra.
12806
12807 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12808
12809         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12810         (mml2015-mailcrypt-clear-verify): Use it.
12811         (mml2015-gpg-clear-verify): Use it.
12812         (mml2015-pgg-clear-verify): Use it.
12813         (mml2015-epg-clear-verify): Replace the current part with the output
12814         from GnuPG; don't extract the plaintext by itself.
12815
12816         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12817         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12818         mml2015-clear-verify-function; don't touch the armor headers or
12819         dash-escaped text here.
12820
12821 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12824         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12825         parts, or application/octet-stream as a last resort.
12826         (gnus-mime-view-part-as-type): Don't toggle display.
12827         (gnus-mime-view-part-as-charset): Don't turn off display before
12828         querying charset.
12829
12830         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12831         stuff to undisplayer function in Emacs.
12832         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12833
12834         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12835         text/calendar parts.
12836
12837 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12840         decoding text/calendar parts.
12841
12842         * message.el (message-forward-make-body-mime): Always mark body as
12843         having no illegible text; remove signed-or-encrypted argument.
12844         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12845
12846         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12847         (mml-generate-mime-1): Don't encode body if it is specified to be in
12848         raw form; don't make buffer be unibyte when inserting multibyte string.
12849
12850 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12851
12852         * sha1.el: Fix up comment style.
12853         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12854         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12855
12856         * hex-util.el: Fix up comment style.
12857         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12858
12859         * gnus-salt.el: Use with-current-buffer.
12860         (gnus-pick-setup-message): Fix long-standing typo.
12861
12862 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * imap.el (imap-logout-timeout): New variable.
12865         (imap-logout, imap-logout-wait): New functions.
12866         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12867
12868         * nnimap.el (nnimap-logout-timeout): New server variable.
12869         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12870         nnimap-logout-timeout.
12871
12872         * gnus-art.el (gnus-article-summary-command-nosave)
12873         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12874
12875 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus.el (gnus-maximum-newsgroup): New variable.
12878
12879         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12880         according to gnus-maximum-newsgroup.
12881
12882         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12883         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12884         Limit the range of articles according to gnus-maximum-newsgroup.
12885
12886 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12887
12888         * gnus-art.el (gnus-sticky-article): Fix problems described in
12889         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12890         Don't perform gnus-configure-windows here; reuse existing sticky
12891         article buffer.
12892
12893         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12894         it doesn't exist in gnus-article-mode.
12895
12896 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12899         (gnus-agent-decoded-group-name): New function.
12900         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12901         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12902
12903 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12904
12905         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12906         Add binding for gnus-sticky-article.
12907         (gnus-summary-exit): Don't kill sticky article buffers.
12908
12909         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12910         article buffer.
12911         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12912         (gnus-kill-sticky-article-buffers): New commands.
12913
12914 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * nntp.el (nntp-xref-number-is-evil): New server variable.
12917         (nntp-find-group-and-number): If it is non-nil, don't trust article
12918         numbers in the Xref header.
12919
12920 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * gnus-agent.el (gnus-agent-read-group): New function.
12923         (gnus-agent-flush-group, gnus-agent-expire-group)
12924         (gnus-agent-regenerate-group): Use it.
12925         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12926         nnmail-pathname-coding-system.
12927
12928 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12931
12932         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12933         that are unread as unread, and also as selected so that information of
12934         marks having been changed by a user may be updated when exiting group.
12935
12936 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12937
12938         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12939
12940 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12943         calculated ignoring signature parts to gnus-treat-article.
12944
12945 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12948         a point here in order to keep the window start.
12949         (gnus-insert-mime-security-button): Make a button overlay without the
12950         front stickiness.
12951         (gnus-mime-display-security): Goto the end of a button.
12952
12953         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12954
12955 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12958         group-name-at-point.
12959         (gnus-group-completing-read): New function that offers decoded
12960         non-ASCII group names for completion.
12961         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12962         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12963         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12964         (gnus-group-fetch-control): Use it.
12965         (gnus-fetch-group): Use group-name-at-point for the initial value
12966         rather than the default value; use gnus-alive-p.
12967
12968         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12969         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12970         (gnus-summary-post-news): Use gnus-group-completing-read.
12971
12972         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12973         (gnus-read-move-group-name): Decode group name for completion.
12974
12975 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12976
12977         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12978         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12979         Yamaoka slightly modified the code).
12980
12981 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12984         (nnmail-split-incoming): Bind it.
12985
12986         * nnml.el (nnml-group-name-charset): New function.
12987         (nnml-decoded-group-name): Use it; don't decode group name if
12988         nnmail-group-names-not-encoded-p is non-nil.
12989         (nnml-encoded-group-name): New function.
12990         (nnml-group-pathname): Inline nnml-decoded-group-name.
12991         (nnml-request-expire-articles): Decode group name in message.
12992         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12993         nnmail-pathname-coding-system.
12994         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12995         not decoded ones according to nnmail-group-names-not-encoded-p.
12996         (nnml-generate-active-info): Use nnml-encoded-group-name.
12997
12998 2007-08-08  Glenn Morris  <rgm@gnu.org>
12999
13000         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13001         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13002         doc-strings and comments.
13003
13004 2007-07-25  Glenn Morris  <rgm@gnu.org>
13005
13006         * Relicense all FSF files to GPLv3 or later.
13007
13008 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * gnus-sum.el (gnus-summary-move-article):
13011         Make gnus-summary-respool-article work.
13012
13013 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13016         string.
13017
13018 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13019
13020         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13021         that should be ignored when comparing distant RSS articles with local
13022         ones.
13023         (nnrss-make-hash-index): New function.  Create a hash index according
13024         to the ignored fields.
13025         (nnrss-check-group): Use it.
13026
13027 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13030
13031         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13032
13033         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13034         the new optional argument ENCODED is non-nil.
13035         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13036         coding system for encoding group name.
13037         (gnus-group-make-rss-group): Pass un-encoded group name to
13038         gnus-group-make-group.
13039         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13040         encoded.
13041
13042         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13043         Encode group name to which articles are moved or copied.
13044         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13045         coding system for encoding Newsgroup, Followup-To and Xref headers.
13046
13047         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13048         marks; use nnheader-file-coding-system to write a file.
13049         (nnagent-retrieve-headers): Bind file-name-coding-system to
13050         nnmail-pathname-coding-system.
13051
13052         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13053
13054         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13055         (nnml-request-article, nnml-request-create-group)
13056         (nnml-request-rename-group, nnml-find-id)
13057         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13058         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13059         (nnml-save-marks): Use nnml-group-pathname instead of
13060         nnmail-group-pathname.
13061
13062         (nnml-request-create-group, nnml-request-expire-articles)
13063         (nnml-request-move-article, nnml-request-delete-group)
13064         (nnml-deletable-article-p, nnml-possibly-create-directory)
13065         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13066         (nnml-open-marks): Bind file-name-coding-system to
13067         nnmail-pathname-coding-system.
13068
13069         (nnml-request-article): Pass server argument to nnml-find-group-number.
13070         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13071         Pass server argument to nnml-possibly-create-directory.
13072         (nnml-request-accept-article): Pass server argument to
13073         nnml-active-number and nnml-save-mail.
13074         (nnml-find-group-number): Pass server argument to nnml-find-id.
13075         (nnml-request-update-info): Pass server argument to
13076         nnml-marks-changed-p.
13077
13078         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13079         (nnml-save-mail, nnml-active-number): Add server argument.
13080
13081         (nnml-request-delete-group): Warn if group is missing.
13082         (nnml-get-nov-buffer): Decode group name.
13083         (nnml-generate-active-info): Encode group name.
13084         (nnml-open-marks): Decode group name in messages.
13085
13086 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13089         if it is not specified.
13090         (gnus-article-pipe-part, gnus-article-save-part)
13091         (gnus-article-interactively-view-part, gnus-article-copy-part)
13092         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13093         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13094         (gnus-article-replace-part, gnus-article-delete-part)
13095         (gnus-article-view-part-as-type): Pass raw prefix argument to
13096         gnus-article-part-wrapper.
13097
13098 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * gnus-agent.el (gnus-agent-save-active):
13101         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13102
13103         * gnus-cache.el (gnus-cache-save-buffers)
13104         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13105         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13106         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13107         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13108         (gnus-cache-generate-active, gnus-cache-rename-group)
13109         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13110         (gnus-cache-update-overview-total-fetched-for):
13111         Bind file-name-coding-system to nnmail-pathname-coding-system.
13112         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13113         New variables.
13114         (gnus-cache-decoded-group-name): New function.
13115         (gnus-cache-file-name): Use it.
13116         (gnus-cache-generate-active): Use non-decoded group name for active.
13117
13118         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13119         right place.
13120         (gnus-write-active-file): Don't break non-ASCII group names.
13121
13122         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13123         nnmail-pathname-coding-system.
13124
13125         * lpath.el: Bind default-file-name-coding-system,
13126         file-name-coding-system and language-info-alist for XEmacs.
13127
13128         * gnus-uu.el (gnus-uu-decode-save): Typo.
13129
13130 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13133
13134 2007-07-14  David Kastrup  <dak@gnu.org>
13135
13136         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13137         finishing actions if we did not edit the article.
13138
13139 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13142         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13143         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13144         (gnus-agent-flush-group, gnus-agent-flush-cache)
13145         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13146         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13147         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13148         (gnus-agent-regenerate-group)
13149         (gnus-agent-update-files-total-fetched-for)
13150         (gnus-agent-update-view-total-fetched-for):
13151         Bind file-name-coding-system to nnmail-pathname-coding-system.
13152         (gnus-agent-group-pathname): Don't encode file names by
13153         nnmail-pathname-coding-system.
13154         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13155         coding-system-for-write instead of buffer-file-coding-system to
13156         gnus-agent-file-coding-system.
13157
13158         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13159         Decode group name.
13160
13161         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13162
13163         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13164         (gnus-read-newsrc-el-file): Make group names unibyte.
13165
13166         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13167         nnmail-pathname-coding-system.
13168
13169         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13170         (nnrss-request-delete-group): Bind file-name-coding-system to
13171         nnmail-pathname-coding-system.
13172         (nnrss-read-server-data, nnrss-read-group-data):
13173         Bind file-name-coding-system correctly.
13174         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13175
13176         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13177         (nntp-server-to-method-cache): New variable.
13178         (nntp-group-pathname): New function that decodes non-ASCII group names.
13179         (nntp-possibly-create-directory, nntp-marks-changed-p)
13180         (nntp-save-marks, nntp-open-marks): Use it.
13181         (nntp-possibly-create-directory, nntp-open-marks):
13182         Bind file-name-coding-system to nnmail-pathname-coding-system.
13183         (nntp-open-marks): Decode group names when bootstrapping marks.
13184
13185         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13186         Newsgroups and Followup-To headers.
13187
13188 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13191         (gnus-server-closed-face, gnus-server-denied-face)
13192         (gnus-server-offline-face): Remove variable.
13193         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13194
13195         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13196         of modifying message-stack directly for XEmacs.
13197
13198         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13199         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13200         if the coding-system argument is nil for XEmacs.
13201
13202         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13203         mm-charset-override-alist.
13204
13205         * rfc2047.el: Don't require base64; require rfc2045 for the function
13206         rfc2045-encode-string.
13207         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13208         to quote the parameter value.
13209
13210 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13213         form in gnus-group-name-charset-method-alist.
13214
13215         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13216         overrides the default layout edit-form.
13217
13218         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13219
13220         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13221
13222 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13225         as unfetched articles.
13226
13227 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13230
13231 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13234         original back end that keeps marks in the local system.
13235
13236 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13239         arg of pop-to-buffer for XEmacs.
13240         (gnus-article-read-summary-keys): Ditto; don't restore window
13241         configuration if summary command ends up with neither article buffer
13242         nor summary buffer; describe bindings if summary keys end with C-h.
13243
13244 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * message.el (message-fix-before-sending): Skip raw message part to be
13247         forwarded while checking illegible text.
13248         (message-forward-make-body-mime, message-forward-make-body):
13249         Mark signed or encrypted raw message as having no illegible text.
13250
13251 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13254         (gnus-message-with-timestamp-1): New macro.
13255         (gnus-message-with-timestamp): New function.
13256         (gnus-message): Use them.
13257
13258         * nnheader.el (nnheader-message): Use them.
13259
13260 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13263         .newsrc.eld file.
13264
13265 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * gnus-agent.el (gnus-agent-fetch-headers)
13268         (gnus-agent-retrieve-headers):
13269         Bind gnus-decode-encoded-address-function to identity.
13270
13271         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13272         available also when the server returns simply a dot.
13273
13274         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13275
13276 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13279
13280 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-ems.el (gnus-x-splash): Make it work.
13283
13284         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13285         from being used.
13286
13287         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13288
13289 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13292         4th and the 5th arguments.
13293
13294         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13295         the front stickiness.
13296         (gnus-article-summary-command-nosave): Correct the order of the
13297         arguments passed to pop-to-buffer.
13298         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13299         summary command ends up with the article buffer.
13300
13301         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13302         the same faces.
13303
13304 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13305
13306         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13307
13308 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13309
13310         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13311         * gnus-sum.el (gnus-summary-highlight):
13312         * pgg.el (pgg-sign-region, pgg-sign):
13313         * mail-source.el (mail-source-delete-old-incoming-confirm):
13314         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13315
13316 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * gnus-art.el (gnus-mime-view-part-externally)
13319         (gnus-mime-view-part-internally): Fix predicate function passed to
13320         completing-read.
13321
13322         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13323
13324         * gnus.el (gnus-update-message-archive-method): Add :version.
13325
13326 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus.el (gnus-update-message-archive-method): New variable.
13329
13330         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13331         according to gnus-message-archive-method if
13332         gnus-update-message-archive-method is non-nil.
13333
13334 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13337         Suggested by Loic Dachary <loic@dachary.org>.
13338         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13339
13340 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * message.el (message-pop-to-buffer): Add switch-function argument.
13343         (message-mail): Pass switch-function argument to it.
13344
13345 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13348         Improve doc string.
13349
13350 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13353         (gnus-header-content):
13354         * gnus-cite.el (gnus-cite-10):
13355         * gnus-srvr.el (gnus-server-closed):
13356         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13357         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13358         (gnus-group-mail-3-empty, gnus-group-mail-low)
13359         (gnus-group-mail-low-empty, gnus-splash):
13360         * message.el (message-header-to, message-header-cc)
13361         (message-header-subject, message-header-other, message-header-name)
13362         (message-header-xheader, message-separator, message-cited-text)
13363         (message-mml): Lighten colors of faces used for dark background.
13364
13365 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13366
13367         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13368         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13369
13370 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * message.el (message-narrow-to-headers-or-head):
13373         Ignore mail-header-separator in the body.
13374
13375 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13378         same as window size.
13379
13380 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13381
13382         * message.el (message-font-lock-keywords): Use message-header-xheader
13383         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13384         ahead of the anything pattern, to get it recognized.
13385
13386 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13389         spam.el loads uses it in the compiled defadvice form.
13390
13391 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13392
13393         * gnus-sum.el (gnus-articles-to-read)
13394         (gnus-summary-insert-old-articles): Don't truncate group name for
13395         `read-string'.
13396
13397         * gnus-util.el (gnus-limit-string): Delete this function.
13398
13399         * gnus-sum.el (gnus-simplify-subject-fully):
13400         Use `truncate-string-to-width' instead.
13401
13402 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13403
13404         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13405         Tell if, on summary exit, the next group has to be selected.
13406         (gnus-summary-exit): Use it.
13407
13408 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13411         non-break space.
13412
13413 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13416         Check if group is not a directory.
13417         (nnfolder-request-expire-articles): Don't delete articles if the target
13418         group is not available.
13419
13420         * nnml.el (nnml-request-create-group): Properly check if group is not a
13421         file.
13422         (nnml-request-expire-articles): Don't delete articles if the target
13423         group is not available.
13424
13425         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13426         Don't quote characters that are within parentheses.
13427
13428 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13431         (gnus-handle-ephemeral-exit): Select article according to it.
13432
13433 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * message.el (message-insert-formated-citation-line): Remove newline.
13436         (message-citation-line-format): Add final \n here so that the user can
13437         avoid a blank line.
13438
13439 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13440
13441         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13442         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13443         Update lanl/arXiv support.
13444
13445 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gnus.el: Bump version number.
13448
13449 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13450
13451         * gnus.el (gnus-version-number): Bump version.
13452
13453 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13454
13455         * gnus.el: No Gnus v0.6 is released.
13456
13457 2007-04-27  Didier Verna  <didier@xemacs.org>
13458
13459         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13460         * gmm-utils.el (gmm-regexp-concat): ... here.
13461         * message.el: Don't require 'gnus-util.
13462         (message-dont-reply-to-names): Handle name change above.
13463         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13464
13465 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13468         since the initial value varies according to the system.
13469
13470 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13473
13474 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13475
13476         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13477
13478 2007-04-24  Didier Verna  <didier@xemacs.org>
13479
13480         Improve the type of gnus-ignored-from-addresses.
13481         * gnus-util.el (gnus-orify-regexp): New function.
13482         * message.el (gnus-util): Require it.
13483         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13484         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13485         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13486
13487 2007-04-24  Didier Verna  <didier@xemacs.org>
13488
13489         * gnus-sum.el:
13490         * gnus-utils.el: Fix some trailing whitespaces.
13491
13492 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13495         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13496         article's Message-ID; refer parent article in summary buffer.
13497
13498         * message.el (message-bounce): Call mime-to-mml.
13499
13500         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
13501         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
13502         optimize and/or forms properly.
13503
13504 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
13507         URL.
13508
13509 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13512
13513 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13516         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13517         displayed of multipart/alternative part if it is invoked from summary
13518         buffer.
13519
13520         * mm-view.el (mm-inline-text-html-render-with-w3m)
13521         (mm-inline-text-html-render-with-w3m-standalone)
13522         (mm-inline-render-with-function): Use mail-parse-charset by default.
13523
13524 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13525
13526         * parse-time.el (parse-time-string-chars): Check if CHAR
13527         is less than the length of parse-time-syntax.
13528
13529 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13532         from gnus-newsgroup-processable.
13533
13534 2007-04-16  Didier Verna  <didier@xemacs.org>
13535
13536         * gnus-msg.el (gnus-configure-posting-styles):
13537         Handle message-signature-directory properly with :file syntax.
13538         Reported by "Leo".
13539
13540 2007-04-11  Didier Verna  <didier@xemacs.org>
13541
13542         New user option: message-signature-directory.
13543         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13544         * message.el (message-insert-signature): Ditto.
13545         * message.el (message-signature-file): Doc update.
13546         * message.el (message-signature-directory): New.
13547
13548 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-msg.el (gnus-inews-yank-articles):
13551         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13552
13553 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * message.el (message-yank-original): Make sure cited text ends with
13556         newline; don't exchange point and mark.
13557
13558 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13559
13560         * tls.el (open-tls-stream): Properly handle case where there
13561         is no associated buffer.
13562
13563 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13564
13565         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13566         message-yank-original, make sure (< mark TEXT point).
13567
13568 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13569
13570         * message.el (message-fill-column): New variable.
13571         (message-mode): Use it.  Add comment on a possible new hook.
13572
13573         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13574         (nnmail-get-new-mail): Reformat.
13575
13576         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13577
13578         * gmm-utils.el: Fix Commentary.
13579         (gmm-tool-bar-from-list): Fix typo in doc string.
13580
13581 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13582
13583         * message.el (message-yank-original): Don't switch point and mark
13584         unnecessarily to put point and mark as documented.
13585
13586 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13587
13588         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13589         from the message heads.
13590
13591 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13592
13593         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13594         article buffer does not have a window.  This may not be the best
13595         solution but is certainly better than setting the start of the null,
13596         that is the current, window.
13597
13598 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13601         (gnus-draft-setup): Run it.
13602
13603         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13604         gnus-score-fast-scoring.  Allow regexp.
13605         (gnus-score-headers): Use it.
13606
13607         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13608         XEmacs.
13609
13610         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13611         string.
13612         (gnus-button-alist): Also catch `<f1> k ...'.
13613         (gnus-treat-display-x-face): Fix doc string.
13614
13615 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13616
13617         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13618         evaluation of gnus-extended-version to ensure correct generation of the
13619         User-Agent header when message-generate-headers-first is used.
13620
13621 2007-03-24  Simon Josefsson  <simon@josefsson.org>
13622
13623         * hashcash.el (hashcash-generate-payment-async): Don't crash if
13624         hashcash-path is nil.  Don't call callback with incorrect number of
13625         parameters if val is 0.
13626
13627 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13628
13629         * message.el (message-required-news-headers):
13630         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13631
13632 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
13633
13634         * tls.el (open-tls-stream): In handshake-waiting loop,
13635         don't wait more if there is output available to process.
13636
13637 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
13638
13639         * tls.el (tls-program): Doc fix.
13640
13641 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * message.el (message-generate-new-buffers): Change the meaning of the
13644         nil value; add `standard' to the choices; treat t as `unique'; improve
13645         doc string.
13646         (gnus-select-frame-set-input-focus): Autoload.
13647         (message-buffer-name): Search for the existing message buffer if
13648         message-generate-new-buffers is nil or `standard'; treat the value t of
13649         message-generate-new-buffers as `unique'.
13650         (message-pop-to-buffer): Raise the frame already displaying the message
13651         buffer; clear the echo area after querying.
13652         (message-setup): Pass the `continue' argument to compose-mail.
13653         (message-mail): Prefer `switch-function' if it is given; search for the
13654         existing message buffer if the `continue' argument is non-nil; pass
13655         continue and switch-function arguments to compose-mail by way of
13656         message-setup.
13657         (message-mail-other-window): Adjust argument of message-setup.
13658         (message-mail-other-frame): Ditto.
13659
13660 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13663         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13664         to turn font-lock on when turning gnus-message-citation-mode on.
13665
13666 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
13667
13668         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13669         (mml-smime-function-alist): New variable; add epg as the backend.
13670         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13671         mml-smime- functions instead.
13672         * mm-view.el: Require smime.
13673
13674 2007-03-05  Didier Verna  <didier@xemacs.org>
13675
13676         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13677         instead of just inheritance for posting styles.
13678         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13679
13680 2007-02-24  Chris Moore  <dooglus@gmail.com>
13681
13682         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
13683         * pgg-pgp.el (pgg-pgp-encrypt-region):
13684         * pgg-gpg.el (pgg-gpg-encrypt-region):
13685         Check pgg-encrypt-for-me if no other recipients.
13686
13687 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13688
13689         * tls.el (tls-certtool-program): Fix custom type.
13690
13691 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13694         and point-at-eol instead of line-(beginning|end)-position.
13695
13696         * assistant.el (assistant-parse-buffer): Ditto.
13697
13698         * netrc.el (netrc-parse-services): Ditto.
13699
13700 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13701
13702         * mml2015.el (mml2015-epg-find-usable-key): New function.
13703         (mml2015-epg-sign): Use it.
13704         (mml2015-epg-encrypt): Use it.
13705
13706 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * message.el (message-make-in-reply-to): Quote name containing
13709         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13710         if there are special characters.  Reported by NAKAJI Hiroyuki
13711         <nakaji@jp.freebsd.org>.
13712
13713 2007-02-27  Didier Verna  <didier@xemacs.org>
13714
13715         Include the group parameters as well as the topic ones in the
13716         inheritance filter process.
13717         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13718         argument GROUP-PARAMS-LIST.
13719         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13720
13721 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * nntp.el (nntp-never-echoes-commands)
13724         (nntp-open-connection-functions-never-echo-commands): New variables.
13725         (nntp-send-command): Use them.
13726
13727 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13728
13729         * mml2015.el (mml2015-epg-verify): Simplify.
13730
13731 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * mml.el (mml-content-disposition-alist): New user option.
13734         (mml-content-disposition): New function.
13735         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13736         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13737
13738 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13739
13740         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13741         verification.
13742
13743 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13744
13745         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13746         articles posted in the last 24 hours.
13747
13748 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13749
13750         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13751
13752 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
13753
13754         * nntp.el (nntp-send-command): Don't wait for echoes when
13755         nntp-open-ssl-stream is used.
13756
13757 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13760         (gnus-message-add-citation-keywords)
13761         (gnus-message-remove-citation-keywords): Remove.
13762         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13763         directly, make the variables in font-lock-defaults buffer-local, add
13764         gnus-message-citation-keywords to them and then update the value of
13765         font-lock-keywords.
13766
13767 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * message.el (message-cite-original-1): Don't call
13770         gnus-article-highlight-citation.
13771
13772         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13773         citations; fix line count.
13774
13775 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13778         (gnus-message-add-citation-keywords)
13779         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13780         versions of font-lock-add-keywords and font-lock-remove-keywords to
13781         work with XEmacs correctly.
13782
13783 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-cite.el (gnus-cite-face-list): Set the values of
13786         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13787         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13788         (gnus-message-cite-prefix-regexp): New variable.
13789         (gnus-message-search-citation-line): Use it; protect against long
13790         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13791         the 0th match data for Emacs.
13792         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13793         (gnus-message-add-citation-keywords): Append keywords rather than
13794         prepending; emulate font-lock-add-keywords if it is not available.
13795         (gnus-message-remove-citation-keywords):
13796         Emulate font-lock-remove-keywords if it is not available.
13797
13798         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13799
13800         * message.el (message-cite-prefix-regexp): Set the value of
13801         gnus-message-cite-prefix-regexp.
13802
13803 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13804
13805         * nnweb.el (nnweb-google-parse-1): Update parser.
13806
13807 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13808
13809         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13810
13811 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13812
13813         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13814         regexp.
13815
13816 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13819         string-to-multibyte.
13820         (uudecode-decode-region-internal): Use it.
13821
13822         * lpath.el: Fbind string-as-multibyte for XEmacs.
13823
13824 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13825
13826         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13827         Fix custom choice.
13828
13829         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13830
13831 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13832
13833         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13834
13835         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13836         `write-region' to respect `mm-inhibit-file-name-handlers'.
13837
13838 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13839
13840         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13841         Use gnus-home-directory instead of "~/" or "$HOME".
13842
13843 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13844
13845         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13846         to mention filename.
13847         Add comments at beginning regarding usage.
13848         (encrypt-write-file-contents): Change interactive so a string is
13849         acceptable.  If the file has no associated model, show an error instead
13850         of a nonsense prompt.
13851
13852 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13853
13854         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13855         Thanks to Yoshihiko Yamada for kind notification of this typo.
13856
13857 2007-01-12  Kenichi Handa  <handa@m17n.org>
13858
13859         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13860         multibyte buffer.
13861
13862 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13863
13864         * gnus-score.el (gnus-score-fast-scoring): New variable.
13865         (gnus-score-headers): Use it.
13866
13867         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13868
13869         * message.el (message-cite-original-1):
13870         Call gnus-article-highlight-citation if requested.
13871         (message-make-from): Allow name and address as optional arguments.
13872
13873         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13874
13875         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13876         bugs to doc string.
13877         (gnus-button-alist): Add mid\\|message-id.
13878         (gnus-button-fetch-group): Extend for use in
13879         `browse-url-browser-function'.
13880         (gnus-button-url-regexp): Try to catch paired parentheses like in
13881         Wikipedia URLs.
13882
13883         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13884         Suggested by Simon Krahnke <overlord@gmx.li>.
13885
13886 2007-01-13  Romain Francoise  <romain@orebokech.com>
13887
13888         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13889         Update copyright.
13890
13891 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13892
13893         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13894
13895 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13896
13897         * gnus-registry.el (gnus-registry-unfollowed-groups)
13898         (gnus-registry-split-fancy-with-parent): Fix documentation.
13899
13900 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13901
13902         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13903         from nnweb groups.
13904
13905 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906
13907         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13908         Xref urls.  Erase buffer before requesting head.
13909
13910         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13911
13912 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13915         customizable.
13916
13917 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13918
13919         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13920         no signing key is found.
13921         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13922         no encrypting and/or signing key is found.
13923
13924 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13925
13926         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13927
13928 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13929
13930         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13931         headers read from disk with the ones newly found in the current search.
13932         This should no longer cause problems, because the article numbers in
13933         Gmane's `nov.php' output are ignored since the previous change.
13934
13935 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13936
13937         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13938
13939 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13942         replace-regexp-in-string; bind url-version; fbind display-images-p and
13943         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13944         find-face and set-itimer-function for Emacs; bind itimer-list for
13945         Emacs.
13946
13947         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13948
13949 2007-01-01  Romain Francoise  <romain@orebokech.com>
13950
13951         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13952
13953 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13954
13955         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13956         `define-minor-mode' macro definition expanded properly.
13957         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13958         exclude it there.
13959
13960         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13961         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13962         `fboundp' test.
13963         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13964         This is OK to autoload in (S)XEmacs now.
13965
13966 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13967
13968         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13969         keystroke.
13970         (gnus-summary-limit-to-singletons): Fix typo.
13971
13972         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13973         else fails.
13974
13975 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13976
13977         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13978         docstring.
13979
13980         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13981         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13982         (gnus-summary-insert-dormant-articles): Fix typo in message.
13983
13984 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13987         nil for XEmacs.
13988         (gnus-message-citation-mode): Don't autoload in XEmacs.
13989
13990         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13991
13992 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13993
13994         * nnimap.el (nnimap-expunge-search-string):
13995         Mention nnimap-search-uids-not-since-is-evil in docstring.
13996
13997 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * spam.el: Revert to make-obsolete-variable because
14000         define-obsolete-variable-alias is not supported in Emacs 21.
14001
14002         * spam.el (spam-ifile-path, spam-ifile-database-path)
14003         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14004         make-obsolete-variable.
14005         (spam-bsfilter-path, spam-bsfilter-program)
14006         (spam-spamassassin-path, spam-spamassassin-program)
14007         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14008         Don't use "path" inappropriately.
14009         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14010         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14011         variable names.
14012
14013 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14014
14015         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14016         summary buffer.
14017
14018         * password.el (password-cache-remove): Use clear-string to burn
14019         password, if available.
14020
14021 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14022
14023         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14024
14025         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14026
14027         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14028         (gnus-message-highlight-citation): Move defcustom here from
14029         gnus-cite.el.
14030         (gnus-message-citation-mode): Autoload.
14031
14032         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14033         checks to make it compile with XEmacs.
14034         (gnus-message-citation-mode): New minor mode.
14035         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14036         (gnus-message-highlight-citation): New variables.
14037         (gnus-message-search-citation-line)
14038         (gnus-message-add-citation-keywords)
14039         (gnus-message-remove-citation-keywords)
14040         (turn-on-gnus-message-citation-mode)
14041         (turn-off-gnus-message-citation-mode): New functions.
14042
14043 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14044
14045         * gnus-cite.el: Enable highlighting of different citation levels in
14046         message-mode.
14047
14048 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14049
14050         * message.el (message-make-fqdn): Fix comment.
14051         (message-bogus-system-names): Add ".local".
14052
14053         * spam.el (spam-ifile-path, spam-ifile-program)
14054         (spam-ifile-database-path, spam-ifile-database)
14055         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14056         Don't use "path" inappropriately.
14057         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14058         strings.
14059         (spam-check-ifile, spam-ifile-register-with-ifile)
14060         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14061         Use new variable names.
14062
14063         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14064         (gnus-treat-display-smileys): Simplify using
14065         gnus-image-type-available-p.
14066
14067         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14068         available.
14069
14070         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14071         Use `display-images-p' if available.
14072
14073 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14076         one after turning on the buffer's multibyteness instead of decoding
14077         them directly in the unibyte buffer that causes unexpected conversion
14078         in Emacs 23 (unicode).
14079
14080 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14081
14082         * message.el (message-generate-hashcash): Fix custom type.
14083
14084 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14085
14086         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14087
14088 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14089
14090         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14091         disconnect icons.  Add help text.
14092
14093 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14094
14095         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14096         negated to be consistent with the others we handle.
14097
14098 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14099
14100         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14101         version of gnus-summary-buffer to something, so that we can use two
14102         article buffers at the same time.
14103
14104 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14105
14106         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14107         trigger all the extra headers.
14108         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14109         sorting.
14110
14111 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14112
14113         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14114         solid groups.
14115
14116 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14117
14118         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14119
14120 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * legacy-gnus-agent.el: Add Copyright notice.
14123
14124 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14125
14126         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14127
14128 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14129
14130         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14131
14132         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14133         to make it work reliably in CVS Emacs.
14134         (gnus-summary-limit-strange-charsets-predicate)
14135         (gnus-summary-limit-to-predicate): New functions.
14136
14137 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14138
14139         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14140         specifying array size.
14141         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14142         array if it is too small.
14143         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14144         (gnus-sort-threads-loop): New function.
14145
14146 2006-12-06  Chris Moore  <dooglus@gmail.com>
14147
14148         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14149         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14150
14151 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14152
14153         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14154         options.
14155
14156 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14157
14158         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14159         DOS-ing the recipient.
14160
14161         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14162         the headers when creating the mapping to avoid mismappings.
14163         (nnweb-gmane-create-mapping): Always nix out old mapping.
14164
14165 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14168         and mm-verify-option to never.
14169
14170 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * message.el (message-signed-or-encrypted-p): New function.
14173         (message-forward-make-body): Use it.
14174
14175         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14176         Replace encode-coding-string with mm-encode-coding-string.
14177
14178 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * nneething.el (nneething-decode-file-name):
14181         Replace decode-coding-string with mm-decode-coding-string.
14182
14183         * gnus-int.el (gnus-open-server): Say failed server's name.
14184
14185 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14186
14187         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14188         strings to a single string.  Quote `errors-file-name'.
14189         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14190         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14191         Adjust calls.  Use `shell-quote-argument'.
14192
14193 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14194
14195         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14196         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14197
14198         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14199         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14200         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14201         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14202         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14203         (gnus-subscribe-newsgroup, gnus-1):
14204         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14205         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14206         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14207         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14208
14209 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14210
14211         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14212         keystroke.
14213         (gnus-summary-limit-to-bodies): Implement headersp.
14214
14215 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14216
14217         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14218
14219 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14222
14223 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14224
14225         * message.el (message-generate-hashcash): Expand range of values to
14226         include `opportunistic'.
14227         (message-send-mail): Use it.
14228
14229 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14230
14231         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14232         and comment it.
14233
14234         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14235
14236 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * gnus-util.el (gnus-extract-address-components): Improve comment.
14239
14240 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus-util.el (gnus-extract-address-components): Work with address in
14243         which the name portion contains @.
14244
14245         * lpath.el: Fbind custom-autoload.
14246
14247 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * gnus.el (gnus-start): Move custom group up.
14250         (gnus-select-method): Don't autoload, but make it available for
14251         `customize-variable'.
14252         (gnus-getenv-nntpserver): Don't autoload.
14253
14254 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14255
14256         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14257
14258 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14259
14260         * message.el (message-sendmail-extra-arguments): New variable.
14261         (message-send-mail-with-sendmail): Use it.
14262
14263 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14266         mm-with-unibyte-current-buffer to make string unibyte.
14267
14268         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14269         mm-string-as-multibyte.
14270
14271 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14272
14273         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14274         Reported by Werner Koch <wk@gnupg.org>.
14275
14276 2006-11-14  Daiki Ueno  <ueno@p360>
14277
14278         * mml2015.el: Autoload epa-select-keys when compiling.
14279
14280 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14281
14282         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14283         message-options.
14284         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14285
14286 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14287
14288         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14289         EasyPG (< 0.0.6).
14290         (mml2015-always-trust): New user option.
14291         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14292         prompt.
14293
14294 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * nntp.el (nntp-authinfo-force): New variable.
14297         (nntp-send-authinfo): Use it.
14298
14299 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14302         decode encoded words.  Improve prompt.  Add comment about forwarding.
14303         (message-replacement-char): Move up.
14304
14305 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14306
14307         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14308         instead of gnus-intersection because arguments of gnus-sorted-nunion
14309         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14310
14311 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14312
14313         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14314         (message-simplify-subject-functions):
14315         Enable message-strip-subject-encoded-words by default.
14316
14317 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * message.el (message-strip-subject-encoded-words): New function.
14320         (message-simplify-subject-functions): New variable.
14321         (message-simplify-subject): Use it.  Fix typo in doc string.
14322         Support message-strip-subject-encoded-words.
14323
14324 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14325
14326         * gnus-diary.el (gnus-diary-delay-format-function):
14327         * nndiary.el (nndiary-reminders):
14328         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14329
14330 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14331
14332         * gnus-art.el (article-hide-boring-headers): Fetch date from
14333         gnus-original-article-buffer to avoid problems with localized date
14334         strings.
14335
14336 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14339
14340 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14343         New variables.
14344         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14345         (mm-charset-synonym-alist): Move some entries to
14346         mm-codepage-iso-8859-list.
14347         (mm-charset-synonym-alist, mm-charset-override-alist):
14348         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14349
14350 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14353
14354 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14355
14356         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14357         with Emacs 21 and XEmacs.
14358
14359 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14360
14361         * spam.el (spam-parse-address): New function for better parsing,
14362         catching errors, etc.
14363         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14364
14365 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * mm-view.el: Add interactive arg to html2text autoload.
14368
14369 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14372
14373 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14376         New variables.
14377         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14378         (mm-charset-synonym-alist): Move some entries to
14379         mm-codepage-iso-8859-list.
14380
14381         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14382
14383 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * message.el (message-citation-line-format)
14386         (message-insert-formated-citation-line): Fix implementation of %E, %N
14387         and %n according to the doc string.
14388
14389 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14390
14391         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14392         Use car-safe to avoid bad parses.
14393
14394 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14397         names.
14398
14399         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14400
14401 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14404         header.
14405
14406         * message.el (message-draft-headers): Add Date.
14407         (message-headers-to-generate): Fix typo in docstring.
14408
14409         * nndraft.el (nndraft-required-headers): New variable.
14410         (nndraft-generate-headers): Use it.
14411
14412         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14413
14414 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14415
14416         * gnus-registry.el (gnus-registry-wash-for-keywords)
14417         (gnus-registry-find-keywords): New functions to allow easy searching of
14418         articles that are in the registry.
14419
14420 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14421
14422         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14423         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14424         Reported by Damien Elmes <damien@repose.cx>.
14425
14426 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus.el (gnus-mime): Remove unused custom group.
14429
14430 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14431
14432         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14433         "blank line" when searching for end of armor headers.
14434
14435 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * gmm-utils.el (gmm-write-region): Fix variable name.
14438
14439 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * gmm-utils.el (gmm-write-region): New function based on compatibility
14442         code from `mm-make-temp-file'.
14443
14444         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14445
14446         * nnmaildir.el (nnmaildir--update-nov)
14447         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14448         Use `gmm-write-region'.
14449
14450 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14453         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14454
14455         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14456
14457         * message.el (message-replacement-char): New variable.
14458         (message-fix-before-sending): Use it.
14459         (message-simplify-subject): New function to remove duplicate code.
14460         (message-reply, message-followup): Use it.
14461
14462         * gnus-sum.el (gnus-summary-make-menu-bar):
14463         Clarify gnus-summary-limit-to-articles.
14464
14465 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * gnus-util.el (gnus-with-local-quit): New macro.
14468
14469         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14470
14471 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14472
14473         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14474         ignore non-string data.
14475
14476 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14477
14478         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14479         non-string data (needs to be done in the registry too).
14480
14481 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14482
14483         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14484         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14485         (gnus-registry-split-fancy-with-parent)
14486         (gnus-registry-fetch-simplified-message-subject-fast)
14487         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14488         Remove text properties on ingress into the registry and when it's saved.
14489         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14490         registry from entries with no groups.
14491
14492 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14493
14494         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14495         function to remove string properties.
14496
14497 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * gmm-utils.el (gmm): Adjust custom version.
14500
14501         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14502         Adjust custom version.
14503
14504         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14505
14506 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-art.el (gnus-insert-prev-page-button)
14509         (gnus-insert-next-page-button): Simplify.  Reformat.
14510
14511 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14512
14513         * gnus-art.el (gnus-insert-prev-page-button)
14514         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14515
14516 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14517
14518         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14519
14520 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14521
14522         * gnus-art.el (gnus-insert-mime-button)
14523         (gnus-insert-mime-security-button):
14524         Apply gnus-article-button-face to MIME and security buttons.
14525
14526 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14527
14528         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14529         readable.
14530
14531 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
14534
14535 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14536
14537         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14538         `browse-url-of-file' instead of `browse-url'.
14539
14540 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14541
14542         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14543         regexp.  Articles containing quotation were cut prematurely.
14544
14545 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * message.el (message-cite-original-1): Use nobody by default for the
14548         value of From header.
14549         (message-reply): Ditto.
14550
14551 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14552
14553         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14554         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14555         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14556
14557 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14560         mails in the doc string.  Add some URLs in comment.
14561         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14562
14563 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14566         backslashes handling and the way to find boundaries of quoted strings.
14567
14568 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14569
14570         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14571         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14572         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14573         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14574
14575 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14576
14577         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14578         doc string.
14579         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14580
14581 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * lpath.el: Fbind epg-check-configuration.
14584
14585 2006-09-06  Simon Josefsson  <jas@extundo.com>
14586
14587         * mml2015.el (mml2015-use): Doc fix, mention epg.
14588
14589 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14590
14591         * mml2015.el (mml2015-use): Default to epg, if available.
14592
14593 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14594
14595         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14596         message-sender.
14597         (mml1991-epg-encrypt): Ditto.
14598         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14599         message-sender.
14600         (mml2015-epg-encrypt): Ditto.
14601
14602 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14603
14604         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14605         several common directories.
14606
14607 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14608
14609         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14610         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14611
14612 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * gnus-art.el (article-decode-encoded-words): Make it fast.
14615
14616 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14619
14620         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14621         in quoted string into `\'.
14622
14623 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14626         Use standard-syntax-table.
14627
14628 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * gnus-art.el (gnus-decode-address-function): New variable.
14631         (article-decode-encoded-words): Use it to decode headers which are
14632         assumed to contain addresses.
14633         (gnus-mime-delete-part): Remove useless `or'.
14634
14635         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14636         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14637         (gnus-nov-parse-line): Use it to decode From header.
14638         (gnus-get-newsgroup-headers): Ditto.
14639         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14640
14641         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14642         (mail-decode-encoded-address-string): New alias.
14643
14644         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14645         New function.
14646         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14647         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14648         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14649         (rfc2047-decode-string): Ditto.
14650         (rfc2047-decode-address-region): New function.
14651         (rfc2047-decode-address-string): New function.
14652
14653 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * message.el (message-caesar-buffer-body): Allow rotating headers.
14656
14657         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14658
14659         * message.el (message-insert-formated-citation-line): Fix %f.
14660         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14661
14662 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14665         (gnus-bookmark-mouse-available-p): New macro.
14666         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14667         (gnus-bookmark-bmenu-show-infos): Use it.
14668         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14669         (gnus-bookmark-bmenu-hide-infos): Ditto.
14670         (gnus-bookmark-remove-properties): New function.
14671         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14672         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14673         (gnus-bookmark-write-file): Bind coding-system-for-write.
14674         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14675         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14676         group before selecting it.
14677         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14678         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14679         quit-window if it is not available; use gnus-mouse-2 and bind it to
14680         gnus-bookmark-bmenu-select-by-mouse.
14681         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14682         (gnus-bookmark-bmenu-select-by-mouse): New function.
14683
14684 2006-08-13  Romain Francoise  <romain@orebokech.com>
14685
14686         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14687         space.
14688
14689 2006-08-10  Romain Francoise  <romain@orebokech.com>
14690
14691         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
14692         (dns-mode-soa-auto-increment-serial): New user option.
14693         (dns-mode-soa-maybe-increment-serial): New function.
14694         (dns-mode): Add the latter to `write-contents-functions'.
14695
14696 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * compface.el (uncompface): Use binary rather than raw-text-unix.
14699
14700 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * compface.el (uncompface): Make sure the eol conversion doesn't take
14703         place when communicating with the external programs.
14704         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14705
14706 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14709
14710 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14711
14712         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14713         Make it more robust by parsing author and date independently.
14714
14715 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14718
14719 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14720
14721         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14722         first matching secret key.
14723         (mml2015-epg-encrypt): Ditto.
14724
14725         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14726         first matching secret key.
14727         (mml1991-epg-encrypt): Ditto.
14728
14729         * mml2015.el (mml2015-encrypt-to-self): New user option.
14730         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14731         mml2015-epg-encrypt-to-self is set.
14732
14733         * mml1991.el (mml1991-encrypt-to-self): New variable.
14734         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14735         mml1991-epg-encrypt-to-self is set.
14736
14737         * mml2015.el (mml2015-signers): New user option.
14738         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14739         (mml2015-epg-encrypt): Allow to select signing keys.
14740
14741         * mml1991.el (mml1991-signers): New variable.
14742         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14743         (mml1991-epg-encrypt): Allow to select signing keys.
14744
14745 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * nnheader.el (nnheader-insert-head): Make it work even if the file
14748         uses CRLF for the line-break code.
14749
14750 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14751
14752         * mml2015.el: Require mml-sec instead of password.
14753         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14754         (mml2015-cache-passphrase): Inherit the default value from
14755         mml-secure-cache-passphrase.
14756         (mml2015-passphrase-cache-expiry): Inherit the default value from
14757         mml-secure-passphrase-cache-expiry.
14758
14759         * mml1991.el: Require mml-sec instead of password.
14760         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14761         (mml1991-cache-passphrase): Inherit the default value from
14762         mml-secure-cache-passphrase.
14763         (mml1991-passphrase-cache-expiry): Inherit the default value from
14764         mml-secure-passphrase-cache-expiry.
14765
14766         * mml-sec.el: Require password.
14767         (mml-secure-verbose): New user option.
14768         (mml-secure-cache-passphrase): New user option.
14769         (mml-secure-passphrase-cache-expiry): New user option.
14770
14771 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14772             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14773
14774         * pgg-def.el (pgg-truncate-key-identifier):
14775         Truncate the key ID to 8 letters from the end.
14776
14777 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14778
14779         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14780         workaround for the url package included with Emacs.
14781
14782         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14783
14784 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14787         correctly.  This fixes a bug caused by the 2006-05-12 change.
14788
14789 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14790
14791         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14792         some information about the error when saying that the `bogus' mail
14793         group will be used.
14794
14795 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14798         string.
14799
14800 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14801
14802         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14803
14804 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14805
14806         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14807
14808 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14809
14810         * mml1991.el (mml1991-function-alist): Add epg.
14811         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14812         (mml1991-epg-encrypt): New functions.
14813
14814 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14815
14816         * mml2015.el (mml2015-verbose): New variable.
14817         (mml2015-cache-passphrase): Ditto.
14818         (mml2015-passphrase-cache-expiry): Ditto.
14819         (mml2015-function-alist): Add epg.
14820         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14821         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14822         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14823         New functions.
14824
14825 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14826
14827         * message.el (message-cite-original-1): Preserve region when removing
14828         quoted text due to X-No-Archive in order to avoid bogus attribution
14829         when citing multiple messages.
14830
14831 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14832
14833         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14834         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14835
14836 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14837
14838         * gnus-diary.el (gnus-user-format-function-d)
14839         (gnus-user-format-function-D): Autoload.
14840
14841         * imap.el (Commentary): Fix typo.
14842
14843         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14844         2006-04-22 contribution.
14845
14846 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14847
14848         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14849         It didn't really fix the bogosity I'm seeing with solid web groups.
14850
14851 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14852
14853         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14854         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14855         created using server names.  If we use the feature without declaring
14856         it, Gnus does not properly manage server and group state.
14857
14858         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14859         bound.
14860
14861 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14862
14863         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14864         looking up the method using GROUP's prefix before inventing a new one.
14865         It is used on killed/unknown groups in various places where returning
14866         an all-new method isn't expected by the caller.
14867
14868         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14869         and match semantics of gnus-group-real-prefix.
14870
14871 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14872
14873         * nnmail.el (nnmail-broken-references-mailers): New variable.
14874         (nnmail-ignore-broken-references): New function generalizing
14875         nnmail-fix-eudora-headers.
14876         (nnmail-fix-eudora-headers): Now obsolete.
14877
14878         * gnus-art.el (gnus-button-handle-custom):
14879         Support `customize-apropos*'.
14880
14881 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14882
14883         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14884
14885         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14886         articles.
14887
14888 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * message.el (message-cite-reply-above): New variable.
14891         (message-yank-original): Use it.
14892
14893 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14896
14897 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14900         as read.
14901
14902         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14903
14904 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14905
14906         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14907         (gnus-bookmark-default-file): Use gnus-directory.
14908         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14909         Remove "*" in doc string.
14910         (gnus-bookmark-write-file): Simplify.
14911         (gnus-bookmark-maybe-sort-alist): Use `when'.
14912         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14913         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14914         Add FIXME about Emacs 21 and XEmacs compatibility.
14915         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14916         compatibility.
14917         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14918         compatibility.
14919         (gnus-bookmark-menu-heading): Fix version.
14920
14921 2006-06-19  Bastien Guerry  <bzg@altern.org>
14922
14923         * gnus-bookmark.el: New file.
14924
14925 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * message.el (message-syntax-checks): Doc fix.
14928
14929 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14930
14931         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14932         unsubscribed groups as if they were killed ones.  It causes duplicate
14933         entries in gnus-newsrc-alist.
14934
14935 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * message.el (message-syntax-checks): Doc fix.
14938         (message-send-mail): Add check for continuation headers.
14939         (message-check-news-header-syntax): Fix regexp used to check for
14940         continuation headers.
14941
14942 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14945
14946 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14949
14950 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14953         default-truncate-lines.
14954
14955 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14958         to fill the utf-8 entry.
14959
14960         * lpath.el: Fbind unicode-precedence-list.
14961
14962 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14963
14964         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14965
14966 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14967
14968         * gnus-agent.el (directory-files-and-attributes): Move all the way
14969         forward (the third and final move).
14970         (gnus-agent-read-agentview): Trap reconstruction errors due to
14971         nonexistent directory.  Handle by returning nil.
14972
14973 2006-05-30  Didier Verna  <didier@xemacs.org>
14974
14975         * message.el (message-dont-reply-to-names): Update the custom type.
14976         * message.el (message-dont-reply-to-names): New defsubst: potentially
14977         convert a list of regexps into a single one.
14978         * message.el (message-get-reply-headers): Use it.
14979         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14980
14981 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * gnus-agent.el (directory-files-and-attributes): Move forward.
14984
14985 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * gnus-ml.el (gnus-mailing-list-subscribe)
14988         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14989         (gnus-mailing-list-message): Fix doc strings.
14990
14991 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14992
14993         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14994         of doing it manually.
14995
14996 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14999         comment.
15000
15001 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15002
15003         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15004         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15005         (gnus-agent-read-local): All symbols allocated in my-obarray.
15006         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15007         (gnus-agent-regenerate-group): Check numeric names to see if they are
15008         messages or groups.
15009         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15010         better way of do this...)
15011
15012         * gnus-cache.el (gnus-agent-total-fetched-for):
15013         Ignore 'dummy.group' (there should be a better way of do this...)
15014
15015 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15016
15017         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15018         (gnus-saved-headers): Ditto.
15019         (gnus-default-article-saver): Mention functions may have properties.
15020         (gnus-article-save): Override gnus-save-all-headers and
15021         gnus-saved-headers by :headers property which saver function may have.
15022         (gnus-summary-save-in-file): Add :headers property.
15023         (gnus-summary-write-to-file): Ditto.
15024
15025         * gnus-sum.el (gnus-summary-save-article): Bind
15026         gnus-prompt-before-saving to t when saving many articles in a file;
15027         always show all headers.
15028
15029         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15030
15031 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15032
15033         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15034         marks.
15035
15036         * message.el (message-indent-citation): Add optional arguments to allow
15037         using it outside of message buffers.
15038
15039         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15040         (gnus-article-treat-unfold-headers): Use it.
15041         (gnus-article-truncate-lines): New variable.
15042         (gnus-article-mode): Use it.
15043         (gnus-article-toggle-truncate-lines): New function.
15044
15045         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15046         Add gnus-article-toggle-truncate-lines.
15047
15048         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15049         coding system in XEmacs, use binary.
15050
15051 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15054         after-load-alist.
15055
15056         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15057         this function should save decoded articles.
15058         (gnus-summary-write-to-file): Use property to specify this function
15059         should save decoded articles and specify gnus-summary-save-in-file
15060         should be used to save articles other than the first one when saving
15061         many articles.
15062         (gnus-summary-save-body-in-file): Use property to specify this
15063         function should save decoded articles.
15064         (gnus-summary-write-body-to-file): Use property to specify this
15065         function should save decoded articles and specify
15066         gnus-summary-save-body-in-file should be used to save articles other
15067         than the first one when saving many articles.
15068
15069         * gnus-sum.el (gnus-summary-save-article): Simplify.
15070
15071 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-art.el (gnus-default-article-saver):
15074         Add gnus-summary-write-body-to-file.
15075         (gnus-article-save-coding-system): Don't use coding system object
15076         in XEmacs.
15077         (gnus-read-save-file-name): Add optional `dir-var' argument which
15078         specifies directory in which files are saved; work even if optional
15079         `variable' argument is not specified.
15080         (gnus-summary-write-to-file): Read file name.
15081         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15082         (gnus-summary-write-body-to-file): New function.
15083
15084         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15085         (gnus-summary-local-variables): Add it.
15086         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15087         (gnus-summary-save-article): Remove optional `decode' argument;
15088         determine whether to decode articles by the value of
15089         gnus-default-article-saver; when saving many files using
15090         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15091         it first and use gnus-summary-save-in-file or
15092         gnus-summary-save-body-in-file thereafter unless
15093         gnus-prompt-before-saving is always; move point to article which
15094         will be saved.
15095         (gnus-summary-save-article-file): Revert.
15096         (gnus-summary-write-article-file): Revert.
15097         (gnus-summary-save-article-body-file): Revert.
15098         (gnus-summary-write-article-body-file): New function.
15099
15100 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus-art.el (gnus-default-article-saver): Doc fix.
15103         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15104         from gnus-summary-save-article-coding-system, and default to a
15105         certain coding system.
15106         (gnus-output-to-file): Add coding cookie and encode text according
15107         to gnus-article-save-coding-system; don't use mm-append-to-file.
15108
15109         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15110         gnus-art.el and rename to gnus-article-save-coding-system.
15111         (gnus-summary-save-article): Require gnus-art; don't show all
15112         headers if it decodes articles; don't add coding cookie here;
15113         don't bind mm-text-coding-system-for-write.
15114         (gnus-summary-save-article-file): Save decoded articles.
15115         (gnus-summary-write-article-file): When saving many files, use
15116         gnus-summary-write-to-file first and gnus-summary-save-in-file
15117         thereafter unless gnus-prompt-before-saving is always.
15118         (gnus-summary-save-article-body-file): Save decoded articles.
15119
15120         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15121
15122 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * nnrss.el (nnrss-check-group): Bind hash-index.
15125
15126 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15127
15128         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15129         its hash index.  Store this hash in `nnrss-group-data'.
15130         (nnrss-read-group-data): Update accordingly.
15131
15132 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15133
15134         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15135         entry.
15136
15137         * gnus-sum.el (gnus-summary-make-menu-bar):
15138         Add gnus-article-browse-html-article.
15139
15140 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15141
15142         * gnus-sum.el (gnus-summary-mime-map):
15143         Add gnus-article-browse-html-article.
15144
15145         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15146
15147 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15148
15149         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15150         suitable coding systems in customize.
15151
15152 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15153
15154         * mail-source.el (mail-sources): Fix custom type.
15155
15156 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15157
15158         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15159         (gnus-summary-expire-articles-now): Shorten prompt.
15160
15161         * gmm-utils.el (wid-edit): Require.
15162         (defun-gmm): Rename from `gmm-defun-compat'.
15163         (gmm-image-search-load-path): Use it.
15164         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15165
15166 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * gnus-sum.el (gnus-summary-save-article-coding-system):
15169         New variable.
15170         (gnus-summary-save-article): Add optional `decode' argument.
15171         If it is set and gnus-summary-save-article-coding-system is non-nil,
15172         save decoded article.
15173         (gnus-summary-write-article-file): Save decoded article if
15174         gnus-summary-save-article-coding-system is non-nil.
15175
15176         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15177         type.
15178
15179 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15182
15183 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15186         first to test gnus-single-article-buffer which may be buffer-local.
15187
15188         * gnus-sum.el (gnus-summary-setup-buffer):
15189         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15190         group; make gnus-article-buffer, gnus-article-current, and
15191         gnus-original-article-buffer always buffer-local.
15192         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15193         group.
15194         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15195
15196 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15197
15198         * nnml.el (nnml-request-compact-group): Compressed files might not
15199         have .gz extension.
15200
15201 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15202
15203         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15204         (mm-copy-to-buffer): Use with-current-buffer.
15205         (mm-display-part): Simplify.
15206         (mm-inlinable-p): Add optional arg `type'.
15207
15208 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15209
15210         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15211         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15212         Try harder to show the attachment internally or externally using
15213         gnus-mime-view-part-as-type.
15214
15215 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15216
15217         * message.el (message-from-style, message-signature-separator)
15218         (message-user-organization-file, message-send-mail-function)
15219         (message-citation-line-function, message-yank-prefix)
15220         (message-indent-citation-function, message-signature)
15221         (message-signature-file, message-signature-insert-empty-line):
15222         Remove autoloads.
15223
15224         * gnus-art.el (gnus-buttonized-mime-types):
15225         Remove "multipart/signed".  Revert 2006-04-26 change.
15226
15227 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15228
15229         * gnus.el (gnus-version-number): Bump version.
15230
15231 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15232
15233         * gnus.el: No Gnus v0.5 is released.
15234
15235 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15236
15237         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15238         fetching articles by message-id.
15239
15240 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15241
15242         * message.el (hashcash): Require hashcash as normal.
15243
15244         * ecomplete.el (ecomplete-highlight-match-line):
15245         Use point-at-eol.
15246         (ecomplete-highlight-match-line): Use `highlight', because that
15247         face exists in both Emacs and XEmacs.
15248
15249         * message.el (message-display-abbrev): Use point-at-bol.
15250
15251         * mail-source.el: Don't require timer/timer-funcs.
15252
15253         * gnus-async.el: Ditto.
15254
15255         * password.el: Ditto.
15256
15257         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15258
15259         * mm-url.el: Ditto.
15260
15261         * gnus-xmas.el: Don't require timer-funcs.
15262
15263         * mm-util.el: Require timer/timer-funcs.
15264
15265 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15266
15267         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15268         Close.
15269
15270 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15273         unibyte after clear-decrypt function runs.
15274
15275         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15276         returns as a unibyte string.
15277
15278 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * lpath.el: Revert.
15281
15282         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15283         (pgg-gpg-process-sentinel): Revert.
15284
15285         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15286         (pgg-pgp-lookup-key): Revert.
15287
15288         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15289         (pgg-pgp5-lookup-key): Revert.
15290
15291         * pgg.el (pgg-fetch-key): Revert.
15292
15293 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * lpath.el: Fbind string-as-multibyte for XEmacs.
15296
15297         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15298         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15299         (mml1991-pgg-encrypt): Ditto.
15300
15301         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15302         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15303         a multibyte buffer.
15304
15305         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15306         (pgg-pgp-lookup-key): Ditto.
15307
15308         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15309         (pgg-pgp5-lookup-key): Ditto.
15310
15311         * pgg.el (pgg-fetch-key): Ditto.
15312
15313 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15314
15315         * message.el (message-user-organization-file): Check several
15316         locations of the organization file.
15317
15318         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15319         Add gnus-article-view-part-as-type.
15320
15321         * gnus-art.el (gnus-article-view-part-as-type): New function.
15322
15323         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15324         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15325
15326         * mml.el: Simplify autoload.
15327         (mml-mode): defvar dnd-protocol-alist instead of using
15328         symbol-value.
15329         (mml-default-directory): New variable.
15330         (mml-minibuffer-read-file): Use it.
15331         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15332
15333         * message.el (message-citation-line-format): New variable.
15334         (message-insert-formated-citation-line): New function.
15335         (message-citation-line-function):
15336         Add `message-insert-formated-citation-line' to custom type.
15337
15338         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15339         to doc string.
15340
15341         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15342         depending on mm-verify-option.
15343
15344 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15347         binding pgg-* variables; reimplement the section which prevents
15348         MIME header from being signed.
15349         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15350         pgg-text-mode; remove a blank line at the top of body.
15351
15352         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15353         lines at the top of body; use gnus-newsgroup-charset if there's no
15354         Charset header.
15355
15356 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * message.el (message-self-insert-commands): Doc fix.
15359
15360         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15361         (mm-uu-pgp-encrypted-test): Ditto.
15362         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15363         between header and body; return application/pgp-encrypted handle
15364         if decryption failed; decode decrypted body by charset.
15365
15366         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15367         element match to application/pgp-*.
15368
15369 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15370
15371         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15372         HTML.
15373
15374 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15375
15376         * mail-source.el (mail-source-call-script): Message the error
15377         string.
15378
15379 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15380
15381         * gnus-util.el (gnus-byte-compile): Use it.
15382
15383 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15384
15385         * gnus-util.el (kill-empty-logs): New function.
15386
15387 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15388
15389         * message.el (message-mail-alias-type): Doc fix.
15390         (message-mail-alias-type-p): New function.
15391         (message-send): Use it.
15392         (message-mode): Ditto.
15393         (message-strip-forbidden-properties): Ditto.
15394
15395         * ecomplete.el (ecomplete-database-file-coding-system):
15396         New variable.
15397         (ecomplete-save): Use it.
15398         (ecomplete-setup): Use it.
15399
15400 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * message.el (message-self-insert-commands): New variable.
15403         (message-strip-forbidden-properties): Use it.
15404
15405 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15406
15407         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15408         that doesn't make XEmacs choke.
15409
15410 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * gnus-util.el (gnus-replace-in-string):
15413         Prefer replace-regexp-in-string over of replace-in-string.
15414
15415 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-util.el (gnus-select-frame-set-input-focus):
15418         Use select-frame-set-input-focus if it is available in XEmacs; use
15419         definition defined in Emacs 22 for old Emacsen.
15420
15421         * dgnushack.el: Autoload unmorse-region for XEmacs.
15422
15423         * lpath.el: Bind cursor-in-non-selected-windows and
15424         select-frame-set-input-focus for XEmacs.
15425
15426 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15429
15430 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15431
15432         * gnus-registry.el (gnus-registry-cache-save): Remove text
15433         properties when saving via the temp buffer.
15434
15435 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15436
15437         * message.el (message-generate-hashcash): Honor custom type.
15438
15439 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15440
15441         * message.el (message-generate-hashcash): Default to non-nil when
15442         hashcash is found.
15443
15444         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15445         (gnus-refer-thread-limit): Increase default to 500.
15446
15447         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15448
15449         * flow-fill.el (fill-flowed): Allow delete-space.
15450
15451 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15454         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15455         Remove autoloads.
15456
15457 2006-04-18  Simon Josefsson  <jas@extundo.com>
15458
15459         * message.el (message-generate-hashcash): Default to.
15460
15461 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15464         concatenating segments rather than before concatenating them.
15465
15466 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15469
15470 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15471
15472         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15473
15474         * message.el (message-forward-make-body-plain):
15475         Allow message-forward-ignored-headers to be a list.
15476         (message-remove-ignored-headers): Factor out into function.
15477         (message-forward-make-body-mml): Use it.
15478
15479         * imap.el (imap-quote-specials): New function.
15480         (imap-login-auth): Quote specials.
15481
15482         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15483         (rfc2231-parse-string): Allow concatanation of parameters that
15484         aren't contiguous.  The test case is
15485           (mail-header-parse-content-type "message/external-body;
15486             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15487             access-type=LOCAL-FILE;
15488             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15489
15490 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15491
15492         * nntp.el (nntp-accept-process-output): Return the value of
15493         `nnheader-accept-process-output'.
15494
15495 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15496
15497         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15498         (gnus-button-alist): Recognize more diff formats.
15499         (gnus-button-patch): Strip directory.
15500
15501 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15502
15503         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15504         Emacs 22 when setting focus.
15505
15506 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15507
15508         * gnus-art.el (gnus-article-treat-types): Do treatment of
15509         text/x-verbatim parts.
15510         (gnus-button-patch): New command.
15511
15512         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15513         addresses that contain invalid characters.
15514
15515 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15516
15517         * message.el (message-put-addresses-in-ecomplete):
15518         Use gnus-replace-in-string.
15519         (message-is-yours-p): Use the more correct
15520         mail-header-parse-address instead of
15521         mail-extract-address-components.
15522         (message-put-addresses-in-ecomplete): Fix typo.
15523
15524         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15525         keystroke.
15526
15527         * gnus-art.el (gnus-treatment-function-alist): Change order of
15528         newsgroups/generic header folding to avoid double-folding.
15529
15530         * message.el (message-hidden-headers): Add X-Draft-From.
15531
15532         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15533         New command.
15534         (gnus-summary-repeat-search-article-backward): New command.
15535
15536         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15537         groups in the parent topic.
15538
15539 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15540
15541         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15542         (spam-extra-header-to-number): Return the CRM114 number as a
15543         number instead of a string.
15544
15545 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15546
15547         * gnus-art.el (gnus-face-properties-alist): Move here from
15548         gnus-fun.
15549
15550         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15551
15552 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15553
15554         * message.el (message-strip-forbidden-properties): Only display on
15555         self-insert-command.
15556
15557         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15558         reindent.
15559         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15560
15561 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15562
15563         * smiley.el (smiley-style): Fix typo.
15564
15565 2006-03-23  Kenichi Handa  <handa@m17n.org>
15566
15567         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15568         instead of set-buffer-multibyte.
15569
15570 2006-03-23  Kenichi Handa  <handa@m17n.org>
15571
15572         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15573         buffer and then decode the buffer text if necessary.
15574         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15575         first, and after mm-encode-body, change the buffer to unibyte.
15576
15577 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15578
15579         * hashcash.el (hashcash-insert-payment-async-2):
15580         Use message-goto-eoh instead of doing it manually.
15581         (mail-add-payment): Use message-narrow-to-header instead of trying
15582         to do the same itself.
15583
15584         * message.el (message-hidden-headers): Add Face.
15585
15586         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15587         reparenting code.
15588         (gnus-summary-reparent-children): Refactored out code.
15589         (gnus-summary-thread-map): New keystroke.
15590         (gnus-summary-reparent-children): Make into command.
15591
15592         * smiley.el (smiley-style): Default to `medium' if using a large
15593         font.
15594
15595         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15596         does it itself.
15597
15598         * message.el (message-point-in-header-p): Simplify definition.
15599
15600 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15601
15602         * nnagent.el (nnagent-request-set-mark): Silence log file
15603         writing.
15604         (nnagent-request-set-mark): Use write-region instead of
15605         append-to-file.
15606
15607         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15608         strange select method.
15609
15610         * ecomplete.el (ecomplete-display-matches): Get highlightling
15611         right.
15612         (ecomplete-display-matches): Use literals.
15613         (ecomplete-display-matches): Disable message logging.
15614
15615         * message.el (message-display-abbrev): Small optimization.
15616
15617         * ecomplete.el (ecomplete-display-matches): Allow automatic
15618         display.
15619
15620         * message.el (message-strip-forbidden-properties):
15621         Display abbrevs.
15622         (message-display-abbrev): Get automatic display right.
15623
15624         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15625         keystrokes.
15626
15627 2006-04-13  Romain Francoise  <romain@orebokech.com>
15628
15629         TODO: Backport to v5-10!
15630
15631         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15632         Move here (and rename) from gnus-registry.el.
15633
15634         * gnus-registry.el: Require gnus-util.
15635         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15636
15637 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15638
15639         * gnus-group.el (gnus-group-catchup-current):
15640         Change if-then-else-if-then-else into cond.
15641         (gnus-group-catchup): Indent.
15642         (group-name-at-point): New function.
15643         (gnus-fetch-group): Provide default from thing at point.
15644
15645 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15646
15647         * message.el (message-display-abbrev): Fix regexp.
15648
15649         * ecomplete.el (ecomplete-highlight-match-line):
15650         Reimplement choosing.
15651         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15652         dead variables.
15653
15654         * message.el (message-newline-and-indent): Remove debugging.
15655         (message-display-abbrev): Use new implementation.
15656
15657 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15658
15659         * gnus-art.el (gnus-article-mode):
15660         Set cursor-in-non-selected-windows to nil.
15661
15662         * smiley.el: Revert previous change.
15663         (smiley-data-directory): defvar it before using it in the
15664         defcustom of `smiley-style'.
15665
15666 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15667
15668         * message.el (message-newline-and-indent): New function.
15669
15670         * ecomplete.el: Implement more bits.
15671
15672         * message.el (message-put-addresses-in-ecomplete): Clean up the
15673         string.
15674
15675         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15676
15677         * gnus-sum.el (gnus-summary-save-parts):
15678         Bind gnus-summary-save-parts-counter and use it to make unique file
15679         names.
15680
15681         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15682
15683         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15684         parameter to say whether to actually parse the individual
15685         addresses.
15686
15687         * message.el (message-put-addresses-in-ecomplete): New function.
15688         (ecomplete): Require.
15689         (message-mail-alias-type): Add ecomplete as an option.
15690
15691 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15692
15693         * flow-fill.el (fill-flowed): Remove trailing space from blank
15694         quoted lines.
15695
15696 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15697
15698         * smiley.el (smiley-style): Move definition later to avoid a
15699         compilation warning.
15700
15701 2006-04-12  Kenichi Handa  <handa@m17n.org>
15702
15703         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15704         buffer and then decode the buffer text if necessary.
15705         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15706         first, and after mm-encode-body, change the buffer to unibyte.
15707         Use mm-disable-multibyte instead of set-buffer-multibyte.
15708
15709 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15712         Content-Type header instead of Content-Disposition header.
15713         (gnus-mime-inline-part): Ditto.
15714         (gnus-mime-view-part-as-charset): Ignore charset that the part
15715         specifies.
15716
15717         * mm-decode.el (mm-display-part): Work with external parts and
15718         usual parts similarly.
15719
15720         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15721         instead of gnus-display-mime.
15722
15723         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15724         instead of with-temp-buffer.
15725
15726         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15727         tag to summarized topics part in order to encode non-ASCII text.
15728
15729 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * smiley.el (smiley-style): New variable.
15732         (smiley-directory): New function.
15733         (smiley-data-directory): Derive from `smiley-style' using
15734         `smiley-directory'.
15735         (smiley-regexp-alist): Add new entries.
15736
15737         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15738         (gnus-article-browse-delete-temp): Add :version.
15739
15740 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
15741
15742         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15743         the sieve region.
15744
15745 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15746
15747         * gnus.el (gnus-version-number): Bump version.
15748
15749 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15750
15751         * gnus.el: No Gnus v0.4 is released.
15752
15753 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15754
15755         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15756         layout.
15757
15758         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15759         unknown charset.
15760
15761         * message.el (message-header-synonyms): Add Original-To to the
15762         default.
15763
15764         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15765         optional parameter.
15766
15767 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15768
15769         * gnus-fun.el (gnus): Require it for gnus-directory.
15770
15771 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15774
15775 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15776
15777         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15778
15779 2006-04-05  Simon Josefsson  <jas@extundo.com>
15780
15781         * password.el (password-reset): New function.
15782
15783 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15784
15785         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15786         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15787
15788 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15789
15790         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15791         Some whitespace was matched into the url, which broke browsing hits
15792         > 100 when mm-url-use-external was nil.
15793
15794 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15797         Check gnus-extra-headers for 'Newsgroups.
15798
15799         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15800         bound.
15801
15802 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15803
15804         * pgg-gpg.el: Clean up process buffers every time gpg processes
15805         complete.
15806
15807 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15808
15809         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15810         doc string.
15811
15812 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15813
15814         * pgg-gpg.el (pgg-gpg-process-filter)
15815         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15816
15817         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15818         lines, temporary fix.
15819
15820 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15821
15822         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15823
15824 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15825
15826         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15827         default-enable-multibyte-characters.  This reverts the change from
15828         revision 6.17 which is no longer necessary because the passphrase
15829         is sent separately now.  GnuPG messages are unreadable under
15830         multibyte locales with default-enable-multibyte-characters set to
15831         nil.
15832
15833 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * message.el (message-tool-bar-gnome): Move "spell".
15836
15837 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15840         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15841         instead.
15842
15843 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15844
15845         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15846         Improve newsgroups handling for NNTP overviews which don't include
15847         Newsgroups.
15848
15849 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15850
15851         * message.el (message-resend): Bind message-generate-hashcash to nil.
15852
15853 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15854
15855         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15856         when searching for already-paid recipients.
15857
15858 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15859
15860         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15861         passphrases when it is not needed.
15862         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15863         passphrase stuff from gpg, should only be necessary when you use
15864         gpg with a smartcard.
15865
15866 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * mml.el (mml-insert-mime): Ignore cached contents of
15869         message/external-body part.
15870
15871         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15872         (mm-insert-part): Ditto.
15873
15874 2006-03-23  Simon Josefsson  <jas@extundo.com>
15875
15876         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15877         Reiner.
15878         (pgg-gpg-use-agent-p): Use it again.
15879
15880 2006-03-23  Simon Josefsson  <jas@extundo.com>
15881
15882         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15883         older emacsen.
15884         (pgg-gpg-use-agent-p): Don't use it.
15885
15886 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15887
15888         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15889         if we can.
15890
15891 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15892
15893         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15894         (pgg-gpg-update-agent): New function.
15895         (pgg-gpg-use-agent-p): New function.
15896         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15897         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15898         (pgg-gpg-sign-region): Use it.
15899
15900 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15903         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15904
15905 2006-03-21  Simon Josefsson  <jas@extundo.com>
15906
15907         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15908         <wilde@sha-bang.de>.
15909         (pgg-gpg-use-agent): New variable.
15910         (pgg-gpg-process-region): Use it.
15911         (pgg-gpg-encrypt-region): Likewise.
15912         (pgg-gpg-encrypt-symmetric-region): Likewise.
15913         (pgg-gpg-decrypt-region): Likewise.
15914         (pgg-gpg-sign-region): Likewise.
15915         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15916
15917 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15920
15921         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15922         Add comment on version.
15923
15924 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15925
15926         * smiley.el: Add missing test smiley.
15927
15928 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * mm-decode.el (mm-with-part): New macro.
15931         (mm-get-part): Use it; work with message/external-body as well.
15932         (mm-save-part): Treat name and filename equally.
15933
15934         * mm-extern.el (mm-extern-cache-contents): New function.
15935         (mm-inline-external-body): Use it; force the part to be displayed;
15936         move undisplayer added to the cached handle to the parent.
15937
15938         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15939         (gnus-mime-view-part-as-type): Work with message/external-body.
15940
15941         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15942
15943 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15946         images in image-load-path.  [Sync with image.el, revision 1.60, in
15947         Emacs.]
15948
15949 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15950
15951         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15952         path rather than symbol.  Always return list of directories.
15953         Guarantee that image directory comes first.  [Sync with image.el,
15954         revision 1.59, in Emacs.]
15955
15956         * message.el (message-make-tool-bar): Adjust to new API of
15957         `gmm-image-load-path-for-library'.
15958
15959         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15960
15961         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15962
15963 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15964
15965         * gnus-art.el (gnus-article-only-boring-p):
15966         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15967         intangible text.
15968         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15969
15970 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15971
15972         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15973         Use `defun' instead of `gmm-defun-compat'.
15974
15975 2006-03-14  Simon Josefsson  <jas@extundo.com>
15976
15977         * message.el (message-unique-id): Don't use message-number-base36
15978         if (user-uid) is a float.
15979         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15980
15981 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15984
15985         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15986         empty line between a part and a message part.
15987
15988 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15989
15990         * smiley.el: Add more test smileys.
15991         (smiley-data-directory, smiley-regexp-alist)
15992         (gnus-smiley-file-types): Fix doc strings.
15993         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15994         adding new elements.
15995         (smiley-mouse-map): Unused code.  Make it a comment.
15996
15997 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16000         scan latest NoCeM messages instead of old ones.
16001         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16002         delimiters that are recently used.
16003         (gnus-nocem-load-cache): Add autoload cookie.
16004
16005         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16006
16007         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16008         level which is larger than gnus-use-nocem is specified.
16009
16010         * gnus-group.el (gnus-group-get-new-news): Ditto.
16011
16012 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16013
16014         * gnus-util.el (gnus-tool-bar-update): New function.
16015
16016         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16017         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16018
16019         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16020
16021         * gnus-group.el (gnus-group-redraw-when-idle)
16022         (gnus-group-redraw-check): Remove.
16023         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16024
16025 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16028         if optional last element is specified in splits (FIELD VALUE...).
16029
16030 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16031
16032         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16033         to gmm-image-load-path-for-library.  Call with no-error argument.
16034         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16035
16036         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16037
16038         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16039
16040         * gmm-utils.el (gmm-image-load-path): Remove alias.
16041
16042 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16043
16044         * gmm-utils.el (gmm-image-load-path): Add alias.
16045
16046         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16047         nnml-generate-nov-databases-1.
16048         (nnml-generate-nov-databases): Use it.
16049         (nnml-generate-nov-databases-directory): Document no-active
16050         argument.
16051
16052         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16053         directory if path is t.  Add no-error.
16054
16055         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16056         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16057
16058         * gnus-art.el (gnus-article-browse-delete-temp-files):
16059         Simplify resetting gnus-article-browse-html-temp-list.
16060
16061         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16062         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16063         Add example to docstring.  Rename local variables.  Move error
16064         checks to default case in cond and simplify.
16065
16066 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16069         handle is multipart when calling it recursively.
16070         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16071
16072 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16073
16074         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16075         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16076
16077 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16080         is loaded.
16081
16082         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16083         loaded.
16084
16085 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16086
16087         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16088         to "Emacs 23 (unicode)" in doc string.
16089
16090         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16091         "Emacs 23 (unicode)" in comment.
16092
16093 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16096
16097         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16098         characters 160 through 255 in Emacs 23.
16099
16100 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16101
16102         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16103         gnus-article-browse-html-temp.
16104         (gnus-article-browse-delete-temp): Make it customizable.
16105         Add `file'.  Adjust doc string.
16106         (gnus-article-browse-delete-temp-files): Add argument.
16107         Allow query for each file.  Adjust doc string.
16108         (gnus-article-browse-html-parts):
16109         Add `gnus-article-browse-delete-temp-files' to
16110         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16111
16112 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16113
16114         * gnus-art.el (gnus-article-browse-html-temp)
16115         (gnus-article-browse-delete-temp): New variables.
16116         (gnus-article-browse-delete-temp-files): New function.
16117         (gnus-article-browse-html-parts): Use it.
16118
16119 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16122
16123         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16124         string.
16125
16126         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16127         gnus-summary-insert-new-articles when unplugged.
16128         Remove gnus-summary-search-article-forward.
16129
16130         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16131         display-visual-class instead of display-color-cells.
16132
16133 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * dgnushack.el: Autoload customize-group for XEmacs.
16136
16137         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16138         message/* containing non-ASCII text properly.
16139
16140 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * message.el: Require gmm-utils, remove autoloads.
16143         (message-tool-bar): Set default based on
16144         gmm-tool-bar-style.
16145         (message-tool-bar-gnome): Add gmm-customize-mode.
16146
16147         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16148         gmm-tool-bar-style.
16149         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16150
16151         * gnus-group.el (gnus-group-tool-bar): Set default based on
16152         gmm-tool-bar-style.
16153         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16154
16155         * gmm-utils.el (gmm-image-directory): Rename variable from
16156         gmm-image-load-path.
16157         (gmm-image-load-path): Use gmm-image-directory.
16158         (gmm-customize-mode): New function.
16159         (gmm-tool-bar-style): New variable.
16160
16161         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16162         gnus-group-redraw-line-number.
16163         (gnus-group-redraw-check): Simplify.
16164         (gnus-group-tool-bar-update): Remove redraw check.
16165         (gnus-group-make-tool-bar): Add redraw check.
16166
16167 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16168
16169         * gnus-art.el (gnus-button): Add missing parentheses.
16170
16171 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * lpath.el: Fbind line-number-at-pos.
16174
16175 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16178
16179 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16180
16181         * gnus-art.el (gnus-button): New face.
16182         (gnus-article-button-face): Use it.
16183
16184         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16185         Add gnus-summary-next-page.  Re-order.
16186
16187         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16188         next-node are now included.
16189         (gnus-group-redraw-line-number): New internal variable.
16190         (gnus-group-redraw-check): Helper function for updating the tool
16191         bar.
16192         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16193
16194         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16195
16196         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16197         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16198         Use it to match format of Spamassassin 3.0 and later.
16199         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16200         (spam-check-bogofilter)
16201         (spam-bogofilter-register-with-bogofilter): Fix args of
16202         `gnus-error' calls.
16203
16204 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16207         unnecessary interaction when sending queued mails.
16208         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16209
16210 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16211
16212         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16213         first or last are nil.
16214
16215 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16216
16217         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16218
16219 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16220
16221         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16222
16223 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16224
16225         * dns.el (query-dns): Protect more against buggy tcp output.
16226
16227 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16230         nov.php.
16231
16232 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16233
16234         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16235         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16236         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16237         output on the server side.
16238         (nnweb-google-create-mapping): Update regexps and add some
16239         progress indication.
16240
16241 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * gnus-group.el (gnus-group-tool-bar-gnome):
16244         Fix gnus-agent-toggle-plugged.  Re-order icons.
16245         (gnus-group-tool-bar-gnome):
16246         Add gnus-group-{prev,next}-unread-group.
16247         (gnus-group-tool-bar-gnome): Re-order icons.
16248
16249         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16250         Move gnus-summary-insert-new-articles.
16251
16252         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16253         Fix comments.
16254
16255         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16256         also available in Emacs 21.3.
16257
16258         * message.el (message-fix-before-sending): Change "Emacs 22" to
16259         "Emacs 23 (unicode)" in comment.
16260
16261         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16262         "Emacs 23 (unicode)" in comment.
16263
16264         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16265         comment.
16266         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16267
16268         * mm-view.el (mm-fill-flowed): Add :version.
16269
16270 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16273         and load-path.
16274
16275 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16276
16277         * message.el: Autoload gmm-image-load-path.
16278         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16279         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16280         consitency.
16281
16282         * gmm-utils.el (gmm-image-load-path): Also search in
16283         "../etc/images".  Don't set gmm-image-load-path if we don't find
16284         the image.
16285
16286 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * gmm-utils.el (gmm-image-load-path): Don't make
16289         `gmm-image-load-path' include subdirectories which the second arg
16290         `image' might specify.
16291
16292         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16293         subdirectory to icon file names.
16294
16295         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16296
16297 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16300         gmm-image-load-path calls.
16301
16302         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16303
16304         * message.el (message-make-tool-bar): Ditto.
16305
16306         * mml.el (mml-preview): Add comment concerning tool bar icons.
16307
16308         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16309         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16310
16311         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16312         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16313
16314         * message.el (message-tool-bar-gnome): Use new icon names.
16315         (message-make-tool-bar): Use `gmm-image-load-path'.
16316
16317         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16318         New functions from MH-E.
16319         (gmm-image-load-path): New variable from MH-E.
16320         (gmm-image-load-path): New function from MH-E.  Add arguments
16321         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16322         *-image-load-path-called-flag.
16323
16324 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16325
16326         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16327
16328 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16329
16330         * nnimap.el (nnimap-request-move-article): Change folder back to
16331         source group before deleting.
16332
16333 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16334
16335         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16336
16337         * gnus-art.el (mm-url-insert-file-contents-external):
16338         Autoload mm-url.
16339
16340         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16341
16342 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16345         coding system which mm-charset-to-coding-system returns for a
16346         given charset is valid.
16347
16348 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16349
16350         * html2text.el (html2text-remove-tag-list):
16351         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16352
16353 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16354
16355         * gnus-cus.el: Revert 2005-10-17 change.
16356
16357 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * gnus-art.el (article-strip-banner):
16360         Call article-really-strip-banner only when the regexp match is made.
16361
16362 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * gnus-art.el (article-strip-banner):
16365         Use gnus-extract-address-components instead of
16366         mail-header-parse-addresses to make it work with non-ASCII text;
16367         remove mail-encode-encoded-word-string.
16368
16369         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16370         values which are surrounded with \"...\"; make it never cause a
16371         Lisp error; give up parsing of parameters if it failed in
16372         extracting type.
16373
16374 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16375
16376         * smime.el (smime-cert-by-ldap-1): Fix bug where
16377         `smime-ldap-search' returns results without userCertificates.
16378
16379 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16382
16383 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16384
16385         * spam.el (spam-check-spamassassin-headers): Adapt format for
16386         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16387         <ari@mbf.ocn.ne.jp>.
16388         (spam-list-of-processors): Add spam-use-gmane.
16389
16390 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16393         make-temp-file; make it work with XEmacs as well.
16394
16395         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16396         mm-make-temp-file.
16397
16398         * mm-decode.el (mm-display-external): Use the 3rd arg of
16399         mm-make-temp-file.
16400         (mm-create-image-xemacs): Ditto.
16401
16402 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16405         with message-narrow-to-headers.
16406         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16407         (gnus-draft-check-draft-articles): New function.
16408         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16409
16410 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16411
16412         * gnus-art.el (gnus-article-browse-html-parts):
16413         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16414         Don't use suffix argument for mm-make-temp-file for Emacs 21
16415         compatibility.  Remove useless `format'.
16416
16417 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16418
16419         * nnweb.el (nnweb-google-wash-article): Update regexps.
16420         (nnweb-group-alist): Use defvoo instead of defvar.
16421
16422 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16425         re-loading nn* modules.
16426
16427 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16428
16429         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16430         for `tool-bar-mode' and don't check it's default-value.
16431
16432         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16433
16434         * message.el (message-make-tool-bar): Ditto.
16435
16436         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16437         `substring'.  Shorten tmp-file name.
16438
16439         * gnus.el: Remove bogus comment.
16440
16441 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16442
16443         * gnus-art.el (gnus-article-browse-html-parts): New function.
16444         (gnus-article-browse-html-article): New function for viewing html
16445         articles with a browser.
16446
16447 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16448
16449         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
16450         in elisp.
16451         (pgg-gpg-encrypt-symmetric-region): Ditto.
16452         (pgg-gpg-sign-region): Ditto.
16453
16454         * pgg-def.el (pgg-text-mode): New variable.
16455
16456         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16457         (mml2015-pgg-encrypt): Ditto.
16458
16459         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16460         (mml1991-pgg-encrypt): Ditto.
16461
16462 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * nnfolder.el (nnfolder-insert-newsgroup-line):
16465         Use message-make-date instead of current-time-string.
16466
16467         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16468         to gnus-decoded which mm-uu might set.
16469
16470 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16473         don't decode quoted parameters; remove misimported Emacs code.
16474         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16475         (rfc2231-decode-encoded-string): Don't use split-string which
16476         behaves differently according to Emacs version; use
16477         mm-decode-coding-region to convert charset to coding-system.
16478         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16479         (rfc2231-encode-string): Remove misimported Emacs code.
16480
16481 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16484         when calling mail-header-parse-content-type.
16485         (article-de-quoted-unreadable): Ditto.
16486         (article-de-base64-unreadable): Ditto.
16487         (article-wash-html): Ditto.
16488
16489         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16490         calling mail-header-parse-content-type and
16491         mail-header-parse-content-disposition.
16492         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16493         mail-header-parse-content-type.
16494
16495         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16496         insert charset and format parameters; encode description after
16497         inserting it to buffer.
16498         (mml-insert-parameter): Fold lines properly even if a parameter is
16499         segmented into two or more lines; change the max column to 76.
16500
16501         * rfc1843.el (rfc1843-decode-article-body): Don't use
16502         ignore-errors when calling mail-header-parse-content-type.
16503
16504         * rfc2231.el (rfc2231-parse-string): Return at least type if
16505         possible; don't cause an error even if it fails in parsing of
16506         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16507         (rfc2231-encode-string): Don't break lines at the beginning, leave
16508         it to mml-insert-parameter.
16509
16510         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16511         calling mail-header-parse-content-type.
16512
16513 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16514
16515         * spam-report.el (spam-report-gmane-use-article-number):
16516         Improve doc string.
16517         (spam-report-gmane-internal): Check if a suitable header was found
16518         in the article.
16519
16520 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16523         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16524
16525 2006-02-05  Romain Francoise  <romain@orebokech.com>
16526
16527         Update copyright notices of all files in the gnus directory.
16528
16529 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16530
16531         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16532
16533 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16536         segmented lines of parameter value to cope with Thunderbird 1.5
16537         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16538         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16539         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16540
16541 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16542
16543         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16544         parts.
16545
16546 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16547
16548         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16549         there's only one active file for all servers.
16550         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16551         solid groups.  Gnus might have used a FAST request to select the group.
16552         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16553         and nnweb-search redundantly in the active file.
16554         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16555         (nnweb-request-create-group): Don't use ARGS.
16556         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16557         initializations.  Let nnoo do the work.
16558
16559 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16562         Say the part has been decoded.
16563
16564         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16565
16566 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16567
16568         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16569         mailcap-viewer-test-cache when there's no 'test clause, since that
16570         will invert the meaning of a "nil" test previously determined by
16571         mailcap-mailcap-entry-passes-test.
16572
16573 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16576         compiling.
16577
16578         * gnus-sum.el: Ditto.
16579
16580         * message.el: Don't bind tool-bar-map when compiling.
16581
16582 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16583
16584         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16585
16586 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16587
16588         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16589         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16590         current Google Groups.
16591
16592 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16593
16594         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16595         and tool-bar-mode.
16596
16597         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16598         and tool-bar-mode.
16599
16600         * message.el (message-tool-bar-update): Simplify.
16601         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16602
16603         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16604         gnus-summary-buffer.
16605         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16606         gnus-summary-reply.
16607
16608         * gmm-utils.el (gmm): Add :version.
16609
16610 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * Makefile.in (clean): New rule.
16613         (distclean): Use it.
16614
16615 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16616
16617         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16618         Don't autoload.
16619
16620 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * gmm-utils.el (gmm-verbose): Add :group.
16623
16624 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * message.el: Change some comments WRT tool-bars.
16627
16628         * gnus-sum.el (gnus-summary-tool-bar)
16629         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16630         (gnus-summary-tool-bar-zap-list): New variables.
16631         (gnus-summary-make-tool-bar): Complete rewrite using
16632         `gmm-tool-bar-from-list'.
16633
16634         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16635         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16636         New variables.
16637         (gnus-group-make-tool-bar): Complete rewrite using
16638         `gmm-tool-bar-from-list'.
16639         (gnus-group-tool-bar-update): New function.
16640
16641         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16642
16643 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16646         is dissected into a single part of which the type is the same as
16647         the given one; decode charset.
16648
16649 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16650
16651         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16652         into alists as symbol not string, since that's what
16653         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16654         look for.
16655
16656 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16657
16658         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16659         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16660
16661         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16662
16663 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
16666         (gnus-xmas-mime-security-button-menu): New function.
16667
16668         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16669         (gnus-mime-security-button-menu): New definition.
16670         (gnus-mime-security-button-map): Use them.
16671         (gnus-mime-security-button-menu): New function.
16672         (gnus-insert-mime-security-button): Addition to help echo.
16673         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16674         (gnus-mime-security-pipe-part): New functions.
16675
16676         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16677         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16678
16679         * mm-decode.el (mm-handle-set-disposition): Remove.
16680         (mm-handle-set-description): Remove.
16681
16682 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16685         (mm-w3m-standalone-supports-m17n-p): New function.
16686         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16687         w3m usage.
16688
16689         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16690         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16691
16692 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * message.el (message-tool-bar-zap-list):
16695         Use gmm-tool-bar-zap-list as custom type.
16696         (message-tool-bar-update): New function.
16697         (message-tool-bar, message-tool-bar-gnome)
16698         (message-tool-bar-retro): Add message-tool-bar-update.
16699         (message-tool-bar-gnome): Add flyspell-buffer.
16700
16701         * gnus-util.el (gnus-error): Describe `args'.
16702
16703         * gmm-utils.el (gmm-error): Describe `args'.
16704         (gmm-tool-bar-zap-list): New widget.
16705         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16706
16707 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16710         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16711         the number of recursive calls.
16712
16713         * mm-decode.el (mm-handle-set-disposition): New macro.
16714         (mm-handle-set-description): New macro.
16715
16716 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16719         encoding.
16720
16721 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * message.el (message-tool-bar-zap-list, message-tool-bar)
16724         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16725         (message-tool-bar-local-item-from-menu): Remove.
16726         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16727         (message-make-tool-bar): New function.
16728         (message-mode): Use `message-make-tool-bar'.
16729
16730         * gmm-utils.el: New file.
16731         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16732         (gmm-lazy): New widget copied from `nnmail.el'.
16733         (gmm-tool-bar-from-list): New function for creating customizable
16734         tool bars.
16735         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16736         output.
16737         (gmm): Add :prefix to defgroup.
16738
16739 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16740
16741         * gmm-utils.el (gmm-widget-p): New function.
16742
16743 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16744
16745         * mml.el (mml-attach-file): Describe `description' in doc string.
16746         (mml-menu): Add Emacs MIME manual and PGG manual.
16747
16748 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16749
16750         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16751
16752 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16753
16754         * nntp.el (nntp-end-of-line): Doc fix.
16755
16756 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16757
16758         * imap.el (imap-open): Handle case where buffer is a buffer
16759         object.
16760
16761 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16762
16763         * gnus-delay.el (gnus-delay): Don't autoload.
16764         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16765         to be re-loaded when customizing the `gnus-delay' group.
16766
16767 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16768
16769         * message.el (message-insert-citation-line): Use newlines.
16770
16771 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16772
16773         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16774         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16775         these routines, so the passphrase can be managed externally and
16776         passed in to the system.
16777         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16778         pgg-add-passphrase-to-cache function.
16779
16780         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16781         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16782         these routines, so the passphrase can be managed externally and
16783         passed in to the system.
16784         (pgg-pgp5-sign-region): Use new name of
16785         pgg-add-passphrase-to-cache function.
16786
16787 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16788
16789         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16790         part of the decoded armor to find the key-identifier.
16791         (pgg-gpg-lookup-key-owner): New function to return the
16792         human-readable identifier of a key owner.
16793         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16794         itself.
16795         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16796         the key value) if we have a key and can match it against a secret
16797         key.  Also, added a note pointing out fact that the prompt only
16798         indicates the first matching key.
16799
16800         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16801         pgg-decrypt-region.
16802         (pgg-add-passphrase-to-cache): Rename from
16803         `pgg-add-passphrase-cache' to reduce confusion (all callers
16804         changed).
16805         (pgg-remove-passphrase-from-cache): Rename from
16806         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16807         changed).
16808         (pgg-read-passphrase, pgg-add-passphrase-cache)
16809         (pgg-remove-passphrase-cache): Add informative docstrings.
16810         (pgg-decrypt): Convey provided passphrase in subordinate call to
16811         pgg-decrypt-region.
16812
16813 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16814
16815         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16816         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16817         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16818         'passphrase' argument, so the passphrase can be managed externally
16819         and then passed in to the system.
16820
16821         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16822         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16823         so the passphrase cache can be used reliably with identifiers
16824         besides a pgp packet's key id.
16825
16826         * pgg-gpg.el (pgg-gpg-encrypt-region)
16827         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16828         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16829         these routines, so the passphrase can be managed externally and
16830         passed in to the system.
16831
16832         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16833         'notruncate' argument, so the passphrase cache can be used
16834         reliably with identifiers besides a pgp packet's key id.
16835
16836 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16837
16838         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16839         symmetric encryption.
16840         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16841         encrypted session key.
16842         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16843         message ask for the passphrase in a proper way.
16844
16845         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16846         New user commands for symmetric encryption.
16847
16848 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16851
16852         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16853
16854 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16855
16856         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16857
16858 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * mm-decode.el (mm-inlined-types): Add application/pgp.
16861         (mm-automatic-display): Ditto.
16862
16863         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16864         part as text.
16865
16866 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * nnrss.el: Update copyright.
16869         (nnrss-opml-import): Query whether to subscribe to each entry.
16870
16871         * gnus-art.el:
16872         * gnus-sum.el:
16873         * gnus-xmas.el:
16874         * messagexmas.el:
16875         * mm-uu.el:
16876         * mm-view.el: Update copyright.
16877
16878 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * message.el (message-info): New function.
16881         (message-mode-menu): Add it.
16882         Update copyright.
16883
16884         * ChangeLog: Fix and update copyright.
16885
16886 2006-01-13  Romain Francoise  <romain@orebokech.com>
16887
16888         * message.el (message-forward-subject-name-subject): Prefer the
16889         address to 'nowhere' if the sender has no name.
16890         Fix typo.  Update copyright year.
16891
16892 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * gnus-art.el (article-wash-html):
16895         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16896         (gnus-article-wash-html-with-w3m-standalone): New function.
16897
16898         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16899         mm-inline-text-html-render-with-w3m-standalone.
16900         (mm-text-html-washer-alist): Map w3m-standalone to
16901         gnus-article-wash-html-with-w3m-standalone.
16902         (mm-inline-text-html-render-with-w3m-standalone): New function.
16903
16904 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16905
16906         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16907         Improve LaTeX.
16908
16909 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16912         (nnrss-request-article): Render text/plain parts as HTML.
16913
16914         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16915         the buffer.
16916
16917 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16918
16919         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16920         custom definition of `gnus-posting-styles'.
16921
16922         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16923         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16924
16925 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16926
16927         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16928         Use nntp for bug archive.
16929
16930 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16933         parts.
16934         (nnrss-normalize-date): New function converts ISO 8601 date into
16935         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16936         (nnrss-check-group): Use it.
16937
16938 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16941
16942         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16943         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16944         (nnrss-insert-w3): Ditto.
16945
16946 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16949         the articles to be forwarded including the case where neither a
16950         number of articles nor a region is specified.
16951
16952 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * nnrss.el (nnrss-request-article): Fix last change; fill
16955         text/plain parts.
16956
16957 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16960         in text/plain part.
16961         (nnrss-check-group): Don't add excessive newline to dc:subject.
16962
16963 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16964
16965         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16966         article.
16967
16968 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16969
16970         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16971         (nnml-use-compressed-files, nnml-save-mail): Support other
16972         comression programs such as bzip2.
16973
16974 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16975
16976         * dns.el (query-dns): Make sure we check the buffer size before
16977         removing tcp headers.
16978
16979 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16982         remove MIME buttons associated with multipart/alternative parts.
16983         (gnus-mime-display-alternative): Tag buttons using `article-type'
16984         text property.
16985
16986         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16987         associated with multipart/alternative parts.
16988
16989         * gnus-art.el (gnus-signature-separator): Fix custom type.
16990
16991         * mm-decode.el (mm-inlined-types): Fix custom type.
16992         (mm-keep-viewer-alive-types): Ditto.
16993         (mm-automatic-display): Ditto.
16994         (mm-attachment-override-types): Ditto.
16995         (mm-inline-override-types): Ditto.
16996         (mm-automatic-external-display): Ditto.
16997
16998 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16999
17000         * spam-report.el (spam-report-user-mail-address)
17001         (spam-report-user-agent): New variables.
17002         (spam-report-url-ping-plain): Use spam-report-user-agent.
17003
17004 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17005
17006         * gnus-art.el (gnus-button-handle-custom): Do not just use
17007         `customize-apropos' for any "M-x customize-*" button but the
17008         function called for.  Accept both the function name and its
17009         argument in order to achieve this.
17010         (gnus-button-alist): Remove support for "custom:" URL's.
17011         Pass function name to `gnus-button-handle-custom' in case of "M-x
17012         customize-*" buttons.
17013
17014 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17017         multipart/alternative and add xref to mm-discouraged-alternatives
17018         in doc string.
17019
17020         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17021         gnus-buttonized-mime-types in doc string.
17022
17023 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17024
17025         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17026         Suggest image/.* in the doc string.
17027
17028 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17029
17030         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17031         message-marks (Debian bug #342521).
17032
17033 2005-12-12  Simon Josefsson  <jas@extundo.com>
17034
17035         * password.el (password-read-from-cache): Add.
17036         (password-read): Use it.
17037
17038 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * rfc2047.el (rfc2047-charset-to-coding-system):
17041         Recognize us-ascii as a MIME charset.
17042
17043         * mm-bodies.el (mm-decode-content-transfer-encoding):
17044         Protect against the case where the 2nd arg TYPE is nil.
17045
17046 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17047
17048         * pop3.el (pop3-stream-type): Fix custom version.
17049
17050         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17051
17052 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17053
17054         * mm-decode.el (mm-display-external): Add missing cdr.
17055
17056 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17059         RFC1524) if it is in mailcap or add a suffix according to
17060         mailcap-mime-extensions when generating a temp filename; postpone
17061         deleting a temp file for 2 seconds for some wrappers, shell
17062         scripts, and so on, which might exit right after having started a
17063         viewer command as a background job.
17064
17065 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17066
17067         * nntp.el (nntp-marks-directory): Fix custom group.
17068
17069         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17070         steps when < 10.
17071
17072         * gnus-start.el (gnus-no-server-1):
17073         Mention `gnus-level-default-subscribed' in doc string.
17074
17075 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17076
17077         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17078         parens.
17079
17080 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * gnus-xmas.el (gnus-use-toolbar): Revert.
17083         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17084         gnus-use-toolbar is default.
17085
17086         * messagexmas.el (message-use-toolbar): Revert.
17087         (message-setup-toolbar): Use global default-toolbar if
17088         message-use-toolbar is default.
17089
17090 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17093         according to default-toolbar-visible-p.
17094
17095         * messagexmas.el (message-use-toolbar): Ditto.
17096
17097 2005-11-26  Dave Love  <fx@gnu.org>
17098
17099         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17100         (tls-program, tls-success): Provide openssl alternative.
17101
17102         * starttls.el: Doc fixes.
17103         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17104         SERVICE to PORT.
17105
17106         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17107         port null or service name.
17108         (starttls-negotiate): Autoload.
17109
17110 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * message.el (message-kill-to-signature): Fix interactive spec.
17113
17114 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * pop3.el (pop3-open-server): Recognize a string as a service name.
17117
17118 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17119
17120         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17121
17122 2005-11-23  Dave Love  <fx@gnu.org>
17123
17124         Add pop3s, pop3/starttls.
17125
17126         * pop3.el (pop3-authentication-scheme): Clarify doc.
17127         (open-tls-stream, starttls-open-stream): Autoload.
17128         (pop3-stream-type): New.
17129         (pop3-open-server): Use it.
17130
17131         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17132         for POP.
17133         (mail-source-keyword-map): Add :stream for POP.
17134         (mail-source-fetch-pop): Use pop3-stream-type.
17135
17136 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17139         of current-time-string.
17140
17141 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17142
17143         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17144         date header.
17145
17146 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17147
17148         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17149         it can seriously impact performance as it bypasses the agent's
17150         local caches.
17151
17152 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17153
17154         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17155         must be explicitly online rather than "not explicitly offline" for
17156         its flags to be synchronized.
17157
17158         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17159         that gnus-uu-unmark-thread will function correctly.
17160
17161         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17162         1024K is instead displayed as 1M.
17163
17164 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17165
17166         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17167
17168 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17169
17170         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17171
17172 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17173
17174         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17175         error message to display actual error condition.
17176         (gnus-agent-save-local): Avoid saving symbols that are bound to
17177         nil as they simply result in a warning message in
17178         gnus-agent-read-local.
17179
17180 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17183         rather than make-variable-buffer-local for file-precious-flag.
17184
17185 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17186
17187         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17188         for duplicates which are removed.  The invalid sort check then
17189         triggers a rescan after the sort as sorting may have moved
17190         duplicate entries such that they can be cheaply detected.
17191
17192 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17195
17196 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17197
17198         * gnus-agent.el (gnus-agent-article-alist-save-format):
17199         Change internal variable to a custom variable.  Change default value
17200         from compressed(2) to uncompressed(1).
17201         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17202         support for uncompressed agentview files.  Taken together, reading
17203         the agentview file should now be 6-7 times faster.
17204
17205 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17206
17207         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17208         as a buffer-local variable.  This avoids creating truncated
17209         dribble files as a result of a hang up, eg.
17210
17211 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17212
17213         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17214         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17215         XEmacs.
17216
17217 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17218
17219         * gnus-start.el (gnus-start-draft-setup):
17220         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17221
17222         * gnus.el (gnus-splash): Change custom group.
17223         (gnus-group-get-parameter, gnus-group-parameter-value):
17224         Describe allow-list argument.
17225
17226         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17227         string.
17228
17229 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * gnus-art.el (gnus-default-article-saver): Add user-defined
17232         `function' to custom type.
17233
17234 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17235
17236         * imap.el (imap-open): Handle case where buffer is a buffer
17237         object.
17238
17239 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17242         long lines.
17243         (gnus-cache-delete-group): Wrap doc strings.
17244
17245         * gnus-agent.el (gnus-agent-rename-group)
17246         (gnus-agent-delete-group): Wrap doc strings.
17247
17248 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * messagexmas.el (message-use-toolbar): Change the valid values
17251         into default, top, bottom, left, and right.
17252         (message-toolbar-thickness): New variable.
17253         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17254         well.
17255         (message-setup-toolbar): Make it work.
17256
17257         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17258         (gnus-use-toolbar): Change the valid values into default, top,
17259         bottom, left, and right.
17260         (gnus-toolbar-thickness): New variable.
17261         (gnus-xmas-setup-toolbar): New function.
17262         (gnus-xmas-setup-group-toolbar): Use it.
17263         (gnus-xmas-setup-summary-toolbar): Use it.
17264
17265 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17266
17267         * gnus-start.el (gnus-1): Add "native" to
17268         gnus-predefined-server-alist.
17269
17270         * gnus.el (gnus-method-to-server): Don't add "native" to the
17271         lists here, because that leads to problems when
17272         gnus-select-method is bound.
17273
17274 2005-11-09  Simon Josefsson  <jas@extundo.com>
17275
17276         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17277         use (not sort-by-date) instead.
17278
17279 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17280
17281         * gnus-delay.el (gnus-delay-group): Don't autoload.
17282         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17283         to be re-loaded when customizing the `gnus-delay' group.
17284
17285 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17286
17287         * message.el: Revert last changes.
17288         (message-insert-citation-line): Use newlines.
17289
17290 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17291
17292         * message.el (message-courtesy-message)
17293         (message-mark-insert-begin, message-mark-insert-end)
17294         (message-elide-ellipsis, message-cancel-message)
17295         (message-add-header, message-change-subject)
17296         (message-cross-post-followup-to-header)
17297         (message-cross-post-insert-note, message-reduce-to-to-cc)
17298         (message-widen-reply, message-delete-not-region)
17299         (message-kill-to-signature, message-insert-signature)
17300         (message-insert-importance-high, message-insert-importance-low)
17301         (message-insert-or-toggle-importance)
17302         (message-insert-disposition-notification-to)
17303         (message-indent-citation, message-yank-original)
17304         (message-cite-original-without-signature, message-cite-original)
17305         (message-insert-citation-line, message-position-on-field)
17306         (message-fix-before-sending, message-send-mail-partially)
17307         (message-send-mail, message-send-mail-with-sendmail)
17308         (message-send-mail-with-qmail, message-send-news)
17309         (message-check-news-header-syntax, message-generate-headers)
17310         (message-insert-courtesy-copy, message-fill-address)
17311         (message-fill-header, message-shorten-references)
17312         (message-setup-1, message-cancel-news)
17313         (message-forward-make-body-plain, message-forward-make-body-mime)
17314         (message-forward-make-body-mml, message-encode-message-body)
17315         (message-forward-make-body-digest-plain)
17316         (message-forward-make-body-digest-mime)
17317         (message-use-alternative-email-as-from): Insert `hard-newline'
17318         instead of ordinary newlines.
17319
17320 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * message.el (message-generate-headers): Downcase the argument
17323         given to message-check-element.
17324
17325 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17326
17327         * nntp.el (nntp-authinfo-rejected): New error condition.
17328         (nntp-wait-for): Use new error condition to signal authentication
17329         error.
17330         (nntp-retrieve-data): Rethrow new error condition to break out of
17331         recursive call to nntp-send-authinfo.
17332
17333 2005-11-08  Romain Francoise  <romain@orebokech.com>
17334
17335         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17336         (gnus-summary-exit-map): Bind to `Z p'.
17337         (gnus-summary-make-menu-bar): Add menu item.
17338
17339 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17340
17341         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17342         (gnus-treat-*): Add `first' in all doc strings.
17343
17344         * gnus-group.el (gnus-group-compact-group): Fix typo.
17345
17346 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * gnus.el (gnus-parameters-case-fold-search): New variable.
17349         (gnus-parameters-get-parameter): Use it.
17350
17351         * gnus-score.el (gnus-home-score-file): Doc fix.
17352
17353 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17354
17355         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17356
17357 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * mm-util.el (mm-special-display-p): New function.
17360
17361         * mml.el (mml-preview): Use it; doc fix.
17362
17363 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17364
17365         * imap.el (imap-open): Handle case where buffer is a buffer object.
17366
17367 2005-10-29  Romain Francoise  <romain@orebokech.com>
17368
17369         * message.el (message-fix-before-sending): Fix comment.
17370
17371 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17372
17373         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17374
17375 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17376
17377         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17378         Used in gnus-score.el.
17379
17380 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17381
17382         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17383
17384 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17385
17386         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17387         whitespace removed in revision 7.8.  Use concatenated string to
17388         protect trailing whitespace.
17389
17390 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17391
17392         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17393         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17394         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17395         Courier IMAP ("some version from 2004").  Mostly based on similar
17396         code in the same function.
17397
17398 2005-10-26  Didier Verna  <didier@xemacs.org>
17399
17400         * gnus-group.el (gnus-group-compact-group): Invalidate original
17401         article buffer.
17402         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17403         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17404         NOV database and in article itself.
17405         Invalidate article backlog.
17406
17407 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17408
17409         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17410
17411 2005-10-26  Simon Josefsson  <jas@extundo.com>
17412
17413         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17414         part of 2004-07-25 change.
17415
17416 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * message.el (message-display-completion-list): New function.
17419         (message-expand-group): Use it; make sure the Completions buffer
17420         is modifiable.
17421 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17422
17423         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17424         user-mail-name is an empty string.
17425
17426 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17427
17428         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17429         depending on gnus-score-decay-constant.
17430
17431         * encrypt.el (encrypt-insert-file-contents)
17432         (encrypt-write-file-contents): Don't use `gnus-message'.
17433
17434         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17435         arguments.
17436         (mm-uu-type-alist): Add message-marks and insert-marks.
17437         Pass arguments to mm-uu-verbatim-marks-extract.
17438         (mm-uu-hide-markers): New variable.
17439         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17440
17441         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17442         (gnus-convert-image-to-face-command): Use "convert" by default to
17443         allow other input image formats.
17444         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17445         accordingly.
17446
17447 2005-10-23  Simon Josefsson  <jas@extundo.com>
17448
17449         * imap.el (imap-gssapi-program): Align command line parameters
17450         with latest GNU SASL.
17451         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17452
17453 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17454
17455         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17456         HTML.
17457         (nnslashdot-request-article): Ditto.
17458
17459         * lpath.el (featurep): Add nobreak-char-display.
17460
17461 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17462
17463         * mail-source.el (mail-source-fetch-pop): Require pop3.
17464         (mail-source-check-pop): Ditto.
17465
17466 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17469         errors.
17470
17471 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17472
17473         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17474         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17475
17476         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17477
17478         * mm-bodies.el (mm-decode-string):
17479         Call `mm-charset-to-coding-system' with allow-override argument.
17480
17481 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17484         (rfc2047-charset-to-coding-system): New function.
17485         (rfc2047-decode-encoded-words): New function.
17486         (rfc2047-decode-region): Use them.
17487         (rfc2047-decode-cte): Remove.
17488         (rfc2047-parse-and-decode): Remove.
17489         (rfc2047-decode): Remove.
17490
17491 2005-10-15  Kenichi Handa  <handa@m17n.org>
17492
17493         * rfc2047.el (rfc2047-decode-cte): New function.
17494         (rfc2047-decode-region): Change the way to decode successive
17495         encoded-words: decode B- or Q-encoding in each encoded-word,
17496         concatenate them, and decode it as charset.
17497
17498 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * lpath.el: Fbind codepage-setup for XEmacs.
17501
17502 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17503
17504         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17505         widget-move-and-invoke.
17506         (gnus-custom-mode): Use gnus-custom-map.
17507
17508 2005-10-15  Bill Wohler  <wohler@newt.com>
17509
17510         * message.el (message-tool-bar-map): Rename image file from
17511         mail_send to mail/send.
17512
17513 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17514
17515         * message.el (message-expand-group): Pass the common
17516         prefix substring of completion to `display-completion-list'.
17517
17518 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17519
17520         * mml-sec.el (mml-secure-method): New internal variable.
17521         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17522         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17523         New functions using mml-secure-method.
17524
17525         * mml.el (mml-mode-map): Add key bindings for those functions.
17526         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17527         Harder <harder@myrealbox.com>.
17528         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17529         Goto end of message if point is the headers of the message.
17530
17531         * message.el (message-in-body-p): New function.
17532
17533         * assistant.el: Autoload gnus-util and netrc.
17534
17535         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17536         Use `mm-charset-override-alist' only when decoding.
17537
17538         * mm-bodies.el (mm-decode-body):
17539         Call `mm-charset-to-coding-system' with allow-override argument.
17540
17541         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17542         `filename' from Content-Disposition if Content-Type doesn't
17543         provide `name'.
17544         (gnus-mime-view-part-as-type): Set default instead of
17545         initial-input.
17546
17547 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17548
17549         * format-spec.el (format-spec): Propagate text properties of % spec.
17550
17551 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17552
17553         * gnus-art.el (gnus-treat-predicate): Add `first'.
17554
17555 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17556
17557         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17558         (mm-charset-override-alist): New variable.
17559         (mm-charset-to-coding-system): Use it.
17560         (mm-codepage-setup): New helper function.
17561         (mm-charset-eval-alist): New variable.
17562         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17563         Warn about unknown charsets.
17564
17565         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
17566
17567 2005-10-04  David Hansen  <david.hansen@gmx.net>
17568
17569         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17570         (nnrss-check-group): Ditto.
17571
17572 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17573
17574         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17575         Rename x-gnus-verbatim to x-verbatim.
17576         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17577
17578         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17579         x-verbatim.
17580
17581         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17582
17583         * gnus-util.el (gnus-remove-duplicates): Remove.
17584
17585         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17586         instead of gnus-remove-duplicates.
17587
17588         * message.el (message-remove-duplicates): Remove.
17589         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17590         message-remove-duplicates.
17591
17592         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17593         available, else use implementation from `delete-dups'.
17594
17595         * message.el (message-insert-expires): New function.
17596         (message-mode-map): Add key binding.
17597         (message-mode-field-menu): Add menu entry.
17598         (message-mode): Document it.
17599         (message-make-expires-date): Use `message-make-date'.
17600
17601 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17602
17603         * message.el (message-make-expires-date): New function.
17604
17605 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * Makefile.in (list-installed-shadows): New entry.
17608         (install): Use it.
17609         (remove-installed-shadows): New entry.
17610
17611         * dgnushack.el (dgnushack-default-load-path): New variable.
17612         (dgnushack-find-lisp-shadows): New function.
17613         (dgnushack-remove-lisp-shadows): New function.
17614
17615 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * Makefile.in (install-el-elc): New entry.
17618         (install): Use it so that .el files are necessarily installed.
17619
17620 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17623
17624 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17625
17626         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17627         function rather than the diff-mode.el package.
17628         (mm-display-external): Use with-current-buffer.
17629         (mm-viewer-completion-map, mm-viewer-completion-map):
17630         Move initialization inside declaration.
17631
17632 2005-09-29  Simon Josefsson  <jas@extundo.com>
17633
17634         * spam.el: Load hashcash when compiling, to avoid warnings.
17635         Don't autoload mail-check-payment.
17636         (spam-check-hashcash): Define unconditionally, since hashcash.el
17637         is part of Gnus now.  Ignore errors from payment checking.
17638
17639 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17640
17641         * message.el (message-bold-region, message-unbold-region):
17642         Rename from `bold-region' and `unbold-region'.
17643
17644         * message.el: Remove useless autoloads.
17645
17646 2005-09-28  Simon Josefsson  <jas@extundo.com>
17647
17648         * message.el (message-use-idna): Default to t.
17649         (message-use-idna): Test whether encoding works too.  Doc fix.
17650
17651 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * nntp.el (nntp-warn-about-losing-connection): Remove.
17654
17655 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17656
17657         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17658         customizable.  Change default value.
17659         (mm-uu-diff-groups-regexp): Change default value.
17660         (mm-uu-type-alist): Add doc string.
17661         (mm-uu-configure): Add doc string.  Make it interactive.
17662         (mm-uu-tex-groups-regexp): New variable.
17663         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17664         (mm-uu-type-alist): Add LaTeX documents.
17665         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17666         of "text/verbatim".
17667         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17668
17669         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17670         instead of "text/verbatim".
17671
17672         * message.el (message-mark-inserted-region)
17673         (message-mark-insert-file): Use slrn style marks when called with
17674         prefix argument.
17675
17676 2005-09-27  Simon Josefsson  <jas@extundo.com>
17677
17678         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17679
17680 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17681
17682         * message.el (message-remove-duplicates): New function.
17683         Implementation borrowed from `gnus-remove-duplicates'.
17684         (message-idna-to-ascii-rhs): Also encode idna addresses in
17685         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17686         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17687         only ask about the same idna domain once per header and also tell
17688         in what header to replace the idna domain.
17689
17690         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17691         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17692         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17693         a header is decoded and not just the last one.
17694
17695 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17698         has been decoded.
17699
17700         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17701         (mm-insert-part): Don't modify text if it has been decoded.
17702
17703         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17704         decoded.
17705
17706         * mm-view.el (mm-inline-text): Don't strip text props unless
17707         decoding enriched or richtext parts.
17708
17709 2005-09-25  Romain Francoise  <romain@orebokech.com>
17710
17711         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17712         * gnus-start.el (gnus-subscribe-interactively):
17713         * gnus-uu.el (gnus-uu-grab-articles):
17714         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17715         space.
17716
17717 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17718
17719         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17720         * mm-view.el (mm-view-pkcs7-decrypt):
17721         * gnus-sum.el (gnus-summary-limit-to-extra)
17722         (gnus-summary-respool-article, gnus-read-move-group-name):
17723         * gnus-score.el (gnus-summary-increase-score):
17724         * gnus-util.el (gnus-completing-read-with-default):
17725         * gnus-art.el (gnus-read-save-file-name)
17726         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17727         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17728         * message.el (message-check-news-header-syntax):
17729         Follow convention for reading with the minibuffer.
17730
17731 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17732
17733         * spam-report.el (spam-report-url-ping-plain):
17734         Use gnus-extended-version as User-Agent.
17735
17736         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17737         default value is nil.
17738
17739         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17740         (mm-uu-verbatim-marks-extract): New function.
17741         (mm-uu-extract): New face.
17742         (mm-uu-copy-to-buffer): Use it.
17743
17744         * spam-report.el (spam-report-gmane-ham): Rename from
17745         `spam-report-gmane-unspam'.
17746         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17747         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17748
17749         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17750         Autoload.
17751         (spam-report-gmane-unregister-routine):
17752         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17753
17754 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17755
17756         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17757         (spam-report-gmane-unregister-routine): Add support for gmane
17758         unregistration.
17759
17760         * spam-report.el (spam-report-gmane-unspam)
17761         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17762         (spam-report-gmane): Change to take a single article and do unspam
17763         registration.
17764
17765 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17766
17767         * mm-url.el (mm-url-decode-entities): Fix regexp.
17768
17769 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17770
17771         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17772         default to nil, to be able to use Gnus at all.  If the default
17773         switches to something else, then the function should be fixed not
17774         be exceedingly slow.
17775
17776 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17777
17778         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17779         fail hard.
17780
17781         * spam-report.el: Add better Keywords line.
17782
17783         * spam.el: Add Maintainer and better Keywords line.
17784
17785 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17786
17787         * gnus-art.el (gnus-article-replace-part)
17788         (gnus-mime-replace-part): New functions.
17789         (gnus-mime-action-alist, gnus-mime-button-commands)
17790         (gnus-mime-save-part-and-strip): Add file argument.
17791         (gnus-article-part-wrapper): Add interactive argument.
17792
17793         * gnus-sum.el (gnus-summary-mime-map):
17794         Add `gnus-article-replace-part'.
17795
17796 2005-09-19  Didier Verna  <didier@xemacs.org>
17797
17798         The nnml compaction feature:
17799         * nnml.el (nnml-request-compact-group): New function.
17800         * nnml.el (nnml-request-compact): New function.
17801         * gnus-int.el (gnus-request-compact-group): New function.
17802         * gnus-int.el (gnus-request-compact): New function.
17803         * gnus-group.el (gnus-group-compact-group): New function.
17804         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17805         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17806         * gnus-srvr.el (gnus-server-compact-server): New function.
17807         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17808         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17809
17810 2005-09-18  Deepak Goel  <deego@gnufans.org>
17811
17812         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17813         format spec.
17814
17815 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17818
17819 2005-09-15  Romain Francoise  <romain@orebokech.com>
17820
17821         * message.el (message-fill-paragraph): Clarify docstring.
17822
17823 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * gnus-art.el (gnus-mime-display-part): Protect against broken
17826         MIME messages.
17827
17828 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17831         before parsing header.
17832
17833 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17834
17835         * html2text.el (html2text-replace-list): Add new entities.
17836
17837 2005-09-11  Romain Francoise  <romain@orebokech.com>
17838
17839         * message.el (message-alternative-emails): Improve docstring.
17840         (message-setup-1): Call `message-use-alternative-email-as-from'
17841         after `message-setup-hook' to give it precedence over posting
17842         styles, etc.
17843         (message-use-alternative-email-as-from): Add docstring.
17844         Remove the original From header if present.
17845
17846         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17847         (nnml-save-mail): Use it.
17848
17849         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17850         articles.  Add new argument `silent'.
17851         (gnus-uu-mark-all): Report the total number of marked articles.
17852
17853 2005-09-10  Romain Francoise  <romain@orebokech.com>
17854
17855         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17856         (gnus-uu-mark-series): Likewise.
17857
17858 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17859
17860         * spam-report.el (spam-report-gmane): Fix generation of spam
17861         report URL.
17862
17863 2005-09-10  Simon Josefsson  <jas@extundo.com>
17864
17865         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17866         t, based on discussion on the ding list with Robert Epprecht
17867         <epprecht@solnet.ch>.
17868
17869 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17870
17871         * spam-report.el (spam-report-gmane): Make it work without
17872         X-Report-Spam header.  Gmane now only provides Archived-At.
17873         This is only used if `spam-report-gmane-use-article-number' is nil.
17874         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17875
17876         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17877         make `gnus-summary-sort-by-recipient' work with threading.
17878
17879         * nnweb.el (nnweb-google-wash-article): Print a message if article
17880         is not available.
17881
17882 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17883
17884         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17885         change.  Decode text/* parts content before displaying.
17886
17887 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17888
17889         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17890
17891 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17894
17895         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17896         url-package-name, url-package-version,
17897         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17898         w3m-display-inline-images, and w3m-minor-mode-map.
17899
17900 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17901
17902         * message.el (message-tab-body-function): Fix mismatched custom type.
17903
17904         * gnus.el (gnus-group-change-level-function): Ditto.
17905
17906         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17907
17908         * gnus-art.el (gnus-signature-limit)
17909         (gnus-article-mime-part-function): Ditto.
17910
17911 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * mml.el (mml-mode): Silence the byte compiler.
17914
17915         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17916         using `(sit-for 0)' before moving the point to the specified part;
17917         skip unbuttonized parts.
17918         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17919         return to the summary window if gnus-auto-select-part is non-nil.
17920
17921 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17922
17923         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17924         New variables.
17925         (mml-dnd-attach-file, mml-mode): Use them.
17926
17927         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17928         Make fetching article by MID work again for Google Groups.
17929         Add FIXME concerning gnus-group-make-web-group.
17930
17931         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17932         Don't depend on Gnus by using mail-extract-address-components if
17933         gnus-extract-address-components is not bound.
17934
17935 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17936
17937         * gnus-art.el (gnus-mime-display-security): Don't display the
17938         signature, but only the signed part.
17939
17940 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17943
17944         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17945         list, not listp.
17946
17947 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17948
17949         * mm-encode.el (mm-encode-content-transfer-encoding):
17950         Likewise when encoding.
17951
17952         * mm-bodies.el (mm-decode-content-transfer-encoding):
17953         De-canonicalize CRLF for all text content types, not just
17954         text/plain.
17955
17956 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17959         valid article; point arrow and cursor at the MIME button.
17960
17961 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17964         Suggested by Dan Christensen <jdc@uwo.ca>.
17965
17966         * mm-decode.el (mm-save-part): Enable change of prompt.
17967
17968 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17969
17970         * gnus-msg.el (gnus-inews-add-send-actions):
17971         Make `message-post-method' lambda parameter ARG `&optional'.
17972
17973 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17974
17975         * gnus-sum.el (gnus-summary-mime-map):
17976         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17977         gnus-article-jump-to-part.
17978
17979         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17980         (gnus-article-edit-part): Use it.
17981         (gnus-article-part-wrapper): Add no-handle argument.
17982         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17983         New functions.
17984
17985 2005-08-29  Romain Francoise  <romain@orebokech.com>
17986
17987         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17988         docstring.
17989         (gnus-face-from-file): Likewise.
17990
17991 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17992
17993         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17994         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17995         non-nil.
17996         (gnus-auto-select-part): New variable.
17997         (gnus-article-jump-to-part): New function.
17998         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17999         (gnus-mime-delete-part): Allow selecting specified part after
18000         deleting or stripping parts.
18001         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18002         part if argument is bogus.
18003
18004 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18005
18006         * gnus-art.el (w3m-minor-mode-map):
18007         * gnus-spec.el (gnus-newsrc-file-version):
18008         * gnus-util.el (nnmail-active-file-coding-system)
18009         (gnus-original-article-buffer, gnus-user-agent):
18010         * gnus.el (gnus-ham-process-destinations)
18011         (gnus-parameter-ham-marks-alist)
18012         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18013         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18014         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18015         * mm-decode.el (gnus-current-window-configuration):
18016         * mm-extern.el (gnus-article-mime-handles):
18017         * mm-url.el (url-current-object, url-package-name)
18018         (url-package-version):
18019         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18020         (smime-keys, w3m-cid-retrieve-function-alist)
18021         (w3m-current-buffer, w3m-display-inline-images)
18022         (w3m-minor-mode-map):
18023         * mml-smime.el (gnus-extract-address-components):
18024         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18025         (gnus-newsrc-hashtb, message-default-charset)
18026         (message-deletable-headers, message-options)
18027         (message-posting-charset, message-required-mail-headers)
18028         (message-required-news-headers):
18029         * mml1991.el (mc-pgp-always-sign):
18030         * mml2015.el (mc-pgp-always-sign):
18031         * nnheader.el (nnmail-extra-headers):
18032         * rfc1843.el (gnus-decode-encoded-word-function)
18033         (gnus-decode-header-function, gnus-newsgroup-name):
18034         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18035
18036 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18037
18038         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18039         the end of the date treatments.
18040
18041 2005-08-15  Simon Josefsson  <jas@extundo.com>
18042
18043         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18044         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18045         Capello and Romain Francoise.
18046         (pgg-fetch-key-function): Remove, not used?
18047         (pgg-insert-url-with-w3): Require url, to get
18048         url-insert-file-contents regardless of where it is defined.
18049
18050 2005-08-13  Romain Francoise  <romain@orebokech.com>
18051
18052         * message.el (message-cite-original-1): New function.
18053         (message-cite-original): Use it.
18054         (message-cite-original-without-signature): Ditto.
18055
18056 2005-08-08  Romain Francoise  <romain@orebokech.com>
18057
18058         * message.el (message-yank-empty-prefix): New variable.
18059         (message-indent-citation): Use it.
18060         (message-cite-original-without-signature): Respect X-No-Archive.
18061
18062 2005-08-08  Simon Josefsson  <jas@extundo.com>
18063
18064         * pgg.el: Autoload url-insert-file-contents instead of loading
18065         w3/url.
18066         (pgg-insert-url-with-w3): Don't load url here.
18067
18068 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18069
18070         * message.el (message-kill-to-signature): Don't insert newline at
18071         bol.
18072         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18073
18074 2005-08-06  Romain Francoise  <romain@orebokech.com>
18075
18076         * message.el (message-user-fqdn): Fix typo in docstring.
18077
18078 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18079
18080         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18081
18082         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18083
18084 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * mm-bodies.el (mm-encode-body): Use coding system rather than
18087         charset to encode text.
18088
18089         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18090         number of charsets if utf-8 is available (XEmacs).
18091
18092 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18093
18094         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18095         taken from `gnus-button-mid-or-mail-regexp'.
18096         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18097         (gnus-button-alist): Improve regexp for domain part of the MIDs
18098         for news:localpart@domain buttons.
18099         (gnus-button-ctan-directory-regexp): Update.
18100
18101 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * sieve-manage.el (sieve-manage-interactive-login):
18104         Use make-local-variable rather than make-variable-buffer-local.
18105         (sieve-manage-open): Ditto.
18106         (sieve-manage-authenticate): Ditto.
18107
18108         * mml.el (mml-generate-mime-1): Make the content type default to
18109         text/plain if the filename is not specified.
18110
18111 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18114         instead of insert-buffer.
18115
18116         * message.el (message-yank-original): Ditto; set the mark at the
18117         end of the yanked message.
18118
18119 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18122         lines to scroll rather than to stop it.
18123
18124         * mml.el (mml-generate-default-type): Add doc string.
18125         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18126         default to application/octet-stream when determining the content
18127         type if it is not specified for the part or the mml contents; add
18128         a comment about mml-generate-default-type.
18129
18130 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18131
18132         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18133         make it default to application/octet-stream when determining the
18134         content type if it is not specified for the external contents.
18135
18136 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18139         segmented parameter but also other parameters might be there.
18140
18141 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * mm-decode.el (mm-display-external): Delete temp file, directory
18144         and buffer immediately if the external process is exited.
18145
18146 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18149         fewer lines than that of scroll-margin.
18150         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18151
18152 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * gnus-art.el (gnus-article-next-page): Revert.
18155         (gnus-article-beginning-of-window): New macro.
18156         (gnus-article-next-page-1): Use it.
18157         (gnus-article-prev-page): Ditto.
18158         (gnus-article-edit-part): Use insert-buffer-substring instead of
18159         insert-buffer.
18160         (gnus-article-edit-exit): Ditto.
18161
18162         * gnus-util.el (gnus-beginning-of-window): Remove.
18163         (gnus-end-of-window): Remove.
18164
18165         * lpath.el: Don't bind header-line-format and scroll-margin.
18166
18167 2005-07-25  Simon Josefsson  <jas@extundo.com>
18168
18169         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18170         to have the url package without w3.  Reported by Daiki Ueno
18171         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18172
18173 2005-07-20  Didier Verna  <didier@xemacs.org>
18174
18175         * gnus-diary.el: Remove the description comment (nndiary is now
18176         properly documented in the Gnus manual).
18177         Fix the spelling of "Back End".
18178         * nndiary.el: Ditto.
18179         Fix the copyright notice.
18180
18181 2005-07-18  Romain Francoise  <romain@orebokech.com>
18182
18183         * gnus-sum.el (gnus-summary-to-prefix)
18184         (gnus-summary-newsgroup-prefix): New variables.
18185         (gnus-summary-from-or-to-or-newsgroups): Use them.
18186
18187 2005-07-17  Romain Francoise  <romain@orebokech.com>
18188
18189         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18190         space as it's generally not especially interesting to the user.
18191
18192 2005-07-16  Romain Francoise  <romain@orebokech.com>
18193
18194         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18195         nil to avoid prompting and file modification if one of the
18196         messages at the top of the nnfolder file contains a copyright
18197         notice.
18198         Update copyright notice.
18199
18200         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18201         instead of `current-time-string' as the latter creates a time
18202         string that is not RFC 2822 compliant (it lacks the zone).
18203         Update copyright notice.
18204
18205 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18206
18207         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18208         for text/rtf.  Display default in prompt.  Pass default for M-n.
18209
18210         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18211
18212 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18213
18214         * gnus-msg.el (gnus-button-mailto):
18215         Remove save-selected-window-window hackery because it relies on
18216         save-selected-window internals.
18217
18218 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18221         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18222         (gnus-article-prev-page): Ditto.
18223
18224         * gnus-util.el (gnus-beginning-of-window): New function.
18225         (gnus-end-of-window): New function.
18226
18227         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18228
18229 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18230
18231         * gnus-score.el (gnus-score-edit-all-score):
18232         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18233         gnus-message.
18234
18235 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18236
18237         * gnus-msg.el (gnus-button-mailto):
18238         Remove save-selected-window-window hackery because it relies on
18239         save-selected-window internals.
18240
18241 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18244         add-minor-mode.
18245         (gnus-binary-mode): Ditto.
18246
18247         * gnus-topic.el (gnus-topic-mode): Ditto.
18248
18249 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18250
18251         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18252         (gnus-article-prev-page): Take scroll-margin into consideration.
18253
18254 2005-07-04  Lute Kamstra  <lute@gnu.org>
18255
18256         Update FSF's address in GPL notices.
18257
18258 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18259
18260         * gnus.el (gnus-exit):
18261         * gnus-group.el (gnus-group-icons):
18262         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18263
18264         * gnus-nocem.el (gnus-nocem):
18265         * message.el (message-various, message-buffers, message-sending)
18266         (message-interface, message-forwarding, message-insertion)
18267         (message-headers, message-news, message-mail):
18268         * pgg-gpg.el (pgg-gpg):
18269         * pgg-parse.el (pgg-parse):
18270         * pgg-pgp.el (pgg-pgp):
18271         * pgg-pgp5.el (pgg-pgp5):
18272         * pop3.el (pop3): Finish `defgroup' description with period.
18273
18274 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * gnus-art.el (article-display-face): Improve the efficiency.
18277         (article-display-x-face): Ditto; remove gray x-face stuff.
18278
18279 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * gnus-art.el (article-display-face): Correct the position in
18282         which Faces are inserted.
18283
18284 2005-06-29  Didier Verna  <didier@xemacs.org>
18285
18286         * gnus-art.el (article-display-face): Display faces in correct
18287         order.
18288
18289 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18292         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18293         (gnus-nocem-check-article): Fetch the Type header.
18294         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18295         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18296         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18297         make sure gnus-nocem-hashtb is initialized.
18298         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18299         (gnus-nocem-unwanted-article-p): Ditto.
18300
18301         * pgg.el (pgg-verify): Return the verification result.
18302
18303 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18304
18305         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18306         is ascii.
18307
18308 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18309
18310         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18311         `show-nonbreak-escape'.
18312
18313 2005-06-23  Lute Kamstra  <lute@gnu.org>
18314
18315         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18316
18317         * dig.el (dig-mode):
18318         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18319
18320 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18321
18322         * nnimap.el (nnimap-split-download-body): Fix spellings.
18323
18324 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18325
18326         * gnus-art.el (gnus-article-encrypt-body):
18327         * gnus-cus.el (gnus-score-customize):
18328         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18329         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18330
18331 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18332
18333         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18334         header by looking for magic "MII" at the beginning.
18335
18336 2005-06-16  Miles Bader  <miles@gnu.org>
18337
18338         * gnus-xmas.el (gnus-xmas-group-startup-message):
18339         Use renamed gnus-splash face.
18340
18341         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18342         (assistant-field-face): New backward-compatibility alias for renamed
18343         face.
18344         (assistant-render-text): Use renamed assistant-field face.
18345
18346         * spam.el (spam): Remove "-face" suffix from face name.
18347         (spam-face): New backward-compatibility alias for renamed face.
18348         (spam-face, spam-initialize): Use renamed spam face.
18349
18350         * message.el (message-header-to, message-header-cc)
18351         (message-header-subject, message-header-newsgroups)
18352         (message-header-other, message-header-name)
18353         (message-header-xheader, message-separator, message-cited-text)
18354         (message-mml): Remove "-face" suffix from face names.
18355         (message-header-to-face, message-header-cc-face)
18356         (message-header-subject-face, message-header-newsgroups-face)
18357         (message-header-other-face, message-header-name-face)
18358         (message-header-xheader-face, message-separator-face)
18359         (message-cited-text-face, message-mml-face):
18360         New backward-compatibility aliases for renamed faces.
18361         (message-font-lock-keywords): Use renamed message faces.
18362
18363         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18364         (sieve-test-commands, sieve-tagged-arguments):
18365         Remove "-face" suffix from face names.
18366         (sieve-control-commands-face, sieve-action-commands-face)
18367         (sieve-test-commands-face, sieve-tagged-arguments-face):
18368         New backward-compatibility aliases for renamed faces.
18369         (sieve-control-commands-face, sieve-action-commands-face)
18370         (sieve-test-commands-face, sieve-tagged-arguments-face):
18371         Use renamed sieve faces.
18372
18373         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18374         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18375         (gnus-group-news-3-empty, gnus-group-news-4)
18376         (gnus-group-news-4-empty, gnus-group-news-5)
18377         (gnus-group-news-5-empty, gnus-group-news-6)
18378         (gnus-group-news-6-empty, gnus-group-news-low)
18379         (gnus-group-news-low-empty, gnus-group-mail-1)
18380         (gnus-group-mail-1-empty, gnus-group-mail-2)
18381         (gnus-group-mail-2-empty, gnus-group-mail-3)
18382         (gnus-group-mail-3-empty, gnus-group-mail-low)
18383         (gnus-group-mail-low-empty, gnus-summary-selected)
18384         (gnus-summary-cancelled, gnus-summary-high-ticked)
18385         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18386         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18387         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18388         (gnus-summary-low-undownloaded)
18389         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18390         (gnus-summary-low-unread, gnus-summary-normal-unread)
18391         (gnus-summary-high-read, gnus-summary-low-read)
18392         (gnus-summary-normal-read, gnus-splash):
18393         Remove "-face" suffix from face names.
18394         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18395         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18396         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18397         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18398         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18399         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18400         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18401         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18402         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18403         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18404         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18405         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18406         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18407         (gnus-summary-normal-ticked-face)
18408         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18409         (gnus-summary-normal-ancient-face)
18410         (gnus-summary-high-undownloaded-face)
18411         (gnus-summary-low-undownloaded-face)
18412         (gnus-summary-normal-undownloaded-face)
18413         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18414         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18415         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18416         (gnus-splash-face):
18417         New backward-compatibility aliases for renamed faces.
18418         (gnus-group-startup-message): Use renamed gnus faces.
18419
18420         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18421         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18422         (gnus-server-agent): Remove "-face" suffix from face names.
18423         (gnus-server-agent-face, gnus-server-opened-face)
18424         (gnus-server-closed-face, gnus-server-denied-face)
18425         (gnus-server-offline-face):
18426         New backward-compatibility aliases for renamed faces.
18427         (gnus-server-agent-face, gnus-server-opened-face)
18428         (gnus-server-closed-face, gnus-server-denied-face)
18429         (gnus-server-offline-face): Use renamed gnus faces.
18430
18431         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18432         Remove "-face" suffix from face names.
18433         (gnus-picon-xbm-face, gnus-picon-face):
18434         New backward-compatibility aliases for renamed faces.
18435
18436         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18437         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18438         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18439         (gnus-cite-11): Remove "-face" suffix from face names.
18440         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18441         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18442         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18443         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18444         New backward-compatibility aliases for renamed faces.
18445         (gnus-cite-attribution-face, gnus-cite-face-list)
18446         (gnus-article-boring-faces): Use renamed gnus faces.
18447
18448         * gnus-art.el (gnus-signature, gnus-header-from)
18449         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18450         (gnus-header-content): Remove "-face" suffix from face names.
18451         (gnus-signature-face, gnus-header-from-face)
18452         (gnus-header-subject-face, gnus-header-newsgroups-face)
18453         (gnus-header-name-face, gnus-header-content-face):
18454         New backward-compatibility aliases for renamed faces.
18455         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18456
18457         * gnus-sum.el (gnus-summary-selected-face)
18458         (gnus-summary-highlight): Use renamed gnus faces.
18459         * gnus-group.el (gnus-group-highlight): Likewise.
18460
18461 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18462
18463         * gnus-sieve.el (gnus-sieve-article-add-rule):
18464         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18465         * spam-stat.el (spam-stat-buffer-change-to-spam)
18466         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18467
18468         * message.el (message-is-yours-p):
18469         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18470
18471 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18472
18473         * mm-view.el (mm-inline-text): Withdraw the last change.
18474
18475 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18478         executing enriched-decode.
18479
18480 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18483         charset of tar files.
18484
18485 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18486
18487         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18488
18489 2005-06-04  Lute Kamstra  <lute@gnu.org>
18490
18491         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18492         information is never recorded.
18493
18494 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18495
18496         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18497
18498 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * pop3.el (pop3-apop): Run md5 in the binary mode.
18501
18502         * starttls.el (starttls-set-process-query-on-exit-flag):
18503         Use eval-and-compile.
18504
18505 2005-05-31  Simon Josefsson  <jas@extundo.com>
18506
18507         * smime.el (smime-replace-in-string): Define.
18508         (smime-cert-by-ldap-1): Use it.
18509
18510 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * gnus-art.el (article-display-x-face): Replace
18513         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18514
18515         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18516         set-process-query-on-exit-flag or process-kill-without-query.
18517
18518         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18519         loop instead of replace-regexp.
18520
18521         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18522         instead of process-kill-without-query if it is available.
18523
18524         * lpath.el: Fbind ldap-search-entries.
18525
18526         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18527         instead of find-file-hooks if it is available.
18528
18529         * mml1991.el: Bind pgg-default-user-id when compiling.
18530
18531         * mml2015.el: Bind pgg-default-user-id when compiling.
18532
18533         * nndraft.el (nndraft-request-associate-buffer):
18534         Use write-contents-functions instead of write-contents-hooks if it is
18535         available.
18536
18537         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18538         instead of find-file-hooks if it is available.
18539
18540         * nntp.el (nntp-open-connection): Replace
18541         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18542         (nntp-open-ssl-stream): Ditto.
18543         (nntp-open-tls-stream): Ditto.
18544
18545         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18546         set-process-query-on-exit-flag or process-kill-without-query.
18547         (starttls-open-stream-gnutls): Use it instead of
18548         process-kill-without-query.
18549         (starttls-open-stream): Ditto.
18550
18551 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18552
18553         * smime.el (smime-cert-by-ldap-1): Don't use
18554         replace-regexp-in-string.
18555
18556 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18557
18558         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18559
18560         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18561         in PEM format.  Adjust to the XEmacs compatibility.
18562
18563 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18564
18565         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18566         by `string-to-number'.
18567         * gnus-agent.el (gnus-agent-regenerate-group)
18568         (gnus-agent-fetch-articles): Ditto.
18569         * gnus-art.el (gnus-button-fetch-group): Ditto.
18570         * gnus-cache.el (gnus-cache-generate-active)
18571         (gnus-cache-articles-in-group): Ditto.
18572         * gnus-group.el (gnus-group-set-current-level)
18573         (gnus-group-insert-group-line): Ditto.
18574         * gnus-score.el (gnus-score-set-expunge-below)
18575         (gnus-score-set-mark-below, gnus-summary-score-effect)
18576         (gnus-summary-score-entry): Ditto.
18577         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18578         (gnus-soup-pack): Ditto.
18579         * gnus-spec.el (gnus-xmas-format): Ditto.
18580         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18581         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18582         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18583         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18584         * nndb.el (nndb-get-remote-expire-response): Ditto.
18585         * nndiary.el (nndiary-parse-schedule-value)
18586         (nndiary-string-to-number, nndiary-request-replace-article)
18587         (nndiary-request-article): Ditto.
18588         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18589         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18590         * nneething.el (nneething-make-head): Ditto.
18591         * nnfolder.el (nnfolder-request-article)
18592         (nnfolder-retrieve-headers): Ditto.
18593         * nnheader.el (nnheader-file-to-number): Ditto.
18594         * nnkiboze.el (nnkiboze-request-article): Ditto.
18595         * nnmail.el (nnmail-process-unix-mail-format)
18596         (nnmail-process-babyl-mail-format): Ditto.
18597         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18598         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18599         (nnmh-request-create-group, nnmh-request-list-1)
18600         (nnmh-request-group, nnmh-request-article): Ditto.
18601         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18602         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18603         * nnsoup.el (nnsoup-make-active): Ditto.
18604         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18605         * nntp.el (nntp-find-group-and-number)
18606         (nntp-retrieve-headers-with-xover): Ditto.
18607         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18608         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18609         (pgg-format-key-identifier): Ditto.
18610         * pop3.el (pop3-last, pop3-stat): Ditto.
18611         * qp.el (quoted-printable-decode-region): Ditto.
18612
18613         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18614         of concat.
18615
18616 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18617
18618         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18619
18620         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18621
18622         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18623
18624         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18625
18626         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18627
18628         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18629
18630         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18631         (gnus-carpal-mode): Ditto.
18632
18633         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18634         (gnus-browse-mode): Ditto.
18635
18636         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18637
18638         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18639
18640 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18641
18642         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18643
18644 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18645
18646         * gnus-util.el (gnus-run-mode-hooks): New function.
18647
18648         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18649
18650         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
18651         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
18652
18653 2005-05-27  Lute Kamstra  <lute@gnu.org>
18654
18655         * dns-mode.el (dns-mode): Specify customization group.
18656
18657 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18658
18659         * gnus-agent.el (gnus-agent-make-mode-line-string):
18660         Use mode-line-highlight as mouse-face.
18661
18662 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * canlock.el (canlock): Change the parent group to news.
18665
18666         * deuglify.el (gnus-outlook-deuglify): Add :group.
18667
18668         * dig.el (dig): Add :group.
18669
18670         * dns-mode.el (dns-mode): Add :group.
18671
18672         * encrypt.el (encrypt): Add :group.
18673
18674         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18675         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18676         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18677         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18678         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18679
18680         * gnus-diary.el (gnus-diary): Add :group.
18681
18682         * gnus.el (gnus-group-news-1-face): Add :group.
18683         (gnus-group-news-1-empty-face): Ditto.
18684         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18685         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18686         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18687         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18688         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18689         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18690         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18691         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18692         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18693         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18694         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18695         (gnus-summary-high-ticked-face): Ditto.
18696         (gnus-summary-low-ticked-face): Ditto.
18697         (gnus-summary-normal-ticked-face): Ditto.
18698         (gnus-summary-high-ancient-face): Ditto.
18699         (gnus-summary-low-ancient-face): Ditto.
18700         (gnus-summary-normal-ancient-face): Ditto.
18701         (gnus-summary-high-undownloaded-face): Ditto.
18702         (gnus-summary-low-undownloaded-face): Ditto.
18703         (gnus-summary-normal-undownloaded-face): Ditto.
18704         (gnus-summary-high-unread-face): Ditto.
18705         (gnus-summary-low-unread-face): Ditto.
18706         (gnus-summary-normal-unread-face): Ditto.
18707         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18708         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18709
18710         * hashcash.el (hashcash): New custom group.
18711         (hashcash-default-payment): Add :group.
18712         (hashcash-payment-alist): Ditto.
18713         (hashcash-default-accept-payment): Ditto.
18714         (hashcash-accept-resources): Ditto.
18715         (hashcash-path): Ditto.
18716         (hashcash-extra-generate-parameters): Ditto.
18717         (hashcash-double-spend-database): Ditto.
18718         (hashcash-in-news): Ditto.
18719
18720         * message.el (message-minibuffer-local-map): Add :group.
18721
18722         * netrc.el (netrc): Add :group.
18723
18724         * sieve-manage.el (sieve-manage-log): Add :group.
18725         (sieve-manage-default-user): Diito.
18726         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18727         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18728         (sieve-manage-authenticators): Ditto.
18729         (sieve-manage-authenticator-alist): Ditto.
18730         (sieve-manage-default-port): Ditto.
18731
18732         * sieve-mode.el (sieve-control-commands-face): Add :group.
18733         (sieve-action-commands-face): Ditto.
18734         (sieve-test-commands-face): Ditto.
18735         (sieve-tagged-arguments-face): Ditto.
18736
18737         * smime.el (smime): Add :group.
18738
18739         * spam-report.el (spam-report): Add :group.
18740
18741         * spam.el (spam, spam-face): Add :group.
18742
18743 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18744
18745         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18746         return \n.\n.\n at the end of articles.  Protect against that.
18747         (nntp-with-open-group): Allow debugging.
18748
18749         * nnheader.el (mail-header-set-extra): Make into a function
18750         because I just could't understand how to quote the list properly.
18751
18752         * dns.el (query-dns-cached): New function.
18753
18754 2005-05-26  Lute Kamstra  <lute@gnu.org>
18755
18756         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18757
18758 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18759
18760         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18761
18762         * gnus-art.el: Don't autoload mail-extract-address-components.
18763
18764         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18765         eval-and-compile to evaluate it.
18766
18767         * hashcash.el: Don't autoload executable-find.
18768
18769         * nndb.el: Don't declare the nndb back end two or more times; don't
18770         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18771
18772         * nntp.el: Autoload format-spec instead of format; use
18773         eval-and-compile to evaluate autoload forms.
18774
18775 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18776
18777         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18778
18779 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18780
18781         * gnus.el (gnus-version-number): Bump version.
18782
18783 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18784
18785         * gnus.el: No Gnus v0.3 is released.
18786
18787 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18788
18789         * lpath.el (featurep): Bind show-nonbreak-escape.
18790
18791 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18792
18793         * gnus-art.el (gnus-article-edit-part): Disable undo.
18794
18795 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18798         gnus-article-date-lapsed-new-header is t if date timer is active;
18799         skip headers in which the original date value is empty.
18800         (gnus-article-save-original-date): Redefine it as a macro.
18801         (gnus-display-mime): Use it.
18802
18803 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18804
18805         * gnus-art.el (article-date-ut): Support converting date in
18806         forwarded parts as well.
18807         (gnus-article-save-original-date): New function.
18808         (gnus-display-mime): Use it.
18809
18810 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18811
18812         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18813         enclosure element of <item>.
18814
18815 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18816
18817         * message.el (message-kill-buffer-query): Rename from
18818         `message-kill-buffer-query-if-modified'.  Add :version.
18819
18820 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18821
18822         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18823         window layout.
18824
18825 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18826
18827         * mml.el: Autoload dnd when compiling.
18828
18829 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18830
18831         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18832         x-dnd-*.
18833
18834 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * qp.el (quoted-printable-encode-region): Save excursion.
18837
18838 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18839
18840         * message.el (message-kill-buffer-query-if-modified): Add new variable
18841         so the user can kill a modified message buffer quickly.
18842         (message-kill-buffer): Use it.
18843
18844 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * lpath.el: Fbind display-time-event-handler; don't fbind
18847         string-to-multibyte.
18848
18849         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18850
18851 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18854         contained in text because xml.el decodes entities) with LFs.
18855
18856 2005-04-11  Lute Kamstra  <lute@gnu.org>
18857
18858         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18859         differently.
18860
18861 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18862
18863         * mm-util.el (mm-detect-coding-region): Typo.
18864
18865 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18868
18869 2005-04-06  Deepak Goel  <deego@gnufans.org>
18870
18871         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18872         user-function allow user modifications of the scores.
18873         (spam-stat-score-buffer-user): New function, to allow
18874         user-computed modifications to the score.
18875         (spam-stat-score-buffer-user-functions): List of additional
18876         scoring functions.
18877         (spam-stat-error-holder): Global temporary error holder.
18878         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18879         variable.
18880
18881 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18882
18883         * gnus-registry.el (gnus-registry-clean-empty-function)
18884         (gnus-registry-trim, gnus-registry-fetch-groups)
18885         (gnus-registry-delete-group): Groups that match
18886         `gnus-registry-ignored-groups' are removed from the registry
18887         entries, not just ignored for splitting.  This helps clean up the
18888         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18889         to get all the groups a message ID is in.
18890
18891         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18892         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18893         (spam-stat-score-buffer-user-functions): Add :number custom type.
18894
18895 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18898         argument in XEmacs.
18899
18900         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18901         (nnrss-request-group): Decode group name first.
18902         (nnrss-request-article): Make a text/plain article if mml-to-mime
18903         failed.
18904         (nnrss-get-encoding): Return a compatible encoding according to
18905         nnrss-compatible-encoding-alist.
18906         (nnrss-find-el): Use consp instead of listp.
18907         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18908
18909 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18912         which Emacs 20 doesn't support.
18913         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18914
18915 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18916
18917         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18918         silence the byte compiler inside the defun.
18919
18920         * gnus-demon.el (parse-time-string): Add autoload.
18921
18922         * gnus-delay.el (parse-time-string): Add autoload.
18923
18924         * gnus-art.el (parse-time-string): Add autoload.
18925
18926         * nnultimate.el (parse-time): Require for `parse-time-string'.
18927
18928 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18929
18930         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18931
18932         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18933
18934         * smime.el (smime-ldap-host-list): Add :version.
18935
18936 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18937
18938         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18939         pass it to `gnus-browse-read-group'.
18940         (gnus-browse-read-group): Add NUMBER argument and pass it to
18941         `gnus-group-read-ephemeral-group'.
18942
18943         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18944         argument and pass it to `gnus-group-read-group'.
18945
18946 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18947
18948         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18949         mm-xemacs-find-mime-charset-1 if we have the mule feature
18950         available at runtime.
18951
18952 2005-03-25  Werner Lemberg  <wl@gnu.org>
18953
18954         * nnmaildir.el: Replace `illegal' with `invalid'.
18955
18956 2005-03-23  Lute Kamstra  <lute@gnu.org>
18957
18958         * time-date.el: Add comment on time value formats.
18959         Don't require parse-time.
18960         (with-decoded-time-value): New macro.
18961         (encode-time-value): New function.
18962         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18963         (days-to-time): Return a valid time value when arg is huge.
18964         (time-since): Use time-subtract.
18965         (time-to-number-of-days): Use time-to-seconds.
18966
18967 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18968
18969         * gnus-start.el (gnus-display-time-event-handler):
18970         Check display-time-timer at runtime rather than only at load time
18971         in case display-time-mode is turned off in the mean time.
18972
18973 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18974
18975         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18976         used.
18977
18978         * nneething.el (nneething-map-file-directory): Derive from
18979         `gnus-directory'.
18980
18981         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18982         the To/Cc button.
18983
18984 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18985
18986         * nnmaildir.el (nnmaildir-request-accept-article):
18987         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18988
18989 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18990
18991         * gnus-async.el: Require timer-funcs at compile time when in
18992         XEmacs for `run-with-idle-timer'.
18993
18994 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18995
18996         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18997         autoloaded function.
18998
18999 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19000
19001         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19002
19003 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19004
19005         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19006
19007 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19008
19009         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19010         Add gnus-expert-user to default.
19011
19012 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19013
19014         * nnimap.el (nnimap-open-server): Ditto.
19015
19016         * imap.el (imap-authenticate): Fix typo.
19017
19018 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19019
19020         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19021         buffer (since IMAP server might return FETCH response out of
19022         order, and the nntp buffer must be sorted).
19023
19024 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19025
19026         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19027         comparison on string.
19028
19029         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19030         (gnus-agent-score): Rename category keywords to match gnus-cus.
19031         (gnus-agent-summary-fetch-series): Modify to protect against
19032         gnus-agent-summary-fetch-group clearing processable flags.
19033         (gnus-agent-synchronize-group-flags): Update live group buffer as
19034         synchronization may occur due to the user toggle the plugged
19035         status.
19036         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19037         successfully downloaded.
19038         (gnus-agent-expire-group-1): Avoid using markers when the overview
19039         is in ascending order; greatly improves performance.
19040         (gnus-agent-regenerate-group):
19041         Use gnus-agent-synchronize-group-flags to reset read status in both
19042         gnus and server.
19043         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19044
19045 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19046
19047         * message.el: Don't autoload former message-utils variables.
19048         (message-strip-subject-trailing-was): Change doc string.
19049
19050         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19051         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19052         (nnweb-google-search): Add "hl=en" here.
19053         (nnweb-google-parse-1, nnweb-google-create-mapping):
19054         Don't hardcode URL.
19055
19056 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19057
19058         * message.el (message-get-reply-headers, message-followup):
19059         Mention related variables `message-use-followup-to' and
19060         `message-use-mail-followup-to', in the information buffer.
19061
19062         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19063         of broken groups(-beta).google.com.
19064
19065 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19066
19067         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19068         parameter to invoked gnus-request-move-article; remove the
19069         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19070         all at once instead of once per article.
19071         (gnus-summary-remove-process-mark): Accept a list of articles as
19072         well as a single article for processing.
19073
19074         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19075         parameter.
19076
19077         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19078
19079         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19080
19081         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19082         parameter.
19083
19084         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19085         parameter.
19086
19087         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19088         parameter and remove the gnus-sum-hint-move-is-internal variable.
19089
19090         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19091         parameter.
19092
19093         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19094         parameter.
19095
19096         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19097         parameter.
19098
19099         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19100
19101         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19102         parameter.
19103
19104         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19105         parameter.
19106
19107 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19108
19109         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19110         a more conservative way.
19111
19112 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19113
19114         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19115         buffer, so it moves the window's cursor.
19116
19117 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19118
19119         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19120         `mm-dissect-multipart' and receive the from field as an (optional)
19121         argument from `mm-dissect-multipart'.
19122         (mm-dissect-multipart): Receive the from field as an argument and
19123         pass it on when we call `mm-dissect-buffer' on MIME parts.
19124         Fixes verification/decryption of signed/encrypted MIME parts.
19125
19126 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19127
19128         * gnus-sum.el (gnus-summary-move-article):
19129         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19130         whatever it calls (right now, only nnimap-request-move article
19131         respects it).
19132
19133         * nnimap.el (nnimap-request-move-article):
19134         When gnus-sum-hint-move-is-internal is set, don't do the extra
19135         nnimap-request-article.
19136
19137 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19138
19139         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19140
19141         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19142         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19143
19144         * gnus-sum.el (gnus-summary-caesar-message):
19145         Apply `gnus-treat-article' after rotation.
19146
19147         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19148         doc string.
19149
19150 2005-02-22  Simon Josefsson  <jas@extundo.com>
19151
19152         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19153         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19154         <arne@arnested.dk>.
19155         (encrypt): Add password-cache and password-cache-expiry as group
19156         members.
19157
19158 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19159
19160         * smime.el (smime-ldap-host-list): Doc fix.
19161         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19162         cache) password.
19163         (smime-sign-region): Use it.
19164         (smime-decrypt-region): Use it.
19165         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19166         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19167         fails.
19168         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19169         certificate from DER to PEM format rather than calling openssl.
19170
19171         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19172
19173         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19174         for signing/encryption.
19175
19176         * mml.el (mml-parse-1): Use them.
19177
19178 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19179
19180         * nnrss.el (nnrss-verbose): Remove.
19181         (nnrss-request-group): Use `nnheader-message' instead.
19182
19183 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19184
19185         * nnrss.el (nnrss-verbose): New variable.
19186         (nnrss-request-group): Make it say nnrss is requesting a group.
19187
19188 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19189
19190         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19191         Handle news URL with given port correctly.
19192
19193 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19196         containing special characters.
19197
19198         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19199
19200         * mml.el (mime-to-mml): Ditto.
19201
19202         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19203         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19204         (rfc2047-decode-region): Quote decoded words containing special
19205         characters when rfc2047-quote-decoded-words-containing-tspecials
19206         is non-nil.
19207
19208 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19209
19210         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19211
19212         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19213
19214 2005-02-15  Simon Josefsson  <jas@extundo.com>
19215
19216         * nnimap.el (nnimap-debug): Doc fix.
19217
19218         * imap.el (imap-debug): Doc fix.
19219
19220 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19223
19224 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19225
19226         * gnus.el (spam-contents): Improve docs for spam-contents
19227         parameter in its variable incarnation.
19228
19229 2005-02-14  Simon Josefsson  <jas@extundo.com>
19230
19231         * smime-ldap.el: Use require instead of load-library for ldap.
19232         (smime-ldap-search): Indent.
19233         (smime-ldap-search-internal): Shorten line.
19234
19235         * smime.el (smime-cert-by-dns): Add doc-string.
19236         (smime-cert-by-ldap-1): Indent.
19237
19238         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19239         mml-smime-get-dns-ldap.
19240         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19241
19242 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19243
19244         * smime.el: Require smime-ldap.
19245         (smime-ldap-host-list): New variable.
19246         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19247
19248         * mml-smime.el (mml-smime-encrypt-query): New function.
19249         (mml-smime-encrypt-query): Use it.
19250
19251         * smime-ldap.el: New file.
19252
19253 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19256
19257 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19258
19259         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19260         argument in doc string.  Make query for type more clear.
19261
19262 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19263
19264         * gnus.el (gnus-group-startup-message): Search for gnus images in
19265         etc/images/gnus.
19266         * mm-util.el (mm-image-load-path): Likewise.
19267         * smiley.el (smiley-data-directory): Search for smilies in
19268         etc/images/smilies.
19269
19270 2005-02-09  Kim F. Storm  <storm@cua.dk>
19271
19272         Change Emacs release version from 21.4 to 22.1 throughout.
19273         Change Emacs development version from 21.3.50 to 22.0.50.
19274
19275 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19278
19279         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19280         non-Mule XEmacs as well.
19281         (mm-decompress-buffer): Signal an error intentionally if it does
19282         not decompress compressed data because auto-compression-mode is
19283         disabled.
19284
19285 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19286
19287         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19288         an ID in the registry even if it has no groups.
19289
19290 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19293         merge it into mm-decompress-buffer.
19294         (gnus-mime-copy-part): Use the MIME part charset, the value which
19295         a user specified or gnus-newsgroup-charset for decoding, like
19296         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19297         save-buffer what was used.  Suggested by Kevin Ryde
19298         <user42@zip.com.au>.
19299         (gnus-mime-inline-part): Allow the name parameter as well as the
19300         filename parameter; force decompressing of compressed data; always
19301         display contents being not decoded as unibyte.
19302
19303         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19304         as well as the filename parameter.
19305
19306         * mm-util.el (mm-decompress-buffer):
19307         Merge gnus-mime-jka-compr-maybe-uncompress.
19308         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19309         of compressed data.
19310
19311 2005-02-08  Simon Josefsson  <jas@extundo.com>
19312
19313         * imap.el (imap-log): Doc fix.
19314
19315 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19318         the coding cookies; decompress compressed parts.
19319
19320         * mml.el (mml-generate-mime-1): Add the charset parameter according
19321         to the value which a user specified manually or the coding cookie.
19322
19323         * mm-util.el (mm-string-to-multibyte): New function.
19324         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19325         (mm-coding-system-to-mime-charset): New function.
19326         (mm-decompress-buffer): New function.
19327         (mm-find-buffer-file-coding-system): New function.
19328
19329         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19330         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19331         parts.
19332
19333 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19334
19335         * mm-view.el (mm-display-inline-fontify): Decode a part according
19336         to the charset parameter.
19337
19338 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19339
19340         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19341         prefix arg is neither nil nor a number, as info specifies.
19342
19343 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19344
19345         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19346         timestamps.
19347
19348 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19349
19350         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19351         groups error checking and notify user.
19352
19353 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19354
19355         * message.el (message-send-mail-function): Check existence of
19356         sendmail-program first before using default value
19357         `message-send-mail-with-sendmail'.  Otherwise use more generic
19358         `smtpmail-send-it'.
19359
19360 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * nntp.el (nntp-request-update-info): Always return nil.
19363
19364 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19365
19366         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19367
19368 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19369
19370         * message.el (message-beginning-of-line): Change the behavior when
19371         invoked between BOL and : so that it first moves backward.
19372
19373 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19376         article buffer when editing of the article is discarded.
19377         (gnus-article-prepare): Revert.
19378
19379 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19380
19381         * gnus-art.el (gnus-article-prepare):
19382         Remove message-strip-forbidden-properties from the local hook.
19383
19384 2005-01-27  Simon Josefsson  <jas@extundo.com>
19385
19386         * password.el (password-cache-add): Only start one timer per key.
19387         Reported by Derek Atkins <warlord@MIT.EDU>.
19388
19389 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19390
19391         * run-at-time.el: Remove.  It is no longer needed as
19392         timer-funcs.el in the xemacs-base package has a working version of
19393         `run-at-time'.
19394
19395         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19396
19397         * password.el: Require timer-funcs instead of run-at-time in
19398         XEmacs.
19399         Remove `password-run-at-time' macro.
19400         (password-cache-add): Use `run-at-time' instead of
19401         `password-run-at-time'.
19402
19403         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19404         Remove `nnheader-cancel-function-timers' alias,
19405         `cancel-function-timers' exists in XEmacs in timer-funcs.
19406
19407         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19408         for `run-with-idle-timer'.
19409
19410         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19411         for `run-at-time'.
19412
19413         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19414         for `with-timeout'.
19415
19416         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19417         the same as for XEmacs 21.4.
19418         No need to ignore `run-with-idle-timer', this function exists in
19419         XEmacs now in timer-funcs.el in the xemacs-base package.
19420         (dgnushack-compile): No need to delete
19421         run-at-time.el from the list of files to compile because it
19422         doesn't exist anymore.
19423
19424 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19427         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19428
19429 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19430
19431         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19432         sensitively.
19433
19434 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19435
19436         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19437
19438 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19441         which will be inserted according to the multibyteness of a buffer
19442         rather than the type of contents.  Suggested by ARISAWA Akihiro
19443         <ari@mbf.ocn.ne.jp>.
19444
19445         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19446         of string which old xml.el may return rather than a string.
19447
19448 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19449
19450         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19451
19452 2005-01-16  Simon Josefsson  <jas@extundo.com>
19453
19454         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19455         idn/idna.el isn't available.
19456         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19457         <michael@waxrat.com>.
19458
19459         * hashcash.el: Remove non-FSF copyright header.
19460
19461         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19462         (hashcash-generate-payment): Use it.
19463         (hashcash-generate-payment-async): Use it.
19464
19465 2005-01-15  Simon Josefsson  <jas@extundo.com>
19466
19467         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19468         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19469
19470         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19471         gnus-summary-idna-message.
19472         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19473         (gnus-summary-idna-message): New function.
19474
19475 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19476
19477         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19478         gnus-novice-user.
19479
19480 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19481
19482         * nnrss.el (nnrss-request-delete-group): Delete entries in
19483         nnrss-group-alist as well.
19484         (nnrss-save-server-data): Insert newline.
19485
19486 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19487
19488         * gnus.el (gnus-user-agent): Use list of symbols instead of
19489         symbols.  Display full version number for (S)XEmacs.
19490         Optionally display (S)XEmacs codename.
19491
19492         * gnus-util.el (gnus-emacs-version): Update for new
19493         `gnus-user-agent'.
19494
19495         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19496         Gnus version.
19497
19498 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19499
19500         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19501         which is unreadable in some setups.
19502
19503 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19504
19505         * gnus-spec.el (gnus-update-format-specifications): Flush the
19506         group format spec cache if it doesn't support decoded group names.
19507
19508 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19509
19510         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19511         Allow to apply decay on score files matching a regexp.
19512
19513 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19514
19515         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19516         compatibility in %g and %c.
19517
19518 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19519
19520         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19521         name for only %g and %c.
19522         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19523         of gnus-tmp-group to decoded group name.
19524         (gnus-group-make-rss-group): Exclude `/'s from group names.
19525
19526 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19527
19528         * nnrss.el (nnrss-get-encoding): Fix regexp.
19529
19530 2004-12-27  Simon Josefsson  <jas@extundo.com>
19531
19532         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19533         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19534         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19535
19536 2004-12-17  Kim F. Storm  <storm@cua.dk>
19537
19538         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19539
19540         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19541
19542 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19543
19544         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19545
19546 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19547
19548         * nnrss.el: Require rfc2047 and mml.
19549         (nnrss-file-coding-system): New variable.
19550         (nnrss-format-string): Redefine it as an inline function.
19551         (nnrss-decode-group-name): New function.
19552         (nnrss-string-as-multibyte): Remove.
19553         (nnrss-retrieve-headers): Decode group name; don't use
19554         nnrss-format-string.
19555         (nnrss-request-group): Decode group name.
19556         (nnrss-request-article): Decode group name; allow a Message-ID as
19557         well as an article number; don't use nnrss-format-string; encode a
19558         Message-ID string which may contain non-ASCII characters; use
19559         mml-to-mime to compose a MIME article.
19560         (nnrss-request-expire-articles): Decode group name.
19561         (nnrss-request-delete-group): Decode group name.
19562         (nnrss-fetch): Clarify error message.
19563         (nnrss-read-server-data): Use insert-file-contents instead of load;
19564         bind file-name-coding-system; use multibyte buffer.
19565         (nnrss-save-server-data): Bind coding-system-for-write to the
19566         value of nnrss-file-coding-system; bind file-name-coding-system;
19567         add coding cookie.
19568         (nnrss-read-group-data): Use insert-file-contents instead of load;
19569         bind file-name-coding-system; use multibyte buffer.
19570         (nnrss-save-group-data): Bind coding-system-for-write to the
19571         value of nnrss-file-coding-system; bind file-name-coding-system.
19572         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19573         make it work with non-ASCII text.
19574         (nnrss-find-el): Make it work with old xml.el as well.
19575
19576 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19577
19578         * nnrss.el (nnrss-get-encoding): New function.
19579         (nnrss-fetch): Use unibyte buffer initially; bind
19580         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19581         decode contents according to the encoding attribute.
19582         (nnrss-save-group-data): Add coding cookie.
19583         (nnrss-mime-encode-string): New function.
19584         (nnrss-check-group): Use it to encode subject and author.
19585
19586 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19587
19588         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19589         imaginary variable.
19590
19591 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19594         correctly even if there are wide characters.
19595
19596 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19597
19598         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19599         downcased symbol names; make a new cache instead of reusing
19600         bbdb-hashtable.
19601
19602 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19603
19604         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19605         concatenating segments rather than before concatenating them.
19606         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19607
19608         * message.el (message-get-reply-headers): Bind `extra'.
19609
19610 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19611
19612         * message.el (message-extra-wide-headers): New variable.
19613         (message-get-reply-headers): Use it.
19614
19615 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19616
19617         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19618         (gnus-agent-group-pathname): Ditto.
19619
19620         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19621
19622         * gnus-group.el (gnus-group-make-group): Decode group name.
19623         (gnus-group-make-rss-group): Register the group data after opening
19624         the nnrss group.
19625
19626 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19627
19628         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19629         by expiry now get marked as read.
19630
19631 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19632
19633         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19634
19635 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19636
19637         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19638         unify Latin characters in XEmacs.
19639         (mm-find-mime-charset-region): Use it.
19640
19641 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19642
19643         * gnus-util.el (gnus-delete-directory): New function.
19644
19645         * gnus-agent.el (gnus-agent-delete-group): Use it.
19646
19647         * gnus-cache.el (gnus-cache-delete-group): Use it.
19648
19649 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19650
19651         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19652         names.
19653
19654 2004-12-16  Simon Josefsson  <jas@extundo.com>
19655
19656         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19657
19658 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19659
19660         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19661
19662         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19663         (gnus-group-set-current-level): Decode group name.
19664
19665 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19666
19667         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19668         failed.
19669
19670 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * gnus-group.el (gnus-group-delete-group): Decode group name.
19673         (gnus-group-make-rss-group): Encode group name.
19674         (gnus-group-catchup-current): Decode group name.
19675         (gnus-group-kill-group): Decode group name.
19676
19677 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19678
19679         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19680
19681 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19682
19683         * gnus-group.el (gnus-group-make-rss-group):
19684         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19685
19686         * gnus-start.el (gnus-setup-news): Honor user's setting to
19687         gnus-message-archive-method.  Suggested by Lute Kamstra
19688         <lute@gnu.org>.
19689
19690 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19691
19692         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19693         global counterparts of the buffer-local variables.
19694
19695 2004-11-16  Romain Francoise  <romain@orebokech.com>
19696
19697         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19698         counterparts of the buffer-local variables.
19699
19700 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19701
19702         * message.el (message-forbidden-properties): Fix typo in doc
19703         string.
19704
19705 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19706
19707         * gnus-util.el (gnus-replace-in-string): Add doc string.
19708
19709         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19710         to avoid problems when splitting mails with many recipients.
19711
19712 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19713
19714         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19715         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19716
19717 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19718
19719         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19720         if there is no hashtable in memory or file modification time is
19721         newer than cached timestamp.
19722
19723 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19724
19725         * gnus-sum.el (gnus-summary-limit-to-recipient):
19726         Implement not-matching option.
19727
19728 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19729
19730         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19731         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19732         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19733         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19734         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19735         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19736
19737 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19738
19739         * message.el (message-forward-make-body-mml): Remove headers
19740         according to message-forward-ignored-headers if a message is decoded.
19741
19742 2004-12-02  Romain Francoise  <romain@orebokech.com>
19743
19744         * message.el (message-forward-make-body-plain): Always remove
19745         headers according to message-forward-ignored-headers.
19746
19747 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19748
19749         * spam.el (spam-summary-prepare-exit): Remove the
19750         gnus-summary-limit pop for now, it has problems with ham marks for
19751         me.
19752
19753 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19754
19755         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19756         correctly.
19757
19758 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19759
19760         * format-spec.el (format-spec): Message the char.
19761
19762 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19763
19764         * gnus-art.el (gnus-split-methods): Reformat comments.
19765
19766         * spam.el (spam-summary-prepare-exit): Remove article limits
19767         before exiting the summary buffer.
19768
19769 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19770
19771         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19772         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19773
19774         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19775         order to silence the byte compiler.
19776
19777         * spam.el: Fix the way to silence the byte compiler, which
19778         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19779         bbdb-search-simple, spam-BBDB-register-routine,
19780         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19781         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19782         spam-stat-buffer-is-spam, spam-stat-load,
19783         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19784         spam-stat-save and spam-stat-split-fancy.
19785
19786 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19789         which may confuse users.
19790         (canlock-password-for-verify): Ditto.
19791
19792         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19793
19794         * gnus-art.el (gnus-emphasis-alist): Ditto.
19795
19796         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19797
19798         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19799
19800         * gnus-start.el (gnus-save-killed-list): Ditto.
19801
19802         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19803         (gnus-sum-thread-tree-root): Ditto.
19804         (gnus-sum-thread-tree-false-root): Ditto.
19805         (gnus-sum-thread-tree-single-indent): Ditto.
19806
19807         * message.el (message-courtesy-message): Ditto.
19808         (message-archive-note): Ditto.
19809         (message-subscribed-address-file): Ditto.
19810         (message-user-fqdn): Ditto.
19811
19812         * spam-report.el (spam-report-gmane-regex): Ditto.
19813
19814         * spam.el (spam-blackhole-good-server-regex): Ditto.
19815
19816 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19817
19818         * mml.el (mml-preview): Widen the message buffer before copying
19819         the contents to the preview buffer; sort headers before previewing.
19820
19821         * message.el (message-hidden-headers): Fix the way to avoid a bug
19822         in the `repeat' widget in Emacs 21.3 or earlier.
19823
19824 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19825
19826         * message.el (message-hidden-headers): Default to "^References:".
19827         Improve customization type.  Suggested by Reiner Steib
19828         <Reiner.Steib@gmx.de>.
19829
19830 2004-11-25  Romain Francoise  <romain@orebokech.com>
19831
19832         * message.el (message-strip-forbidden-properties): Remove check for
19833         obsolete `message-hidden' text property, hidden headers are not
19834         accessible in the buffer anymore.
19835
19836 2004-11-22  Romain Francoise  <romain@orebokech.com>
19837
19838         * message.el (message-header-format-alist): Add `From' in list
19839         so that it can be sorted.
19840         (message-fix-before-sending): Widen and sort headers before
19841         sending.
19842         (message-hide-headers): Use narrowing to hide headers by moving
19843         them to the top of the buffer and narrowing to the region
19844         underneath.
19845
19846 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19847
19848         * message.el (message-strip-forbidden-properties):
19849         Bind buffer-read-only (etc) to nil.
19850
19851 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19854         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19855
19856 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19857
19858         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19859
19860 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19861
19862         * dns.el (query-dns): Use sit-for to time instead of
19863         accept-process-output, since that doesn't seem to work on udp
19864         sockets.
19865
19866 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19867
19868         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19869
19870 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19871
19872         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19873         doc string.  Improve doc string.
19874
19875 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19876
19877         * nntp.el (nntp-request-update-info): Return nil if
19878         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19879         may not call gnus-activate-group which uselessly issues the GROUP
19880         commands for all nntp groups and wastes time.  Reported by Romain
19881         Francoise <romain@orebokech.com>.
19882
19883         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19884
19885 2004-11-15  Simon Josefsson  <jas@extundo.com>
19886
19887         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19888         headers separately.
19889         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19890         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19891
19892 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19893
19894         * gnus-start.el (gnus-convert-old-newsrc):
19895         Assign legacy-gnus-agent to 5.10.7.
19896
19897 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19898
19899         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19900         start of the lines.
19901
19902 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19903
19904         * hashcash.el (hashcash-default-payment): Change default to 20.
19905         (hashcash-default-accept-payment): Change default to 20.
19906         (hashcash-process-alist): New variable.
19907         (hashcash-generate-payment-async): Add.
19908         (hashcash-already-paid-p): Add.
19909         (hashcash-insert-payment): Don't generate payments twice.
19910         (hashcash-insert-payment-async): Add.
19911         (hashcash-insert-payment-async-2): Add.
19912         (hashcash-cancel-async): Add.
19913         (hashcash-wait-async): Add.
19914         (hashcash-processes-running-p): Add.
19915         (hashcash-wait-or-cancel): Add.
19916         (mail-add-payment): New optional argument.  Conditionally start
19917         asynchronous calculation.
19918         (mail-add-payment-async): Add.
19919
19920         * message.el (message-send-mail): Wait for asynchronous hashcash
19921         results.  Don't clobber existing X-Hashcash headers.
19922         (message-setup-1): Call mail-add-payment-async when
19923         message-generate-hashcash is non-nil.
19924
19925 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19926
19927         * message.el (message-use-alternative-email-as-from): Examine the
19928         From header as well; use message-make-from in order to include a
19929         user's full name.
19930
19931 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19932
19933         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19934         default; improve customization type.
19935         (gnus-emphasis-custom-with-format): New macro.
19936         (gnus-emphasis-custom-value-to-external): New function.
19937         (gnus-emphasis-custom-value-to-internal): New function.
19938
19939 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19940
19941         * dns.el (query-dns): Resolve reverse addresses.
19942
19943 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19944
19945         * gnus-group.el (gnus-group-get-new-news): Use it.
19946
19947         * gnus-start.el (gnus-check-reasonable-setup): New function.
19948
19949 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19950
19951         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19952         "Args out of range" error.  Reported by Arnaud Giersch
19953         <arnaud.giersch@free.fr>.
19954
19955 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19956
19957         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19958
19959 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19960
19961         * spam.el (spam group): Add :version.
19962
19963         * pgg-def.el (pgg group): Add :version.
19964
19965 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19966
19967         * gnus-art.el (gnus-article-edit-article): Don't associate the
19968         article buffer with a draft file.  This is a temporary measure
19969         against the 2004-08-22 change to gnus-article-edit-mode.
19970
19971 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19972
19973         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19974         (html2text-format-tags): Remove unused variable `attr'.
19975
19976 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19979
19980         * tls.el (tls-process-connection-type, tls-success)
19981         (tls-certtool-program): Add :version.
19982
19983         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19984         (starttls-extra-arguments, starttls-process-connection-type)
19985         (starttls-connect, starttls-failure, starttls-success): Add :version.
19986
19987         * spam-stat.el (spam-stat): Add :version.
19988
19989         * sieve.el (sieve): Add :version.
19990
19991         * sha1.el (sha1): Add :version.
19992         (sha1-use-external): Remove redundant version.
19993
19994         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19995         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19996         (nnmail-split-fancy-match-partial-words)
19997         (nnmail-split-lowercase-expanded): Add :version.
19998
19999         * nndiary.el (nndiary): Add :version.
20000
20001         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20002
20003         * mml-sec.el (mml-default-sign-method)
20004         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20005         Add :version.
20006
20007         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20008
20009         * mm-url.el (mm-url-use-external, mm-url-program)
20010         (mm-url-arguments): Add :version.
20011
20012         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20013         (mm-attachment-file-modes, mm-decrypt-option)
20014         (mm-w3m-safe-url-regexp): Add :version.
20015
20016         * message.el (message-cite-prefix-regexp)
20017         (message-sendmail-envelope-from, message-minibuffer-local-map)
20018         (message-user-fqdn, message-completion-alist): Add :version.
20019
20020         * gnus-win.el (gnus-configure-windows-hook)
20021         (gnus-use-frames-on-any-display): Add :version.
20022
20023         * gnus-art.el (gnus-article-address-banner-alist)
20024         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20025         (gnus-treat-from-picon, gnus-treat-mail-picon)
20026         (gnus-treat-x-pgp-sig): Add :version.
20027
20028         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20029         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20030         (gnus-summary-article-delete-hook)
20031         (gnus-summary-display-while-building): Add :version.
20032
20033         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20034         (gnus-get-top-new-news-hook): Add :version.
20035
20036         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20037         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20038
20039         * gnus-registry.el (gnus-registry): Add :version.
20040
20041         * gnus-spec.el (gnus-use-correct-string-widths)
20042         (gnus-make-format-preserve-properties): Add :version.
20043
20044         * gnus.el (gnus-group-charter-alist)
20045         (gnus-group-fetch-control-use-browse-url)
20046         (gnus-install-group-spam-parameters): Add :version.
20047
20048         * gnus-diary.el (gnus-diary): Add :version.
20049
20050         * gnus-delay.el (gnus-delay): Add :version.
20051
20052         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20053         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20054         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20055         Add :version.
20056
20057         * gnus-agent.el (gnus-agent-max-fetch-size)
20058         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20059         (gnus-agent-prompt-send-queue): Add :version.
20060
20061         * deuglify.el (gnus-outlook-deuglify): Add :version.
20062
20063         * html2text.el: Beautify code.  Improve doc strings.
20064         Some checkdoc cleanup.
20065         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20066
20067 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20068
20069         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20070
20071 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20072
20073         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20074         when package is loaded.
20075
20076         * spam.el (spam-summary-score-preferred-header): Add global preference
20077         for people who want to override the default SpamAssassin over
20078         Bogofilter preference (when both are set).
20079         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20080         (spam-user-format-function-S):
20081         Check spam-summary-score-preferred-header.
20082         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20083         (spam-user-format-function-S): Format the score correctly.
20084
20085 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20088         signature file.  Suggested by Manoj Srivastava
20089         <srivasta@golden-gryphon.com>.
20090
20091         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20092         iso-2022-jp even in the Japanese language environment.
20093         Suggested by Jason Rumney <jasonr@gnu.org>.
20094
20095 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20096
20097         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20098         use the same characters as the dummy marks; make it free from
20099         getting affected by the language environment.
20100         (gnus-summary-read-group-1): Update mark positions only when the
20101         format spec is updated.
20102
20103         * gnus-spec.el (gnus-update-format-specifications): Return a list
20104         of updated types.
20105
20106 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20109         of boundp to check if display-warning is available.
20110
20111 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20112
20113         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20114
20115 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20116
20117         * nnspool.el (nnspool-spool-directory): Use news-path if the
20118         news-directory variable is not bound.
20119
20120         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20121         function instead of display-warning if it is not available.
20122
20123 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20124
20125         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20126         v5-10: Use `point-at-bol'.
20127
20128 2004-10-26  Simon Josefsson  <jas@extundo.com>
20129
20130         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20131         <chenggao@gmail.com>.
20132
20133 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20134
20135         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20136         instead.
20137
20138 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20139
20140         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20141         to remove a server from the nnimap-server-buffer-alist.
20142         (nnimap-open-connection, nnimap-close-server): Use it.
20143
20144         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20145
20146 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20147
20148         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20149         running the major-mode function.
20150
20151 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20152
20153         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20154         dummy marks in the right way.
20155
20156 2004-10-18  David Edmondson  <dme@dme.org>
20157
20158         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20159         excessively.
20160
20161 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20162
20163         * gnus-util.el (gnus-split-references): Accept a nil references
20164         string and go on blissfully.
20165
20166         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20167         cases where the references string is non-nil but has no references.
20168
20169         * encrypt.el: Add autoload tags.
20170
20171         * spam.el (spam-resolve-registrations-routine): Remove article
20172         from unregistration list too.  Reported by David Hanak
20173         <dhanak@isis.vanderbilt.edu>
20174
20175 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20176
20177         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20178         nil.  Change custom type.
20179
20180 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20181
20182         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20183
20184         * gnus-sum.el (gnus-summary-move-article): Use it.
20185
20186 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20187
20188         * encrypt.el: Add autoload cookies.
20189
20190         * spam.el (spam-backend-article-list-property)
20191         (spam-backend-get-article-todo-list)
20192         (spam-backend-put-article-todo-list)
20193         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20194         Resolve registrations separately.
20195         (spam-register-routine): Format comments.
20196         (spam-unregister-routine, spam-register-routine): Always call with
20197         specific-articles, no default list.
20198         (spam-summary-prepare-exit): Use the spam-classifications function.
20199
20200         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20201         gnus-encrypt.el.
20202
20203         * encrypt.el: Copied from gnus-encrypt.el.
20204
20205         * gnus-encrypt.el: Commented that it's obsolete.
20206
20207 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20208
20209         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20210         (gnus-score-save): Use it.
20211
20212         * message.el (message-bury): Use `window-dedicated-p'.
20213
20214 2004-10-15  Simon Josefsson  <jas@extundo.com>
20215
20216         * pop3.el (top-level): Don't require nnheader.
20217         (pop3-read-timeout): Add.
20218         (pop3-accept-process-output): Add.
20219         (pop3-read-response, pop3-retr): Use it.
20220
20221 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20222
20223         * spam.el (spam-register-routine): Move comment.
20224         (spam-verify-bogofilter): Use 'unknown for the initial
20225         spam-bogofilter-valid state, not 'never.
20226
20227         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20228         for netrc-machine.
20229
20230         * nnimap.el (nnimap-open-connection):
20231         Use netrc-machine-user-or-password.
20232
20233 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20234
20235         * gnus-registry.el (gnus-registry-unload-hook):
20236         Set as a variable with add-hook.
20237
20238         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20239         of news-path.
20240
20241         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20242
20243         * spam.el: Delete duplicate `provide'.
20244         (spam-unload-hook): Set as a variable with add-hook.
20245
20246 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20247
20248         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20249         in the doc string.
20250
20251         * message.el (message-ignored-news-headers)
20252         (message-ignored-supersedes-headers)
20253         (message-ignored-resent-headers)
20254         (message-forward-ignored-headers): Improve custom type.
20255
20256 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20257
20258         * message.el (message-tokenize-header): Fix 2004-09-06 change
20259         which used point-min in the wrong place.
20260
20261 2004-10-12  Simon Josefsson  <jas@extundo.com>
20262
20263         * tls.el (tls-certtool-program): New variable.
20264         (tls-certificate-information): New function, based on
20265         ssl-certificate-information.
20266
20267 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20268
20269         * compface.el: Move the version of ELisp-based uncompface program
20270         to the contrib directory because of the copyright problem.
20271
20272 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20273
20274         * message.el (message-kill-buffer): Raise the current frame.
20275
20276 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20277
20278         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20279
20280         * gnus.el (message-y-or-n-p): Autoload.
20281
20282         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20283         (pop3-password-required, pop3-authentication-scheme)
20284         (pop3-leave-mail-on-server): Make customizable.
20285         (pop3): New custom group.
20286         (pop3-retr): Remove `sleep-for' statements.
20287         Suggested by Dave Love <fx@gnu.org>.
20288
20289         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20290         Windows/DOS.
20291
20292         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20293         (imap-parse-body): Fix incorrect use of `assert'.
20294         Suggested by Dave Love <fx@gnu.org>.
20295
20296         * mml.el (mml-minibuffer-read-disposition): Require match.
20297         Suggested by Dave Love <fx@gnu.org>.
20298
20299 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20300
20301         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20302         doc string.
20303
20304 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20305
20306         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20307
20308 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20309
20310         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20311         instead of calling `mm-insert-inline', to decode text/* parts
20312         before displaying them.
20313
20314 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20315
20316         * mm-uu.el (mm-uu-text-plain-type): New variable.
20317         (mm-uu-pgp-signed-extract-1): Use it.
20318         (mm-uu-pgp-encrypted-extract-1): Use it.
20319         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20320         bind mm-uu-text-plain-type with that value.
20321         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20322         mm-uu-dissect.
20323
20324 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20325
20326         * gnus-group.el (gnus-update-group-mark-positions):
20327         * gnus-sum.el (gnus-update-summary-mark-positions):
20328         * message.el (message-check-news-body-syntax):
20329         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20330         of string-as-multibyte.
20331
20332 2004-10-05  Juri Linkov  <juri@jurta.org>
20333
20334         * gnus-group.el (gnus-update-group-mark-positions):
20335         * gnus-sum.el (gnus-update-summary-mark-positions):
20336         * message.el (message-check-news-body-syntax):
20337         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20338         8-bit unibyte values to a multibyte string for search functions.
20339
20340 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20341
20342         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20343         (mm-uu-dissect-text-parts): New function.
20344
20345         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20346         dissect text parts.
20347
20348         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20349         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20350
20351         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20352
20353         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20354         Use gnus-current-topics instead of gnus-current-topic.
20355
20356 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20357
20358         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20359
20360 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20361
20362         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20363         where appropriate.
20364
20365         * nnml.el (nnml-generate-active-info): do.
20366
20367         * nndiary.el (nndiary-generate-active-info): do.
20368
20369         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20370         (gnus-topic-move): do.
20371
20372         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20373         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20374
20375         * gnus-srvr.el (gnus-server-prepare)
20376         (gnus-server-open-all-servers): do.
20377
20378         * gnus-msg.el (gnus-summary-cancel-article)
20379         (gnus-summary-resend-message)
20380         (gnus-summary-mail-crosspost-complaint): do.
20381
20382         * gnus-move.el (gnus-change-server): do.
20383
20384         * gnus-group.el (gnus-group-unmark-all-groups)
20385         (gnus-group-set-current-level): do.
20386
20387 2004-10-04  Simon Josefsson  <jas@extundo.com>
20388
20389         * message.el (message-generate-hashcash): Doc fix.
20390
20391 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20392
20393         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20394         avoid infinite recursion via gnus-get-function.
20395
20396 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20397
20398         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20399
20400         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20401
20402         * nnmail.el (nnmail-split-history): do.
20403
20404         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20405         (nnml-request-delete-group): do.
20406
20407         * nnslashdot.el (nnslashdot-read-groups): do.
20408
20409         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20410         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20411
20412         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20413         (nnspool-sift-nov-with-sed): Use last.
20414         (nnspool-retrieve-headers-with-nov): Use mapc.
20415         (nnspool-request-newgroups): Use dolist.
20416         (nnspool-request-group): Use last.
20417
20418         * nntp.el (nntp-read-server-type): Use dolist.
20419
20420         * nnvirtual.el (nnvirtual-create-mapping)
20421         (nnvirtual-update-read-and-marked): Use dolist.
20422         (nnvirtual-convert-headers): Simplify.
20423
20424 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20425
20426         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20427         Add support for sync'ing tick marks.
20428
20429 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20430
20431         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20432         there's no visible header.
20433
20434 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20435
20436         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20437         When necessary, pass full group name to gnus-request-set-marks.
20438
20439 2004-10-01  Simon Josefsson  <jas@extundo.com>
20440
20441         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20442         acroread.
20443
20444 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20445
20446         * spam-report.el (spam-report-gmane): Fix interactive.
20447
20448         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20449
20450         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20451         when writing file.
20452         (gnus-agent-synchronize-flags): Don't default to being
20453         interactive.
20454
20455 2004-09-30  Simon Josefsson  <jas@extundo.com>
20456
20457         * message.el (message-generate-hashcash): Add.
20458         (message-send-mail): Use it, call mail-add-payment.
20459
20460 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20461
20462         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20463
20464 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20465
20466         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20467         gnus-requst-update-info with explicit code to sync the in-memory
20468         info read flags with the marks being sync'd to the backend.
20469
20470         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20471
20472 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20473
20474         * spam.el (spam-verify-bogofilter): Add new function.
20475         (spam-check-bogofilter)
20476         (spam-bogofilter-register-with-bogofilter): Use it.
20477         (spam-verify-bogofilter): Add small fixes.
20478
20479 2004-09-28  Simon Josefsson  <jas@extundo.com>
20480
20481         * hashcash.el (hashcash-generate-payment): Revert.
20482
20483 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20484
20485         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20486         Use gnus-extract-references instead of gnus-split-references.
20487
20488         * gnus-util.el (gnus-extract-references): Add new function, analogous
20489         to gnus-split-references but extracts only the message-ID without
20490         anything extra.
20491
20492         * hashcash.el (hashcash-generate-payment)
20493         (hashcash-check-payment): Do the right thing if hashcash-path is
20494         nil (because the hashcash program could not be found).
20495
20496         * spam.el (spam-use-hashcash): Remove comment.
20497
20498 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20499
20500         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20501         (gnus-cache-enter-article, gnus-cache-remove-article)
20502         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20503
20504         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20505
20506         * gnus-art.el (article-hide-boring-headers)
20507         (article-translate-strings, article-display-face)
20508         (gnus-article-mime-match-handle-first)
20509         (gnus-article-highlight-headers)
20510         (gnus-article-add-buttons-to-head): do.
20511
20512 2004-09-27  Simon Josefsson  <jas@extundo.com>
20513
20514         * hashcash.el: New version, from
20515         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20516         ../contrib/.
20517
20518 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20519
20520         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20521
20522 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20523
20524         * gnus-dup.el (gnus-dup-open): Use mapc.
20525         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20526
20527         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20528         Reported by Stefan Wiens <s.wi@gmx.net>.
20529
20530         * gnus.el (gnus-shutdown): Use dolist.
20531
20532         * gnus-undo.el (gnus-undo): Use mapc.
20533
20534         * nnrss.el (nnrss-generate-active): do.
20535
20536         * message.el (message-cite-original-without-signature)
20537         (message-cite-original): Use mapc.
20538         (message-do-actions, message-make-forward-subject): Use dolist.
20539
20540 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20541
20542         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20543         deletion to remove entire duplicate line.  Fixes merged article
20544         number bug.
20545
20546 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20547
20548         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20549         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20550         first ask if you want to open a server and then, even when you
20551         responded with no, asking if you want to synchronize the server's
20552         flags.
20553         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20554         multi-line expressions.
20555         (gnus-agent-synchronize-group-flags): New internal function.
20556         Updates marks in memory (in the info structure) AND in the
20557         backend.
20558
20559         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20560
20561         * nnagent.el (nnagent-request-set-mark):
20562         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20563         method, to ensure that synchronization updates marks in the
20564         backend and in the info (in memory) structure.
20565
20566 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20567
20568         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20569         convention fully; don't miss the root article of a thread; make
20570         the X-Draft-From header with correct article numbers.
20571
20572 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20573
20574         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20575         unless plugged.  Disable the agent so that an open failure causes
20576         an error.
20577
20578         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20579         Revert 2004-09-21 change.  The backend must be opened while
20580         synchronizing flags even when the backend stores the flags
20581         locally.
20582
20583 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20584
20585         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20586         in `header' match.  Reported by Svend Tollak Munkejord.
20587
20588         * message.el (message-cite-original): Fix use of
20589         `message-cite-articles-with-x-no-archive'.
20590
20591 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20592
20593         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20594         (gnus-window-to-buffer): Ditto.
20595
20596         * mml.el (mml-preview-buffer): New variable.
20597         (mml-preview): Manage window layout with gnus-buffer-configuration.
20598
20599         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20600         X-Draft-From header even if those articles aren't quoted.
20601
20602 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20603
20604         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20605         (gnus-request-set-mark, gnus-request-update-mark): Use new
20606         g-s-t-u-l-m to decide to use backend even when unplugged.
20607
20608 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20609
20610         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20611         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20612
20613 2004-09-20  Simon Josefsson  <jas@extundo.com>
20614
20615         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20616         "utf-16-le".
20617
20618 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20619
20620         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20621
20622 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20623
20624         * uudecode.el (uudecode-use-external): Add :version.
20625
20626         * smime.el (smime-CA-file, smime-encrypt-cipher)
20627         (smime-dns-server): Add :version.
20628
20629         * smiley.el (gnus-smiley-file-types): Add :version.
20630
20631         * sha1.el (sha1-use-external): Add :version.
20632
20633         * pgg-def.el (pgg-query-keyserver): Add :version.
20634
20635         * nnmail.el (nnmail-fancy-expiry-targets)
20636         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20637         Add :version.
20638
20639         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20640         (nnimap-retrieve-groups-asynchronous): Add :version.
20641         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20642
20643         * mml.el (mml-content-disposition-parameters)
20644         (mml-insert-mime-headers-always): Add :version.
20645
20646         * mm-util.el (mm-coding-system-priorities): Add :version.
20647
20648         * mm-decode.el (mm-inline-text-html-with-images)
20649         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20650         (mm-verify-option): Add :version.
20651         (mm-text-html-renderer): Change :version.
20652
20653         * message.el (message-fcc-externalize-attachments)
20654         (message-required-headers, message-draft-headers)
20655         (message-subject-trailing-was-query)
20656         (message-subject-trailing-was-ask-regexp)
20657         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20658         (message-mark-insert-end, message-archive-header)
20659         (message-archive-note, message-cross-post-default)
20660         (message-cross-post-note, message-followup-to-note)
20661         (message-cross-post-note-function, message-use-mail-followup-to)
20662         (message-subscribed-address-functions)
20663         (message-subscribed-address-file, message-subscribed-addresses)
20664         (message-subscribed-regexps, message-allow-no-recipients)
20665         (message-yank-cited-prefix, message-signature-insert-empty-line)
20666         (message-hidden-headers, message-hierarchical-addresses)
20667         (message-mail-user-agent, message-use-idna)
20668         (message-valid-fqdn-regexp)
20669         (message-strip-special-text-properties, message-header-synonyms)
20670         (message-beginning-of-line, message-tab-body-function): Add :version.
20671         (message-insert-canlock, message-wide-reply-confirm-recipients):
20672         Change :version.
20673
20674         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20675         and :version.
20676         (mail-source-delete-old-incoming-confirm)
20677         (mail-source-movemail-program): Add :version.
20678
20679         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20680         (gnus-agent-cache, gnus-agent): Change :version.
20681
20682         * gnus-util.el (gnus-use-byte-compile): Change :version.
20683
20684         * gnus-sum.el (gnus-summary-make-false-root-always)
20685         (gnus-summary-default-high-score)
20686         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20687         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20688         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20689         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20690         (gnus-sum-thread-tree-single-indent)
20691         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20692         (gnus-sum-thread-tree-leaf-with-other)
20693         (gnus-sum-thread-tree-single-leaf): Add :version.
20694         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20695         (gnus-article-loose-mime): Change :version.
20696
20697         * gnus-start.el (gnus-backup-startup-file)
20698         (gnus-save-startup-file-via-temp-buffer): Add :version.
20699
20700         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20701         (gnus-server-offline-face): Add :version.
20702
20703         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20704
20705         * gnus-msg.el (gnus-gcc-externalize-attachments)
20706         (gnus-debug-files, gnus-debug-exclude-variables)
20707         (gnus-discouraged-post-methods): Change :version.
20708         (gnus-confirm-mail-reply-to-news)
20709         (gnus-confirm-treat-mail-like-news): Add :version.
20710
20711         * gnus-int.el (gnus-server-unopen-status): Add :version.
20712
20713         * gnus-group.el (gnus-group-jump-to-group-prompt)
20714         (gnus-large-ephemeral-newsgroup)
20715         (gnus-fetch-old-ephemeral-headers): Add :version.
20716
20717         * gnus-fun.el (gnus-x-face-directory)
20718         (gnus-convert-pbm-to-x-face-command)
20719         (gnus-convert-image-to-x-face-command)
20720         (gnus-convert-image-to-face-command): Add :version.
20721
20722         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20723
20724         * gnus-cite.el (gnus-cite-blank-line-after-header)
20725         (gnus-article-boring-faces): Add :version.
20726
20727         * gnus-art.el (gnus-buttonized-mime-types)
20728         (gnus-inhibit-mime-unbuttonizing)
20729         (gnus-treat-display-face)
20730         (gnus-treat-body-boundary): Change :version.
20731         (gnus-body-boundary-delimiter, gnus-picon-databases)
20732         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20733         (gnus-treat-date-english, gnus-treat-fold-headers)
20734         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20735         (gnus-treat-mail-picon, gnus-treat-wash-html)
20736         (gnus-article-encrypt-protocol)
20737         (gnus-use-idna, gnus-article-over-scroll)
20738         (gnus-mime-display-multipart-alternative-as-mixed)
20739         (gnus-mime-display-multipart-related-as-mixed)
20740         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20741         (gnus-ctan-url, gnus-button-ctan-handler)
20742         (gnus-button-handle-ctan-bogus-regexp)
20743         (gnus-button-ctan-directory-regexp)
20744         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20745         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20746         (gnus-button-man-level, gnus-button-emacs-level)
20747         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20748
20749         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20750         (gnus-agent-go-online): Change :version.
20751         (gnus-agent-expire-unagentized-dirs)
20752         (gnus-agent-auto-agentize-methods): Add :version.
20753
20754         * flow-fill.el (fill-flowed-display-column)
20755         (fill-flowed-encode-column): Add :version.
20756
20757         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20758         (gnus-outlook-deuglify-unwrap-max)
20759         (gnus-outlook-deuglify-cite-marks)
20760         (gnus-outlook-deuglify-unwrap-stop-chars)
20761         (gnus-outlook-deuglify-no-wrap-chars)
20762         (gnus-outlook-deuglify-attrib-cut-regexp)
20763         (gnus-outlook-deuglify-attrib-verb-regexp)
20764         (gnus-outlook-deuglify-attrib-end-regexp)
20765         (gnus-outlook-display-hook): Add :version.
20766
20767         * binhex.el (binhex-use-external): Add :version.
20768
20769 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20770
20771         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20772         and `invisible'.
20773
20774 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20775
20776         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20777         in gnus-registry-trim.
20778
20779 2004-09-13  Simon Josefsson  <jas@extundo.com>
20780
20781         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20782
20783         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20784
20785         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20786         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20787         <yamaoka@jpl.org>.
20788         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20789         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20790         <yamaoka@jpl.org>.
20791
20792         * sieve.el (sieve-manage-mode): Ditto.
20793
20794 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20795
20796         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20797
20798 2004-09-11  Simon Josefsson  <jas@extundo.com>
20799
20800         * dns-mode.el: Add.
20801
20802         * mm-view.el (mm-display-dns-inline): Add.
20803
20804         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20805         (mm-automatic-display): Ditto.
20806
20807         * mailcap.el (mailcap-mime-data): Add text/dns.
20808         (mailcap-mime-extensions): Map .soa to text/dns.
20809
20810 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20811
20812         * gnus-art.el (article-decode-mime-words, article-babel)
20813         (gnus-article-highlight-signature, gnus-article-add-buttons)
20814         (gnus-signature-toggle): Remove unnecessary bindings of
20815         `inhibit-read-only' inherited from v5.10 merge.
20816
20817 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20818
20819         * nntp.el (nntp): New customization group.
20820         (nntp-authinfo-file): Add customization group.
20821
20822         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20823
20824         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20825
20826         * gnus.el (to-address, to-list, subscribed)
20827         (large-newsgroup-initial): Ditto.
20828
20829         * flow-fill.el (fill-flowed-display-column)
20830         (fill-flowed-encode-column): Ditto.
20831
20832 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20833
20834         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20835         Use point-min rather than 1.
20836         (message-send-mail): Use buffer-size rather than point-max.
20837
20838         * gnus-sum.el (gnus-summary-search-article-forward):
20839         Signal a specific `search-failed' rather than a generic `error'.
20840
20841         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20842         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20843         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20844
20845 2004-09-10  Simon Josefsson  <jas@extundo.com>
20846
20847         * nndb.el (require): Remove tcp and duplicate cl.
20848
20849 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * gnus-agent.el (directory-files-and-attributes): Move forward.
20852
20853 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20854
20855         * gnus-agent.el (directory-files-and-attributes):
20856         Optionally defined to support XEmacs.
20857
20858 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20859
20860         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20861         to avoid run-time CL dependencies.
20862         (gnus-agent-unfetch-articles): New function.
20863         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20864         article numbers even when local .overview file is missing.
20865         (gnus-agent-read-article-number): New function.  Only accepts
20866         27-bit article numbers.
20867         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20868         Use gnus-agent-read-article-number.
20869         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20870         from backend while recognizing that article numbers in .overview
20871         must be valid.
20872         (gnus-agent-update-files-total-fetched-for):
20873         Use directory-files-and-attributes to improve performance.
20874         * gnus-int.el (gnus-request-move-article):
20875         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20876         improve performance.
20877
20878         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20879         some users confused by references to .newsrc when they only have a
20880         .newsrc.eld file.
20881         (gnus-convert-mark-converter-prompt)
20882         (gnus-convert-converter-needs-prompt): Fix use of property list.
20883         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20884         New function.  Used internally to only display 'gnus converting
20885         files' message when actually necessary.
20886
20887         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20888         methods now autoloaded.
20889
20890 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20891
20892         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20893         identifiers.
20894
20895 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20896
20897         * gnus-picon.el: Fix indentation and closing parenthesis.
20898
20899 2004-09-01  Simon Josefsson  <jas@extundo.com>
20900
20901         * message.el (message-canlock-generate): Require sha1, not
20902         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20903         to require within a function.  Sadly, if sha1.el isn't loaded, the
20904         let binding in m-c-g will hide the defcustom definition, which is
20905         bad.)
20906
20907         * canlock.el: Require sha1, not sha1-el.
20908
20909         * message.el: Don't autoload sha1 (there is a autoload cookie in
20910         sha1.el).
20911
20912         * sha1-el.el: Rename to sha1.el.
20913
20914 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20915
20916         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20917
20918 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20919
20920         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20921
20922 2004-08-30  Kim F. Storm  <storm@cua.dk>
20923
20924         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20925
20926         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20927         Add :group 'nnimap.
20928
20929 2004-08-30  Andreas Schwab  <schwab@suse.de>
20930
20931         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20932         ?* and ?\;.
20933
20934         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20935         and ?\' to symbol instead of whitespace.
20936
20937 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20938
20939         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20940
20941         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20942         instead of re-search-forward.
20943
20944         * gnus-uu.el (gnus-uu-save-article): Ditto.
20945         (gnus-uu-post-encode-uuencode): Ditto.
20946
20947         * html2text.el (html2text-clean-list-items): Ditto.
20948         (html2text-clean-dtdd): Ditto.
20949         (html2text-format-tags): Ditto.
20950
20951         * message.el (message-send-mail-with-sendmail): Fix regexp.
20952         (message-fill-field-general): Use search-forward instead of
20953         re-search-forward.
20954         (unbold-region): Ditto.
20955
20956         * nnrss.el (nnrss-request-article): Ditto.
20957
20958         * nnslashdot.el (nnslashdot-request-article): Ditto.
20959
20960         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20961
20962         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20963         "Unrecognized menu descriptor" error in XEmacs.
20964
20965 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20966
20967         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20968         parent article of a sparse article in the thread hashtb.
20969
20970 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20971
20972         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20973         (nnmail-expand-newtext): Lowercase expanded entries if
20974         nnmail-split-lowercase-expanded is non-nil.
20975
20976 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20977
20978         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20979
20980         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20981         of gnus-tmp-news-method into string under XEmacs.  It will be
20982         passed to gnus-correct-length which takes only a string argument.
20983
20984 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20985
20986         * gnus-util.el (gnus-bind-print-variables): New macro.
20987         (gnus-prin1): Use it.
20988         (gnus-prin1-to-string): Use it.
20989         (gnus-pp): New function.
20990         (gnus-pp-to-string): New function.
20991
20992         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20993         Replace pp-to-string with gnus-pp-to-string.
20994         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20995         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20996         * gnus-msg.el (gnus-debug): Ditto.
20997         * gnus-score.el (gnus-score-save): Ditto.
20998         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20999         gnus-pp-to-string.
21000         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21001         with gnus-pp.
21002         * score-mode.el (gnus-score-pretty-print): Ditto.
21003         * webmail.el (webmail-debug): Ditto.
21004
21005 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * gnus-art.el (article-display-face, article-display-x-face):
21008         Use buffer-read-only.
21009
21010 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21011
21012         * gnus-art.el (article-hide-list-identifiers):
21013         Bind inhibit-read-only as t.
21014
21015 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21016
21017         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21018
21019 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21020
21021         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21022         (gnus-narrow-to-page): Don't assume point-min == 1.
21023         (gnus-article-edit-mode): Derive from message-mode.
21024
21025         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21026         point-min == 1.
21027
21028         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21029         Disable incorrect use of `assert'.
21030
21031         * message.el (message-mode): Set comment-start-skip.
21032
21033
21034 2004-08-22  Sam Steingold  <sds@gnu.org>
21035
21036         * pop3.el (pop3-leave-mail-on-server): New user variable.
21037         (pop3-movemail): Delete mail only when it is nil.
21038
21039 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21040
21041         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21042
21043         * mml.el (mml-preview): Use `pop-to-buffer'.
21044
21045         * message.el (message-goto-mail-followup-to): Insert after "To".
21046         (message-carefully-insert-headers): Add comment.
21047
21048         * gnus.el: Remove unused variable `gnus-article-check-size'.
21049
21050         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21051
21052         * gnus-art.el (gnus-button-alist):
21053         Improve `gnus-button-handle-library' entry.
21054
21055 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21056
21057         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21058         Use downcase, since XEmacs capitalizes error messages differently.
21059
21060 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21061
21062         * nntp.el: Add (require 'gnus) due to reference to
21063         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21064
21065 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21066
21067         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21068         Bind `mm-fill-flowed'.
21069
21070         * mm-decode.el (mm-dissect-singlepart): Check it.
21071
21072 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21073
21074         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21075         'imap' for netrc parsing.
21076
21077 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21078
21079         * mailcap.el (mailcap-mime-data): Mark as risky.
21080
21081 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21082
21083         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21084         may be included in the encoded word.
21085         (rfc2047-encode): Don't append a space if the encoded word
21086         includes close parenthesis.
21087
21088 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21089
21090         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21091         of text within parentheses.
21092
21093 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21094
21095         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21096         (gnus-encrypt-write-file-contents): Make the password key the file
21097         name PLUS the cipher, not just the cipher.  Also remove failed
21098         passwords from the cache.
21099
21100 2004-08-06  Simon Josefsson  <jas@extundo.com>
21101
21102         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21103         Doc fix.
21104
21105 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21106
21107         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21108         LWSP.
21109
21110 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21111
21112         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21113         Try to append in-reply-to: data to the references: header.
21114
21115         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21116         (netrc-parse): Use gnus-encrypt.el functions.
21117
21118         * gnus-encrypt.el: Add new file for encryption support; currently
21119         does only a few GPG ciphers and an internal XOR cipher.
21120
21121         * password.el: Add comments on using password-read-and-add.
21122         (password-read-and-add): Add function to read and add the
21123         password to the cache at once.
21124
21125 2004-07-28  Simon Josefsson  <jas@extundo.com>
21126
21127         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21128         parameter (but don't use it, for now).
21129
21130         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21131         instead of hard coding to nil.
21132
21133 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21134
21135         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21136         as mm-inline-image-xemacs does.
21137
21138 2004-07-26  Simon Josefsson  <jas@extundo.com>
21139
21140         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21141         Revert part of 2004-07-17 change below.
21142
21143 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21144
21145         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21146         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21147
21148 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21149
21150         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21151         quotes that actually start with ">" at the beginning of the
21152         lines.
21153
21154 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * rfc2047.el (rfc2047-encode-region): Fix last change.
21157         (rfc2047-encode-parameter): Remove useless concat.
21158
21159 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21160
21161         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21162         encode special characters; fix some kind of misconfigured headers;
21163         signal a real error if debug-on-quit or debug-on-error is non-nil.
21164         (rfc2047-encode-max-chars): New variable.
21165         (rfc2047-encode-1): Use it.
21166         (rfc2047-encode-parameter): New function.
21167
21168         * mml.el (mml-insert-parameter): Remove an excessive space.
21169
21170 2004-07-17  Simon Josefsson  <jas@extundo.com>
21171
21172         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21173         Kai Grossjohann <kai@emptydomain.de>.
21174         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21175         (gnus-group-make-menu-bar): Ditto.
21176
21177         * gnus-util.el (gnus-group-server): Add.
21178
21179 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21180
21181         * message.el (message-clone-locals): Clone sendmail and smtp
21182         variables.
21183
21184 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21185
21186         * rfc2047.el (rfc2047-encode-region): Fix last change.
21187
21188 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21189
21190         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21191         characters as non-special.
21192
21193 2004-07-09  Simon Josefsson  <jas@extundo.com>
21194
21195         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21196         Users will lose all flag changes made while unplugged with
21197         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21198         good default.  See numerous reports on ding mailing list.
21199
21200 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21201
21202         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21203         add generate-head-function and generate-article-function to the
21204         rfc822-forward entry.
21205         (nndoc-rfc822-forward-generate-article): New function.
21206         (nndoc-rfc822-forward-generate-head): New function.
21207
21208         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21209
21210 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21211
21212         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21213         respect display group parameter and gnus-summary-expunge-below.
21214         (gnus-articles-to-read): Remove unused reference to display group
21215         parameter.
21216
21217 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21218
21219         * nnheader.el (nnheader-uniquify-message-id): New experimental
21220         variable.
21221         (nnheader-nov-read-message-id): Use it.
21222
21223         * spam-report.el (spam-report-gmane): Add interactive.
21224
21225 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21226
21227         * mm-encode.el (mm-content-transfer-encoding-defaults):
21228         Use qp-or-base64 for the application/* types.
21229
21230 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21231
21232         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21233
21234 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21235
21236         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21237         trim value.
21238
21239 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21240
21241         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21242         New macro and function.
21243         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21244
21245 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21246
21247         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21248         after-load-alist.
21249
21250 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21251
21252         * gnus-group.el (gnus-group-get-new-news-this-group):
21253         Don't update info that isn't there.
21254
21255 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21256
21257         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21258         entry.
21259
21260 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21261
21262         * mm-view.el (mm-inline-render-with-function): Use multibyte
21263         buffer; decode html source by charset.
21264
21265         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21266
21267         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21268         Mule-UCS is loaded under XEmacs.
21269         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21270
21271 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21272
21273         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21274
21275 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21276
21277         * mm-util.el (mm-coding-system-p): Return a coding-system.
21278         (mm-mime-mule-charset-alist): Use shift_jis instead of
21279         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21280         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21281         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21282         instead of japanese-shift-jis and iso-latin-1 respectively in
21283         order to share the default value with both Emacs and XEmacs-mule.
21284         (mm-mule-charset-to-mime-charset):
21285         Make mm-coding-system-priorities effective.
21286         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21287         while predicating of candidates upon the priorities.
21288
21289 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21290
21291         * gnus-sum.el (gnus-summary-make-menu-bar):
21292         Add gnus-uu-invert-processable.
21293
21294         * gnus.el: Autoload gnus-uu-invert-processable.
21295
21296 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21297
21298         * mm-util.el (mm-with-multibyte-buffer): New macro.
21299
21300         * rfc2047.el (rfc2047-encode-string): Use it.
21301         (rfc2047-encode-region): Move point to the end of the region after
21302         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21303
21304 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21305
21306         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21307         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21308
21309 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21310
21311         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21312         (gnus-cite-parse): Ignore quoted envelope From_.
21313         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21314
21315 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21316
21317         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21318         invalid addresses.
21319
21320 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21321
21322         * spam.el: Change section markers, revise TODO list.
21323         (spam-backends): Make new master list of all installed backends.
21324         (spam-summary-exit-behavior): Add new variable to determine how
21325         messages moves are done at summary exit.
21326         (spam-move-spam-nonspam-groups-only)
21327         (spam-process-ham-in-nonham-groups)
21328         (spam-process-ham-in-spam-groups): Remove variables, the
21329         spam-summary-exit-behavior variable should be used to manage this
21330         behavior.
21331         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21332         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21333         and spam-old-spam-articles.
21334         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21335         Add empty variables, placeholders for the backends they represent.
21336         (spam-set-difference): Move, unchanged.
21337         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21338         unless the user has a processor variable.
21339         (spam-classifications, spam-classification-valid-p)
21340         (spam-backend-properties, spam-backend-property-valid-p)
21341         (spam-backend-function-type-valid-p)
21342         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21343         (spam-report-articles-gmane, spam-report-articles-resend):
21344         Remove functions, they are not needed.
21345         (spam-install-backend-super, spam-backend-list)
21346         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21347         (spam-backend-function, spam-backend-ham-registration-function)
21348         (spam-backend-spam-registration-function)
21349         (spam-backend-ham-unregistration-function)
21350         (spam-backend-spam-unregistration-function)
21351         (spam-backend-statistical-p, spam-backend-mover-p)
21352         (spam-install-backend-alias, spam-install-checkonly-backend)
21353         (spam-install-mover-backend, spam-install-nocheck-backend)
21354         (spam-install-backend, spam-install-statistical-backend)
21355         (spam-install-statistical-checkonly-backend): Add backend installation
21356         support.
21357         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21358         (spam-group-processor-p): Use the new backend code and respect the
21359         summary exit behavior.
21360         (spam-mark-spam-as-expired-and-move-routine): Remove.
21361         (spam-summary-prepare): Change to use the new spam-old-articles
21362         variable.
21363         (spam-copy-or-move-routine, spam-copy-spam-routine)
21364         (spam-move-spam-routine, spam-copy-ham-routine)
21365         (spam-move-ham-routine): Add code to copy/move ham or spam.
21366         (spam-fetch-field-fast): Improve doc and code, plus allow the
21367         'number request.
21368         (spam-list-of-checks, spam-list-of-statistical-checks):
21369         Remove variables.
21370         (spam-split, spam-find-spam): Use the new backend code.
21371         (spam-registration-functions): Remove variable.
21372         (spam-unregister-routine): Add convenience wrapper.
21373         (spam-log-undo-registration, spam-register-routine)
21374         (spam-log-processing-to-registry)
21375         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21376         where possible.
21377         (spam-check-gmane-xref, spam-check-regex-headers)
21378         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21379         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21380         (spam-check-bogofilter-headers, spam-check-spamoracle)
21381         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21382         (spam-check-crm114-headers): Use the spam-split-group that
21383         spam-split prepares, no need to determine it every time.
21384
21385         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21386         to the nnheader-parse-naked-head call.
21387
21388         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21389
21390         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21391         the nnheader-nov-read-message-id call.
21392
21393 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21394
21395         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21396         gnus-activate-group twice.  Suggested by Markus Peter
21397         <warp@spin.de>.
21398
21399 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21400
21401         * gnus-art.el (gnus-article-time-format): Exchange the order of
21402         day and month in the default value; fix customization type.
21403         (article-date-ut): Use add-text-properties.
21404         (article-make-date-line): Use message-make-date instead of
21405         current-time-string.
21406
21407         * message.el (message-fetch-field): Don't use set-text-properties.
21408         (message-make-date): Simplify.
21409
21410         * messagexmas.el (message-xmas-make-date): New function.
21411         (message-xmas-redefine): Defalias message-make-date to it.
21412
21413 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21414
21415         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21416         (rfc2047-encode-region): Treat text within parentheses as special;
21417         show the original text when error has occurred.
21418
21419         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21420         already-computed method to gnus-activate-group.
21421
21422         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21423         same select-methods identical Lisp objects.
21424
21425         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21426         object when modifying the info.
21427
21428 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21429
21430         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21431         gnus-opened-servers since it has never been opened with the new
21432         configuration yet.
21433
21434 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21435
21436         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21437         arg to nnheader-generate-fake-message-id.
21438
21439 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21440
21441         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21442         number and build a fake message ID localized to a group and
21443         article number (so it's repeatable from that point on).
21444         (nnheader-fake-message-id-p): Change regex to accomodate new fake
21445         ID format.
21446
21447         * gnus-sum.el (gnus-get-newsgroup-headers):
21448         Call nnheader-generate-fake-message-id with the article number.
21449
21450 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21451
21452         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21453         end-of-buffer.
21454
21455 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21456
21457         * message.el (message-ignored-supersedes-headers): Add Approved.
21458
21459 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21460
21461         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21462         goto-char.
21463         (rfc2047-encode): Fold the line before encoding.
21464
21465 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21466
21467         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21468         folding -- not all headers can be folded, and this should be done
21469         by the message composition mode.  Probably.  I think.
21470
21471 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21472
21473         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21474         fast.
21475
21476         * gnus-ems.el (gnus-remove-image): Don't use
21477         message-text-with-property; remove only the image found first.
21478
21479         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
21480         found first.
21481
21482 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21483
21484         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21485
21486 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21487
21488         * message.el (message-text-with-property): Make it fast and accept
21489         optional arguments.
21490         (message-strip-forbidden-properties): Use it.
21491         (message-fix-before-sending): Follow the m-t-w-p change.
21492
21493         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21494
21495 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21496
21497         * gnus-art.el (article-hide-headers): Don't change the buffer
21498         mistakenly when performing mml-preview even if
21499         gnus-single-article-buffer is nil.
21500
21501 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21502
21503         * message.el (message-expand-name-databases): New user option.
21504         (message-expand-name): Use it.
21505
21506 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21507
21508         * spam.el (spam-report-articles-resend)
21509         (spam-report-resend-register-routine): Allow ham reporting.
21510         (spam-report-resend-register-ham-routine): Add wrapper.
21511         (spam-registration-functions): Add ham resending functions.
21512         (spam-list-of-processors): Add ham resend processor.
21513
21514         * gnus.el (ham-resend-to): Add new group parameter.
21515         (spam-process): Add ham resend option.
21516
21517         * spam-report.el (spam-report-resend): Allow reporting ham.
21518         (spam-report-resend-ham): Add wrapper.
21519
21520 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21521
21522         * message.el (message-cite-articles-with-x-no-archive):
21523         New variable.
21524         (message-cite-original): Use it.
21525
21526 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21527
21528         * message.el (message-cite-original): Respect X-No-Archive.
21529
21530 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21531
21532         * gnus-art.el (article-hide-headers): Refer to the values for
21533         gnus-ignored-headers and gnus-visible-headers in the summary
21534         buffer since a user may have set them as group parameters.
21535
21536 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21537
21538         * assistant.el (assistant-node-name): Add convenience function.
21539         (assistant-render-text, assistant-render-node): Add error handling,
21540         plus handle multiple next nodes.
21541         (assistant-find-next-node): Comment out for now.
21542         (assistant-find-next-nodes): Add function, returns list of next
21543         nodes.
21544
21545 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21546
21547         * mail-source.el (mail-source-directory): Fix doc-string.
21548
21549 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21550
21551         * assistant.el (assistant-render-text, assistant-eval): Add :set
21552         widget type, which is different because it takes and returns a
21553         list.  Much hilarity ensues.
21554
21555 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21556
21557         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21558
21559         * gnus-group.el (gnus-group-get-new-news-this-group):
21560         Add doc-string.
21561
21562         * gnus-start.el (gnus-activate-group): Add doc-string.
21563
21564 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21565
21566         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21567
21568 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21569
21570         * assistant.el (assistant-render-text): Try to add a :set
21571         widget, more to come.
21572
21573         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21574         strings.
21575         (spam-report-articles-resend)
21576         (spam-register-routine): Do registration iff any articles warrant
21577         it.
21578         (spam-summary-prepare-exit): Change log message for nil group
21579         destinations.
21580
21581 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21582
21583         * spam.el (spam-report-resend-register-routine):
21584         Allow spam-report-resend-to to be a group parameter or a global value.
21585
21586 2004-05-26  Simon Josefsson  <jas@extundo.com>
21587
21588         * starttls.el: Merge with my GNUTLS based starttls.el.
21589         (starttls-gnutls-program, starttls-use-gnutls)
21590         (starttls-extra-arguments, starttls-process-connection-type)
21591         (starttls-connect, starttls-failure, starttls-success):
21592         New variables.
21593         (starttls-program, starttls-extra-args): Doc fix.
21594         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21595         New functions.
21596         (starttls-negotiate, starttls-open-stream):
21597         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21598         function if it is set.
21599
21600 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21601
21602         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21603         structured fields.
21604
21605 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21606
21607         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21608
21609 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21610
21611         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21612         Add variable.
21613         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21614         assigning the spam-mark to new messages.
21615
21616 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21617
21618         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21619
21620 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21621
21622         * dgnushack.el: Autoload customize-set-variable for XEmacs.
21623
21624         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21625         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21626         default.
21627
21628 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21629
21630         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21631         correct data.
21632
21633 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21634
21635         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21636         (spam-group-processor-p): Fix function.
21637         (spam-group-processor-multiple-p)
21638         (spam-group-spam-processor-report-gmane-p)
21639         (spam-group-spam-processor-report-resend-p)
21640         (spam-group-spam-processor-bogofilter-p)
21641         (spam-group-spam-processor-blacklist-p)
21642         (spam-group-spam-processor-ifile-p)
21643         (spam-group-ham-processor-ifile-p)
21644         (spam-group-spam-processor-spamoracle-p)
21645         (spam-group-spam-processor-crm114-p)
21646         (spam-group-ham-processor-bogofilter-p)
21647         (spam-group-spam-processor-stat-p)
21648         (spam-group-ham-processor-stat-p)
21649         (spam-group-ham-processor-whitelist-p)
21650         (spam-group-ham-processor-BBDB-p)
21651         (spam-group-ham-processor-spamoracle-p)
21652         (spam-group-ham-processor-copy-p): Remove functions with some
21653         prejudice against unneeded code.
21654         (spam-report-articles-resend)
21655         (spam-report-resend-register-routine): Allow the group/topic
21656         spam-resend-to value to override spam-report-resend-to.
21657         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21658         properly now.
21659
21660         * gnus.el (spam-resend-to): Add group/topic parameter.
21661         (spam-process): Move the OBSOLETE processors to the end of the
21662         choices.
21663
21664 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21665
21666         * spam-report.el (spam-report-resend-to, spam-report-resend):
21667         Start with resend-to set to nil, and then ask the user if necessary.
21668         (spam-report-resend): spam-report-resend takes a list of articles, not
21669         separate article numbers.
21670
21671 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21672
21673         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21674         addition to emacs-w3m.
21675
21676 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21677
21678         * assistant.el (assistant-authinfo-data): New function.
21679         (assistant-eval): Eval for entire assistant.
21680
21681         * netrc.el (netrc-services-file): New variable.
21682         (netrc-parse-services): New function.
21683         (netrc-find-service-name): New function.
21684         (netrc-find-service-number): New function.
21685         (netrc-port-equal): New function.
21686         (netrc-machine): Use it.
21687
21688         * nnimap.el (nnimap-open-connection): Use netrc.
21689
21690         * gnus-util.el (gnus-netrc-get): Remove aliases.
21691
21692         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21693
21694         * assistant.el (wid-edit): Fix compilation.
21695
21696         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21697
21698 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21699
21700         * gnus-util.el (gnus-set-file-modes): New function.  (small
21701         patch).
21702
21703 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21704
21705         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21706
21707         * assistant.el (assistant-render-node): Fix up rendering and
21708         read-only text.
21709         (assistant-render-node): Reset.
21710         (assistant-make-read-only): Not sticky.
21711
21712 2004-05-20  Danny Siu  <dsiu@adobe.com>
21713
21714         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21715         centered even when gnus-auto-center-summary is t.
21716
21717 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21718
21719         * dns.el (dns-get-txt-answer): New function.
21720         (dns-read-txt): Ditto.
21721         (query-dns): Use it.
21722
21723 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21724
21725         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21726         active for foreign groups even if the group level is higher than
21727         the specified value.
21728
21729 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21730
21731         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21732         non-active groups.
21733
21734         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21735
21736 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21737
21738         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21739
21740 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21741
21742         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21743         (spam-crm114-header, spam-crm114-spam-switch)
21744         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21745         (spam-crm114-positive-spam-header)
21746         (spam-crm114-database-directory, spam-list-of-processors)
21747         (spam-group-spam-processor-crm114-p)
21748         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21749         (spam-generic-score, spam-list-of-checks)
21750         (spam-list-of-statistical-checks, spam-registration-functions)
21751         (spam-check-crm114-headers, spam-crm114-score)
21752         (spam-check-crm114, spam-crm114-register-with-crm114)
21753         (spam-crm114-register-spam-routine)
21754         (spam-crm114-unregister-spam-routine)
21755         (spam-crm114-register-ham-routine)
21756         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21757
21758 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21759
21760         * gnus.el: Add spam-use-crm114.
21761
21762         * spam.el (spam-list-of-processors, spam-registration-functions):
21763         Add spam-use-resend.
21764         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21765         (spam-report-articles-gmane): Add doc fix.
21766         (spam-report-articles-resend, spam-report-resend-register-routine):
21767         Add wrappers around spam-report-resend-to.
21768
21769         * spam-report.el (spam-report-resend-to, spam-report-resend):
21770         Add support for resending spam.
21771         (spam-report-gmane): Fix line length >80.
21772
21773         * gnus.el (spam-process): Add spam-use-resend.
21774
21775 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21776
21777         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21778         number of processed spam messages.
21779         (spam-ham-copy-or-move-routine): Return the number of processed
21780         ham messages.
21781         (spam-summary-prepare-exit): Use the above values to decide
21782         whether status messages shouled be displayed.
21783
21784 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21785
21786         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21787         `rfc2047-encoding-function-alist' in order to avoid conflicting
21788         with the old version.
21789         (rfc2047-encode-region): Concatenate words containing non-ASCII
21790         characters in structured fields; don't encode space-delimited
21791         ASCII words even in unstructured fields; don't break words at
21792         char-category boundaries.
21793         (rfc2047-encode-1): New function.
21794         (rfc2047-encode): Use it; encode text so that it occupies the
21795         maximum width within 76-column; work correctly on Q encoding for
21796         iso-2022-* charsets.
21797         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21798         sure not to break a line just after the header name.
21799         (rfc2047-b-encode-region): Remove.
21800         (rfc2047-b-encode-string): New function.
21801         (rfc2047-q-encode-region): Remove.
21802         (rfc2047-q-encode-string): New function.
21803
21804         * mm-util.el (mm-replace-in-string): New function.
21805
21806 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21807
21808         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21809         Really get it right.
21810         (gnus-inews-make-draft): Really.
21811
21812 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21813
21814         * nnmh.el (nnmh-request-list-1): Don't check the link count
21815         before descending.  (small patch)
21816
21817 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21818
21819         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21820         stuff.
21821
21822         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21823         Match on real group name.
21824
21825         * gnus-art.el (gnus-signature-limit): Doc fix.
21826
21827         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21828
21829         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21830
21831 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21832
21833         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21834         isn't a string.
21835
21836 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21837
21838         * gnus-draft.el (gnus-draft-send):
21839         Bind rfc2047-encode-encoded-words.
21840
21841         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21842         (rfc2047-encodable-p): Say that =? needs encoding.
21843         (rfc2047-encode-encoded-words): New variable.
21844
21845         * gnus-group.el (gnus-group-select-group): Doc fix.
21846
21847         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21848
21849         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21850         to nil.
21851
21852         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21853
21854         * nnheader.el (nnheader-get-lines-and-char): New function.
21855
21856 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21857
21858         * gnus-msg.el (gnus-summary-followup-with-original):
21859         Document yanking of region when active.
21860
21861 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21862
21863         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21864         groups if the group level is higher than the specified value.
21865
21866 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21867
21868         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21869         (gnus-group-jump-to-group): Add prefix argument using
21870         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21871         non-active group.
21872
21873         * compface.el (uncompface): Be verbose when changing
21874         `uncompface-use-external'.
21875
21876         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21877         handle manual section.
21878
21879 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21880
21881         * gnus-art.el (gnus-button-alist): Revert previous change.
21882
21883 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21884
21885         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21886
21887 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21888
21889         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21890         whether backend can accept message.
21891
21892         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21893
21894 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21895
21896         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21897         Avoid creating directory when nntp-marks-is-evil is true.
21898         Reported by Reiner Steib.
21899
21900 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21901
21902         * gnus-picon.el (gnus-picon-insert-glyph):
21903         Add optional `nostring' argument.
21904
21905 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21906
21907         * gnus-picon.el (gnus-picon-style): New variable.
21908         (gnus-picon-transform-address): Support `gnus-picon-style'.
21909
21910 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21911
21912         * message.el (message-fill-field): Return point.
21913         (message-generate-headers): Go to end of field.
21914
21915         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21916         stuff for non-living groups.
21917
21918 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21919
21920         * gnus-art.el (gnus-article-followup-with-original)
21921         (gnus-article-reply-with-original): gnus-mark-active-p ->
21922         gnus-region-active-p.
21923
21924 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21925
21926         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21927         only when there is spam or ham to be processed.
21928
21929 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21930
21931         * mail-source.el (mail-source-delete-crash-box): Refactor.
21932         (mail-source-fetch): Use it.
21933         (mail-source-fetch-file): Ditto.
21934         (mail-source-fetch-directory): Run postscript in loop.
21935         (mail-source-fetch-pop): Delete.
21936         (mail-source-fetch-maildir): Ditto.
21937         (mail-source-fetch-imap): Ditto.
21938
21939         * imap.el (imap-authenticators): Comment out sasl.
21940
21941         * message.el (message-skip-to-next-address): New function.
21942         (message-fill-header-address): Refactor.
21943         (message-fill-address): Use it.
21944         (message-delete-address): Use it.
21945         (message-fill-header-general): Refactor.
21946         (message-fill-field-address): Rename.
21947         (message-narrow-to-field): Find the start of the header.
21948         (message-header-format-alist): Don't pre-fill.
21949         (message-fill-header): Remove.
21950         (message-insert-header): New function.
21951         (message-shorten-references): Use it.
21952
21953         * rfc2047.el (rfc2047-field-value): Strip props.
21954
21955         * mail-parse.el (mail-header-make-address): New alias.
21956
21957         * ietf-drums.el (ietf-drums-make-address): New function.
21958
21959         * imap.el: Add compiler directives.
21960
21961         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21962
21963         * gnus-art.el (article-decode-idna-rhs): Don't use
21964         message-idna-inside-rhs-p.
21965
21966 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21967
21968         * message.el (message-idna-inside-rhs-p): Remove.
21969         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21970
21971         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21972         false positives.
21973
21974 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21975
21976         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21977
21978 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21979
21980         * nneething.el (nneething-file-name): Don't create spurious
21981         files.
21982
21983         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21984         (gnus-inews-do-gcc): Remove sleep.
21985
21986         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21987         part under point.
21988
21989         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21990         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21991
21992 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21993
21994         * spam.el (spam-summary-prepare-exit): Fix (length).
21995
21996 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21997
21998         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21999         as expired without moving it" message when there are spam
22000         messages left.
22001
22002 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22003
22004         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22005         header is not nil.
22006
22007 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22008
22009         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22010         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22011         (nntp-marks-changed-p): New arg SERVER.
22012         (nntp-request-update-info): Adjust caller.
22013
22014 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22015
22016         * nntp.el (nntp-save-marks): Pass missing arg.
22017
22018 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22019
22020         * nntp.el: Support marks.
22021         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22022         (nntp-marks-modtime, nntp-marks-directory): New variables.
22023         (nntp-request-set-mark, nntp-request-update-info)
22024         (nntp-possibly-create-directory, nntp-marks-changed-p)
22025         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22026         New functions.
22027
22028 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22029
22030         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22031         (gnus-xmas-redefine): Rename.
22032
22033         * gnus-score.el (gnus-score-insert-help):
22034         Use gnus-select-lowest-window.
22035
22036         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22037         appt-select-lowest-window and rename to gnus-select-lowest-window.
22038
22039         * gnus.el: do.
22040
22041 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22042
22043         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22044         encodings of MIME-encoded words, in order to improve
22045         interoperability with several broken MUAs.
22046
22047 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22048
22049         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22050         tags, only when charsets are not specified in headers.
22051         (mm-inline-text-html-render-with-w3m): Ditto.
22052
22053         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22054         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22055
22056 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22057
22058         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22059         instead of MIME-decoded from fields when checking
22060         `gnus-article-address-banner-alist'.
22061
22062 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22063
22064         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22065         description rather than subject.
22066
22067 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22068
22069         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22070
22071 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22072
22073         * gnus.el (gnus-version-number): Bump.
22074
22075 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22076
22077         * gnus.el: No Gnus v0.2 is released.
22078
22079 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22080
22081         * gnus-agent.el (gnus-agent-read-agentview):
22082         Inline gnus-uncompress-range.
22083
22084 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22085
22086         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22087         `exec-installed-p'.
22088
22089 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22090
22091         * gnus.el (spam-process, spam-autodetect-methods):
22092         Add bsfilter and bsfilter-headers.
22093
22094         * spam.el (spam-bsfilter): New customize group.
22095         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22096         (spam-bsfilter-header, spam-bsfilter-probability-header)
22097         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22098         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22099         (spam-bsfilter-database-directory): New options.
22100         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22101         (spam-list-of-statistical-checks, spam-registration-functions):
22102         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22103         (spam-bsfilter-score): New command.
22104         (spam-check-bsfilter-headers, spam-check-bsfilter)
22105         (spam-bsfilter-register-with-bsfilter)
22106         (spam-bsfilter-register-spam-routine)
22107         (spam-bsfilter-unregister-spam-routine)
22108         (spam-bsfilter-register-ham-routine)
22109         (spam-bsfilter-unregister-ham-routine): New functions.
22110         (spam-generic-score): Support bsfilter; Accept an optional argument
22111         to recalcurate spam score even if scoring header has already been
22112         added.
22113         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22114         optional argument to recalcurate spam score even if scoring header
22115         has already been added.
22116
22117 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22118
22119         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22120         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22121         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22122         link is missing.
22123
22124 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22125
22126         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22127         (html2text-get-attr): Rewrite.
22128
22129         * message.el (message-setup-1): Remove redundant put-text-property
22130         on mail-header-separator.
22131
22132 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22133
22134         * gnus-registry.el (gnus-registry-cache-whitespace)
22135         (gnus-registry-action, gnus-registry-spool-action)
22136         (gnus-registry-split-fancy-with-parent): Change message levels
22137         from 5 to 3 or 7, as needed.
22138
22139         * spam.el (spam-summary-prepare-exit)
22140         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22141         (spam-split, spam-find-spam, spam-log-undo-registration)
22142         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22143         level from 5 to 6.
22144
22145 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22146
22147         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22148         2004-03-04 change).
22149
22150 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22151
22152         * sieve-manage.el (sieve-manage-open):
22153         * nnweb.el (nnweb-insert-html):
22154         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22155         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22156         * nnspool.el (nnspool-request-group):
22157         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22158         * nnml.el (nnml-request-update-info):
22159         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22160         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22161         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22162         (nnimap-request-set-mark):
22163         * nnfolder.el (nnfolder-request-update-info):
22164         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22165         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22166         * gnus-uu.el (gnus-uu-find-articles-matching):
22167         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22168         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22169         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22170         * gnus-nocem.el (gnus-nocem-scan-groups):
22171         * gnus-int.el (gnus-start-news-server):
22172         * gnus-group.el (gnus-group-make-kiboze-group)
22173         (gnus-group-browse-foreign-server):
22174         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22175         Use mapc when appropriate.
22176
22177 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22178             Adam Sjøgren  <asjo@koldfront.dk>
22179             Wes Hardaker  <wes@hardakers.net>
22180             Michael Shields  <shields@msrl.com>
22181
22182         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22183         may need for spam sorting and scoring.
22184         (spam-user-format-function-S): Add user format function suitable for
22185         general use.
22186         (spam-article-sort-by-spam-status): Add sorting function for summary
22187         sorting.
22188         (spam-extra-header-to-number): Add function to get a score from a
22189         header.
22190         (spam-summary-score): Add function to get a numeric score from the
22191         headers.
22192         (spam-generic-score): Fix function doc, was in wrong place.
22193         (spam-initialize): Take symbols when it's run, and install the
22194         extra headers that spam-necessary-extra-headers thinks we need.
22195
22196 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22197
22198         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22199         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22200
22201 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22202
22203         * gnus-sum.el (gnus-set-global-variables)
22204         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22205         (gnus-article-get-xrefs, gnus-summary-best-group)
22206         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22207         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22208         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22209         Use with-current-buffer.
22210
22211 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22212
22213         * spam.el (spam-summary-prepare-exit): Simplify logic.
22214         (spam-fetch-article-header): Read the article header if it's not
22215         available.
22216         (spam-list-articles): Simplify logic.
22217         (spam-filelist-register-routine): Fix bug with unregister-list.
22218
22219         * gnus-registry.el: Fix comments at beginning.
22220
22221 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22222
22223         * message.el (message-cater-to-broken-inn): Remove.
22224         (message-shorten-references): Make sure the total folded length of
22225         References is shorter than 998 characters to cater to a bug in INN
22226         2.3.  Also, don't pretend that references aren't folded -- this
22227         hasn't worked for a while.
22228
22229 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22230
22231         * gnus-agent.el (gnus-agentize):
22232         gnus-agent-send-mail-real-function no longer set to current value
22233         of message-send-mail-function but rather a lambda that calls
22234         message-send-mail-function.  The change makes the agent real-time
22235         responsive to user changes to message-send-mail-function.
22236
22237 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22238
22239         * legacy-gnus-agent.el
22240         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22241         help from Florian Weimer <fw@deneb.enyo.de>
22242
22243 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22244
22245         * nnmail.el (nnmail-cache-insert): Revert last change.
22246
22247 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22248
22249         * nnmail.el (nnmail-cache-insert): Always check whether
22250         nnmail-cache-ignore-groups matches a group name.
22251
22252 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22253
22254         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22255         (spam-find-spam, spam-log-processing-to-registry)
22256         (spam-log-registered-p, spam-log-unregistration-needed-p)
22257         (spam-log-undo-registration): Use gnus-message instead of
22258         gnus-error, none of these errors are fatal.
22259
22260         * gnus-registry.el (gnus-registry-clean-empty-function)
22261         (gnus-registry-clean-empty): Remove only empty entries without
22262         extra data.
22263
22264 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22265
22266         * spam-stat.el (spam-stat-buffer-change-to-spam)
22267         (spam-stat-buffer-change-to-non-spam): Change (error) to
22268         (gnus-message 8) invocation.
22269
22270 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22271
22272         * nntp.el (nntp-via-netcat-command): New variable.
22273         (nntp-via-netcat-switches): New variable.
22274         (nntp-open-via-rlogin-and-netcat): New function.
22275         (nntp-open-connection-function): Doc fix.
22276         (nntp-telnet-command): Doc fix.
22277         (nntp-end-of-line): Doc fix.
22278         (nntp-via-rlogin-command): Doc fix.
22279         (nntp-via-user-name): Doc fix.
22280         (nntp-via-address): Doc fix.
22281
22282 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22283
22284         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22285         error in Emacs 21.1.
22286
22287 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22288
22289         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22290
22291 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22292
22293         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22294         (gnus-agent-with-refreshed-group): New macro.
22295         (gnus-agent-rename-group): New function.
22296         (gnus-agent-delete-group): New function.
22297         (gnus-agent-save-group-info): Use gnus-command-method when
22298         `method' parameter is nil.  Don't write nil entries into the
22299         active file.
22300         (gnus-agent-get-group-info): New function.
22301         (gnus-agent-fetch-articles):
22302         Use gnus-agent-update-files-total-fetched-for to increment disk space
22303         used.
22304         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22305         Use gnus-agent-update-view-total-fetched-for to increment disk space
22306         used.
22307         (gnus-agent-get-local): Add optional parameters to avoid calling
22308         gnus-group-real-name and gnus-find-method-for-group.
22309         (gnus-agent-set-local): Delete stored entry if either min, or max,
22310         are nil.
22311         (gnus-agent-fetch-session): Reworded error/quit messages.
22312         On quit, use gnus-agent-regenerate-group to record existance of any
22313         articles fetched to disk before the quit occurred.
22314         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22315         gnus-agent-update-view-total-fetched-for, and
22316         gnus-agent-update-files-total-fetched-for to decrement disk space
22317         used.
22318         (gnus-agent-retrieve-headers):
22319         Use gnus-agent-update-view-total-fetched-for to increment disk space
22320         used.
22321         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22322         with gnus-agent-update-files-total-fetched-for to decrement disk
22323         space and fresh group buffer.
22324         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22325         (gnus-agent-need-update-total-fetched-for): New variable.
22326         (gnus-agent-update-files-total-fetched-for): New function.
22327         (gnus-agent-update-view-total-fetched-for): New function.
22328         (gnus-agent-total-fetched-for): New function.
22329
22330         * gnus-cache.el (gnus-cache-save-buffers):
22331         Use gnus-cache-update-overview-total-fetched-for to change disk space
22332         used by this group.
22333         (gnus-cache-possibly-enter-article):
22334         Use gnus-cache-update-file-total-fetched-for to increment disk space
22335         used by this group.
22336         (gnus-cache-possibly-remove-article):
22337         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22338         used by this group.
22339         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22340         (gnus-cache-rename-group): New function.
22341         (gnus-cache-delete-group): New function.
22342         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22343         (gnus-cache-need-update-total-fetched-for): New variable.
22344         (gnus-cache-with-refreshed-group): New macro.
22345         (gnus-cache-update-file-total-fetched-for): New function.
22346         (gnus-cache-update-overview-total-fetched-for): New function.
22347         (gnus-cache-rename-group-total-fetched-for): New function.
22348         (gnus-cache-delete-group-total-fetched-for): New function.
22349         (gnus-cache-total-fetched-for): New function.
22350
22351         * gnus-group.el: Require gnus-sum and autoload functions to
22352         resolve warnings when gnus-group.el compiled alone.
22353         (gnus-group-line-format): Documented new %F.
22354         (size of Fetched data) group line format; identifies disk space
22355         used by agent and cache.
22356         (gnus-group-line-format-alist): Defined new F format.
22357         (gnus-total-fetched-for): New function.
22358         (gnus-group-delete-group): No longer update
22359         gnus-cache-active-altered as gnus-request-delete-group now keeps
22360         the cache in sync.
22361         (gnus-group-list-active): Let the agent store a server's active
22362         list if currently plugged.
22363
22364         * gnus-int.el (gnus-request-delete-group):
22365         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22366         local disk in sync with the server.
22367         (gnus-request-rename-group):
22368         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22369         local disk in sync with the server.
22370
22371         * gnus-start.el (gnus-get-unread-articles):
22372         Cosmetic simplification to logic.
22373
22374         * gnus-util.el (gnus-rename-file): New function.
22375
22376 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22377
22378         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22379
22380 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22381
22382         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22383         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22384
22385 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22386
22387         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22388         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22389
22390 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22391
22392         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22393
22394 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22395
22396         * spam.el (spam-set-difference): Add function to replace
22397         gnus-set-difference in spam.el.
22398         (spam-summary-prepare-exit): Use spam-set-difference.
22399
22400 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22401
22402         * gnus-registry.el (gnus-registry-cache-file): Update to use
22403         gnus-dribble-directory OR gnus-home-directory OR ~.
22404         (gnus-registry-split-fancy-with-parent): Fix doc.
22405
22406 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22407
22408         * message.el (message-exchange-point-and-mark):
22409         Use message-mark-active-p.  Suggested by Jesper Harder
22410         <harder@ifa.au.dk>.
22411
22412 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22413
22414         * message.el (message-exchange-point-and-mark): Don't activate
22415         region if it was inactive.  Suggested by Hiroshi Fujishima
22416         <pooh@nature.tsukuba.ac.jp>.
22417
22418 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22419
22420         * gnus-art.el (article-display-face): Display Faces in the same
22421         order as X-Faces.
22422
22423 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22424
22425         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22426
22427 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22428
22429         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22430         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22431         (gnus-article-mime-hierarchy): Remove.
22432         (gnus-article-mime-hierarchy-next): Remove.
22433         (gnus-article-mode): Revert 2004-03-19 change.
22434         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22435         (gnus-insert-mime-button): Revert 2004-03-19 change.
22436         (gnus-mime-accumulate-hierarchy): Remove.
22437         (gnus-mime-enter-multipart): Remove.
22438         (gnus-mime-leave-multipart): Remove.
22439         (gnus-mime-display-part): Revert 2004-03-19 change.
22440         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22441
22442         * mml.el (mml-preview): Revert 2004-03-19 change.
22443
22444 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22445
22446         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22447
22448 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22449
22450         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22451         t while entering a file name using the mm-with-multibyte macro.
22452         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22453
22454         * mm-util.el (mm-with-multibyte): New macro.
22455
22456 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22457
22458         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22459         New user option.
22460         (gnus-mime-multipart-functions): Doc and customization fix.
22461         (gnus-article-mime-hierarchy): New variable.
22462         (gnus-article-mime-hierarchy-next): New variable.
22463         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22464         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22465         gnus-article-mime-hierarchy-next to nil.
22466         (gnus-insert-mime-button): Show hierarchy numbers.
22467         (gnus-mime-accumulate-hierarchy): New function.
22468         (gnus-mime-enter-multipart): New function.
22469         (gnus-mime-leave-multipart): New function.
22470         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22471         (gnus-mime-display-alternative): Show hierarchy numbers.
22472
22473         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22474         gnus-article-mime-hierarchy-next to nil.
22475
22476 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22477
22478         * dns.el: Don't require gnus-xmas.
22479
22480 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22481
22482         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22483         inline PGP.
22484         (mml-menu): Disable mml-quote-region if mark is inactive.
22485
22486 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22487
22488         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22489         when the group's active is not available.
22490
22491 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22492
22493         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22494         error.
22495
22496 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22497
22498         * imap.el (imap-store-password): New variable.
22499         (imap-interactive-login): Use it.
22500         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22501
22502 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22503
22504         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22505         window-start and hscroll to summary window.
22506
22507 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22508
22509         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22510         conversion message to newsrc-dribble when an actual conversion is
22511         performed.
22512
22513 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22514
22515         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22516
22517 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22518
22519         * mm-decode.el (mm-complicated-handles): New function reviving
22520         former definition of mm-multiple-handles.
22521
22522         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22523         (gnus-mime-delete-part): Use it.
22524
22525 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22526
22527         * gnus-agent.el (gnus-agent-read-local):
22528         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22529         avoid the implicit assumption that they will always be equal.
22530         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22531         coding-system-for-write, as the with-temp-file macro first prints
22532         to a buffer then saves the buffer.
22533
22534 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22535
22536         * gnus-art.el (gnus-article-edit-part): New function.
22537         (gnus-mime-save-part-and-strip): Use it; do query instead of
22538         signaling an error; don't use mm-multiple-handles.
22539         (gnus-mime-delete-part): Ditto.
22540
22541 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22542
22543         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22544         old file versions.
22545         (gnus-group-prepare-hook): Remove function that converted list
22546         form of gnus-agent-expire-days to group properties.
22547
22548         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22549         (gnus-request-accept-article): Re-indented.
22550
22551         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22552         converters to handle old agent file formats.  Add logic for a
22553         "backup before upgrading warning".
22554         (gnus-convert-mark-converter-prompt): Developers can mark
22555         functions as needing (default), or not needing,
22556         gnus-convert-old-newsrc's "backup before upgrading warning".
22557         (gnus-convert-converter-needs-prompt): Tests whether the user
22558         should be protected from potentially irreversable changes by the
22559         function.
22560
22561         * legacy-gnus-agent.el: New.  Provides converters that are only
22562         loaded when gnus-convert-old-newsrc needs to call them.
22563
22564 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22565
22566         * mail-source.el (mail-source-touch-pop): Doc fix.
22567
22568         * message.el (message-smtpmail-send-it): Doc fix.
22569
22570 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22571
22572         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22573
22574         * nnmail.el (nnmail-split-fancy): do.
22575
22576         * gnus-kill.el (gnus-kill, gnus-execute): do.
22577
22578 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22579
22580         * gnus-sum.el (gnus-widget-reversible-match)
22581         (gnus-widget-reversible-to-internal)
22582         (gnus-widget-reversible-to-external): New functions.
22583         (gnus-widget-reversible): New widget.
22584         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22585
22586 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22587
22588         * gnus-sum.el (gnus-thread-sort-functions)
22589         (gnus-article-sort-functions): Document `(not F)' items.
22590
22591 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22592
22593         * spam.el (spam-use-gmane-xref): Add new backend.
22594         (spam-gmane-xref-spam-group): Add variable to control the name of the
22595         Gmane spam group.
22596         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22597         (spam-regex-headers-spam, spam-regex-headers-ham)
22598         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22599         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22600         backends and checks.
22601         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22602
22603         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22604         an autodetect method.
22605
22606 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22607
22608         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22609         articles are being added to a group.
22610         (gnus-request-replace-article): Inform the agent that articles
22611         need to be uncached as the cached contents are no longer valid.
22612
22613 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22614
22615         * binhex.el: Don't autoload executable-find.
22616
22617         * canlock.el: Don't autoload mail-fetch-field.
22618
22619         * dgnushack.el: Autoload c-mode for XEmacs.
22620
22621         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22622
22623         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22624         rmail-dont-reply-to and rmail-output.
22625
22626         * gnus-score.el: Don't autoload ffap-string-at-point.
22627
22628         * gnus-setup.el: Don't autoload sc-cite-original.
22629
22630         * imap.el: Don't autoload base64-decode-string,
22631         base64-encode-string and md5.
22632
22633         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22634         and rmail-msg-restore-non-pruned-header.
22635
22636         * mm-decode.el: Don't autoload executable-find.
22637
22638         * mm-url.el: Don't autoload executable-find.
22639
22640         * mm-view.el: Don't autoload diff-mode.
22641
22642         * nndb.el: Don't autoload news-reply-mode, news-setup,
22643         cancel-timer and telnet.
22644
22645         * password.el: Don't autoload run-at-time for Emacs.
22646
22647         * sha1-el.el: Don't autoload executable-find.
22648
22649         * sieve-mode.el: Don't autoload c-mode.
22650
22651         * uudecode.el: Don't autoload executable-find.
22652
22653 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22654
22655         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22656         (gnus-agent-possibly-alter-active): Avoid null in numeric
22657         comparison.
22658         (gnus-agent-set-local): Refuse to save null in local object table.
22659         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22660         list of articles that will be marked as unread.
22661
22662 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22663
22664         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22665
22666 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22667
22668         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22669         language tags.
22670
22671 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22672
22673         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22674         Don't bind "obarray".
22675
22676         * gnus-sum.el (gnus-thread-sort-functions):
22677         Add `gnus-thread-sort-by-most-recent-number' and
22678         `gnus-thread-sort-by-most-recent-date'.
22679         Reported by Kai Grossjohann <kai@emptydomain.de>.
22680
22681 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22682
22683         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22684
22685 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22686
22687         * gnus-cus.el (gnus-agent-customize-category):
22688         Remove ignore-errors macro reference that required cl to be loaded at
22689         run-time.
22690
22691         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22692         single-interval range of the form (min . max).  Previously the
22693         range had to look like ((min . max)).  Likewise, return
22694         (min . max) rather than ((min . max)).
22695         (gnus-range-map): Use gnus-range-normalize to accept
22696         single-interval range.
22697
22698         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22699         the cache, but not the agent, now appear with their usual face.
22700
22701         * dgnushack.el (loaddir): New variable that is bound to the
22702         directory containing the dgnushack.el file. Use loaddir, rather
22703         than srcdir, to update load-path. Change lets dgnushack compile
22704         code in directories other than GNUS/lisp.
22705
22706 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22707
22708         * lpath.el: Don't bind w3m-safe-url-regexp.
22709
22710         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22711         w3m-safe-url-regexp variable buffer-local.
22712
22713         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22714
22715 2004-02-27  Simon Josefsson  <jas@extundo.com>
22716
22717         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22718         gnus-group-real-prefix.
22719         (gnus-summary-move-article): Use it, instead of
22720         gnus-group-real-prefix.
22721
22722 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22723
22724         * lpath.el: Bind w3m-safe-url-regexp.
22725
22726         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22727         w3m-safe-url-regexp variable buffer-local and set it as the value
22728         of mm-w3m-safe-url-regexp.
22729
22730         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22731
22732         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22733         parsing gnus-posting-styles when the message is not for replying.
22734
22735         * dgnushack.el: Autoload sgml-mode for XEmacs.
22736
22737         * nnrss.el (nnrss-opml-export):
22738         Use mm-set-buffer-file-coding-system instead of
22739         set-buffer-file-coding-system.
22740
22741 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22742
22743         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22744         of checkdoc.el).
22745         * nnrss.el: do.
22746         * gnus-mlspl.el: do.
22747         * gnus-ml.el: do.
22748         * gnus-srvr.el: do.
22749
22750         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22751
22752 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22753
22754         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22755         Corrections to custom-manual links.
22756
22757         * gnus-art.el (gnus-article): Ditto.
22758
22759         * mm-decode.el (mime-display, mime-security): Ditto.
22760
22761 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22762
22763         * flow-fill.el: Typo.
22764
22765 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22766
22767         * spam-wash.el: New file.
22768
22769 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22770
22771         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22772
22773 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22774
22775         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22776         to be run with new-articles as LIST1, not LIST2.
22777         (spam-registration-functions): Add spam-use-ham-copy as a nil
22778         registration backend.
22779
22780 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22781
22782         * spam-stat.el (spam-stat-washing-hook): New option.
22783         (spam-stat-buffer-words): Use it.
22784         (spam-stat-process-directory, spam-stat-test-directory):
22785         Use insert-file-contents-literally.
22786         (spam-stat-coding-system): New variable.
22787         (spam-stat-load, spam-stat-save): Use it.
22788
22789 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22790
22791         * spam-report.el (spam-report-plug-agent):
22792         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22793
22794 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22795
22796         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22797         Allow / in mailto URLs.
22798
22799 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22800
22801         * spam-report.el (spam-report-process-queue): Fix interactive use.
22802         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22803         (spam-report-unplug-agent): Doc fixes.
22804         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22805         (spam-report-agentize, spam-report-deagentize): Autoload.
22806
22807 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22808
22809         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22810
22811         * message.el (message-setup-fill-variables): Add mml tags to
22812         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22813         <ajk@iu.edu>.
22814         (message-mode): Don't modify paragraph-separate there.
22815
22816 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22817
22818         * compface.el (uncompface-use-external): Default to undecided.
22819         (uncompface-use-external-threshold): New variable.
22820         (uncompface-float-time): New macro.
22821         (uncompface): Determine whether to use the external decoder if
22822         uncompface-use-external is undecided.
22823
22824 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22825
22826         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22827         after images.
22828
22829         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22830
22831 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22832
22833         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22834
22835         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22836
22837         * gnus-sum.el (gnus-summary-limit-to-age)
22838         (gnus-summary-limit-children): do.
22839
22840         * gnus-int.el (gnus-request-scan): do.
22841
22842         * gnus-group.el (gnus-group-suspend): do.
22843
22844         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22845
22846         * gnus-cite.el (gnus-cite-parse-attributions): do.
22847
22848         * gnus-agent.el (gnus-summary-set-agent-mark)
22849         (gnus-agent-regenerate-group): do.
22850
22851         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22852
22853         * binhex.el (binhex-decode-region-internal): do.
22854
22855 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22856
22857         * gnus-fun.el (gnus-face-properties-alist): New user option.
22858         (gnus-display-x-face-in-from): Use it.
22859
22860         * gnus-art.el (article-display-face): Ditto.
22861
22862         * compface.el (uncompface-use-external): Default to nil.
22863
22864 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22865
22866         * nntp.el (nntp-erase-buffer): New function.
22867         (nntp-retrieve-data, nntp-send-command)
22868         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22869         (nntp-possibly-change-group): Use it.
22870
22871         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22872         Use with-current-buffer.
22873
22874 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22875
22876         * compface.el: Merge the ELisp-based uncompface program.
22877         (compface): New customization group.
22878         (uncompface-use-external): New user option.
22879         (uncompface): Call uncompface-internal if uncompface-use-external
22880         is nil.
22881         (uncompface-internal): New function.  Note that there are also
22882         some other functions and variables added for this function.
22883
22884 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22885
22886         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22887         if necessary.
22888
22889 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22890
22891         * spam-report.el (spam-report-unplug-agent)
22892         (spam-report-plug-agent, spam-report-deagentize)
22893         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22894         Add support for the Agent in spam-report: when unplugged, report to a
22895         file; when plugged, submit all the requests.
22896
22897         * spam.el (spam-register-routine): Fix message about
22898         registration.
22899
22900 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22901
22902         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22903         dependencies.
22904         (rfc2047-encode): Use it.
22905
22906         * gnus-art.el (gnus-button-marker-list): Move before first
22907         reference.
22908
22909         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22910         (imap-parse-body): Fix format string mismatch.
22911
22912         * gnus-score.el (gnus-summary-increase-score): do.
22913
22914         * nnrss.el (nnrss-close): New function.
22915
22916 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22917
22918         * nnrss.el (nnrss-make-filename): New function.
22919         (nnrss-request-delete-group, nnrss-read-server-data)
22920         (nnrss-save-server-data, nnrss-read-group-data)
22921         (nnrss-save-group-data): Use it.
22922         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22923         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22924         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22925
22926 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22927
22928         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22929
22930 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22931
22932         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22933         files.
22934
22935         * message.el (message-generate-headers-first): Don't quote nil
22936         and t in docstrings.
22937
22938         * imap.el (imap-id): do.
22939
22940         * gnus-agent.el (gnus-agent-consider-all-articles)
22941         (gnus-agent-queue-mail): do.
22942
22943 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22944
22945         * spam-report.el (spam-report-process-queue): New function.
22946         Process requests from `spam-report-requests-file'.
22947         (spam-report-process-queue): Doc fix.
22948
22949 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22950
22951         * spam.el (spam-register-routine)
22952         (spam-log-processing-to-registry, spam-log-registered-p)
22953         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22954         Change "check" to "spam-check" for semi-clarity.
22955
22956 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22957
22958         * pop3.el: Require nnheader.
22959
22960         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22961
22962         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22963
22964         * gnus-picon.el: Require cl.
22965
22966         * gnus-fun.el: Require gnus-ems and gnus-util.
22967
22968         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22969
22970         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22971
22972         * gnus-art.el (gnus-article-edit-mode): Define before first
22973         reference.
22974
22975 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22976
22977         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22978         (gnus-uu-post-encoded): Use point-at-bol.
22979
22980         * gnus-topic.el (gnus-group-active-topic-p): do.
22981
22982         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22983
22984         * gnus-group.el (gnus-group-kill-region): do.
22985
22986         * gnus-art.el (article-date-ut): do.
22987
22988         * message.el (message-fetch-field): Remove redundant
22989         case-fold-search binding.
22990         (message-narrow-to-field): Simplify.
22991
22992 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22993
22994         * spam.el (spam-directory): Derive from `gnus-directory'.
22995
22996         * spam-report.el (spam-report-url-to-file)
22997         (spam-report-requests-file): New function and variable for offline
22998         reporting.
22999         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23000         and user defined function.
23001         (spam-report-url-ping-mm-url): Remove doubled slash.
23002
23003 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23004
23005         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23006
23007 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23008
23009         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23010         Fix format string mismatch.
23011
23012         * sieve.el (sieve-deactivate-all): do.
23013
23014         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23015
23016         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23017
23018         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23019
23020         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23021
23022 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23023
23024         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23025         the list of checks.
23026
23027 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23028
23029         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23030         padding.
23031
23032 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23033
23034         * mm-view.el (mm-fill-flowed): New variable.
23035         (mm-inline-text): Use it.
23036
23037 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23038
23039         * spam.el (spam-spamassassin-register-ham-routine)
23040         (spam-spamassassin-register-spam-routine): Fix function names.
23041
23042 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23043
23044         * gnus.el (gnus-tmp-grouplens): Remove.
23045         (gnus-summary-line-format): Remove grouplens.
23046
23047         * gnus-group.el (gnus-group-line-format): Ditto.
23048
23049         * gnus-spec.el (gnus-format-specs): Ditto.
23050         (gnus-update-format-specifications): Flush the group format spec
23051         cache if there's the grouplens stuff.
23052         (gnus-parse-simple-format): Replace %l with the empty string.
23053
23054 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23055
23056         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23057         omission.
23058
23059 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23060
23061         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23062         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23063
23064 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23065
23066         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23067         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23068         New macros and functions.
23069         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23070         Handle > NLINK_MAX messages.
23071         * nnmaildir.el (nnmaildir-request-set-mark):
23072         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23073
23074 2004-01-25  Alex Schroeder  <alex@gnu.org>
23075
23076         * spam-stat.el (spam-stat-process-directory-age): New option.
23077         (spam-stat-process-directory): Use it.
23078
23079 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23080
23081         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23082         (spam-stat-save): Accept prefix argument.
23083
23084 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23085
23086         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23087         links" error.
23088
23089 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23090
23091         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23092         the rest of the and/or forms.
23093
23094 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23095
23096         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23097         compatibility with old .newsrc.eld files.
23098
23099         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23100
23101         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23102
23103         * gnus-start.el (gnus-1): do.
23104
23105         * gnus-group.el (gnus-group-line-format-alist): do.
23106
23107         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23108
23109         * gnus-gl.el: Remove.
23110
23111 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23112
23113         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23114         marks consisting of a single range {for example, (3 . 5)} rather
23115         than a list of a single range { ((3 . 5)) }.
23116
23117 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23118
23119         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23120         Use with-current-buffer.
23121         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23122         avoid consing a string.
23123
23124         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23125         Remove obsolete entries for big5 and gb2312.
23126
23127 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23128
23129         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23130         uncompressed list.
23131
23132 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23133
23134         * spam-stat.el (spam-stat-strip-xref): New function.
23135         (spam-stat-process-directory): Use it.
23136
23137         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23138         here -- it's done in message-fetch-field.
23139
23140 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23141
23142         * gnus-agent.el (gnus-agent-queue-mail)
23143         (gnus-agent-prompt-send-queue): New variables.
23144         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23145         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23146         "nndraft:queue" along to gnus-draft-send.
23147         Use gnus-agent-prompt-send-queue.
23148         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23149         is "nndraft:queue".  Suggested by Gaute Strokkenes
23150         <gs234@srcf.ucam.org>
23151
23152         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23153         (agent-enable-undownloaded-faces): Add.
23154         (gnus-agent-cat-groups): Use eval-and-compile, not
23155         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23156         method of gnus-agent-cat-groups even when the buffer has been
23157         evaled.
23158         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23159         delete gnus-agent-save-active-1.
23160         (gnus-agent-save-groups): Delete.  Identical to
23161         gnus-agent-save-active.
23162         (gnus-agent-write-active): No longer adjust agent's copy of active
23163         file as agent's adjustments are now stored in their own
23164         file.  Remove optional parameter.
23165         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23166         servers.  Add use of min/max range limits from server's local
23167         file.
23168         (gnus-agent-save-alist): Remove unused optional argument.
23169         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23170         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23171         (gnus-agent-set-local): A per-server file that keeps min/max range
23172         limits for articles known to the agent.  Provides a fast mechanism
23173         for altering many active ranges.
23174         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23175         active file (local makes it unnecessary).
23176         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23177
23178         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23179         (agent-enable-undownloaded-faces): Add.
23180
23181         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23182         disable it when sending to "nndraft:queue".
23183         (gnus-group-send-queue): Add safety check to avoid sending queue
23184         when unplugged.
23185
23186         * gnus-group.el (gnus-group-catchup): Use new
23187         gnus-sequence-of-unread-articles, not
23188         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23189         numbers of articles.  Use gnus-range-map to avoid having to
23190         uncompress the unread list.
23191         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23192         Fix invalid ange-ftp reference.
23193
23194         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23195         (gnus-sorted-range-intersection): Intersection of two ranges
23196         without requiring that they first be uncompressed.
23197
23198         * gnus-start.el (gnus-activate-group): Unless blocked by the
23199         caller, possibly expand the active range to include both cached
23200         and agentized articles.
23201         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23202         multiple version-dependent converters.
23203         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23204         gnus-agent-save-active.
23205         (gnus-save-newsrc-file): Save dirty agent range limits.
23206
23207         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23208         gnus-agent-possibly-alter-active.
23209         (gnus-adjust-marked-articles): Faster handling of simple lists.
23210
23211 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23212
23213         * spam-stat.el (spam-stat-test-directory): New optional argument
23214         displays a list of files detected.  Suggested by Andrew Cohen
23215         <cohen@andy.bu.edu>.
23216         (spam-stat-buffer-words-with-scores): Don't narrow and change
23217         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23218
23219 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23220
23221         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23222         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23223         (spam-spamassassin-arguments)
23224         (spam-spamassassin-spam-flag-header)
23225         (spam-spamassassin-positive-spam-flag-header)
23226         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23227         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23228         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23229         (spam-list-of-processors, spam-list-of-checks)
23230         (spam-list-of-statistical-checks, spam-registration-functions)
23231         (spam-check-spamassassin-headers, spam-check-spamassassin)
23232         (spam-spamassassin-score)
23233         (spam-spamassassin-register-with-sa-learn)
23234         (spam-spamassassin-register-spam-routine)
23235         (spam-spamassassin-register-ham-routine)
23236         (spam-assassin-register-spam-routine)
23237         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23238         (spam-bogofilter-score): Fix to show article before scoring.
23239
23240 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23241
23242         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23243         default scoring function.
23244         (spam-generic-score): Call spam-spamassassin-score if
23245         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23246         spam-bogofilter-score otherwise.
23247
23248         * gnus.el (spam-process, spam-autodetect-methods):
23249         Add spamassassin and spamassassin-headers.
23250
23251 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23252
23253         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23254         Suppress unnecessary messages.
23255
23256 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23257
23258         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23259         make-hash-table.
23260
23261 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23262
23263         * canlock.el (base64-encode-string): Don't autoload it.
23264
23265 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23266
23267         * run-at-time.el: Remove useless (require 'itimer),
23268         eval-and-compile and (featurep 'xemacs).
23269
23270 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23271
23272         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23273         GROUP is a virtual group.
23274
23275 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23276
23277         * gnus.el: Autoload `message-y-or-n-p'.
23278
23279 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23280
23281         * pgg-parse.el: Remove unnecessary (require 'custom).
23282
23283         * pgg-def.el: do.
23284
23285         * nnmail.el: do.
23286
23287         * gnus-undo.el: do.
23288
23289         * gnus-picon.el: do.
23290
23291         * gnus-util.el: do.
23292
23293 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23294
23295         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23296
23297 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23298
23299         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23300         handle, as well as a list.
23301
23302         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23303         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23304         (mm-w3m-cid-retrieve): Simplify.
23305
23306 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23307
23308         * message.el (message-kill-to-signature): Allow prefix arg to
23309         specify number of lines to keep before signature.
23310
23311 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23312
23313         * message.el (message-kill-to-signature): Change docstring.
23314
23315 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23316
23317         * canlock.el: Always require sha1-el.
23318         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23319
23320         * message.el: Autoload sha1 only when compiling.
23321
23322         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23323         eudc-expand-inline for XEmacs.
23324
23325 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23326
23327         * message.el (message-canlock-generate): Require sha1-el.
23328
23329 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23330
23331         * message.el (message-expand-name): Silence the byte compiler.
23332
23333         * lpath.el: Add detect-coding-system.
23334
23335         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23336         cus-edit.
23337
23338 2004-01-13  Simon Josefsson  <jas@extundo.com>
23339
23340         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23341         Invoke gnus-score-mode.
23342         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23343
23344         * gnus-range.el (gnus-compress-sequence): Doc fix.
23345         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23346
23347 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23348
23349         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23350
23351 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23352
23353         * spam.el (spam-get-article-as-string): Update to use
23354         gnus-request-article-this-buffer, much simpler.
23355         (spam-get-article-as-buffer): Remove.
23356
23357 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23358
23359         * message.el (message-expand-name): Use EUDC if the user uses that.
23360
23361 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23362
23363         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23364         character for the encoding to avoid consing a string.
23365
23366         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23367         unnecessarily.
23368
23369         * mm-util.el (mm-replace-chars-in-string): Remove.
23370
23371         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23372         of mm-replace-chars-in-string.
23373
23374 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23375
23376         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23377
23378         * mm-util.el (mm-subst-char-in-string): Support inplace.
23379
23380         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23381         a new string in every iteration.  Use shy groups.
23382
23383 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23384
23385         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23386         * gnus-soup.el (gnus-soup-group-brew):
23387         * gnus-msg.el (gnus-put-message):
23388         * gnus-move.el (gnus-group-move-group-to-server):
23389         * gnus-kill.el (gnus-batch-score):
23390         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23391         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23392         (gnus-group-update-group, gnus-group-read-group)
23393         (gnus-group-make-group, gnus-group-make-help-group)
23394         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23395         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23396         (gnus-group-sort-by-unread, gnus-group-catchup)
23397         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23398         (gnus-group-yank-group, gnus-group-set-info)
23399         (gnus-group-list-groups):
23400         * gnus.el (gnus-generate-new-group-name):
23401         * gnus-delay.el (gnus-delay-send-queue):
23402         * nnvirtual.el (nnvirtual-catchup-group):
23403         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23404         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23405         (gnus-group-prepare-topics, gnus-topic-check-topology):
23406         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23407         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23408         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23409         (gnus-group-make-articles-read):
23410         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23411         (gnus-group-change-level, gnus-kill-newsgroup)
23412         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23413         (gnus-get-unread-articles, gnus-make-articles-unread)
23414         (gnus-make-ascending-articles-unread): Use accessor
23415         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23416         to get group information for improved readability.
23417
23418
23419 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23420
23421         * gnus-art.el (article-decode-mime-words, article-babel)
23422         (gnus-article-highlight-signature, gnus-article-add-buttons)
23423         (gnus-signature-toggle): Use gnus-with-article-buffer.
23424
23425         * gnus-art.el (gnus-article-highlight-headers)
23426         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23427
23428         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23429         (gnus-article-set-globals, gnus-request-article-this-buffer)
23430         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23431         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23432         (gnus-mime-display-alternative): Use with-current-buffer.
23433
23434 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23435
23436         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23437         also under 80 char limit, and call gnus-error if needed.
23438         (spam-fetch-article-header): Fix - it was a
23439         buffer-local variable (gnus-newsgroup-data).
23440         (spam-find-spam): Use spam-generate-fake-headers, forget about
23441         spam-insert-fake-headers.
23442         (spam-insert-fake-headers): Remove.
23443
23444 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23445
23446         * deuglify.el (gnus-article-outlook-unwrap-lines)
23447         (gnus-outlook-rearrange-article)
23448         (gnus-outlook-repair-attribution-outlook)
23449         (gnus-outlook-repair-attribution-block)
23450         (gnus-outlook-repair-attribution-other): Remove redundant
23451         save-excursion.
23452
23453 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23454
23455         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23456         (spam-fetch-field-subject-fast)
23457         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23458         (spam-fetch-article-header): Add functions to deal with Gnus
23459         internals for fast retrieval of article header data.
23460         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23461
23462 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23463
23464         * pop3.el (pop3-md5): Remove.
23465         (pop3-apop): Replace pop3-md5 with md5.
23466
23467         * mm-bodies.el: base64 is always built-in.
23468
23469         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23470         Use with-current-buffer.
23471
23472 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23473
23474         * canlock.el (canlock-insert-header): Remove excessive grouping in
23475         regexp.
23476
23477         * gnus-sum.el (gnus-summary-read-document): Ditto.
23478
23479         * gnus-uu.el (gnus-uu-part-number): Ditto.
23480
23481         * html2text.el (html2text-remove-tags): Ditto.
23482         (html2text-format-tags): Ditto.
23483         (html2text-format-single-elements): Ditto.
23484
23485         * mml.el (mml-parse-1): Ditto.
23486
23487 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23488
23489         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23490
23491         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23492
23493         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23494
23495         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23496
23497 2003-11-15  Simon Josefsson  <jas@extundo.com>
23498
23499         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23500         (pgg-gpg-lookup-key): Use regexp match instead of
23501         split-string (split-string is different between emacs 21.2 and
23502         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23503
23504 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23505
23506         * gnus-art.el (gnus-mime-view-all-parts)
23507         (gnus-article-part-wrapper, gnus-article-view-part):
23508         Use with-current-buffer.
23509
23510 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23511
23512         * spam.el (spam-disable-spam-split-during-ham-respool)
23513         (spam-spamoracle-database, spam-cache-lookups)
23514         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23515         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23516         (spam-group-ham-marks, spam-group-spam-marks)
23517         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23518         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23519         also add spam-use-blackholes to the statistical checks.
23520         (spam-fetch-field-fast): Add interface to fetching fields, may
23521         become a macro.
23522         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23523         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23524         (spam-insert-fake-headers): Fake an article when needed.
23525         (spam-find-spam): Fake article when possible.
23526         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23527         (spam-check-bogofilter-headers): Use message-fetch-field instead
23528         of nnmail-fetch-field.
23529
23530 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23531
23532         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23533
23534 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23535
23536         * spam.el (spam-split): Do not require spam-use-CHECK to be
23537         enabled if that check is passed to spam-split explicitly; also
23538         fix so 'spam doesn't get converted to spam-split-group when
23539         spam-split-symbolic-return is t.
23540         (spam-find-spam): Find registrations of the article and use those
23541         instead of re-running spam-split to find the spam/ham
23542         classification of the article.
23543         (spam-log-processing-to-registry, spam-log-registered-p)
23544         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23545         Use gnus-error instead of gnus-message.
23546         (spam-log-registration-type): Add function to determine the
23547         classification of a message based on registry entries; will
23548         return nil if both 'spam and 'ham are found.
23549         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23550         a reasonably fast local cache without the loading errors.
23551         (spam-cache-lookups): Set to t by default.
23552         (spam-find-spam): Don't try to guess spam-cache-lookups.
23553         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23554         spam-caches entry.
23555         (spam-filelist-build-cache, spam-filelist-check-cache):
23556         Fix caching of whitelist/blacklist entries.
23557         (spam-check-whitelist, spam-check-blacklist):
23558         Invoke spam-from-listed-p with a type, not a cache variable.
23559         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23560
23561 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23562
23563         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23564
23565         * nnmail.el (nnmail-split-fancy): do.
23566
23567         * mml.el (mml-parse): do.
23568
23569         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23570         (gnus-score-adaptive): do.
23571
23572 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23573
23574         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23575         (gnus-mime-button-map): Don't set keymap parent.
23576         (gnus-button-ctan-directory-regexp): Use shy grouping.
23577         (gnus-prev-page-map): Don't set keymap parent.
23578         (gnus-prev-page-map): Remove duplicated one.
23579         (gnus-next-page-map): Don't set keymap parent.
23580         (gnus-mime-security-button-map): Ditto.
23581
23582         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23583         version number.
23584
23585         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23586
23587 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23588
23589         * canlock.el (canlock-sha1-function): Remove.
23590         (canlock-sha1-function-for-verify): Remove.
23591         (canlock-openssl-program): Remove.
23592         (canlock-openssl-args): Remove.
23593         (canlock-ignore-errors): Remove.
23594         (canlock-sha1-with-openssl): Remove.
23595         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23596         (canlock-verify): Don't use canlock-ignore-errors.
23597
23598         * sha1-el.el (sha1-string-external): Make it can return a string
23599         in binary form.
23600         (sha1-region-external): Ditto.
23601         (sha1-string-internal): Ditto.
23602         (sha1-region-internal): Ditto.
23603         (sha1-region): Ditto.
23604         (sha1-string): Ditto.
23605         (sha1): Ditto.
23606
23607 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23608
23609         * spam.el (spam-report-articles-gmane): New command.
23610
23611 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23612
23613         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23614
23615         * run-at-time.el (run-at-time-saved): Remove.
23616         (run-at-time): Doc fix.
23617
23618 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23619
23620         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23621         (gnus-summary-limit-map): Add it.
23622         (gnus-summary-make-menu-bar): do.
23623
23624 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23625
23626         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23627         Make attempt at some caching support (done for BBDB only now).
23628         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23629         addresses to be checked.
23630         (spam-clear-cache-BBDB): Add function, to be invoked by
23631         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23632         (spam-check-BBDB): Check and use the caches, if
23633         spam-cache-lookups is on, remove superfluous (provide).
23634
23635 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23636
23637         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23638
23639 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23640
23641         * run-at-time.el (run-at-time-saved): Move to after the definition
23642         of `run-at-time'.
23643
23644         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
23645
23646 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23647
23648         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23649         mm-w3m-local-map-property.
23650
23651         * mm-view.el (mm-w3m-mode-map): Remove.
23652         (mm-w3m-local-map-property): Remove.
23653         (mm-inline-text-html-render-with-w3m): Don't use
23654         mm-w3m-local-map-property.
23655
23656 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23657
23658         * run-at-time.el: New file.
23659
23660         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
23661         under Emacs.
23662
23663         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23664         of gnus-set-text-properties.
23665
23666         * gnus-uu.el (gnus-uu-save-article): Ditto.
23667
23668         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23669
23670         * gnus-cite.el (gnus-cite-parse): Ditto.
23671
23672         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23673         of gnus-.
23674
23675         * gnus-xmas.el (run-at-time): Require run-at-time.
23676
23677         * gnus.el: Change calls to nnheader-run-at-time and
23678         password-run-at-time throughout to use run-at-time directly.
23679
23680         * password.el: Remove definition of run-at-time.
23681
23682         * nnheaderxm.el: Remove definition of run-at-time.
23683
23684 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23685
23686         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23687         in prompt.
23688
23689 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23690
23691         * messagexmas.el (message-xmas-redefine): Alias
23692         `message-make-caesar-translation-table' to
23693         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
23694         version.
23695
23696         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
23697         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
23698         `gnus-xmas-set-text-properties'.
23699         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23700         `gnus-xmas-completing-read'.
23701         (gnus-xmas-completing-read): Removed.
23702         (gnus-xmas-open-network-stream): Removed.
23703
23704         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23705         XEmacs version.
23706
23707         * dns.el (dns-make-network-process): Use `open-network-stream'
23708         instead of `gnus-xmas-open-network-stream'.
23709
23710         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23711
23712         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23713
23714 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23715
23716         * gnus-art.el (gnus-mime-display-alternative)
23717         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23718         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23719         Don't use gnus-local-map-property.
23720
23721         * gnus-util.el (gnus-local-map-property): Remove.
23722
23723         * mm-view.el (mm-view-pkcs7-decrypt):
23724         Replace gnus-completing-read-maybe-default with completing-read.
23725
23726         * gnus-util.el (gnus-completing-read): do.
23727         (gnus-completing-read-maybe-default): Remove.
23728
23729 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23730
23731         * password.el: Only autoload `run-at-time' if not XEmacs.
23732         Only autoload the itimer functions if XEmacs.
23733
23734 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23735
23736         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23737         XEmacsen.
23738
23739         * dgnushack.el: Autoload executable-find for XEmacs.
23740
23741 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23742
23743         * gnus-art.el (gnus-read-string): Remove.
23744         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23745         read-string.
23746
23747 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23748
23749         * netrc.el: Autoload password-read.
23750         (netrc): Add configuration group.
23751         (netrc-encoding-method, netrc-openssl-path):
23752         Add variables for encoding and decoding of files with symmetric
23753         ciphers.
23754         (netrc-encode): Add assistant function to encode a file with
23755         netrc-encoding-method.
23756         (netrc-parse): Add interactive parameter, added optional
23757         decoding if netrc-encoding-method is non-nil but otherwise
23758         behavior is standard.
23759         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23760         Do s/encode/encrypt/ everywhere.
23761
23762         * spam.el: Remove executable-find autoload.
23763
23764 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23765
23766         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23767
23768         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23769
23770 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23771
23772         * gnus-art.el (gnus-treat-ansi-sequences)
23773         (article-treat-ansi-sequences): New variable and function.
23774         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23775
23776         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23777         Use it.
23778
23779 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23780
23781         * mm-util.el (mm-quote-arg): Remove.
23782
23783         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23784         shell-quote-argument.
23785
23786         * gnus-uu.el (gnus-uu-command): do.
23787
23788         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23789
23790         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23791         with make-char.
23792
23793         * mm-util.el (mm-make-char): Remove.
23794
23795         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23796         add-minor-mode.
23797
23798         * gnus-undo.el (gnus-undo-mode): do.
23799
23800         * gnus-topic.el (gnus-topic-mode): do.
23801
23802         * gnus-sum.el (gnus-dead-summary-mode): do.
23803
23804         * gnus-start.el (gnus-slave-mode): do.
23805
23806         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23807
23808         * gnus-ml.el (gnus-mailing-list-mode): do.
23809
23810         * gnus-gl.el (gnus-grouplens-mode): do.
23811
23812         * gnus-draft.el (gnus-draft-mode): do.
23813
23814         * gnus-dired.el (gnus-dired-mode): do.
23815
23816         * gnus-ems.el (gnus-add-minor-mode): Remove.
23817
23818         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23819         Replace gnus-char-width with char-width.
23820
23821         * gnus-ems.el (gnus-char-width): Remove.
23822
23823         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23824         Replace gnus-char-width with char-width.
23825
23826         * gnus-ems.el (gnus-char-width): Remove.
23827
23828         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23829         definition.
23830         Remove Emacs 20 hash table compatibility code.
23831
23832         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23833         20 compatibility code.
23834
23835         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23836
23837         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23838
23839         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23840         Replace with point-at-{eol,bol}.
23841
23842         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23843
23844         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23845
23846         * flow-fill.el (fill-flowed-point-at-bol)
23847         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23848
23849         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23850         Replace with point-at-{eol,bol} throughout all files.
23851
23852 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23853
23854         * ntlm.el (ntlm-string-as-unibyte): New macro.
23855         (ntlm-build-auth-response): Use it.
23856
23857         Remove Emacs 20 stuff:
23858         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23859         (butlast, mapc, remove): Remove the compiler macros.
23860         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23861         of delq and copy-sequence.
23862         * gnus-art.el (popup-menu): Remove the compiler macro.
23863         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23864         Emacs 20.
23865
23866 2004-01-05  Simon Josefsson  <jas@extundo.com>
23867
23868         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23869         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23870         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23871         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23872         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23873         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23874         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23875         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23876         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23877         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23878         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23879         string-xor into ntlm-string-xor.
23880         Suggested by Jesper Harder <harder@myrealbox.com>.
23881
23882         * ntlm.el: Don't include poem.
23883
23884         * md4.el (print-int32, print-string-hexa): Remove.
23885         Suggested by Jesper Harder <harder@myrealbox.com>.
23886
23887         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23888
23889         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23890         probably breaks emacs with DL patch, but do we care? Is anyone
23891         still using the DL stuff?)
23892
23893         * sieve-manage.el: Use the password package.
23894         (sieve-manage-read-passwd): Remove.
23895         (sieve-manage-interactive-login): Use password.  Re-add
23896         condition-case around loop.
23897
23898         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23899         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23900         Use the password package.
23901
23902 2003-02-19  Simon Josefsson  <jas@extundo.com>
23903
23904         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23905         token.
23906
23907 2002-08-07  Simon Josefsson  <jas@extundo.com>
23908
23909         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23910         (sieve-manage-authenticators):
23911         (sieve-manage-authenticator-alist): Add some SASL mechs.
23912         (sieve-sasl-auth): New function.
23913         (sieve-manage-cram-md5-auth):
23914         (sieve-manage-plain-auth): Rewrite using SASL library.
23915         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23916         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23917         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23918         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23919
23920 2004-01-05  Simon Josefsson  <jas@extundo.com>
23921
23922         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23923         New files.
23924
23925 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23926
23927         * gnus-group.el (gnus-no-groups-message): Update.
23928
23929         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23930
23931 2003-11-09  Simon Josefsson  <jas@extundo.com>
23932
23933         * imap.el: Support for ID IMAP extension (RFC 2971).
23934         (imap-local-variables): Add imap-id.
23935         (imap-id): New variable.
23936         (imap-id): New function.
23937         (imap-parse-response): Parse untagged ID response.
23938         * nnimap.el (nnimap-id): New variable.
23939         (nnimap-open-connection): Use it.
23940
23941 2003-12-28  Simon Josefsson  <jas@extundo.com>
23942
23943         * gnus-score.el (gnus-score-edit-all-score): New.
23944         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23945
23946 2004-01-04  Simon Josefsson  <jas@extundo.com>
23947
23948         * password.el: Add.
23949
23950 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23951
23952         * dns.el (dns-query-types): Fix typo.
23953         (dns-query-types): New function.
23954         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23955         PTR and SOA replies, see RFC 1035.
23956
23957 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23958
23959         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23960
23961         * Move to Changelog.2.
23962
23963 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23964
23965         * gnus.el (gnus-version-number): Bump version.
23966
23967 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23968
23969         * gnus.el: No Gnus v0.1 is released.
23970
23971 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23972
23973         * gnus.el: No Gnus v0.0 is released.
23974
23975 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23976
23977         * gnus.el (gnus-version-number): Bump.
23978         (gnus-version): No.
23979
23980 See ChangeLog.2 for earlier changes.
23981
23982   Copyright (C) 2004-2012  Free Software Foundation, Inc.
23983
23984   This file is part of GNU Emacs.
23985
23986   GNU Emacs is free software: you can redistribute it and/or modify
23987   it under the terms of the GNU General Public License as published by
23988   the Free Software Foundation, either version 3 of the License, or
23989   (at your option) any later version.
23990
23991   GNU Emacs is distributed in the hope that it will be useful,
23992   but WITHOUT ANY WARRANTY; without even the implied warranty of
23993   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23994   GNU General Public License for more details.
23995
23996   You should have received a copy of the GNU General Public License
23997   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23998
23999 ;; Local Variables:
24000 ;; coding: utf-8
24001 ;; fill-column: 79
24002 ;; add-log-time-zone-rule: t
24003 ;; End: