Use `gnus-group-use-permanent-levels' in `g' in Gnus
[gnus] / lisp / ChangeLog
1 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-group.el (gnus-group-get-new-news): Respect
4         `gnus-group-use-permanent-levels', as documented (bug#11638).
5
6 2012-06-10  Dave Abrahams  <dave@boostpro.com>
7
8         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
9         groups (bug#11641).
10
11 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
14         on a handle.
15
16         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
17         address as the default.
18         (gnus-summary-insert-old-articles): Don't include unexistent messages.
19
20         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
21         makes no sense to query the user about internal files.
22
23         * gnus-spec.el: Remove all the byte-compilation stuff, since
24         benchmarking shows that it doesn't help when entering large summary
25         buffers.
26
27         * gnus-xmas.el (gnus-xmas-define): Remove.
28
29         * gnus-util.el (gnus-byte-code): Remove.
30
31         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
32         grouplens stuff.
33
34 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
37         (bug#11514).
38
39 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
40
41         * message.el (message-buffers): Return all buffers derived from Message
42         to make `gnus-dired-attach' work with mu4e.
43
44 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
45
46         * nntp.el: Stop the `letf' madness.
47         (nntp--report-1): New var.
48         (nntp-report): Merge nntp-report-1 into it.
49         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
50         the nntp-report function.
51
52         * auth-source.el: Fix comment-style to follow the convention.
53
54 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
55
56         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
57         (mm-dissect-singlepart): Don't guess the MIME type of
58         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
59         set.
60         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
61         toplevel MIME type is multipart/encrypted.
62
63 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
66         a string so that Gcc works (bug#11514).
67
68 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
69
70         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
71         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
72
73 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
74
75         * gnus-win.el (gnus-configure-frame): Don't signal an error when
76         jumping to *Server* from a dedicated *Group* window.
77         (gnus-configure-frame): CSE.
78
79         * gnus-registry.el: Minor style cleanup.
80         (gnus-registry--set/remove-mark): New function, extracted from
81         gnus-registry-install-shortcuts.
82         (gnus-registry-install-shortcuts): Use it.
83
84 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * nnspool.el (news-path): Use eval-and-compile.
87
88 2012-05-24  Glenn Morris  <rgm@gnu.org>
89
90         * nnspool.el (news-directory, news-path, news-inews-program):
91         Move here from paths.el.  Don't see a need for these to be autoloaded.
92
93         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
94         Merge in doc from paths.el version.  Don't see any need for this to be
95         autoloaded, or for the warning about users not setting it.
96
97 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
98
99         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
100         format.  In particular, add an optional argument and a docstring.
101
102         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
103
104         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
105         current before calling `gnus-groups-to-gnus-format'.
106         Note that this was already the case for `gnus-active-to-gnus-format'.
107
108 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
109
110         Fix minor Y10k bug.
111         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
112
113 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
114
115         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
116         message once it's actually open.
117
118 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
119
120         * gnus.el: Ma Gnus v0.5 is released.
121
122 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
123
124         * auth-source.el (auth-source--aput-1, auth-source--aput)
125         (auth-source--aget): New functions and macros.
126         Use them instead of aput/aget.
127
128 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
129
130         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
131
132 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
133
134         * plstore.el (plstore-called-interactively-p): New compat macro copied
135         from message.el.
136         (plstore-mode): Use it.
137
138 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
139
140         * plstore.el: Revive the editing feature.
141         (plstore-mode): New mode to edit plstore file.
142         (plstore-mode-toggle-display, plstore-mode-original)
143         (plstore-mode-decoded): New command.
144         (plstore--encode, plstore--decode, plstore--write-contents-functions)
145         (plstore--insert-buffer, plstore--make): New function.
146         (plstore-open, plstore-save): Simplify by using them.
147
148 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
151
152 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
153
154         * tls.el (open-tls-stream): Remove unused binding.
155
156 2012-04-16  Glenn Morris  <rgm@gnu.org>
157
158         * nndraft.el (nndraft-request-list): Fix declaration.
159
160 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * mm-decode.el (mm-dissect-buffer): Doc fix.
163
164         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
165         don't have a current group.
166
167         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
168         buffer if it doesn't exist.
169
170         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
171         given, mark the group as ephemeral with the current window conf.
172
173         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
174         buffer exists, which it doesn't if we haven't started Gnus.
175         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
176
177 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * mml.el (mml-generate-mime): Allow specifying what the top-level part
180         type is.
181
182         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
183         `unexists' entries.
184         (gnus-clean-old-newsrc): Fix last checkin.
185
186         * nnimap.el (nnimap-update-info): None of the articles below the active
187         low-water mark exist.
188
189         * dgnushack.el: Get rid of XEmacs compilation warning.
190
191         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
192         would have gotten if we posted to the group, and use that to compare
193         against the message we want to cancel (bug#10808).
194
195         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
196         on XEmacs.
197
198 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
199
200         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
201         `scroll-margin'.
202
203 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
204
205         * gnus-cite.el (gnus-dissect-cited-text): A single line without
206         citation prefix within a block of cited text should be considered part
207         of that block *only* if it is a blank line.
208
209 2012-04-09  Chong Yidong  <cyd@gnu.org>
210
211         * binhex.el, hashcash.el, uudecode.el:
212         Remove * characters from the front of variable docstrings.
213
214 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
217         before kinsoku-bol characters nor within kinsoku-eol characters.
218
219 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
222         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
223         (gnus-sync-read): Use mapc instead of mapcar.
224
225         * mm-archive.el: Require mm-decode for some macros.
226         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
227         the byte compiler.
228         (mm-archive-decoders): New function that returns the value of
229         the mm-archive-decoders variable.
230
231         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
232         instead.
233         (mm-dissect-singlepart): Use the function mm-archive-decoders.
234
235         * nnimap.el (gnus-refer-thread-use-nnir):
236         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
237
238 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
241
242 2012-03-12  Peter Münster  <pmrb@free.fr>
243
244         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
245         (gnus-demon-cancel): Ditto.
246         (gnus-demon-run-callback): When function cannot be called due to low
247         idleness, call it when idleness reaches the expected value, instead of
248         waiting another timer period.
249         (gnus-demon-init): Add `time' to arguments of call-back.
250
251 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
254
255         * gnus.el: Register gnus-registry functions.
256
257         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
258         indent.
259
260         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
261         enabled before warping.
262
263 2012-03-22  Dave Abrahams  <dave@boostpro.com>
264
265         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
266         registry about each article retrieved.
267
268         * gnus-int.el (gnus-select-group-with-message-id): New function.
269         (gnus-try-warping-via-registry): Ditto.
270         (gnus-warp-to-article): Fall back on the registry.
271
272 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
273
274         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
275         inboxes.
276
277 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
280
281 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
284         gnus-gcc-self-resent-messages may be a group parameter.
285         (gnus-summary-resend-message): Don't encode encoded words in header
286         when Gcc'ing resent message.
287
288 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * shr.el (shr-insert): Treat non-breaking space just like normal
291         space.  This seems to produce more pleasing results.
292         (shr-insert): Only insert a blank line if we're starting from an image.
293         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
294         (shr-ensure-paragraph): Consider lines with white space to be blank.
295
296 2012-03-15  Elias Pipping  <pipping@lavabit.com>
297
298         * Makefile.in: Respect DESTDIR.
299
300 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
301
302         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
303         and gnus-gcc-post-body-encode-hook.
304
305 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
308         messages that don't exist.
309
310         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
311
312 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
315
316         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
317         is an integer to avoid later problems.
318
319 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
322         locales.
323
324 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
327         a string so that Gcc works (bug#11514).
328
329 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
330
331         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
332
333 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
336         don't have a current group.
337
338 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
341         Remove.
342
343         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
344
345         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
346
347 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
350         have a group name.
351
352         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
353         a multibyte buffer (bug#7410).
354         (article-wash-html): Parse the original article buffer to get the
355         unencoded data (bug#7410).
356
357         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
358         .newsrc.el files.
359
360 2012-04-05  Bastien Guerry  <bzg@altern.org>
361
362         * color.el (color-lighten-name): Fix typo.
363
364 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
367         "#" to avoid having them interpreted as comments.
368
369 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * shr.el (shr-insert): Update the text state properly to avoid
372         inserting spurious paragraph starts.
373
374 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * shr.el (shr-table-widths): Divide the extra width more fairly over
377         the TDs (bug#10973).
378         (shr-render-td): Don't delete too much padding.
379         (shr-natural-width): Compute the natural width more correctly.
380         (shr-insert): Allow the natural width to be computed for tables again.
381         (shr-tag-table-1): Rework how the natural widths are computed by
382         rendering the table a third time.
383         (shr-natural-width): Removed.
384         (shr-buffer-width): New function.
385         (shr-expand-newlines): Use it.
386
387         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
388         using a `gnus-use-full-window' setup (bug#11013).
389
390 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
391
392         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
393         24.1 release.
394
395 2012-03-10  David Edmondson  <dme@dme.org>
396
397         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
398         'Forwarded Message' header and the start of the message.
399
400 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
401
402         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
403         isn't running (bug#10897).
404
405 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
408         This is inconsistent with all the other stream functions, which leave
409         the setting up to the higher levels (if so wanted) (bug#10931).
410
411 2012-02-28  Glenn Morris  <rgm@gnu.org>
412
413         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
414         mm-decode.el: Standardize possessive apostrophe usage.
415
416 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
419
420 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
421
422         * parse-time.el (parse-time-string): Allow extractor to return nil.
423
424 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
427
428 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
429
430         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
431
432 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
433
434         * mm-decode.el (mm-shr): Remove "soft hyphens".
435
436         * nnimap.el (nnimap-request-list): Return the group names encoded as
437         utf8.  Otherwise non-European group names don't work.
438         (nnimap-request-newgroups): Ditto.
439
440         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
441         the default in `read-string' (bug#10757).
442
443         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
444         topics (bug#10843).
445
446         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
447         buffer.  Suggested by Herbert Valerio Riedel.
448         (nnimap-request-move-article): Delete the message from the correct IMAP
449         server.
450
451 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
452
453         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
454         Reported by Peter Münster.
455
456 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
457
458         * shr.el (shr-image-fetched): Make sure we really kill the right
459         buffer.
460
461 2012-02-16  Leo Liu  <sdl.web@gmail.com>
462
463         * gnus-start.el (gnus-1): Avoid duplicate entries.
464
465 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
466
467         * imap.el: Remove.
468
469         * nntp.el (nntp-coding-system-for-read): Remove.
470         (nntp-coding-system-for-write): Ditto.
471         (nntp-open-connection): Just use `binary' directly.
472
473         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
474         Gnus 0.3.
475
476 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
477
478         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
479         application/octet-stream parts really is.
480
481         * gnus-sum.el (gnus-propagate-marks): Remove.
482
483 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
484
485         * shr.el (shr-rescale-image): Undo previous change; see
486         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
487
488 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
489
490         * gnus.el: Ma Gnus v0.3 is released.
491
492 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus-sum.el (gnus-summary-local-variables): Make
495         `gnus-newsgroup-unexist' into a local variable.
496
497 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
498
499         * registry.el (registry-usage-test, registry-persistence-test): Move to
500         tests/gnustest-registry.el.
501         (registry-make-testable-db, registry-match-test)
502         (registry-instantiation-test): Move to tests/gnustest-registry.el.
503
504         * gnus-registry.el (gnus-registry-misc-test)
505         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
506
507         * tests/gnustest-registry.el: New file with the registry and
508         gnus-registry ERT tests.
509
510 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * gnus-msg.el (gnus-summary-resend-message): Make
513         gnus-summary-resend-message-insert-gcc be last item in
514         message-header-setup-hook.
515
516 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
517
518         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
519         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
520         Remove.
521         (nnfolder-open-server): Don't use marks.
522         (nnfolder-request-delete-group): Ditto.
523         (nnfolder-request-rename-group): Ditto.
524         (nnfolder-request-set-mark, nnfolder-request-marks)
525         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
526         (nnfolder-save-marks, nnfolder-open-marks): Remove.
527
528         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
529         (nnml-marks-modtime): Remove.
530         (nnml-request-delete-group): Don't use marks.
531         (nnml-request-rename-group): Ditto.
532         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
533         (nnml-save-marks, nnml-open-marks): Remove.
534
535         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
536         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
537         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
538         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
539         (nntp-server-to-method-cache): Remove.
540
541         * shr.el (shr-rescale-image): Fix wrong merge.
542
543 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
544
545         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
546         too-wide lines.
547
548 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
549
550         * nnimap.el (nnimap-record-commands): New variable.
551         (nnimap-log-command): Use it.
552         (nnimap-make-process-buffer): Add a space to the process buffer.
553         (nnimap-transform-headers): Don't bug out on header lines containing
554         stuff that look like IMAP length encodings.
555
556         * shr.el (shr-rescale-image): Allow viewing large images.
557
558 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
559
560         * nnml.el (nnml-request-compact-group): Delete the marks file after
561         compaction (bug#10800).
562
563         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
564         group exit.
565
566         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
567         QRESYNC/FETCH output.
568
569 2012-02-11  Glenn Morris  <rgm@gnu.org>
570
571         * sieve-manage.el (sieve-manage-default-stream):
572         * shr.el (shr):
573         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
574         (nnir-retrieve-headers-override-function)
575         (nnir-imap-default-search-key, nnir-notmuch-program)
576         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
577         (nnir-method-default-engines):
578         * message.el (message-cite-reply-position):
579         * gssapi.el (gssapi-program):
580         * gravatar.el (gravatar):
581         * gnus-sum.el (gnus-refer-thread-use-nnir):
582         * gnus-registry.el (gnus-registry-unfollowed-addresses)
583         (gnus-registry-max-pruned-entries):
584         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
585         * gnus-int.el (gnus-after-set-mark-hook)
586         (gnus-before-update-mark-hook):
587         * gnus-async.el (gnus-async-post-fetch-function):
588         * auth-source.el (auth-source-cache-expiry):
589         Add missing :version tags to new defcustoms and defgroups.
590
591 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-sum.el (gnus-adjust-marked-articles): Add to
594         `gnus-newsgroup-unexist'.
595
596         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
597         marks.
598         (gnus-article-special-mark-lists): Put the `unexist' in the special
599         marks list instead.
600
601         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
602         articles in the list of articles to be selected.
603
604         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
605         articles.
606         (nnimap-update-info): Keep track of unexisting articles.
607         (nnimap-update-qresync-info): Ditto.
608
609 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
610
611         * message.el (message-default-send-mail-function): Made into own
612         function for reuse by emacsbug.el.
613
614 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
615
616         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
617         `gnus-sloppily-equal-method-parameters' to avoid a warning.
618
619 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
620
621         * mm-archive.el (mm-archive-dissect-and-inline): New function.
622         (mm-archive-dissect-and-inline): Fix up the undisplayer.
623
624         * gnus-compat.el: Define `timer-set-function'.
625
626         * mm-decode.el (mm-display-external): Output the text from the command
627         in the buffer after the command finished.  This makes text-based
628         commands behave better.
629
630 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
631
632         * gnus-compat.el: Add a compat for the old `url-retrieve'.
633
634 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
635
636         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
637         23.1.
638
639 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
642
643 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
644
645         * message.el (smtpmail-smtp-user): Silence compiler warning.
646
647 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
648
649         * message.el (message-multi-smtp-send-mail): Also allow specifying the
650         SMTP user name.
651
652 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * gnus-sum.el (gnus-summary-show-thread):
655         next-single-char-property-change may return nil in XEmacs.
656         (gnus-summary-article-map): Fix typo.
657
658 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
661         running.
662
663         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
664
665         * gnus.el (gnus-server-extend-method): Don't add an -address component
666         if the method already has one (bug#9676).
667
668 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
671         of an initial-input for consistency (bug#10757).
672
673         * dgnushack.el: Fix XEmacs compilation warning.
674
675         * shr.el: Inhibit getting and sending cookies when fetching pictures.
676
677         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
678
679 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
680
681         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
682         lines that are narrower than the window width.  Otherwise background
683         "blocks" will look less readable.
684
685 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
686
687         * nnimap.el (nnimap-transform-headers): Remove unused variable.
688         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
689         have newlines within the strings, and where the UID comes after the
690         BODYSTRUCTURE element (bug#10537).
691
692         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
693         (bug#10732).
694
695         * shr.el (shr-insert-document): Add doc string.
696         (shr-visit-file): Ditto.
697         (shr-remove-trailing-whitespace): New function.
698         (shr-insert-document): Use it to clean up trailing whitespace as the
699         final step (bug#10714).
700
701 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
702
703         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
704         buffer if `gnus-kill-summary-on-exit' is nil.
705
706 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
707
708         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
709         when just reading a single group from "without" Gnus.
710
711 2012-02-06  Chong Yidong  <cyd@gnu.org>
712
713         * gnus-sum.el (gnus-summary-show-thread):
714         next-single-char-property-change never returns nil (Bug#8657).
715
716 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
717
718         * message.el (message-multi-smtp-send-mail): New function.
719         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
720         header to implement multi-SMTP functionality.
721
722         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
723         (gnus-agentize): Don't set it.
724         (gnus-agent-send-mail): Don't use it.
725
726         * gnus-sum.el (gnus-summary-widget-backward): New function and
727         keystroke.
728
729         * gnus-compat.el: More the compat functions more compatible.
730
731         * shr.el (shr-put-image): Remove underlines from sliced images.
732         (shr-zoom-image): Compute the region to be replaced more correctly.
733
734 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
737         (gnus-summary-resend-message-insert-gcc): New function.
738         (gnus-summary-resend-message): Modify message-header-setup-hook and
739         message-sent-hook to make it work for Gcc.
740         (gnus-inews-do-gcc): Update the number of unread articles of groups
741         that messages are Gcc'd to.
742
743         * message.el (message-resend): Run message-sent-hook to do Gcc.
744
745 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
746
747         * lpath.el: Fix an XEmacs compilation warning.
748
749         * gnus-compat.el: Require `help-fns' to fix compilation error.
750
751         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
752         a higher level to silence compilation.
753
754         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
755         parameter to allow controlling the scaling.
756
757         * shr.el (shr-zoom-image): New command and keystroke.
758         (shr-put-image): Take a `size' flag to say how to scale the image.
759
760         * gnus-compat.el: Redefine `delete-directory' to provide recursive
761         deletion unless already defined.
762
763         * gnus.el (gnus-compat): Require it.
764
765         * gnus-compat.el: New file.
766
767         * gnus-start.el (gnus-clean-old-newsrc): New function.
768         (gnus-read-newsrc-file): Use it.
769
770         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
771         Use recursive deletion.
772         (mm-dissect-archive): Add support for zip files.
773
774         * gnus-util.el (gnus-recursive-directory-files): New function.
775
776         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
777         (mm-archive-decoders): Add tgz support.
778
779         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
780         Otherwise inserting text into the Gnus buffer can look odd.
781
782         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
783
784         * mm-archive.el (mm-archive-decoders): Add support for tar.
785
786         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
787
788         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
789
790 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
791
792         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
793
794         * mm-archive.el: New file.
795
796         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
797
798         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
799
800         * message.el (message-goto-*): Make all the `message-goto-*' commands
801         push the mark before moving point.  This makes it easier to go back to
802         where you came from after editing whatever you jumped to.
803
804 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
805
806         * gnus.el: Ma Gnus v0.1 is released.
807
808 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
809
810         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
811         without reconnecting.
812         (nnimap-possibly-change-group): Ditto.
813         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
814         connection has died before being called.
815
816 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
817
818         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
819         an initial sync unless we're really doing one.
820
821         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
822         address parameter if one already exists (bug#9676).
823
824         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
825         not the prefix, as documented (bug#10689).
826
827 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
828
829         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
830         the "server".
831
832         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
833         the real error message with the useless "previously known to be down".
834         Which isn't even correct.
835
836         * nntp.el (nntp-open-connection): Report the error message if the nntp
837         server can't be reached.
838
839         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
840         groups we do a total scan for.
841         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
842         doing that.
843
844 2012-01-31  Jim Meyering  <jim@meyering.net>
845
846         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
847         Correct a comment (insert "not") and hide nominally-doubled "to".
848
849 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
850
851         * gnus.el (gnus-version): Change name to "Ma Gnus".
852
853 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
854
855         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
856         section in the manual.
857
858 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
859
860         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
861         words.
862         (rfc2047-encode-string): Ditto.
863         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
864         understand folded filename="..." parameters, for instance.
865
866         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
867         the message for greater debuggability.
868
869 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
870
871         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
872         instead of setting it locally, since the latter doesn't seem to have
873         any effect (most of the time).
874
875 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
876
877         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
878         function call.
879
880 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
881
882         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
883         seconds, and make the repeat clause with HH:MM specs work as
884         documented.
885
886 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
887
888         * proto-stream.el (proto-stream-capability-open): Fall back on
889         :end-of-command if :end-of-capability doesn't exist.
890
891 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
894         bound globally in old Emacsen and XEmacsen.
895
896 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
899         so that previous errors don't prohibit getting new news.
900
901         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
902
903         * nntp.el (nntp-retrieve-group-data-early): Ditto.
904
905 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
906
907         * gnus.el (gnus-group-find-parameter): Check for liveness of the
908         buffer, not of the string which is its name.
909
910 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
911
912         * proto-stream.el (proto-stream-capability-open): Wait for
913         :end-of-capability, not :end-of-command.
914
915         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
916         non-server-marks groups.
917         (gnus-group-make-articles-read): Ditto.
918
919         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
920         methods (bug#9676).
921
922         * gnus.el (gnus-method-ephemeral-p): New function.
923
924 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
927         left-to-right.
928
929 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
930
931         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
932         warning.
933
934 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
935
936         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
937         macroexpand the nnir things, since they haven't been defined yet, and
938         nnir requires gnus-sum.
939
940 2012-01-24  Julien Danjou  <julien@danjou.info>
941
942         * color.el (color-rgb-to-hsl): Fix value computing.
943         (color-hue-to-rgb): New function.
944         (color-hsl-to-rgb): New function.
945         (color-clamp, color-saturate-hsl, color-saturate-name)
946         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
947         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
948
949 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * mm-decode.el (mm-interactively-view-part): Fix prompt.
952
953 2012-01-19  Julien Danjou  <julien@danjou.info>
954
955         * color.el (color-name-to-rgb): Use the white color to find the max
956         color component value and return correctly computed values.
957         (color-name-to-rgb): Add missing float conversion for max value.
958
959 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
960
961         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
962         logical server name in addition to the actual machine address.
963
964         * auth-source.el (auth-source-user-and-password): Add convenience
965         wrapper to search by just host and optionally user.
966
967 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * shr.el (shr-visit-file): Move point to the beginning of the buffer
970         after rendering.
971
972 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
973
974         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
975         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
976         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
977
978 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * gnus-sum.el (gnus-summary-read-group): Document more parameters
981         (bug#9693).
982         (gnus-summary-setup-buffer): Document return value (bug#9697).
983
984         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
985         since ido doesn't work on symbols (bug#9632).
986
987         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
988         when getting a single value as when getting all the values.  This means
989         that atoms like `gcc-self' work cumulatively, like variable settings,
990         instead of getting the value from the last matching clause.
991         (gnus-group-find-parameter): Protect against the group buffer not
992         existing (bug#9585).
993
994 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus-start.el (gnus-activate-group): Document more parameters
997         (bug#9694).
998
999         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1000         (bug#9692).
1001
1002         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1003         article was fetched, so that it can be expired later (bug#9958).
1004         (gnus-agent-summary-fetch-series): Add doc string.
1005         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1006         (bug#9517).
1007
1008         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1009         retrieval is happening.
1010
1011         * gnus.el (gnus-parameters): Doc fix.
1012
1013 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1014
1015         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1016         show the thread after expansion.
1017
1018 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * gnus-art.el (article-narrow-to-head): If the head is completely
1021         empty, narrow to the empty region (bug#9764).
1022
1023         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1024         read, and then mark them as unread only when the unread mark is used.
1025         This makes `C-- T k' actually work, even though it's confusing.
1026
1027         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1028         alive before we try to find its window.
1029
1030 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1031
1032         * mm-decode.el (mm-display-external): Use a longer timeout for the
1033         deletion to allow slow programs to display the file.
1034
1035 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1038         prompt to be less confusing.
1039
1040         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1041         argument to `message-reply'.  This broke `special-display-*' frame
1042         pop-uping (bug#10238).
1043
1044 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1047         systems, since these allegedly don't work there.
1048
1049 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1050
1051         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1052         live buffer.
1053
1054 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * nnir.el (nnir-retrieve-headers): Protect against the article not
1057         existing on the server (bug#10335).
1058
1059 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1060
1061         * gnus-agent.el (gnus-agent-load-local): Recompute
1062         gnus-agent-article-local on changing method.
1063
1064 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * gnus.el (gnus-parameters): Note precedence.
1067
1068 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1069
1070         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1071         in the group buffer.
1072
1073 2012-01-04  Julien Danjou  <julien@danjou.info>
1074
1075         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1076         change.
1077
1078 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1081         too.
1082
1083         * nntp.el (nntp-retrieve-group-data-early): Use it.
1084
1085 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * nntp.el (nntp-retrieval-in-progress): New variable.
1088         (nntp-make-process-buffer): Make it buffer-local.
1089
1090         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1091         2010.
1092         (gnus-demon-init): Use it to compute the time if time is on the form
1093         "04:23".
1094
1095         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1096
1097         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1098         status in the correct buffer.
1099
1100 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1101
1102         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1103         when opening topics (bug#10407).
1104
1105 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1106
1107         * gnus-cus.el (gnus-score-customize):
1108         * gnus-sum.el (gnus-sort-gathered-threads):
1109         * message.el (message-shorten-references):
1110         * nnmairix.el (nnmairix-request-group):
1111         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1112
1113 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1114
1115         * gnus-agent.el (gnus-agent-regenerate-group):
1116         * gnus-int.el (gnus-retrieve-group-data-early):
1117         * mm-util.el (mm-codepage-ibm-list):
1118         * nndiary.el (Commentary, nndiary-get-new-mail):
1119         * nnir.el (nnir):
1120         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1121
1122 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * mm-view.el (mm-display-inline-fontify): Add comment.
1125
1126 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1127
1128         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1129         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1130
1131 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1132
1133         * gnus-art.el (gnus-split-methods):
1134         * gnus-msg.el (gnus-configure-posting-styles):
1135         * gnus-spec.el (gnus-parse-simple-format):
1136         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1137         * message.el (message-do-actions): Spelling fix.
1138
1139 2011-12-15  Juri Linkov  <juri@jurta.org>
1140
1141         * mm-decode.el (mm-inline-media-tests): Add missing
1142         `mm-handle-media-subtype'.
1143
1144 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1145
1146         * gnus-group.el (gnus-group-tool-bar):
1147         * gnus-sum.el (gnus-summary-tool-bar):
1148         * message.el (message-tool-bar):
1149         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1150
1151 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1152
1153         * plstore.el (plstore--insert-buffer): Spelling fix.
1154
1155 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1156
1157         * message.el (message-valid-fqdn-regexp): Update with newly approved
1158         top-level domain names ".tel" and ".asia".
1159
1160 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1163         unconditionally.
1164
1165 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1168         pop-to-buffer-same-window for old Emacsen.
1169
1170 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1171
1172         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1173
1174 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1175
1176         * netrc.el (netrc-credentials): Spelling fix.
1177
1178 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1179
1180         * gnus-fun.el (gnus-fun-ppm-change-string):
1181         * gnus-msg.el (gnus-inews-do-gcc):
1182         * gnus-sum.el (gnus-summary-find-for-reselect):
1183         * gnus.el (gnus-summary-cancelled):
1184         * message.el (message-cancel-hook, message-send-news):
1185         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1186         * nnir.el (nnir-run-hyrex):
1187         * nntp.el (nntp-with-open-group-function):
1188         * pgg.el (pgg-pending-timers): Spelling fix.
1189
1190 2011-12-04  Chong Yidong  <cyd@gnu.org>
1191
1192         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1193         change (Bug#10200).
1194
1195 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * compface.el (uncompface):
1198         * gnus-art.el (gnus-article-x-face-command): Update the header format
1199         of icon data for the most recent icontopbm program.
1200
1201 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * gnus-msg.el (gnus-inews-do-gcc):
1204         * message.el (message-send-mail):
1205         * mml.el (mml-generate-mime): Share the value of the buffer-local
1206         `message-options' variable between a draft buffer and temprary working
1207         buffers.
1208
1209 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1210
1211         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1212
1213 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1216         for Cygwin.
1217
1218 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1219
1220         * gnus-group.el (gnus-group-prepare-flat):
1221         * mm-bodies.el (mm-encode-body):
1222         * mml.el (mml-preview):
1223         * nnml.el (nnml-request-compact-group):
1224         * pop3.el (pop3-stream-type): Spelling fix.
1225
1226 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1227
1228         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1229
1230 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1231
1232         * color.el (color-rgb-to-hsl):
1233         * gmm-utils.el (gmm-tool-bar-style):
1234         * gnus-group.el (gnus-group-prepare-flat):
1235         * gnus-topic.el (gnus-topic-prepare-topic):
1236         * mm-decode.el (mm-discouraged-alternatives):
1237         * rfc2047.el (rfc2047-encode-1):
1238         * starttls.el: Spelling fix.
1239
1240 2011-11-24  Glenn Morris  <rgm@gnu.org>
1241
1242         * binhex.el (binhex-begin-line): Give it basic doc-string.
1243
1244         * starttls.el, tls.el: Fix case of "GnuTLS".
1245
1246 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1247
1248         * gnus-group.el (gnus-group-highlight): Fix typo.
1249
1250 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1251
1252         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1253         value of `delete-file', that returns nil for a local file but returns t
1254         for a remote file using ssh.
1255
1256 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1257
1258         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1259
1260 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1263         avoid later breakage.
1264
1265 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1268         article buffers' name.
1269
1270 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1273         by Paul Eggert's spellfixes two days ago.
1274
1275 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1278         doesn't have it.
1279
1280         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1281         buffer-local instead of binding them to avoid warnings.  Also demote
1282         errors (bug#10063).
1283         (font-lock-mode-hook): Shut up byte compiler.
1284
1285 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1286
1287         * mm-util.el (mm-charset-after):
1288         * nnir.el (nnir-run-hyrex):
1289         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1290         (ntlm-get-password-hashes, ntlm-md4hash):
1291         * smime.el: Fix typo.
1292
1293 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1294
1295         * gnus-agent.el (gnus-agent-expire-group-1):
1296         * nndiary.el (nndiary-last-occurence):
1297         * nnimap.el (nnimap-request-set-mark):
1298         * nnmairix.el (nnmairix-only-use-registry):
1299         * gnus-group.el (gnus-group-prepare-flat):
1300         * gnus-sum.el (gnus-decode-encoded-word-methods):
1301         * message.el (message-wash-subject):
1302         * nntp.el (nntp-retrieve-headers-with-xover):
1303         * smime.el (smime-certificate-directory): Spelling fix.
1304
1305 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1306
1307         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1308
1309         * color.el:
1310         * gnus-agent.el (gnus-agent-possibly-alter-active):
1311         * gnus-dired.el (gnus-dired-print):
1312         * mail-parse.el:
1313         * nnmairix.el (nnmairix-request-group):
1314         * shr.el (shr-image-displayer):
1315         * sieve-manage.el:
1316         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1317
1318 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1319
1320         * gnus-sum.el (gnus-auto-select-subject):
1321         * spam-report.el (spam-report-resend): Spelling fix.
1322
1323 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1324
1325         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1326         * gnus-art.el (gnus-default-article-saver):
1327         * gnus-srvr.el (gnus-server-copy-server):
1328         * gnus.el (gnus-sloppily-equal-method-parameters):
1329         * html2text.el (html2text-format-tag-list):
1330         * message.el (message-narrow-to-head):
1331         * nndiary.el:
1332         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1333         * sieve.el: Spelling fix.
1334
1335 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1336
1337         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1338         * gnus-sum.el (gnus-summary-make-menu-bar):
1339         * gnus-uu.el (gnus-uu-decode-postscript)
1340         (gnus-uu-decode-postscript-and-save):
1341         * mailcap.el (mailcap-print-command):
1342         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1343         Fix typos.
1344
1345 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1346
1347         * gnus-art.el (gnus-article-part-wrapper):
1348         * html2text.el (html2text-fix-paragraphs):
1349         * mm-decode.el (mm-image-fit-p):
1350         * rfc2047.el (rfc2047-encode-message-header):
1351         * shr-color.el (shr-color-visible-distance-min)
1352         (shr-color-relative-to-absolute, set-minimum-interval)
1353         (shr-color-visible): Fix typos.
1354
1355 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1356
1357         * gmm-utils.el (gmm-tool-bar-item):
1358         * gnus-art.el (gnus-treat-body-boundary):
1359         * gnus-diary.el (gnus-user-format-function-d):
1360         * gnus-start.el (gnus-get-unread-articles):
1361         * pgg-gpg.el (pgg-gpg-update-agent):
1362         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1363
1364 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1365
1366         * gnus-topic.el (gnus-group-prepare-topics):
1367         * gnus-uu.el (gnus-extract-view):
1368         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1369
1370 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1371
1372         * spam.el: Move BBDB autoloads.
1373         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1374         BBDB 2 and 3.
1375         (spam-check-BBDB): Use it.
1376         (spam-enter-ham-BBDB): Use it.
1377
1378 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1379
1380         * smime.el (smime-draw-buffer): Spelling fix.
1381
1382 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1383
1384         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1385         for scanning exactly one level.
1386         * gnus-start.el (gnus-get-unread-articles): Ditto.
1387
1388 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1391         slightly clearer.
1392
1393 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1394
1395         * gnus-sync.el: More commentary about setup.
1396
1397 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * message.el (message-send-and-exit): Document `arg'.
1400
1401 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1402
1403         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1404
1405 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1406
1407         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1408
1409         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1410         we don't use `bound-and-true-p'.
1411
1412 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1413
1414         * gnus-util.el (gnus-bound-and-true-p): Remove.
1415         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1416         * nnir.el: Use it.
1417         * nnmairix.el: Use it.
1418
1419 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1420
1421         * gnus-sync.el: Improve docs about CouchDB admins.
1422
1423         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1424         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1425         for reasons unknown.
1426         * nnir.el: Use it.
1427         * nnmairix.el: Use it.
1428
1429         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1430         * nnir.el: Ditto.
1431         * nnmairix.el: Ditto.
1432
1433         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1434
1435 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1436
1437         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1438         not needed.  Provide xmlplistread list function to produce XML plist
1439         output for non-Gnus LeSync clients.
1440
1441 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1442
1443         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1444
1445         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1446         and save against it.  Group subscriptions, read marks, other marks,
1447         subscription levels, topic names, and topic offsets (the group's
1448         position within the topic) are saved.  This is an experimental backend
1449         and may change significantly.  Load json.el from the gnus-fallback-lib
1450         if it's not available otherwise.
1451         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1452
1453 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1454
1455         * message.el (message-completion-function): Make sure
1456         message-tab-body-function is not attempted if one of
1457         message-completion-alist fails to find a completion (bug#9158).
1458
1459 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1460
1461         * mml.el (mml-quote-region): Quote <#secure> tag.
1462         (mml-generate-mime-1): Unquote <#secure> tag.
1463
1464 2011-10-20  Chong Yidong  <cyd@gnu.org>
1465
1466         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1467         calling a minor mode from Lisp with nil arg enables it, so we have to
1468         make the wording a bit ambiguous here).
1469
1470 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1471
1472         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1473         * nnir.el (nnir-mode): Use it.
1474         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1475         Use it.
1476
1477         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1478         * nnmairix.el (gnus-registry-enabled): Ditto.
1479
1480 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1481
1482         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1483         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1484         only while we need to find out if it should be t or nil.
1485         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1486         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1487         the registry is installed.  Set it to nil when it's unloaded.
1488         (gnus-registry-install-p): Provide user guidance for the initial value
1489         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1490         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1491         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1492         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1493         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1494         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1495         `gnus-registry-install'.
1496
1497 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1498
1499         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1500         previous change.
1501         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1502         primary key is marked as disabled.
1503
1504 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1505
1506         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1507         primary key is marked as disabled.
1508
1509 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1510
1511         * html2text.el (html2text-clean-anchor): Check for quotes around
1512         `href' value.
1513
1514 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1515
1516         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1517         searching.  Drop `bbdb-cache'.
1518
1519 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * message.el (message-signed-or-encrypted-p): Exclude header when
1522         checking if there is signed or encrypted body in text/plain message.
1523
1524 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1525
1526         * html2text.el (html2text-get-attr): Correctly handle attribute values
1527         containing "=".
1528
1529 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1530
1531         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1532         handle bindings.
1533
1534 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-win.el (gnus-configure-windows): Protect against reading
1537         ephemeral groups outside of Gnus.
1538
1539 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * shr.el (shr-tag-img): Don't get images displayed in tables.
1542
1543 2011-10-03  Glenn Morris  <rgm@gnu.org>
1544
1545         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1546         the "maintainer" version of debbugs.gnu.org reports.
1547
1548 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1551         make asynchronous adjacent image insertion work better.
1552
1553 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1554
1555         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1556         documentation.
1557
1558 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1561         `gnus-asynchronous' isn't shadowed.
1562
1563 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1566
1567         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1568         (nnimap-insert-partial-structure): The charset parameter isn't
1569         case-sensitive.
1570
1571         * nnheader.el (nnheader-message-maybe): New function.
1572
1573         * shr.el (shr-tag-table): Render totally broken tables better.
1574
1575         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1576         computing the boundary.
1577
1578 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1579
1580         * pop3.el (pop3-number-of-responses): Remove.
1581         (pop3-wait-for-messages): Rewrite to take linear time instead of
1582         exponential time.
1583
1584 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1587         re-fetch images.
1588
1589         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1590         re-fetch images when hitting `g' in Gnus.
1591
1592 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1595         (mml-compute-boundary): Don't check collision if it is non-nil.
1596         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1597         before checking collision.
1598
1599 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * message.el (message-indent-citation): Really make sure there's a
1602         newline at the end.
1603
1604         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1605         Fix suggested by John Wiegley.
1606
1607         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1608
1609         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1610
1611         * message.el (message-default-send-rename-function): Break out into its
1612         own function.
1613
1614         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1615         doesn't work under XEmacs.
1616
1617         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1618         of "imaps" to word around Windows problems.
1619         (nnimap-open-connection-1): Use it.
1620
1621         * message.el (message-indent-citation): Revert last change which made
1622         `F' not work.
1623
1624 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1625
1626         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1627         terminal as well.
1628
1629 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1632         because it displays images using overlays that aren't easy to copy to
1633         the article buffer.
1634
1635 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1636
1637         * message.el (message-indent-citation): Fix empty line removal at the
1638         end of the citation.
1639
1640 2011-09-20  Julien Danjou  <julien@danjou.info>
1641
1642         * auth-source.el (auth-source-netrc-create): Use default value for
1643         password if specified.  Evaluate default.
1644         (auth-source-plstore-create): Ditto.
1645         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1646         value evaluation.
1647         (auth-source-netrc-create): Typo fix.
1648         (auth-source-plstore-create): Ditto.
1649
1650         * password-cache.el (password-cache-remove): Remove entries even if the
1651         value is nil, so that password with a nil value (negative caching) is
1652         possible to invalidate.
1653
1654         * auth-source.el (auth-source-format-cache-entry): New function.
1655
1656 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1659
1660 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1663
1664 2011-09-19  Julien Danjou  <julien@danjou.info>
1665
1666         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1667         which work with things that are not ASCII.
1668
1669 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1672
1673 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1676         message level.
1677
1678 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1681
1682 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1685
1686 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1687
1688         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1689         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1690
1691 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1692
1693         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1694         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1695         articles.
1696
1697 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1698
1699         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1700         (message-mail-other-window, message-mail-other-frame)
1701         (message-news-other-window, message-news-other-frame):
1702         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1703         instead of setting buffer display varibles.
1704
1705 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1708
1709         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1710
1711 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1714         duplicates" to a higher level.
1715
1716         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1717         most egregious messages.
1718
1719 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1722
1723 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1724
1725         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1726         up the file (bug#9351).
1727
1728 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1731         it does with all other backends, but decode the names immediately after
1732         getting them.
1733
1734         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1735         decoding nnimap groups.
1736
1737         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1738         newsrc file.  It doesn't seem like an important optimization any more.
1739
1740 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1741
1742         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1743         overflows.
1744
1745 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1748         (gnus-interactive-exit): Extend to `quiet'.
1749
1750         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1751
1752         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1753         string.
1754
1755         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1756         renaming function arguments from `this'.
1757
1758         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1759
1760         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1761         has been renamed.
1762         (gnus-lrm-string-p): Include RLM and PDF, too.
1763
1764         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1765         (bug#9225).
1766
1767 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1768
1769         Add autoload cookies for functions used by sendmail.el.
1770         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1771
1772         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1773
1774 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * gnus-art.el (article-date-ut): Work properly even when there are
1777         things like Date header in the body; work for forwarded parts.
1778
1779 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1780
1781         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1782         original-article-buffer.
1783
1784 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1785
1786         * nnir.el (nnir-compose-result): Fix matching of server type.
1787         (nnir-run-swish++): Ditto.
1788         (nnir-run-namazu): Ditto.
1789         (nnir-run-notmuch): Ditto.
1790
1791 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1794         (bug#9405).
1795
1796         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1797         (bug#9421).
1798
1799         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1800         (bug#9425).
1801
1802         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1803         thing (bug#9426).
1804
1805 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1808         the error message.
1809
1810 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1811
1812         * message.el (message-setup-1): Return t (Bug#9392).
1813
1814 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1815
1816         * gnus-sum.el: When adding article headers to a summary buffer also
1817         update gnus-newsgroup-articles (bug#9386).
1818
1819 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * auth-source.el: Autoload help-mode.
1822
1823 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1826         names.
1827
1828 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1829
1830         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1831         mm-replace-in-string for compatibility issues.
1832         * mml2015.el (mml2015-epg-verify): Ditto.
1833
1834 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1837
1838         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1839
1840 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1843         continue on and do the clean-up phase (bug#9188).
1844
1845         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1846         just ignore groups that can't be opened instead of erroring out
1847         (bug#9225).
1848
1849         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1850         nil since some many people are fuddy-duddies.
1851
1852         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1853         images.
1854
1855         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1856         instead.
1857
1858         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1859
1860         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1861
1862         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1863         processing.
1864
1865         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1866         buffer to avoid warnings.
1867
1868 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1869
1870         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1871         specified to reduce precision.
1872
1873 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1876         bodystructures (bug#9314).
1877
1878 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1881         Make button keymap non-sticky after buttons.
1882
1883 2011-08-18  David Engster  <dengste@eml.cc>
1884
1885         * nnmairix.el (nnmairix-request-set-mark)
1886         (nnmairix-goto-original-article): Remove adding of article to registry,
1887         since `gnus-registry-add-group' isn't available anymore.
1888         (nnmairix-determine-original-group-from-registry):
1889         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1890         available anymore.
1891
1892 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1893
1894         * starttls.el (starttls-any-program-available): Define as obsolete
1895         function.
1896
1897 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1900         versions which Gnus use when appropriate.
1901
1902         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1903         a pretty destructive command.
1904
1905         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1906
1907 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * message.el (message-fix-before-sending): Make a different warning
1910         about NUL characters (bug#9270).
1911
1912         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1913         from custom (bug#9260).
1914
1915         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1916         things work in Emacs 22 and XEmacs, too.
1917
1918         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1919         default From.
1920
1921         * gnus-spec.el (gnus-lrm-string-p): New macro.
1922         (gnus-lrm-string): New constant.
1923         (gnus-summary-line-format-spec): LRM-ify the from.
1924         (gnus-tilde-max-form): LRM-ify string chopping.
1925
1926         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1927
1928         * message.el (message-is-yours-p): Allow disabling canlock checking
1929         (bug#9295).
1930         (message-shoot-gnksa-feet): Add `canlock-verify'.
1931         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1932         message directory isn't writable (bug#9304).
1933
1934         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1935         non-world-readable.
1936
1937 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1940         articles.
1941
1942 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1943
1944         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1945         copy-list.
1946
1947 2011-08-12  Sam Steingold  <sds@gnu.org>
1948
1949         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1950         in the reverse order to avoid modifying the cache with `nreverse'.
1951         (gnus-all-score-files): Do not modify the value returned by
1952         `gnus-score-find-alist' because it lives in a cache variable.
1953         (gnus-current-home-score-file): No need to `nreverse' the return value
1954         of `gnus-score-find-alist', it is already in the correct order.
1955
1956 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1957
1958         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1959         type MESSAGE and subtype RFC822 is slightly different from those of
1960         type TEXT.
1961
1962 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1963
1964         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1965         This allows article-referral to work from an nnir group.
1966
1967 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1968
1969         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1970
1971 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1972
1973         * mml1991.el (mml1991-epg-find-usable-key)
1974         (mml1991-epg-find-usable-secret-key): New function.
1975         (mml1991-epg-sign): Check if signing key is usable.
1976         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1977
1978 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1979
1980         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1981         server-variables only.  This should fix a bug introduced with commit
1982         e1889675b7f4adf057833c5513c9374134c4e053.
1983         (nnir-run-query): 'nnir-search-engine should not be set from the global
1984         environment.
1985
1986 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1987
1988         * nnir.el (nnir-search-thread): Position point on referring article
1989         line.
1990         (nnir-warp-to-article): Clean up summary buffers.
1991
1992         * nnimap.el (nnimap-request-thread): Whitespace fix.
1993
1994 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1995
1996         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1997
1998 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * starttls.el (starttls-available-p): Rename from
2001         `starttls-any-program-available' and changed return convention.
2002
2003 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2004
2005         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2006         `unix-sync' unless it's defined.
2007
2008 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2009
2010         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2011         `aref' for XEmacs compatibiltiy.
2012
2013 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2016
2017 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2018
2019         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2020         closures, quote the form properly (bug#9194).
2021
2022 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2025         (gnus-summary-insert-new-articles): Protect against servers that are
2026         down.
2027
2028 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2029
2030         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2031         in mm handle if none is specified.
2032
2033 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2034
2035         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2036
2037 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2038
2039         * nnir.el (nnir-search-thread): New function to make an nnir group
2040         based on a thread query.
2041
2042         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2043         of nnir in thread referral.
2044         (gnus-summary-refer-thread): Use it.
2045
2046         * nnimap.el (nnimap-request-thread): Use it.
2047
2048 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * shr.el (shr-tag-comment): Ignore HTML comments.
2051
2052 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2053
2054         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2055         argument.
2056         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2057         Use `nnir-address' to handle server info rather than passing an arg.
2058
2059         * nnimap.el (nnimap-make-thread-query): New utility function to format
2060         an imap thread search query.
2061         (nnimap-request-thread): Use it.
2062
2063         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2064         right select-method if we are not going back to the group buffer.
2065
2066 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2069         enter invalid buffer configurations into the quit form (bug#9107).
2070         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2071         unplugged/plugged.
2072
2073         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2074         keep track of which ones are unread (bug#9061).
2075
2076         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2077         (bug#9055).
2078
2079         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2080         (bug#9041).
2081
2082         * gnus-html.el (mm-util): Require (bug#9073).
2083
2084         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2085         (gnus-summary-refer-thread): Use it to remove duplicates in the
2086         un-threaded view (bug#9053).
2087         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2088
2089 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2090
2091         * nnir.el (nnir-read-server-parm): Use default value from global
2092         variable.  Without this the default search engine parameters aren't
2093         used at all.
2094
2095 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * message.el (message-unique-id): Don't use the undocumented return
2098         value from (random t) (bug#9118).
2099
2100 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * message.el (message-auto-save-directory): If the ~/Mail directory
2103         doesn't exist, use ~ as the auto-save directory (bug#4432).
2104
2105         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2106         hasn't already been started.
2107
2108 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2111
2112         * message.el (message-reply): Work around mysterious bug where
2113         `message-mode' seems to overwrite the locally bound `subject' variable.
2114
2115 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2116
2117         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2118         correct group.
2119
2120         * gnus-int.el (gnus-request-thread): Add group argument.
2121
2122         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2123
2124 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2127
2128         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2129         renamed to `debbugs-gnu-*'.
2130
2131 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2132
2133         * plstore.el: Revert the editing feature since it is not urgent.
2134         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2135         (plstore-mode-decoded): Remove.
2136
2137 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2140         isn't very interesting any more, and it leaks potentially secret data.
2141         (gnus-debug): Remove.
2142
2143         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2144         use of :custom-show.
2145
2146 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2147
2148         * plstore.el: Add documentation.
2149         (plstore-mode): New mode to edit plstore file.
2150         (plstore-mode-toggle-display, plstore-mode-original)
2151         (plstore-mode-decoded): New command.
2152         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2153         (plstore--insert-buffer, plstore--make): New function.
2154         (plstore-open, plstore-save): Simplify by using them.
2155
2156 2011-07-06  Glenn Morris  <rgm@gnu.org>
2157
2158         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2159
2160 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2163         no longer is much used.
2164         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2165         Articles".
2166
2167 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2168
2169         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2170         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2171         `notmuch' backend.
2172
2173 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * mm-decode.el (mm-text-html-renderer): Doc fix.
2176
2177         * gnus-msg.el (gnus-bug): Fix the MML tag.
2178
2179         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2180
2181 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2182
2183         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2184         secondary methods if started with `gnus-no-server'.
2185
2186 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2187
2188         * message.el (message-return-action): Fix typo in docstring.
2189
2190 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2193         bug reports at once.
2194
2195         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2196
2197 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * nndraft.el: Require gnus-group.
2200         (nndraft-request-list): Declare.
2201
2202         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2203         no unread article unless it matches gnus-permanently-visible-groups.
2204
2205         * nndraft.el (nndraft-update-unread-articles): New function.
2206         (nndraft-request-associate-buffer): Use it to update the number of
2207         unread articles for the nndraft groups in the group buffer when saving
2208         or killing a draft message.
2209
2210 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2213         systems to binary before writing and reading the mbox files.
2214
2215         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2216         instead of trying to list them all (bug#8978).
2217
2218 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2219
2220         * pop3.el (pop3-open-server): Use :end-of-capability.
2221
2222 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2225         the id is always a number.
2226
2227         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2228
2229         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2230         debbugs mode, if possible.
2231
2232 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2233
2234         * auth-source.el (auth-source-token-passphrase-callback-function):
2235         Reindent.
2236         (epg-context-operation): Remove unnecessary autoload.
2237
2238 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus.el (gnus-list-debbugs): New command.
2241
2242         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2243         mboxstat instead of the maintbox, since the stat seems to be fuller.
2244
2245         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2246         summary buffers.
2247
2248         * message.el (message-get-reply-headers): Delete all duplicates,
2249         instead of the first.
2250         (message-get-reply-headers): Ensure that we have progress while
2251         deleting duplicates.
2252
2253         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2254         gnus-posting-style value from the summary buffer to make it easier to
2255         make that a per-buffer conf.
2256
2257 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2258
2259         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2260         found by setting `shortcut' in 'query.
2261         (nnir-request-article): Use `shortcut' setting when requesting article
2262         by Message-ID.
2263
2264 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2265
2266         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2267         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2268         Bring the pseudo-headers back too.
2269
2270 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2271
2272         * auth-source.el (auth-source-token-passphrase-callback-function):
2273         Simplify and remove EPA dependency.
2274
2275 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2276
2277         * nnir.el (nnir-request-article): Fix error message text.
2278
2279 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2280
2281         * auth-source.el (plstore-delete): Autoload.
2282         (auth-source-plstore-search): Support delete operation.
2283         * plstore.el (plstore-delete): New function.
2284
2285 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2288         mark actually existing articles as unread rather than the ones that
2289         active asserts.
2290
2291 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2292
2293         * nntp.el (nntp-record-command):
2294         * gnus-util.el (gnus-message-with-timestamp-1):
2295         Use format-time-string rather than decoding time stamps by hand.
2296         This is simpler and insulates the code from potential changes to
2297         current-time format.
2298
2299 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2302
2303 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2304
2305         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2306         (plstore-save): Support public key encryption.
2307         (plstore--init-from-buffer): New function.
2308         (plstore-open): Use it; fix error when opening a non-existent file.
2309         (plstore-revert): Use plstore--init-from-buffer.
2310
2311 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2312
2313         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2314
2315 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2318         for old Emacsen.
2319
2320 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2321
2322         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2323         is not fully working.
2324
2325 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * dgnushack.el: Autoload sha1 on XEmacs.
2328
2329         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2330         quit window configuration.
2331
2332         * auth-source.el (epg-context-set-passphrase-callback):
2333         Remove duplicate autoload.
2334
2335 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2336
2337         * nnir.el (nnir-request-article): Allow requesting articles by
2338         Message-ID with nnimap.
2339
2340         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2341         current server.
2342
2343 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2344
2345         * auth-source.el: Autoload EPA/EPG functions.
2346         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2347         changed when EPA/EPG is not available.
2348         (auth-source-backend): Rename "arg" member to "data".
2349         (auth-source-backend-parse, auth-source-plstore-search)
2350         (auth-source-plstore-create): Use it.
2351
2352 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2353
2354         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2355         `gnus-refer-article-methods'.
2356
2357 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2358
2359         * auth-source.el: Require EPA and EPG.
2360         (auth-source-passphrase-alist): New variable.
2361         (auth-source-passphrase-callback-function)
2362         (auth-source-token-passphrase-callback-function): Callbacks for the
2363         netrc field encryption (GPG tokens).
2364         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2365         Symmetric encryption and decryption of the netrc GPG tokens.
2366         (auth-source-netrc-normalize): Use them, simplifying the closure.
2367
2368 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2371         is available.
2372
2373 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2376         non-nil, and `nnimap-split-methods' is nil, use the former.
2377
2378 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2379
2380         * plstore.el (plstore-revert): New function.
2381         (plstore-open): Use it; hide the buffer from user.
2382
2383 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2384
2385         * auth-source.el (auth-source-backend): New member "arg".
2386         (auth-source-backend-parse): Handle new backend 'plstore.
2387         * plstore.el: New file.
2388
2389 2011-06-30  Glenn Morris  <rgm@gnu.org>
2390
2391         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2392
2393 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2396         expiring articles to.
2397
2398         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2399         variations as ASCII (bug#5458).
2400
2401 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2404
2405 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * message.el (message-point-in-header-p): Tweak the function to default
2408         to saying that we're not in the headers if there is no separator at
2409         all.  This makes it possible to use the Message version of `M-q' in
2410         buffers with no headers (bug#7987).
2411         (message-point-in-header-p): Fix last checkin to work with an empty
2412         mail-header-separator, too.
2413
2414         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2415         again, save the choice via customize.
2416
2417 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2420
2421         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2422         ended the connection, bail out before waiting infinitely on a new
2423         connection.
2424
2425 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2426
2427         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2428         reports.
2429
2430         * gnus.el (gnus-bug-package): Use "gnus."
2431         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2432
2433 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * dgnushack.el: Make the timer warning go away on XEmacs.
2436
2437         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2438         animations going on at article exit time.
2439
2440         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2441         since removing it breaks people upgrading.
2442
2443         * shr.el (shr-put-image): Use the new interface for animating images.
2444         (shr-put-image): Animate for 60 seconds.
2445
2446         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2447         avoid compiler warnings.
2448
2449         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2450         error with `find-file-hooks' on Emacs 22.
2451         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2452         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2453         on all architectures.
2454
2455         * spam.el (spam-stat): Require in a normal fashion without binding
2456         `spam-stat-install-hooks' to avoid compilation warnings.
2457
2458         * spam-stat.el (spam-stat-install-hooks): Remove.
2459         (spam-stat-install-hooks): Don't run automatically.
2460
2461 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2462
2463         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2464         and keystroke.
2465
2466 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * auth-source.el (auth-source-netrc-cache): Move forward.
2469
2470 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * proto-stream.el (proto-stream-open-starttls): Use
2473         `gnutls-available-p' to see whether we have built-in support.
2474
2475         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2476         we already know.
2477         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2478         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2479
2480 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2483         %S format, since that looks odd.
2484         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2485         file, especially when saving.
2486
2487 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2488
2489         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2490         article found.
2491
2492 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2493
2494         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2495         `auth-source-save-secrets' with a more sensitive alist that can be
2496         configured per file.  Experimental, so defaults to 'never.
2497         (auth-source-netrc-create): Use it.  Still experimental code.
2498         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2499         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2500
2501 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2502
2503         * auth-source.el (auth-source-save-secrets): New variable to control if
2504         secret tokens should be saved encrypted.
2505         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2506         to `auth-source-netrc-normalize'.
2507         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2508         on the EPA variables being defined.
2509         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2510         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2511         the lexical-let closure.
2512         (auth-source-netrc-create): Create "gpg:" tokens according to
2513         `auth-source-save-secrets'.
2514
2515 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * gnus-group.el (gnus-group-update-group): Add new argument
2518         `info-unchanged' that stops updating dribble buffer.
2519
2520         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2521         deletes lines matching to it in dribble buffer.
2522
2523         * gnus-agent.el (gnus-agent-fetch-group-1):
2524         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2525         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2526         * gnus-start.el (gnus-group-change-level):
2527         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2528
2529         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2530         if newsgroup info is not changed.
2531
2532         * gnus-group.el (gnus-group-get-new-news-this-group):
2533         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2534         Don't update dribble buffer.
2535
2536 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2537
2538         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2539         remove entries with groups we ignore.
2540
2541 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2544         the underline comes at the bottom.
2545
2546 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2547
2548         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2549         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2550         (gnus-registry-article-marks-to-names): Rename from
2551         `gnus-registry-user-format-function-M2'.
2552
2553 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2556         ephemeral group.
2557
2558 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * shr.el (shr-browse-image): Copy the URL if called interactively.
2561
2562 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2565         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2566         done, then unselected articles may be marked as read.
2567
2568         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2569         since not doing this seems to lead to a race condition in pop3-logon.
2570
2571         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2572         so that the call chain it correct when we call "upwards".
2573
2574         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2575         in read-only groups.
2576
2577         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2578
2579         * message.el (message-cite-reply-position): Doc string fix.
2580
2581         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2582         avoid regexp overflow.
2583         (nnimap-transform-split-mail): Ditto.
2584
2585         * pop3.el (pop3-retr): Error out if the server closes the connection.
2586
2587 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2588
2589         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2590         mm-with-unibyte-current-buffer.  The buffer should not contain any
2591         multibyte chars anyway at this stage.
2592
2593 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594
2595         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2596         at the end of lines.
2597
2598 2011-05-29  Julien Danjou  <julien@danjou.info>
2599
2600         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2601
2602 2011-05-27  Glenn Morris  <rgm@gnu.org>
2603
2604         * gnus-group.el (gnus-bug-group-download-format-alist):
2605         Use the "maintainer" version of debian reports as well.
2606
2607 2011-05-26  Glenn Morris  <rgm@gnu.org>
2608
2609         * gnus-group.el (gnus-bug-group-download-format-alist):
2610         Use the "maintainer" version of debbugs.gnu.org reports.
2611
2612 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2615
2616 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2617
2618         * gnus-cus.el (gnus-agent-customize-category):
2619         * gnus-delay.el (gnus-delay-send-queue):
2620         * gnus.el (gnus-other-frame):
2621         Don't quote lambda expressions with `quote'.
2622
2623 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2624
2625         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2626         the thread moves us backwards and so we loop forever.
2627
2628 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2631         whitespace in base64 data lines.
2632
2633 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2634
2635         * gnus-registry.el (gnus-registry-user-format-function-M):
2636         Use `mapconcat'.
2637         (gnus-registry-user-format-function-M2): Use to see the full text of
2638         the marks.  Make "," the mark text separator.
2639
2640         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2641         authentication with auth-source.
2642
2643 2011-05-17  Glenn Morris  <rgm@gnu.org>
2644
2645         * gnus-group.el (gnus-import-other-newsrc-file):
2646         Use insert-file-contents.
2647
2648 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2649
2650         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2651         1000 iterations.
2652
2653 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * nntp.el (nntp-open-connection): Check if process-type is available.
2656
2657 2011-05-16  Julien Danjou  <julien@danjou.info>
2658
2659         * shr.el (shr-tag-del): Add support for del tag.
2660
2661 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * gnus-html.el (gnus-html-put-image): Register a displayer.
2664
2665         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2666
2667 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2668
2669         * registry.el (prune-factor): New initialization parameter defaulting
2670         to 0.1.
2671         (registry-prune-hard): Use it.
2672
2673         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2674         0.1 expicitly.
2675
2676 2011-05-13  Glenn Morris  <rgm@gnu.org>
2677
2678         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2679         is bound, since this function requires sendmail.
2680
2681 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2682
2683         * registry.el (registry-usage-test): Disable pruning test.
2684
2685 2011-05-11  David Engster  <dengste@eml.cc>
2686
2687         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2688         Bind set-network-process-option for XEmacs.
2689
2690 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2691
2692         * registry.el (registry-prune-hard-candidates)
2693         (registry-prune-soft-candidates): Helper methods for registry pruning.
2694         (registry-prune): Use them.  Make the sort function optional.
2695
2696 2011-05-10  Jim Meyering  <meyering@redhat.com>
2697
2698         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2699
2700 2011-05-10  Julien Danjou  <julien@danjou.info>
2701
2702         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2703         symbol and not a list.
2704
2705 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-art.el (gnus-article-mode): Move binding of
2708         shr-put-image-function here from gnus-article-prepare-display.
2709
2710         * shr.el (shr-put-image-function): New variable.
2711         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2712         (shr-put-image): Return scaled image.
2713
2714         * gnus-art.el (gnus-shr-put-image): New function.
2715         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2716
2717         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2718         original ones, as deletable.
2719
2720 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2721
2722         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2723
2724 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2725
2726         * registry.el (registry-full): Add convenience method.  Fix logic.
2727         (registry-insert): Use it.  Fix logic here too.
2728
2729         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2730         `registry-prune' if `registry-full' returns t.
2731         (gnus-registry-handle-action)
2732         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2733         (gnus-registry-usage-test): Use it.
2734
2735 2011-05-07  Julien Danjou  <julien@danjou.info>
2736
2737         * shr.el (shr-link): Make shr-link inherit from link by default.
2738
2739 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2740
2741         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2742
2743 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2744
2745         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2746         error out because the face is not a list.
2747
2748 2011-05-05  Glenn Morris  <rgm@gnu.org>
2749
2750         * proto-stream.el (gnutls-negotiate): Fix declarations.
2751
2752         * gnus-start.el (gnus-propagate-marks): Declare.
2753
2754 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2755
2756         * registry.el (registry-reindex): Fix percentage message.
2757
2758         * proto-stream.el (network-stream-open-starttls): Adjust to call
2759         `gnutls-negotiate' with :process and :hostname arguments.
2760
2761 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2762
2763         * shr.el: Add shr-link face for links.
2764         (shr-urlify): Use it.
2765
2766         * registry.el (registry-insert): Make error message more helpful.
2767
2768 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * gnus-html.el (gnus-html-schedule-image-fetching):
2771         Use url-queue-retrieve, if it exists.
2772
2773         * shr.el (shr-tag-img): Ditto.
2774
2775         * gnus.el: Autoload more gnus-agent functions.
2776
2777         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2778         agent if we haven't already (bug#8502).
2779
2780         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2781         into the Agent, too.
2782
2783         * gnus-agent.el (gnus-agent-store-article): New function.
2784
2785         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2786         and moved from that file for reuse.
2787
2788         * pop3.el (pop3-open-server): Error messages are "-ERR".
2789
2790 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2793         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2794
2795 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2796
2797         * gnus.el: No Gnus v0.17 is released.
2798
2799 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2800
2801         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2802         buffer has moved to a different frame.
2803
2804 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2807         to get the conversion from unibyte to multibyte buffers to work on
2808         Emacs 22.
2809
2810         * nntp.el (nntp-request-article): Slight clean-up.
2811
2812 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2813
2814         * shr.el (shr-strike-through): New face.
2815         (shr-tag-s): Use it to provide <s> support.
2816         (shr-tag-s): Remove duplicate definition.
2817
2818 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2819
2820         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2821         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2822
2823 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2824
2825         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2826         `gnutls-negotiate'.
2827         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2828
2829 2011-04-23  Glenn Morris  <rgm@gnu.org>
2830
2831         * gnus-sum.el (gnus-extra-headers): Bump :version.
2832
2833 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * shr.el (shr-tag-sup): New function.
2836         (shr-tag-sub): Ditto.
2837
2838 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2839
2840         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2841         for the case where `gnus-registry-ignored-groups' is a list of lists,
2842         and don't call `gnus-parameter-registry-ignore' otherwise.
2843
2844 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2845
2846         * nnimap.el (nnimap-user): New backend variable.
2847         (nnimap-open-connection-1): Use it.
2848         (nnimap-credentials): Accept user parameter so it's explicit what user
2849         name is desired.
2850
2851         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2852         default.
2853
2854         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2855         not gnus-registry.el.
2856
2857         * gnus-registry.el: Mention in comments how to modify
2858         `gnus-extra-headers' for proper recipient tracking and that it may
2859         already have To and Cc recently, which it does as of this commit.
2860         (gnus-registry-ignored-groups): Remove defcustom.
2861         Explain why in comments.
2862         (gnus-registry-action): Fix data-header reference to use the extra
2863         headers.  Explain in package commentary how to add To and Cc headers to
2864         the gnus-extra-headers.
2865         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2866         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2867         parameter list or a string list in `gnus-registry-ignored-groups'.
2868         Fix logic error.
2869
2870 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * shr.el (shr-expand-url): Protect against null urls.
2873
2874 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * shr.el (shr-base): New binding.
2877         (shr-tag-base): Keep track of <base>.
2878         (shr-expand-url): New function used throughout.
2879
2880 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * gnus-registry.el
2883         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2884         (gnus-registry-ignored-groups): New variable.
2885         (gnus-registry-ignore-group-p): Use it.
2886         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2887         set the destination group to nil (same as delete) if it's ignored.
2888
2889 2011-04-20  David Engster  <dengste@eml.cc>
2890
2891         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2892
2893         * Makefile.in (test-nntp): New rule.
2894         (check): Add it.
2895         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2896
2897 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * gnus-registry.el (gnus-registry-action)
2900         (gnus-registry-fetch-header-fast):
2901         Don't use mail-header that looks an internal function of mailheader.el.
2902
2903 2011-04-19  Glenn Morris  <rgm@gnu.org>
2904
2905         * time-date.el (time-to-days): Remove unused local variables.
2906
2907 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * gnus-registry.el: Eliminate cl functions.
2910         (gnus-registry-sort-addresses): New function that replaces mapcan.
2911         (gnus-registry-action, gnus-registry-spool-action)
2912         (gnus-registry-split-fancy-with-parent)
2913         (gnus-registry-fetch-recipients-fast): Use it.
2914         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2915
2916         * registry.el (initialize-instance, registry-lookup)
2917         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2918         (registry-lookup-secondary-value, registry-search, registry-delete)
2919         (registry-insert, registry-reindex, registry-size, registry-prune):
2920         Use eval-and-compile.
2921
2922 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2923
2924         * registry.el (registry-reindex): New method to recreate the secondary
2925         registry indices.
2926
2927         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2928         tracked field changes.
2929         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2930         (gnus-registry-action, gnus-registry-spool-action)
2931         (gnus-registry-handle-action)
2932         (gnus-registry--split-fancy-with-parent-internal)
2933         (gnus-registry-split-fancy-with-parent)
2934         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2935         move, and delete actions, and for fancy splitting with parent.
2936         (gnus-registry-extract-addresses)
2937         (gnus-registry-fetch-recipients-fast)
2938         (gnus-registry-fetch-header-fast): Convenience functions.
2939         (gnus-registry-misc-test): ERT test of
2940         `gnus-registry-extract-addresses'.
2941
2942 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2943
2944         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2945         Track by subject first, then sender.
2946
2947 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2948
2949         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2950
2951         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2952         Lisp.
2953
2954         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2955         (gnus-draft-send): Use it to avoid popping
2956         up frames from gnus-group-send-queue.
2957
2958 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2959
2960         * gnus-registry.el: Updated gnus-registry docs.
2961
2962 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2963
2964         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2965         Fix logic bug.
2966         (gnus-registry-post-process-groups): Fix logging of no results and
2967         quote sender and subject.
2968
2969 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970
2971         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2972         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2973         gnutls-cli are too slow to be done opportunistically.
2974
2975         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2976         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2977         we had no early-data returned.
2978         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2979         two async commands to the same server at the same time.
2980
2981 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2982
2983         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2984
2985 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2988         "warning" level.
2989
2990         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2991         (mm-url-insert-file-contents): Don't set the package names.
2992
2993 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2994
2995         * gnus-registry.el (gnus-registry-action): Remove properties and
2996         simplify subject in `gnus-registry-handle-action'.
2997         (gnus-registry-spool-action): Get subject and sender from message if
2998         they are not passed in.
2999         (gnus-registry-handle-action): Remove properties and simplify subject
3000         consistently.
3001
3002 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3003
3004         * registry.el: Require CL before using defmacro*.
3005
3006 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gnus-art.el (article-treat-date): Assume that
3009         gnus-article-date-headers may be a group parameter.
3010
3011 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3012
3013         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3014
3015         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3016         interactively so the newsrc file can contain foreign groups too.
3017         Useful for debugging but not much for users.
3018
3019 2011-04-07  David Engster  <dengste@eml.cc>
3020
3021         * registry.el (registry-usage-test): Only do
3022         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3023         lexical binding.
3024
3025 2011-04-07  David Engster  <dengste@eml.cc>
3026
3027         * Makefile.in (check, test-registry): New rules for test-suite.
3028
3029 2011-04-06  David Engster  <dengste@eml.cc>
3030
3031         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3032         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3033
3034 2011-04-06  David Engster  <dengste@eml.cc>
3035
3036         * registry.el (initialize-instance): Change :after to :AFTER to be
3037         compatible with old EIEIO version in XEmacs.
3038
3039 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3040
3041         * gnus-registry.el (gnus-registry-post-process-groups)
3042         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3043         and provide better messaging.
3044
3045 2011-04-06  David Engster  <dengste@eml.cc>
3046
3047         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3048         errors.
3049
3050         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3051         dgnushack-compile with error-on-warn enabled, and to signal an error if
3052         clean compilation failed.
3053         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3054         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3055
3056 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3057
3058         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3059         unconditionally anyway, discarding errors.
3060         (gnus-registry-delete-entries): New convenience function.
3061         (gnus-registry-import-eld): Import from old .eld registry.
3062
3063         * registry.el: Don't use ERT if it's not available.  Load it
3064         unconditionally anyway, discarding errors.
3065
3066         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3067         version from the Claudio Bley GnuTLS patch (extra optional parameters
3068         and host name).
3069
3070 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3073         fixup the parameters that can be customized by the user between
3074         save/read cycles.
3075         (gnus-registry-read): Use it.
3076         (gnus-registry-make-db): Use it.
3077         (gnus-registry-spool-action, gnus-registry-handle-action):
3078         Fix messaging.
3079         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3080         Map references to actual group names with sender and subject tracking.
3081         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3082         (gnus-registry-usage-test): Add subject lookup test.
3083
3084         * registry.el (registry-db, initialize-instance): Set up constructor
3085         instead of :initform arguments for the sake of older Emacsen.
3086         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3087         pre-lexbind merge bug.
3088         (registry-usage-test): Use it.
3089         (initialize-instance, registry-db): Move the non-function initforms
3090         back to the class definition.
3091
3092 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3093
3094         * registry.el: New library to manage gnus-registry-style data.
3095
3096         * gnus-registry.el: Use it (major rewrite).
3097
3098         * nnregistry.el: Use it.
3099
3100         * spam.el: Use it.
3101
3102 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103
3104         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3105         marks on non-selected articles.
3106
3107 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3108
3109         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3110         parameter to open-protocol-stream.
3111
3112 2011-04-01  Julien Danjou  <julien@danjou.info>
3113
3114         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3115         fundamental-mode.
3116
3117 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3120         servers.
3121
3122 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3125         made marks not propagate, again.
3126
3127 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3128
3129         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3130         Make this the default type.
3131         (proto-stream-open-plain): Rename from proto-stream-open-default.
3132         (open-protocol-stream, proto-stream-open-starttls)
3133         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3134         with `plain'.
3135
3136         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3137         value.
3138
3139         * nntp.el (nntp-open-connection-function): Document the fact that some
3140         values are not functions but are instead handled specially.
3141         Recognize nntp-open-plain-stream value.
3142         (nntp-open-connection): Recognize that value.
3143
3144 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3147         where it seems to be needed.
3148
3149 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3152         stuff.
3153
3154         * gnus-score.el (gnus-score-string): Fix calling convention of
3155         `gnus-simplify-buffer-fuzzy' after last patches.
3156
3157         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3158         server for articles we didn't get any headers for.  This is a sanity
3159         check.
3160
3161 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3162
3163         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3164         new CAPABILITY, use it.
3165
3166 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3169         downloading anything.
3170
3171         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3172
3173 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3174
3175         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3176         colors.
3177         (gnus-splash-svg-color-symbols): New function.
3178
3179 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3182         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3183         (gnus-simplify-subject-fuzzy): Use the local
3184         gnus-simplify-subject-fuzzy-regex instead of the global one.
3185         This makes using this variable in group parameters work.
3186
3187 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3188
3189         * gnus-registry.el (gnus-registry-unfollowed-groups):
3190         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3191         archive:sent-YYYY-MM-DD groups).
3192         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3193         tracking if there are more than `gnus-registry-max-track-groups'
3194         matches.
3195
3196 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3197
3198         * message.el (message--yank-original-internal): New function to do the
3199         insertion cleanly inside eval in `message-yank-original'.
3200         (message-yank-original): Use it.
3201
3202 2011-03-29  Julien Danjou  <julien@danjou.info>
3203
3204         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3205         local variables disabled rather than `normal-mode'.
3206
3207 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3208
3209         * imap.el (imap-shell-open, imap-process-connection-type):
3210         Use imap-process-connection-type for 'shell' streams as well as
3211         Kerberos, SSL, other subprocesses.
3212
3213 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3214
3215         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3216         with open-network-stream.
3217         (proto-stream-always-use-starttls): Option removed.
3218         (open-protocol-stream): Return a process object by default.  Provide a
3219         new parameter :return-list specifying a list-type return value, which
3220         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3221         :type `network' to `try-starttls', and `network-only' to `default'.
3222         Make `default' the default, for compatibility with open-network-stream.
3223         Handle the no-parameter case exactly as open-network-stream, with no
3224         additional stream processing.  Search plists using plist-get.
3225         Explicitly add :end-of-commend parameter if it is missing.
3226         (proto-stream-open-default): Rename from
3227         proto-stream-open-network-only.  Return 'default as the type.
3228         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3229         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3230         failed.  Always return a list with a (possibly dead) process as the
3231         first element, for compatibility with open-network-stream.
3232         (proto-stream-open-tls): Use plist-get.  Always return a list.
3233         (proto-stream-open-shell): Return `default' as connection type.
3234         (proto-stream-capability-open): Use plist-get.
3235         (proto-stream-eoc): Function deleted.
3236
3237         * nnimap.el (nnimap-stream, nnimap-open-connection)
3238         (nnimap-open-connection-1): Handle renaming of :type parameter for
3239         open-protocol-stream.
3240         (nnimap-open-connection-1): Pass a :return-list parameter
3241         open-protocol-stream to obtain a list return value.  Parse this list
3242         using plist-get.
3243
3244         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3245         for open-protocol-stream.  Accept open-protocol-stream return value
3246         that is a subprocess object instead of a list.  Handle the case of a
3247         dead returned process.
3248
3249 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3252
3253         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3254
3255 2011-03-21  Julien Danjou  <julien@danjou.info>
3256
3257         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3258         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3259         query.
3260         (mm-inline-text): Render normal text with fontification whenever
3261         possible.
3262
3263         * gnus-sum.el (gnus-summary-save-parts-1):
3264         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3265         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3266         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3267         Use `mm-handle-filename'.
3268
3269         * mm-util.el (mm-handle-filename): New function, return the filename of
3270         an handle.
3271
3272 2011-03-18  Julien Danjou  <julien@danjou.info>
3273
3274         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3275         (gnus-buffer-live-p): Check that buffer is not nil.
3276
3277 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3278
3279         * gnus.el: No Gnus v0.15 is released.
3280
3281 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3284         avoid warning on XEmacs.
3285
3286         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3287         on XEmacs.
3288
3289         * gnus-art.el: Require mouse, which the build bot seems to say is
3290         needed.
3291
3292         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3293
3294         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3295         XEmacs, since it doesn't have url-retrieve-synchronously.
3296
3297         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3298         since assoc-string doesn't exist in XEmacs.
3299
3300 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3301
3302         * gnus-group.el (gnus-group-list-ticked): New function.
3303         (gnus-group-make-menu-bar): Provide a menu entry for it.
3304         (gnus-group-list-map): Provide a binding for it.
3305
3306 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * shr.el (shr-visit-file): New command.
3309
3310         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3311
3312 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3313
3314         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3315         servers.
3316
3317 2011-03-16  Julien Danjou  <julien@danjou.info>
3318
3319         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3320         inline.
3321
3322         * gnus-art.el (article-hide-list-identifiers):
3323         Use gnus-group-get-list-identifiers.
3324
3325         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3326         (gnus-summary-remove-list-identifiers):
3327         Use gnus-group-get-list-identifiers to get regexp.
3328         (gnus-select-newsgroup, gnus-summary-insert-subject)
3329         (gnus-summary-insert-articles):
3330         Call gnus-summary-remove-list-identifiers unconditionally.
3331
3332 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3335         we're selecting a group with unread articles.
3336
3337         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3338
3339         * gssapi.el: New file separated out from imap.el to provide a general
3340         Kerberos 5 connection facility for Emacs.
3341
3342         * message.el (message-elide-ellipsis): Document the format spec
3343         ellipsis.
3344
3345 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3346
3347         * message.el (message-elide-region): Allow the ellipsis to say how many
3348         lines were removed.
3349
3350 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3353         window configurations containing buffers that are now dead.
3354
3355         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3356         parsing to avoid integer overflows.
3357         (nnimap-parse-flags): Simplify the last change.
3358         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3359         too large for 32-bit Emacsen.
3360
3361 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3362
3363         * auth-source.el (auth-source-netrc-create):
3364         * message.el (message-yank-original): Fix use of `case'.
3365
3366 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3367
3368         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3369         XEmacs, which was one character too wide.
3370
3371 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3372
3373         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3374         default number of articles to display.
3375         (gnus-articles-to-read): Use pretty names for prompt.
3376
3377 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378
3379         * gnus-int.el (gnus-open-server): Ditto.
3380
3381         * gnus-start.el (gnus-activate-group): Give a backtrace if
3382         debug-on-quit is set and the user hits `C-g'.
3383         (gnus-read-active-file): Ditto.
3384
3385         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3386
3387 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3388
3389         * message.el (message-yank-original): Use cond instead of CL case.
3390
3391 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3392
3393         * auth-source.el (auth-source-netrc-create): Use usual format for the
3394         default in prompts.
3395
3396 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * lpath.el: Fbind read-char-choice for XEmacs.
3399
3400 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3401
3402         * auth-source.el (auth-source-netrc-create): Show the default in the
3403         prompt when prompting for token creation.
3404
3405 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3406
3407         * auth-source.el (auth-source-format-prompt): Always convert the value
3408         to a string to avoid evaluating non-string arguments.
3409         (auth-source-netrc-create): Offer default properly, not as initial
3410         content in `read-string'.
3411         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3412         of line to determine if we've been run before.  If so, don't run again,
3413         but print a trivial message to indicate the cache was hit instead.
3414
3415 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3416
3417         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3418         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3419         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3420         Gnus.
3421
3422 2011-03-11  Julien Danjou  <julien@danjou.info>
3423
3424         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3425         modified file".
3426
3427 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3428
3429         * auth-source.el (auth-source-read-char-choice): New function to read a
3430         character choice using `dropdown-list', `read-char-choice', or
3431         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3432         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3433         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3434         (auth-source-netrc-saver): Use it.
3435         (auth-source-pick-first-password): New convenience function.
3436
3437 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3440         parameter in the credentials.
3441         (nnimap-open-connection-1): Use it after a successful login.
3442         (nnimap-credentials): Add IMAP-specific user and password prompt.
3443
3444         * auth-source.el (auth-source-search): Add :require parameter, taking a
3445         list.  Document it and the :save-function return token.  Pass :require
3446         down.  Change the CREATED message from a warning to a debug statement.
3447         (auth-source-search-backends): Pass :require down.
3448         (auth-source-netrc-search): Pass :require down.
3449         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3450         Change save prompt to indicate all modifications saved here are
3451         deletions.
3452         (auth-source-netrc-create): Take user login name as default in user
3453         prompt.  Move all the save functionality to a lexically bound function
3454         under the :save-function token in the returned list.  Set up clearer
3455         default prompts for user, host, port, and secret.
3456         (auth-source-netrc-saver): New function, intended to be wrapped for
3457         :save-function.
3458
3459 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3462         lines to be spaces instead.
3463
3464 2011-03-07  Julien Danjou  <julien@danjou.info>
3465
3466         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3467         (sieve-sasl-auth): Check that auth-source-search did return something,
3468         or just return an empty string.
3469
3470 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3471
3472         * gnus.el (gnus-interactive): Use read-directory-name.
3473
3474         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3475         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3476         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3477         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3478         Likewise.
3479
3480         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3481
3482 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3485         onto the list of killed groups, too.  This makes killed nnimap groups,
3486         for instance, more reliably not reappear.
3487
3488         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3489         the parent.
3490
3491         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3492
3493         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3494         really have server-side marks.
3495
3496         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3497         since most backends do not usefully have server-side marks.
3498         (gnus-update-read-articles): Propagate marks to all backends that
3499         really have server-side marks.
3500
3501 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3502
3503         * message.el (message-cite-reply-position, message-cite-style):
3504         New variables.
3505         (message-yank-original): Use the new citation styles.
3506
3507 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3508
3509         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3510         buffer-local issue); don't mark it buffer-local when running under
3511         XEmacs.
3512
3513 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3514
3515         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3516         numbers too big to be `read'.
3517
3518 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3519
3520         * password-cache.el (password-in-cache-p): Add autoload.
3521
3522         * message.el (message-options): Make buffer-local two ways to attempt
3523         to fix a XEmacs bug.
3524
3525 2011-03-02  Julien Danjou  <julien@danjou.info>
3526
3527         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3528
3529 2011-03-01  Julien Danjou  <julien@danjou.info>
3530
3531         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3532         group.
3533         (article-hide-list-identifiers): Use list-identifier group parameter.
3534
3535 2011-02-28  Julien Danjou  <julien@danjou.info>
3536
3537         * sieve.el (sieve-buffer-script-name): New local variable to store
3538         sieve script name.
3539         (sieve-edit-script): Store sieve script name.
3540         (sieve-upload): Use sieve script name when uploading.
3541         (sieve-upload): Use substitute-command-keys.
3542         (sieve-edit-script): Use substitute-command-keys.
3543         (sieve-refresh-scriptlist): Use substitute-command-keys.
3544         (sieve-manage-mode-map): Define keymap properly.
3545         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3546         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3547         Remove commented code about cvs.
3548         (sieve-manage-quit): New function.
3549         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3550
3551 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3554
3555 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3556
3557         * auth-source.el (auth-source-search): Cache empty result sets.
3558
3559         * password-cache.el (password-in-cache-p): Convenience function to
3560         check if a key is in the cache, even if the value is nil.
3561
3562         * auth-source.el (auth-source-save-behavior): New variable to replace
3563         `auth-source-never-create'.
3564         (auth-source-netrc-create): Use it.
3565         (auth-source-never-save): Remove.
3566
3567 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3568
3569         * nnimap.el (nnimap-stream): Doc fix.
3570         (nnimap-open-connection-1): Reverse the order of the ports to that the
3571         prompted-for port is first.
3572
3573         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3574         retrieval by the no-group selection.
3575
3576         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3577         numerical parameters.
3578
3579 2011-02-25  Julien Danjou  <julien@danjou.info>
3580
3581         * gnus-gravatar.el: Use gnus-with-article-buffer.
3582
3583         * gnus-art.el (gnus-with-article-buffer): Check that the
3584         gnus-article-buffer is alive.
3585
3586 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3587
3588         * auth-source.el (auth-source-creation-prompts): New variable to manage
3589         creation-time prompts.
3590         (auth-source-search): Document it.
3591         (auth-source-format-prompt): Add utility function.
3592         (auth-source-netrc-create): Don't default the user name to
3593         user-login-name.  Use `auth-source-creation-prompts' and some default
3594         prompts for user, host, port, and password (the default generic prompt
3595         remains ugly).
3596         (auth-source-never-save): Add customizable option to never save info.
3597         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3598         mode excursion.
3599
3600 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3603         argument that XEmacs doesn't support.
3604
3605         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3606         compiled for Emacsen having no `libxml-parse-html-region' support.
3607
3608         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3609
3610         * lpath.el: Bind buffer-save-without-query for XEmacs.
3611
3612 2011-02-23  Julien Danjou  <julien@danjou.info>
3613
3614         * gnus-art.el (article-make-date-line): Ignore errors if time is
3615         invalid and not convertible.
3616         (article-make-date-line): Only add lapsed time if time is not nil.
3617
3618 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3619
3620         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3621         `read-char-choice' for backwards compatibility.
3622         (auth-source-netrc-element-or-first): New function to DTRT for
3623         parameter extraction.
3624         (auth-source-netrc-create): Use it and fix multiple parameter print
3625         bug.  Use the default passed from above (given-default) or the
3626         built-in (user-login-name for :user).
3627
3628 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3629
3630         * gnus-start.el (gnus-dribble-read-file):
3631         Set buffer-save-without-query, since we always want to save the dribble
3632         file, probably.
3633
3634         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3635         nnimap.
3636
3637         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3638         -summary- since it's a user-visible variable.
3639
3640         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3641         first time you use the new Gnus.
3642
3643 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3644
3645         * auth-source.el: Don't load netrc.el.
3646         (auth-sources): Search ~/.netrc as well by default.
3647         (auth-source-debug): Add 'trivia option for extra output.
3648         (auth-source-do-trivia): Use it.
3649         (auth-source-search): Simplify logic to use
3650         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3651         appropriate.  Don't keep a running count at this level.  Layer :create
3652         and :delete options appropriately on the first and second passes.
3653         Don't track the backend with the search results.
3654         (auth-source-search-backends): New function to search a list of
3655         backends for a processed spec.
3656         (auth-source-netrc-parse): Cache all netrc files, making
3657         auth-source-netrc-cache an alist keyed by the file name and using the
3658         file mtime as the caching criterion.  Keep the obfuscated data secret
3659         with a lexical bind.
3660         (auth-source-netrc-search): Don't calculate the length of the results
3661         unnecessarily.
3662         (auth-source-search-backends): Fix bug.
3663         (auth-source-netrc-create): Rework prompts.
3664
3665 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3666
3667         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3668         Lower case names of search constraints.
3669         (nnir-run-query): Cache and reuse search constraints for all imap
3670         servers.
3671
3672 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3673
3674         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3675         after exit.
3676         (gnus-setup-message): Define missing variable from last checkin.
3677
3678         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3679         value, show the raw article.
3680
3681 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3682
3683         * gnus.el: No Gnus v0.13 is released.
3684
3685 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3686
3687         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3688         auth-source now accepts numbers.
3689
3690         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3691         spec, too.
3692         (auth-source-ensure-strings): New function.
3693
3694         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3695         (gnus-article-setup-buffer): Always restart the date timer so that user
3696         changes to the frequency is respected.
3697
3698         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3699         port numbers, so make sure it gets that if nnimap-server-port is
3700         explicit.
3701
3702 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3703
3704         * nnimap.el (nnimap-inbox): Doc fix.
3705
3706 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3707
3708         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3709         Autoload.  Add optional arg FRAME, and pass it to color-values.
3710         (color-complement): Caller changed.  Doc fix.
3711         (color-gradient): Rewrite for better clarity and efficiency.
3712
3713 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3714
3715         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3716         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3717         color-lab-to-srgb.
3718
3719 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3720
3721         * color.el: First part of merge from hexrgb.el.
3722         (color-rgb-to-hex): Rename from color-rgb->hex.
3723         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3724         saturation to zero if the value is too small.
3725         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3726         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3727         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3728         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3729         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3730         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3731         (color-cie-de2000): Doc fix.
3732
3733 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3734
3735         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3736         given method as in the group name if we're using an extended method.
3737         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3738         command, if we're using that, instead of waiting for the beginning.
3739
3740         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3741         we're sure to get unique server names, and we don't output two async
3742         commands in the same buffer.  This fixes an NNTP hang for some users.
3743
3744 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3745
3746         * gnus.el: No Gnus v0.11 is released.
3747
3748 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3749
3750         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3751         summary buffer before reading going to the next buffer.  This avoids
3752         putting the point in the group buffer if you `C-g' the command.
3753
3754         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3755         cache (for now) to make ~/.authinfo.gpg files usable.
3756
3757         * nnfolder.el (copyright-update): Define for the compiler.
3758
3759         * auth-source.el (auth-source-search): Fix unbound variable.
3760
3761 2011-02-19  Glenn Morris  <rgm@gnu.org>
3762
3763         * gnus.el (gnus-meta): Doc fix.
3764
3765 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3766
3767         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3768         in case it's not yet loaded.
3769
3770 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3771
3772         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3773         line we're waiting for.
3774
3775 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3776
3777         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3778         face with line-width greater than zero will cause RET in gnus summary
3779         buffer to scroll down article page-wise because auto vscroll happens,
3780         it should be temporally disabled when doing a scroll-up.
3781
3782 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3783
3784         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3785         outputs from the server.
3786
3787 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3788
3789         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3790         later so that bbdb can hook in easier.
3791
3792 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3793
3794         * auth-source.el (auth-source-search): Don't try to create credentials
3795         if the caller doesn't want that.
3796         (auth-source-search): If we don't find a match, don't bug out on
3797         non-bound variables.
3798         (auth-source-search): Only ask a single backend to create the
3799         credentials.
3800
3801         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3802         logging.
3803         (nnimap-credentials): Protect against auth-source-search returning nil.
3804         (nnimap-request-list): Protect against not being able to open the
3805         server.
3806
3807 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3808
3809         * auth-source.el (auth-source-search): Do a two-phase search, one with
3810         no :create to get the responses from all backends.
3811
3812         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3813         when getting credentials.
3814
3815         * gnus-util.el (gnus-delete-duplicates): New function.
3816
3817 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3818
3819         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3820         a creation default, pass the whole port list down.  It will be
3821         completed.
3822
3823         * auth-source.el (auth-source-search): Updated docs to talk about
3824         multiple creation choices.
3825         (auth-source-netrc-create): Accept a list as a value (from the search
3826         parameters) and do completion on that list.  Keep a separate netrc line
3827         with the password obscured for showing the user.
3828
3829         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3830         first choice to `auth-source-search' so it will be used for entry
3831         creation instead of the server's Gnus-specific name.
3832         (nnimap-credentials): Rely on the auth-source library to select which
3833         port is actually wanted in the new netrc entry, so don't override
3834         `auth-source-creation-defaults'.
3835
3836         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3837         :protocol and accept a missing user, host, or port as a wildcard match.
3838         (auth-source-debug): Default to off.
3839
3840         (auth-source-netrc-search, auth-source-netrc-create)
3841         (auth-source-secrets-search, auth-source-secrets-create)
3842         (auth-source-user-or-password, auth-source-backend, auth-sources)
3843         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3844         instead of :protocol.
3845
3846         * nnimap.el (nnimap-credentials): Pass a port default to
3847         `auth-source-search' in case an entry needs to be created.
3848         (nnimap-open-connection-1): Use :port instead of :protocol.
3849
3850 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * auth-source.el: Bind load-path when loading EIEIO from
3853         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3854         21.4 doesn't support, to `require'.
3855         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3856         delete-dups that is not available in XEmacs 21.4.
3857
3858 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3859
3860         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3861         as EIEIO must also be loaded when auth-source.el is being
3862         byte-compiled.
3863
3864 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3865
3866         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3867
3868         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3869
3870         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3871
3872         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3873
3874         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3875
3876         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3877
3878         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3879
3880         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3881         necessary.
3882
3883 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3884
3885         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3886         nil means that nnimap doesn't get updated.
3887
3888 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3889
3890         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3891         result when the user doesn't want to write to the file.
3892         (auth-source-netrc-search): Expect a synthetic result and proceed
3893         accordingly.
3894         (auth-source-cache-expiry): New variable to override
3895         `password-cache-expiry'.
3896         (auth-source-remember): Use it.
3897
3898         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3899         parameter.  Create entry if necessary by using :create t.
3900         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3901
3902 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3903
3904         * auth-source.el (auth-source-debug): Enable by default and don't
3905         mention the obsolete `auth-source-hide-passwords'.
3906         (auth-source-do-warn): New function to debug unconditionally.
3907         (auth-source-do-debug): Use it.
3908         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3909         and for Secrets API entries when the secrets.el library is not
3910         available.
3911
3912 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3913
3914         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3915         (gnus-summary-exit): Kill the correct article buffer on exit from a
3916         `C-d' group.
3917
3918         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3919         gnus-propagate-marks.
3920
3921         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3922         before killing the buffers so that a non-full window conf gets handled
3923         correctly.
3924         (gnus-summary-exit): Ditto.
3925         (gnus-summary-read-group-1): Ditto.
3926
3927         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3928         async code again so that we can debug it properly.
3929
3930         * message.el (message-reply): Take an optional switch-buffer parameter
3931         so that Gnus window confs are respected better.
3932
3933 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3934
3935         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3936         `plist-get' to accept non-list parameters (XEmacs issue).
3937         Fix docstring.
3938         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3939         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3940         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3941         Login collection is "Login" and not "login".
3942
3943 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3944
3945         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3946         multiple headers.
3947
3948         * nnimap.el (nnimap-inhibit-logging): New variable.
3949         (nnimap-log-command): Don't log login commands.
3950
3951         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3952         to have more parameters.
3953
3954         * nnimap.el (nnimap-send-command): Mark the command time for each
3955         command, so that we don't get NOOPs stepping on our toes.
3956
3957         * gnus-art.el (article-date-ut): Get the date from the Date header on
3958         `t'.
3959
3960 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * auth-source.el (auth-source-search): Use copy-sequence instead of
3963         the cl.el copy-list.
3964
3965 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3966
3967         * imap.el: Bring it back (revert
3968         84d800cd31de3064f0ed39617d725709a2f8f42f).
3969
3970 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3971
3972         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3973         Improve prompt.
3974
3975 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3976
3977         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3978         washing status from the default format.  It isn't very informative.
3979
3980 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3981
3982         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3983         Fix Gcc processing on imap.
3984
3985 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3986
3987         * imap.el: Remove file.  All the functionality is in nnimap.el.
3988
3989 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3990
3991         * message.el (message-bury): Don't pop up a new window when selected
3992         window is dedicated.
3993
3994 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3995
3996         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3997
3998 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3999
4000         * sieve-manage.el: Autoload `auth-source-search'.
4001         (sieve-sasl-auth): Use it.
4002
4003 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4004
4005         * nnimap.el: Autoload `auth-source-forget+'.
4006         (nnimap-open-connection-1): Use it if the connection fails.
4007
4008         * auth-source.el: Require `password-cache'.
4009         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4010         obsolete.
4011         (auth-source-magic): Marker for `password-cache' keys.
4012         (auth-source-do-cache): Update docstring.
4013         (auth-source-search): Use and check cache.
4014         (auth-source-forget-all-cached, auth-source-remember)
4015         (auth-source-recall, auth-source-forget, auth-source-forget+)
4016         (auth-source-specmatchp): Caching support functions.
4017         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4018         Remove and obsolete.
4019         (auth-source-user-or-password): Remove caching to further discourage
4020         using it.  Always hide passwords.
4021
4022         * password-cache.el (password-cache-remove): Accept secrets that are
4023         not strings.
4024
4025 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4026
4027         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4028         code for now, since it doesn't work for all users.
4029
4030 2011-02-09  Julien Danjou  <julien@danjou.info>
4031
4032         * message.el (message-options): Make message-options really buffer
4033         local.
4034
4035 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4036
4037         * mail-source.el: Autoload `auth-source-search'.
4038         (mail-source-keyword-map): Note order matters.
4039         (mail-source-set-1): Get all the mail-source source values and
4040         defaults and search auth-source on those if needed.  This can all
4041         probably be simplified.
4042
4043         * nnimap.el: Autoload `auth-source-search'.
4044         (nnimap-credentials): Use it.
4045         (nnimap-open-connection-1): Ask for the virtual server and physical
4046         address in one shot.
4047
4048         * nntp.el: Autoload `auth-source-search'.
4049         (nntp-send-authinfo): Use it.  Note TODO.
4050
4051 2011-02-08  Julien Danjou  <julien@danjou.info>
4052
4053         * shr.el (shr-tag-body): Add support for text attribute in body
4054         markups.
4055
4056         * message.el (message-options): Make message-options a local variable.
4057
4058 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4059
4060         * auth-source.el (auth-source-secrets-search)
4061         (auth-source-user-or-password): Use `append' instead of `nconc'.
4062         (auth-source-user-or-password): Build return list better and protect
4063         against nil :secret.
4064
4065 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4066
4067         * nnimap.el (nnimap-update-info): Refactor slightly.
4068         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4069         (nnimap-update-info): Clean up slightly.
4070         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4071         characters.
4072         (nnimap-process-quirk): Rename function to avoid collision.
4073         (nnimap-update-info): Fix macrology bug-out.
4074         (nnimap-update-info): Simplify split history test.
4075
4076 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4077
4078         * auth-source.el (top): Require 'eieio unconditionally.
4079         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4080         (auth-source-secrets-search): Limit search when `max' is greater than
4081         number of results.
4082
4083 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4084
4085         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4086         part not returning any data.
4087
4088         * proto-stream.el (open-protocol-stream): Document the return value.
4089
4090 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4091
4092         * auth-source.el (auth-source-secrets-search): Add examples.
4093
4094 2011-02-06  Julien Danjou  <julien@danjou.info>
4095
4096         * message.el (message-setup-1): Handle message-generate-headers-first
4097         set to t.
4098
4099 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4100
4101         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4102         API with a string "secrets:collection-name" and with 'default.
4103         (auth-source-backend-parse): Parse "secrets:collection-name" and
4104         'default.  Recurse on parses instead of repeating code.  Use the
4105         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4106         message when ignoring a source.
4107         (auth-source-search): List ignored search keys at the top level.
4108         (auth-source-netrc-create): Use `case' instead of `cond'.
4109         (auth-source-secrets-search): Created with TODOs.
4110         (auth-source-secrets-create): Created with TODOs.
4111         (auth-source-retrieve, auth-source-create, auth-source-delete)
4112         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4113         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4114         (auth-source-user-or-password-sftp)
4115         (auth-source-user-or-password-smtp): Remove.
4116         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4117         around `auth-source-search'.  Not tested thoroughly.
4118
4119 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4120
4121         * auth-source.el: Bring in assoc and eioeio libraries.
4122         (secrets-enabled): New variable to track the status of the Secrets API.
4123         (auth-source-backend): New EIOEIO class to represent a backend.
4124         (auth-source-creation-defaults): New variable to set prompt defaults
4125         during token creation (see the `auth-source-search' docstring for
4126         details).
4127         (auth-sources): Simplify to allow a simple string as a netrc backend
4128         spec.
4129         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4130         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4131         (auth-source-search): Main auth-source API entry point.
4132         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4133         (auth-source-search-collection): Helper function for searching.
4134         (auth-source-netrc-parse, auth-source-netrc-normalize)
4135         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4136         Supports search, create, and delete.
4137         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4138         backend stubs.
4139         (auth-source-user-or-password): Call `auth-source-search' but it's not
4140         ready yet.
4141
4142 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4143
4144         * message.el (message-setup-1): Remove the read-only stuff, since it
4145         doesn't work under XEmacs, for some reason.
4146
4147         * gnus-sum.el (gnus-user-date): Rename back from
4148         gnus-summary-user-date since user code refers to it.
4149
4150         * shr.el (shr-render-td): Store the actual background color used.
4151
4152         * message.el (message-setup-1): Don't bind the constant
4153         -forbidden-properties.
4154         (message-setup-1): Revert previous change, since it needs to bind the
4155         props to insert them.
4156         (message-resend): Allow removing the read-only separator line.
4157
4158 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4159
4160         * nnimap.el (nnimap-request-accept-article): Give an error message if
4161         the APPEND wasn't successful.
4162
4163 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4164
4165         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4166         that have no groups.
4167
4168 2011-02-03  Julien Danjou  <julien@danjou.info>
4169
4170         * gnus-draft.el: Remove progn around gnus-draft-setup.
4171
4172 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4173
4174         * gnus-start.el (gnus-read-active-for-groups): This function is never
4175         called with a nil `infos', so clean that up.
4176         (gnus-get-unread-articles): Request active files from primary/secondary
4177         methods that have no groups (yet).
4178
4179 2011-02-03  Julien Danjou  <julien@danjou.info>
4180
4181         * message.el (message-setup-1): Always generate References first.
4182         (message-mail): Return the return value of message-setup, not always t.
4183         (message-setup-1): Insert mail-header-separator with read-only and
4184         intangible properties set.
4185
4186         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4187         user-date in docstring.
4188
4189         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4190
4191         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4192         docstring.
4193
4194         * gnus.el (gnus-user-date-format-alist): Change default value.
4195         Use defcustom, with type and group. Move from gnus-util.el.
4196         Rename to gnus-summary-user-date-format-alist.
4197
4198 2011-02-03  Glenn Morris  <rgm@gnu.org>
4199
4200         * nnimap.el (gnus-fetch-headers): Declare.
4201
4202         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4203
4204 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4205
4206         * message.el (message-forward-make-body-digest-plain)
4207         (message-followup, message-reply): Clean up things noted by Stefan.
4208
4209         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4210         gnus-article-update-date-headers is nil.
4211         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4212         it didn't really work with defcustom.
4213         (article-update-date-lapsed): Make sure the window start doesn't move,
4214         either.
4215
4216 2011-02-01  Julien Danjou  <julien@danjou.info>
4217
4218         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4219         format.
4220
4221         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4222         standard in Emacs nowadays.
4223
4224         * color.el (color-gradient): Add a color-gradient function.
4225
4226 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4227
4228         * message.el (message-expand-name): Don't trust the return value of
4229         bbdb-complete-name.
4230         (message-check-news-header-syntax): Remove unused var `start'.
4231         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4232         (message-inhibit-body-encoding): Move to before first use.
4233         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4234         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4235         (Organization, Message-ID, Date, mh-previous-window-config):
4236         Defvar the vars using dynamic scoping.
4237
4238 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4239
4240         * shr.el (shr-render-td): Only do colors at the final rendering.
4241         Should be slightly faster.
4242         (shr-insert-table): Fix up TD background colors when doing the
4243         vertical padding.
4244
4245         * gnus-art.el (article-date-ut): Protect against articles with no Date
4246         header.
4247         (article-update-date-lapsed): Don't use current-column to find the
4248         horizontal position.  It's fragile in the presence of \003 characters.
4249
4250         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4251
4252 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4253
4254         * gnus-art.el (article-transform-date): Rewrite to still work when
4255         there are several rfc2822 parts.
4256         (article-transform-date): Fix infinite recursion.
4257         (article-date-ut): Replace infinitely many Date headers with a single
4258         one when called interactively.
4259
4260         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4261         secure manner.
4262
4263         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4264         move around by not using save-window-excursion.  It seems to work...
4265
4266 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-art.el (article-make-date-line): Work for user-defined format.
4269
4270 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4271
4272         * nntp.el (nntp-retrieve-group-data-early)
4273         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4274         fetching functions.
4275
4276         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4277         thoroughly for all backends that have no known groups.  This should
4278         allow new nnml methods to retrieve mail.
4279
4280         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4281         that Gnus doesn't know exists again.
4282
4283         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4284         (gnus-treat-date-ut): Ditto.
4285         (gnus-article-update-date-header): Rename.
4286         (gnus-treat-date-local): Remove.
4287         (gnus-treat-date-english): Remove.
4288         (gnus-treat-date-lapsed): Remove.
4289         (gnus-treat-date-combined-lapsed): Remove.
4290         (gnus-treat-date-original): Remove.
4291         (gnus-treat-date-iso8601): Remove.
4292         (gnus-treat-date-user-defined): Remove.
4293         (gnus-article-date-headers): New variable to control all the date
4294         header options.
4295         (article-date-ut): Rewrite to allow using the new way to format date
4296         headers(s).
4297
4298 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4299
4300         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4301         method.
4302         (nnmail-article-group): A better test for fanciness.
4303
4304         * nnimap.el (nnimap-request-head): Protect against not finding the
4305         article by Message-ID.
4306
4307 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4308
4309         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4310         keep point at the "same place".
4311
4312 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4313
4314         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4315         data if the group is inactive.
4316
4317 2011-01-28  Julien Danjou  <julien@danjou.info>
4318
4319         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4320         (gnus-all-windows-visible-p): Remove old compatibility code.
4321         (gnus-window-top-edge): Add docstring.
4322
4323         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4324
4325 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4326
4327         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4328         older request-update-info.
4329
4330         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4331
4332 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4333
4334         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4335         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4336
4337 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4338
4339         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4340         groups.  This makes the nndraft:queue group pop up if it's not already
4341         there.
4342
4343         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4344         messages" logic, which was reversed.
4345
4346         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4347         the "same place" even if point is on the line being replaced.
4348         (article-update-date-lapsed): Allow updating both the combined lapsed
4349         and the lapsed headers.
4350         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4351         (article-make-date-line): Limit the number of segments dynamically to
4352         avoid too-long lines.
4353
4354 2011-01-27  Julien Danjou  <julien@danjou.info>
4355
4356         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4357         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4358
4359 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4362         Use plist-get instead of the cl function getf.
4363
4364 2011-01-27  Glenn Morris  <rgm@gnu.org>
4365
4366         * gnus-util.el (float-time): Get rid of compiler warning, again.
4367
4368 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4369
4370         * shr.el (shr-put-color): Special-case background colors: Do put them
4371         at the blank parts at the front of the lines.
4372
4373         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4374         exit hook to nix out all data on readedness on group exit.
4375
4376         * gnus-util.el (float-time): If float-time is bound, always use it on
4377         all Emacsen.  It's unclear why the subrp check was there.
4378         (time-date): Require to make some autoload issues on XEmacs go away.
4379
4380         * shr.el (shr-put-color): Don't do the box padding in tables, since
4381         they're already padded.
4382
4383 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4384
4385         * gnus-art.el (gnus-article-next-page): When the last line of the
4386         article is displayed, scroll down once more instead of going to the
4387         next article at once.
4388         (article-lapsed-string): Refactor out and allow specifying how many
4389         segments you want.
4390         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4391         (gnus-article-update-lapsed-header): New variable.
4392
4393         * shr.el: Revert change that made headings use different-sized faces.
4394         The Emacs display engine isn't advanced enough that, for instance,
4395         tables can comfortably use differently-sized faces.
4396
4397 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4398
4399         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4400         used.
4401         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4402         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4403         we're using an encrypted connection.
4404
4405         * proto-stream.el: Alter the interface functions to also return the
4406         actual stream type used: network or tls.
4407
4408 2011-01-25  Julien Danjou  <julien@danjou.info>
4409
4410         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4411         (mm-display-javascript-inline): New function.
4412
4413         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4414         viewing function.
4415
4416 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * shr.el (shr-expand-newlines): Fix variable name.
4419
4420 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4421
4422         * shr.el (shr-expand-newlines): Make nested boxes work.
4423
4424 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4425
4426         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4427         backgrounds.
4428         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4429         in a more sensible manner.
4430
4431 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4432
4433         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4434         if EPG is loaded.
4435
4436 2011-01-24  Julien Danjou  <julien@danjou.info>
4437
4438         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4439         tags.
4440
4441 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4444         commands.
4445
4446         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4447         in the article buffer.
4448         (gnus-gravatar-insert): Use blank space from the current buffer to
4449         avoid breaking text properties.  This makes X-Sent updating work again.
4450
4451         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4452
4453 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4454
4455         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4456         fix the bug in url-http.el instead.
4457
4458         * shr.el (shr-image-fetched): Ditto.
4459
4460         * shr.el (shr-image-fetched): Avoid having point move in the article
4461         buffer.
4462
4463         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4464         buffer after being called.  It's apparently being killed by url.el, and
4465         killing it made point move to end-of-buffer in a random buffer.
4466
4467         * shr.el (shr-image-fetched): Ditto.
4468
4469 2011-01-23  Julien Danjou  <julien@danjou.info>
4470
4471         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4472
4473         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4474         text/x-org.
4475
4476 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4477
4478         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4479         (i.e., nnimap) returning nil as the article number.
4480
4481 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4482
4483         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4484         "DelSp" parameter in RFC3676.
4485
4486 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4487
4488         * message.el (message-check-recipients): Display the encoded version of
4489         the bogus address if they differ.
4490
4491         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4492         after sending.
4493
4494         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4495
4496         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4497
4498         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4499         group buffer after sending the queue.
4500
4501         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4502
4503 2011-01-22  Julien Danjou  <julien@danjou.info>
4504
4505         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4506
4507 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4508
4509         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4510         nested related parts.
4511
4512         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4513         unexpired articles.  This fixes the regression that led expiry marks to
4514         disappear from nnfolder groups.
4515
4516 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4517
4518         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4519         Don't confuse the "ret" of "retrograde" with RET.
4520
4521 2011-01-21  Julien Danjou  <julien@danjou.info>
4522
4523         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4524         than mm-insert-inline.
4525
4526 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4529         Widen article buffer.
4530
4531 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4532
4533         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4534         the temp buffer.
4535         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4536
4537 2011-01-20  Julien Danjou  <julien@danjou.info>
4538
4539         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4540
4541         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4542         than mm-insert-inline to insert inline part: this respect
4543         mm-inline-media-tests displayers.
4544
4545         * mm-view.el (mm-display-shell-script-inline): New function.
4546
4547         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4548
4549         * mm-uu.el (mm-uu-type-alist): Add org block.
4550         (mm-uu-org-src-code-block-extract): New function.
4551
4552         * mm-view.el (mm-display-org-inline): New function.
4553
4554         * mm-decode.el (mm-automatic-display): Add text/org.
4555
4556         * mailcap.el (mailcap-mime-extensions): Add .org.
4557
4558 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4561         gnus-article-add-buttons.
4562
4563 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4564
4565         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4566         From header with a date and "nobody" as the sender.
4567
4568 2011-01-19  Julien Danjou  <julien@danjou.info>
4569
4570         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4571         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4572         if you have the same regexp several times.
4573         (gnus-button-push): Fix matching when regexp is symbol.
4574
4575 2011-01-15  Glenn Morris  <rgm@gnu.org>
4576
4577         * message.el (message-mail): A compose-mail function should
4578         accept headers as strings.
4579
4580 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4581
4582         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4583         Add :vert-only tags.
4584         (message-mail): New arg RETURN-ACTION.
4585         (message-return-action): New var.
4586         (message-bury): Use it.
4587         (message-mode): Make it buffer-local.
4588         (message-send-and-exit): Always call message-bury.
4589
4590         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4591         message-mail.
4592
4593 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * nnimap.el (nnimap-convert-partial-article): Protect against
4596         zero-length body parts.
4597
4598         * mm-decode.el (mm-preferred-alternative-precedence):
4599         Discourage showing empty parts.
4600
4601         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4602         and stuff if the backend didn't return the article number.  This fixes
4603         an Exchange-related nnimap bug.
4604
4605         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4606         group window, because it does the wrong thing when a separate frame
4607         displays the group buffer.
4608
4609         * proto-stream.el (open-protocol-stream): Protect against the low-level
4610         transport functions returning nil.
4611
4612 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4613
4614         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4615         (mml2015-epg-find-usable-secret-key): New function.
4616         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4617         mml2015-epg-find-usable-key (Bug#7797).
4618         (mml2015-epg-encrypt): Ditto.
4619
4620 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * dgnushack.el (rot13-string): Fix the way to get the argument.
4623
4624 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625
4626         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4627
4628 2011-01-03  Glenn Morris  <rgm@gnu.org>
4629
4630         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4631
4632         * sieve.el (sieve-open-server): Give a more explicit error if
4633         sieve-manage-open returns nil.  (Bug#7720)
4634
4635 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4636
4637         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4638
4639 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4642         This avoids sending passwords in plain text over non-encrypted
4643         channels.
4644
4645         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4646
4647         * nnimap.el (nnimap-login): Refactored out into own function, and
4648         implement CRAM-MD5.
4649         (nnimap-wait-for-line): Refactored out.
4650
4651         * mm-view.el (mml-smime): Require.
4652
4653 2010-12-20  David Engster  <deng@eml.cc>
4654
4655         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4656         use EPG to decrypt S/MIME messages instead of openssl.
4657
4658 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4661
4662         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4663         status is the group clearly is unreachable.
4664
4665         * auth-source.el (auth-source-create): Add the optional second
4666         parameter to `local-variable-p' to be compatible with XEmacs.
4667
4668 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4669
4670         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4671         work when using a compressed nnml folder.
4672
4673 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4676         backends after sanitising on entry, because this never makes sense:
4677         If the articles have gone missing, then the data no longer exists on
4678         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4679         overwrite anything anyway.
4680
4681         * shr.el (shr-insert-document): Bind shr-width dynamically to
4682         window-width if it's nil.
4683
4684 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4685
4686         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4687         with the meaning of using the full emacs window width for rendering.
4688
4689 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4690
4691         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4692         case when sender is not given.
4693
4694 2010-12-23  Julien Danjou  <julien@danjou.info>
4695
4696         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4697         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4698         the addresses, otherwise we might misplaced the gravatar.
4699
4700 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4701
4702         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4703         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4704         obsolete in Emacs.
4705
4706 2010-12-20  Julien Danjou  <julien@danjou.info>
4707
4708         * gnus-util.el (gnus-rescale-image): Revert last change.
4709
4710 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4711
4712         * binhex.el: Improve commentary (Bug#7482).
4713
4714 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * gnus-group.el (gnus-group-delete-articles): New command.
4717
4718 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4719
4720         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4721
4722 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723
4724         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4725         here, since it's up to the backends to do CRLF removal if their
4726         protocol has it.
4727
4728         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4729
4730 2010-12-17  Julien Danjou  <julien@danjou.info>
4731
4732         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4733         they are from file.  Can also scale up.
4734
4735 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4736
4737         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4738         Restore gnus-use-agent.
4739         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4740
4741         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4742
4743 2010-12-17  Julien Danjou  <julien@danjou.info>
4744
4745         * gravatar.el (gravatar-retrieve-synchronously): New function.
4746         (gravatar-get-data): Make more robust.
4747
4748 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4751
4752 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4755         to really consider the last line.
4756
4757 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4758
4759         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4760         list of recipient keys, or use symmetric encryption if not a list.
4761         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4762         EPA override, replacing the call to `netrc-store-data'.
4763
4764 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4765
4766         * gnus-srvr.el: Avoid passing nil regexp argument to
4767         delete-matching-lines.
4768
4769 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4772         fetching stops when Gnus exits.
4773
4774         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4775         function.
4776         (nnfolder-request-expire-articles): Save all the buffers after doing
4777         expiry.
4778
4779         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4780         the last article", since that led to serious performance regressions
4781         when expiring nnml groups.
4782
4783 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4784
4785         * nnir.el: Improve customizations.
4786
4787 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4790
4791         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4792         group has been killed.
4793         (gnus-group-yank-group): Ditto.
4794
4795         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4796
4797         * nnimap.el (nnimap-request-update-group-status): New function.
4798
4799         * gnus-int.el (gnus-request-update-group-status): New interface
4800         function.
4801
4802         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4803         copying read-ness to the backends.
4804
4805         * nnimap.el (nnimap-quirk): New function.
4806         (nnimap-retrieve-group-data-early): Use it.
4807         (nnimap-quirks): New alist.
4808
4809 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4812         don't delete it within indentation.
4813
4814 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4815
4816         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4817         previous line.
4818
4819 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4822         QRESYNC command by deleting a superfluous space which broke Cyrus
4823         servers.  This change will break other servers that are buggy the other
4824         way around.
4825
4826 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4827
4828         * spam.el: Reindent and fix long lines.
4829         (spam-copy-or-move-routine): Exclude invalid move destinations.
4830
4831 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4832
4833         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4834         installed the registry.
4835
4836 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4839
4840 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4841
4842         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4843         groupname doesn't contain "gmane".
4844
4845 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4848         and netrc-bound-and-true-p bindings.
4849         (netrc-parse): Cache the netrc contents.
4850
4851         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4852         (gnus-1): Don't create the nndrafts group twice.
4853         (gnus-setup-news): There's no need to read the active file here, since
4854         that's done again later on a per-backend basis.
4855         (gnus-start-draft-setup): Make sure that the new group is started out
4856         empty.
4857
4858         * gnus-agent.el (gnus-agentize): Don't create the queue group
4859         automatically on startup.  It'll be created later, if needed.
4860
4861         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4862         of automatically subscribed groups.
4863         (gnus-auto-subscribed-categories): New variable.
4864         (gnus-matches-options-n): Use it.
4865         (gnus-default-subscribed-newsgroups): Remove unused variable.
4866         (gnus-start-draft-setup): Message a bit less.
4867
4868 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4869
4870         * nnir.el (nnir-run-imap): Return article list in order of increasing
4871         UID.
4872
4873 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * gnus-sum.el (gnus-summary-enter-digest-group):
4876         Mention gnus-auto-select-on-ephemeral-exit.
4877
4878         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4879         convention of the network-only option.
4880
4881 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * proto-stream.el (proto-stream-open-network-only): New function to
4884         have a way to specify non-STARTTLS upgrade connections.
4885
4886 2010-12-10  Julien Danjou  <julien@danjou.info>
4887
4888         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4889         email address is nil.
4890
4891         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4892
4893 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4894
4895         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4896         deletion.
4897         (nnir-run-imap): Only need to parse list once.
4898
4899 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900
4901         * shr.el (shr-tag-script): Ignore <script>.
4902         (shr-tag-label): Add <label> support.
4903
4904 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4907
4908         * shr.el (shr-image-displayer): Work for images lined side by side.
4909
4910 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4911
4912         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4913         parameter, since XEmacs doesn't accept t as a parameter.
4914
4915 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4916
4917         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4918         ids.
4919         (nnir-run-gmane): Simplify groupspec formatting.
4920         (nnir-request-expire-articles): New function.
4921
4922 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4925         overflow, possibly.
4926
4927         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4928         (shr-render-td): Handle td style="" better.
4929         (shr-tag-table): Use the color from the style sheet.
4930         (shr-render-td): Make sure we copy over all the overlays, too.
4931
4932 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4933
4934         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4935         (nnir-request-article): Improve article retrieval.
4936
4937 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * mm-util.el (mm-extra-numeric-entities): New variable.
4940
4941         * mm-url.el (mm-url-decode-entities):
4942         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4943
4944         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4945
4946 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4947
4948         * message.el: Use completion-at-point.
4949         (message-completion-function): New fun, extracted from message-tab.
4950         (message-mode): Use it for completion-at-point-functions.
4951         (message-tab): Use it and completion-at-point.
4952
4953 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4956         character if a non-breakable character follows.
4957
4958 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4961         any stream.
4962
4963         * shr.el (shr-tag-font): Colorize the region.
4964         (shr-tag-body): Ditto.
4965         (shr-tag-font): Actually let the styles be inherited instead of
4966         overwriting them.
4967         (shr-tag-font): Get the background color right.
4968         (shr-tag-style): Ignore all <style> tags for the moment.
4969
4970         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4971         a Message-ID to avoid having nnimap depend on gnus-sum.
4972
4973         * shr.el (shr-descend): Only colorize something if we have a node that
4974         sets colors.
4975
4976 2010-12-06  Julien Danjou  <julien@danjou.info>
4977
4978         * shr.el (shr-render-td): Render td content with shr-descend, so style
4979         will be applied to <td> too.
4980         (shr-colorize-region): Colorize region even if we only have a background.
4981         (shr-tag-body): Fix color and background color inheritance.
4982         Do not recolorize after shr-generic.
4983         (shr-tag-font): Let shr-generic colorize via inheritance.
4984
4985 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4988
4989 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4990
4991         * nnir.el (nnir-request-move-article): Remove obsolete code.
4992
4993 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4996
4997 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * gnus-sum.el (gnus-summary-respool-article): The completion function
5000         expects a list instead of an alist.
5001
5002         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5003         string as the parameter.
5004
5005         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5006
5007         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5008         styles.
5009         (shr-colorize-region): New function.
5010         (shr-insert-background-overlay): Remove.
5011         (shr-render-td): Background setting should be taken care of on a higher
5012         level.
5013         (shr-tag-body): Use post-hoc colorizations.
5014         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5015         (shr-put-color-1): Don't overwrite old colors.
5016         (shr-colorize-region): When the background color isn't explicit, use
5017         a fixed background.
5018
5019         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5020         nnmail variables.
5021
5022 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5023
5024         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5025         unless necessary.
5026
5027 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5028
5029         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5030         server.
5031
5032 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5035         so that TAB works.
5036
5037         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5038         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5039
5040         * shr.el (shr-urlify): Show the URL before the title to avoid
5041         misleading URLs.
5042
5043 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5044
5045         * shr.el (shr-urlify): Display the title in <a> tags.
5046
5047 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5048
5049         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5050
5051 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5052
5053         * nnir.el: Rearrange code to allow macros to be autoloaded by
5054         gnus-sum.el.
5055         (nnir-retrieve-headers-override-function): Make this variable
5056         customizable.
5057         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5058
5059         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5060         from nnir.el.
5061
5062 2010-12-03  Julien Danjou  <julien@danjou.info>
5063
5064         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5065
5066 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5069         allow optional argument `environment'.
5070
5071 2010-12-03  Glenn Morris  <rgm@gnu.org>
5072
5073         * mm-extern.el (message-goto-body): Update declaration.
5074
5075 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-util.el (gnus-macroexpand-all): New function.
5078
5079         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5080         instead of macroexpand-all that is unavailable in XEmacs.
5081
5082 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5083
5084         * nnir.el (nnir-summary-line-format): New variable.
5085         (nnir-mode): Use it.
5086         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5087         (nnir-article-ids): Reimplement as defsubst.
5088         (nnir-retrieve-headers): Don't mangle the subject header.
5089         (nnir-run-imap): Use 100 as RSV score.
5090         (nnir-run-find-grep): Fix for full server searching.
5091         (nnir-run-gmane): Better restriction to gmane groups.
5092
5093         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5094         summary buffers.
5095
5096 2010-12-02  Julien Danjou  <julien@danjou.info>
5097
5098         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5099
5100         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5101
5102         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5103         support.
5104
5105 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5106
5107         * nnir.el: Update to handle the registry better.
5108         (autoload): Silence byte-compiler.
5109         (nnir-open-server): Add a hook for nnir groups.
5110         (nnir-request-move-article): Don't mangle the header.  Better to use
5111         formatting variables (which will be added in the future).
5112         (nnir-registry-action): Update the registry using the original article
5113         group name.
5114         (nnir-mode): Install nnir-specific hooks for updating the registry.
5115
5116         * gnus-sum.el
5117         (gnus-article-original-subject,gnus-newsgroup-original-name):
5118         Remove obsolete variables.
5119         (gnus-summary-move-article): Remove use of obsolete variables.
5120         (gnus-summary-local-variables): Make move and delete hooks local to
5121         summary buffers.
5122
5123 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * rtree.el: New file.
5126
5127 2010-12-01  Julien Danjou  <julien@danjou.info>
5128
5129         * message.el (message-user-organization): Do not use
5130         gnus-local-organization.
5131
5132         * gnus.el: Remove gnus-local-organization.
5133
5134         * gnus-msg.el: Remove nastygram thing.
5135
5136 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5137
5138         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5139         funcall.
5140
5141 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5144         names.
5145
5146         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5147         characters.
5148
5149         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5150         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5151         Suggested by Štěpán Němec <stepnem@gmail.com>.
5152         (gnus-gravatar-transform-address): Use mail-extract-address-components
5153         that supports non-ASCII names rather than mail-header-parse-addresses.
5154
5155 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * proto-stream.el (open-protocol-stream): All starttls connections are
5158         handled by the network handler.
5159
5160 2010-11-30  Julien Danjou  <julien@danjou.info>
5161
5162         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5163         (nnimap-open-connection-1): Fix PREAUTH.
5164
5165         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5166
5167 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5170         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5171         (shr-insert): Use them.
5172         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5173
5174 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5175
5176         * nnir.el (nnir-request-move-article): Bail out if original group
5177         doesn't support article moves.
5178         (nnir-get-active): Improve active list retrieval.
5179
5180 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5183
5184 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5185
5186         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5187         seem to accept strings-with-numbers as port numbers,
5188
5189 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5190
5191         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5192         change the registry.
5193
5194 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5197         delete-dups that is not available in XEmacs 21.4.
5198
5199         * mm-util.el (mm-delete-duplicates): Add comment.
5200
5201 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5202
5203         * nnir.el (nnir-ignored-newsgroups): New variable.
5204         (nnir-get-active): Use it.
5205
5206 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * proto-stream.el (proto-stream-open-network): Add some comments.
5209
5210         * nntp.el (nntp-open-connection): Provide a :success condition.
5211
5212         * nnimap.el (nnimap-open-connection-1): Ditto.
5213
5214         * proto-stream.el (proto-stream-open-network): See what the response to
5215         the STARTTLS command is.
5216
5217         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5218         backwards compatibility).
5219         (nnimap-open-connection-1): Really respect nnimap-server-port.
5220
5221         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5222         TLS upgrades we don't really care about the identity of the peer.
5223         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5224         that what we've checked for.
5225         (proto-stream-always-use-starttls): Only default to t if
5226         open-gnutls-stream exists.
5227         (proto-stream-open-network): If STARTTLS failed, then just open a
5228         normal connection.
5229         (proto-stream-open-network): Wait until the greeting before doing
5230         STARTTLS.
5231
5232         * nntp.el (nntp-open-connection): Report what the connection error is.
5233
5234         * proto-stream.el (open-protocol-stream): Rename from
5235         open-proto-stream.
5236
5237 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * nnimap.el (nnimap-stream): Change default to `undecided'.
5240         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5241         first, and then network.
5242         (nnimap-open-connection-1): Respect nnimap-server-port.
5243         (nnimap-open-connection): Be more backwards-compatible.
5244
5245         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5246         (proto-stream-open-starttls): De-duplicate the starttls code.
5247         (proto-stream-open-starttls): Folded back into the main function.
5248         (proto-stream-open-network): Fix typo in the gnutls path.
5249         (proto-stream-command): Refactor out.
5250
5251         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5252
5253         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5254         starttls.el STARTTLS.
5255
5256         * color.el (color-lab->srgb): Fix function call name.
5257
5258         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5259         if we're using tls.el.
5260         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5261         built in, then don't try to establish a STARTTLS connection.
5262
5263         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5264         servers.
5265
5266         * proto-stream.el (open-proto-stream): Use network, not stream.
5267         (open-proto-stream): Add a way to specify what the end of a command is.
5268
5269         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5270         connections types.
5271         (nntp-open-network-stream): Remove.
5272         (nntp-open-ssl-stream): Remove.
5273         (nntp-open-tls-stream): Remove.
5274         (nntp-ssl-program): Remove.
5275
5276         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5277
5278 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5279
5280         * nnir.el: Fix typos.
5281         (nnir-retrieve-headers-override-function): Rename variable to reflect
5282         new semantics.
5283         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5284         macros.
5285         (nnir-request-article, nnir-request-move-article): Use them.
5286         (nnir-categorize): New function.
5287         (nnir-run-query): Use it.
5288         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5289         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5290         sorted.
5291         (nnir-group-full-name): Use gnus-group-full-name instead.
5292         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5293         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5294
5295 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5298
5299         * proto-stream.el: New library to provide protocol-specific
5300         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5301         protocols.
5302         (open-proto-stream): Complete the documentation.
5303         (proto-stream-open-network): Fix some typos.
5304
5305         * nnimap.el (nnimap-open-connection): Use it.
5306
5307 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5308
5309         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5310         negotiation.
5311
5312 2010-11-26  Julien Danjou  <julien@danjou.info>
5313
5314         * color.el: Rename various rgb functions to srgb.
5315
5316 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317
5318         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5319         names.
5320
5321 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * shr.el (shr-insert): Revert last change.
5324         (shr-find-fill-point): Never leave point being at bol;
5325         relax the kinsoku limitation when rendering tables.
5326
5327 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328
5329         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5330         results from -accept-article.
5331
5332         * shr-color.el: Require cl when compiling.
5333
5334         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5335         checkin.
5336
5337         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5338
5339         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5340
5341         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5342         'add and 'delete to set backend marks.
5343
5344         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5345
5346         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5347
5348         * nntp.el (nntp-request-set-mark): Use it.
5349
5350         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5351
5352         * nnml.el (nnml-request-set-mark): Ditto.
5353
5354         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5355         introduces regressions in article selection.
5356         (nnimap-find-uid-response): New function.
5357         (nnimap-request-accept-article): Use the UID returned, if any.
5358         (nnimap-request-move-article): Use the UID returned, if any.
5359         (nnimap-get-groups): Reimplement to work with folded lines.
5360         (nnimap-find-uid-response): The UID is the last element in the list.
5361         (nnimap-request-set-mark): Extend syntax with 'set.
5362
5363         * nnml.el (nnml-request-set-mark): Ditto.
5364
5365         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5366
5367         * nntp.el (nntp-request-set-mark): Ditto.
5368
5369 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * message.el (message-called-interactively-p): A temporary macro.
5372         (message-goto-body): Use it temporarily.
5373
5374 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5375
5376         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5377         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5378         (nnimap-last-response-string): Fix last unfolding fix.
5379
5380 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * shr.el (shr-insert): Fix the way to fold lines.
5383
5384 2010-11-25  Julien Danjou  <julien@danjou.info>
5385
5386         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
5387
5388         * color.el: Rename from color-lab.el
5389         (color-rgb->hex): Add.
5390         (color-complement): Add.
5391         (color-complement-hex): Add.
5392
5393         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5394
5395 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396
5397         * shr-color.el (shr-color-visible): Don't bug out if the color names
5398         don't exist.
5399
5400 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5403         assuming that article displaying or another mml-preview may be
5404         interrupted for an error or for the like.
5405
5406         * shr.el (shr-get-background): Fix argument name.
5407
5408 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5411
5412         * gnus-sum.el (gnus-summary-include-articles): New function.
5413
5414         * message.el (message-goto-body): called-interactively-p needs a
5415         parameter, so use `any'.
5416
5417         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5418         clear marks before moving, since they're synced from the Gnus side
5419         first.
5420
5421         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5422         (gnus-summary-move-article): Copy over all marks before moving, so that
5423         IMAP doesn't think a new article has arrived.
5424
5425 2010-11-24  Julien Danjou  <julien@danjou.info>
5426
5427         * shr.el (shr-insert-background-overlay): Fix typo.
5428         (shr-render-td): Copy the background before rendering.
5429
5430         * shr-color.el (shr-color-visible): Fix docstring.
5431
5432         * shr.el (shr-tag-table): Add bgcolor support.
5433         (shr-render-td): Add bgcolor support.
5434         (shr-get-background): Add.
5435         (shr-insert-foreground-overlay): Use shr-get-background.
5436
5437         * message.el (message-goto-body): Use called-interactively-p.
5438         (message-in-body-p): message-goto-body returns point.
5439
5440 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441
5442         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5443         Fixes something or other in Emacs 23, and is backwards compatible.
5444
5445         * message.el (message-goto-body): Remove the <#secure special-casing,
5446         which is too special.
5447
5448         * shr.el (shr-parse-style): Drop !important from styles.
5449
5450 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5451
5452         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5453         this function to return incorrect results when calling it with an
5454         explicit article argument different from
5455         (gnus-summary-article-number).
5456
5457 2010-11-24  Julien Danjou  <julien@danjou.info>
5458
5459         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5460         (shr-tag-body): Add background support.
5461         (shr-descend): Add background support.
5462         (shr-tag-title): Add.
5463
5464         * shr-color.el (shr-color-visible): Really return original background
5465         if fixed.
5466
5467 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468
5469         * shr.el (shr-color-check): Protect against non-existent color names.
5470
5471 2010-11-24  Julien Danjou  <julien@danjou.info>
5472
5473         * color-lab.el: Require 'cl when compiling.
5474
5475         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5476
5477         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5478         matched part.
5479
5480         * color-lab.el: Fix all expt calls to use float type.
5481
5482 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5485         expression to shr-color-check as is.
5486
5487         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5488
5489         * color-lab.el: Add coding cookie.
5490         (float-pi): Use eval-and-compile.
5491
5492         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5493         compiled for Emacsen having no `libxml-parse-html-region' support.
5494
5495 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * shr.el (shr-insert-color-overlay): Split stuff like
5498         "#444444 !important" to find the real color.
5499         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5500         parse <font color="red"> entries.
5501
5502 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5503
5504         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5505         point when parsing headers.
5506
5507         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5508         is positioned properly when parsing headers.
5509
5510 2010-11-23  Julien Danjou  <julien@danjou.info>
5511
5512         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5513
5514         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5515
5516         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5517
5518         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5519         Use shr-color-hue-to-rgb.
5520         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5521
5522 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * shr.el (shr-color->hexadecimal): Autoload.
5525         (shr-descend): Add color to all tags.
5526
5527 2010-11-22  Julien Danjou  <julien@danjou.info>
5528
5529         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5530         shr-color->hexadecimal.
5531
5532         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5533         RGB() or HSL() color representation.
5534
5535         * shr.el (shr-tag-font): Add.
5536         (shr-tag-color-check): New function to get better colors.
5537         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5538         tag-span.
5539
5540         * shr-color.el: New file.
5541
5542         * color-lab.el: New file.
5543
5544         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5545
5546 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5547
5548         * nnir.el: Fix typo in comments.
5549         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5550         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5551
5552 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553
5554         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5555
5556         * nnimap.el (nnimap-get-capabilities): Refactor out.
5557         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5558
5559 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5560
5561         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5562         appearing when `mm-uu-hide-markers' is nil.
5563
5564 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * nnimap.el (nnimap-unselect-group): Make into its own function.
5567         (nnimap-request-rename-group): Unselect group before renaming.
5568         This had gotten lost somewhere.
5569         (nnimap-request-accept-article): Keep track of examined groups, and
5570         unselect the group before APPENDing to read-only groups.
5571         (nnimap-request-move-article): Clear flags before moving so that they
5572         can be re-set later.
5573
5574 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5577         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5578
5579 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-art.el (gnus-mime-display-single):
5582         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5583         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5584         parameter.
5585
5586 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5587
5588         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5589         (shr-table-vertical-line): New variable.
5590         (shr-insert-table): Use it.
5591
5592 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * gnus-html.el (gnus-html-wash-images): Don't display images if
5595         gnus-inhibit-images is non-nil; register displayer for cid images.
5596         (gnus-html-display-image): Work for cid image.
5597         (gnus-html-insert-image): Allow arguments.
5598         (gnus-html-put-image): Inhibit read-only.
5599         (gnus-html-prefetch-images): Don't prefetch images if
5600         gnus-inhibit-images is non-nil.
5601
5602 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5603
5604         * shr.el (shr-put-image): Break lines when inserting big pictures.
5605
5606 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5607
5608         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5609         sender, thanks Katsumi Yamaoka.
5610
5611 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5612
5613         * nnir.el (nnir-run-imap): Reverse the article list for each group
5614         rather than the whole list.
5615
5616 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * shr.el (shr-image-displayer): Protect function against non-existent
5619         image source.
5620
5621         * gnus-art.el (gnus-inhibit-images): New user option.
5622         (gnus-mime-display-single): Don't display image if it is non-nil.
5623
5624         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5625         gnus-inhibit-images.
5626
5627         * shr.el (shr-image-displayer): New function.
5628         (shr-tag-img): Use it.
5629
5630 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5631
5632         * mml2015.el (mml2015-epg-sign): Use From header.
5633
5634 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635
5636         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5637
5638         * gnus-util.el (gnus-find-text-property-region): Return markers.
5639
5640         * shr.el (shr-tag-img): Put a displayer in the text property.
5641
5642         * gnus-util.el (gnus-find-text-property-region): New utility function.
5643
5644         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5645         (gnus-html-show-images): Remove.
5646
5647         * gnus-art.el (gnus-article-show-images): New, more general function.
5648
5649         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5650         image url text properties.
5651
5652         * shr.el: Ditto.
5653
5654         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5655         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5656
5657 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5660         work for two or more articles.
5661
5662 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5665         divide an image that's in an html article to two or more when washing
5666         non-ASCII characters in alt text of it.
5667
5668 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5671         smime-decrypt-region using function argument.
5672         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5673
5674         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5675
5676         * smime.el (smime-decrypt-region): Catch it.
5677
5678 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5679
5680         * smime.el (smime-mode-map): Move initialization into declaration.
5681         (gnus-run-mode-hooks): Don't autoload.
5682         (smime-mode): Use define-derived-mode.
5683
5684 2010-11-11  Glenn Morris  <rgm@gnu.org>
5685
5686         * smime.el (from): Restrict declaration to XEmacs.
5687
5688         * nnir.el (gnus-group-topic-name): Autoload.
5689
5690 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * shr.el (shr-insert): Don't break long line if it is because of
5693         kinsoku-bol characters in the line end.
5694
5695 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5696
5697         * nnir.el (nnir-request-move-article): Fix to provide original group
5698         and subject.
5699         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5700         been retrieved.
5701
5702         * gnus-sum.el (gnus-summary-move-article): Use original group and
5703         subject for virtual articles such as those in an nnir summary buffer.
5704
5705 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5708         least 21.5).
5709
5710         * smime.el (from): Declare it again for XEmacs.
5711
5712 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5713
5714         * message.el (message-resend): Don't disable encoding unless it's
5715         already encoded.
5716
5717         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5718         low-numbered articles.
5719
5720 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * rfc2047.el (rfc2047-syntax-table): Simplify.
5723
5724         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5725
5726         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5727         set-char-table-range for XEmacs.
5728
5729 2010-11-10  Glenn Morris  <rgm@gnu.org>
5730
5731         * time-date.el (time-to-seconds): Always an alias on Emacs,
5732         never a real function.
5733         (with-no-warnings): Remove compat stub, now unused.
5734         (time-less-p): Doc fix.
5735         (time-to-number-of-days): Simplify.
5736
5737         * smime.el (from): Remove unused declaration.
5738
5739         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5740         (gnus-float-time): On Emacs, always an alias.
5741
5742         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5743         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5744
5745 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * dgnushack.el: Don't use ignore-errors in the top level form since it
5748         is unavailable in XEmacs even if cl is loaded.
5749
5750         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5751
5752 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * shr.el (browse-url-mailto): Autoload.
5755
5756         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5757
5758         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5759         regexp doesn't need quoting.
5760
5761 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5762
5763         * message.el (message-subject-trailing-was-ask-regexp)
5764         (message-subject-trailing-was-regexp): Match was: in addition to was.
5765
5766 2010-11-09  Glenn Morris  <rgm@gnu.org>
5767
5768         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5769         (nnbabyl-check-mbox): Use point-at-bol.
5770
5771 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5774
5775         * message.el (message-mailto): New function.
5776         (message-mailto): Should accept other parameters.
5777         (message-mailto): Remove since it duplicates browse-url-mailto
5778         functionality.
5779
5780 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5781
5782         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5783         methods.
5784         (gnus-read-active-file): Ditto.
5785
5786         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5787         ": " from the prompt.
5788         (gnus-group-make-group): Ditto.
5789
5790 2010-11-07  Glenn Morris  <rgm@gnu.org>
5791
5792         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5793         (gnus-bookmark-kill-line): Use point-at-eol.
5794
5795 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5798         asterisks in From header.
5799
5800 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5803         string to avoid making the From headers syntactically invalid.
5804
5805         * message.el (message-send-mail): Don't insert courtesy messages if the
5806         message already has List-Post and List-ID messages.
5807
5808 2010-11-06  Glenn Morris  <rgm@gnu.org>
5809
5810         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5811         `condition', `type', `length' a prefix.
5812         (gnus-treat-predicate): Update for above name changes.
5813
5814 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5815
5816         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5817         binding.  Handled by `gnus-summary-refer-thread' instead.
5818         (nnir-warp-to-article): New backend function.
5819
5820         * nnimap.el (nnimap-request-thread): Force dependency updating.
5821
5822         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5823         (gnus-summary-refer-thread): Rework to improve thread-referral.
5824
5825         * gnus-int.el (gnus-warp-to-article): New function.
5826
5827         * gnus-sum.el (gnus-summary-article-map): Bind it.
5828
5829 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5830
5831         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5832         gnus-summary-refer-thread.
5833
5834         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5835         headers.
5836         (gnus-summary-limit-include-thread): Prevent articles in thread from
5837         being cut in gnus-cut-threads.
5838         (gnus-summary-refer-thread): Limit retrieved headers to those in
5839         thread.
5840
5841 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * message.el (message-send-mail): Use the value of
5844         message-courtesy-message from the message buffer.
5845
5846         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5847
5848         * shr.el (shr-browse-url): Implement mailto: URLs.
5849
5850         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5851         "raw".
5852
5853         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5854         if it's already selected.
5855
5856         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5857
5858 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5861         to measure the length and truncate alt text.
5862
5863 2010-11-03  Glenn Morris  <rgm@gnu.org>
5864
5865         * nndiary.el (nndiary-generate-nov-databases-1)
5866         (nndiary-generate-active-info): Rename dynamic variable `files' to
5867         something less generic.
5868
5869 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5870
5871         * nnir.el (nnir-request-move-article): Call the underlying backend to
5872         move articles from nnir.
5873
5874 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875
5876         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5877
5878 2010-11-02  Julien Danjou  <julien@danjou.info>
5879
5880         * nnir.el: Remove wais support.
5881
5882 2010-11-02  Glenn Morris  <rgm@gnu.org>
5883
5884         * gnus-html.el: Reorder requirements to quieten compiler.
5885
5886 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5889         properly for XEmacs as well.
5890         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5891         (gnus-article-natural-long-line-p): Use window-width rather than
5892         frame-width.
5893
5894 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5895
5896         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5897         (nnir-read-parms): Don't modify query.
5898         (nnir-run-query): Add ability to search topic on current line.
5899         (nnir-get-active): Clean up.
5900
5901 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5904         degenerate articles.
5905
5906         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5907         (gnus-print-buffer): Just print the buffer as is, without any copying
5908         to a buffer and then re-highlighting.
5909
5910         * nnimap.el (nnimap-request-group): Store the new updated info.
5911         (nnimap-request-group): Select the group when we don't know whether it
5912         exists or not.
5913
5914         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5915         groups.
5916
5917         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5918         groups.
5919
5920         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5921         groups.
5922
5923         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5924         long-lines case by only filling the long lines.
5925
5926         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5927         (bug #7311).
5928
5929 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * shr.el: No need to declare `declare-function' since shr.el is for
5932         only Emacsen that provide `libxml-parse-html-region'.
5933
5934         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5935         effective only in a file it is referred to.
5936
5937 2010-11-01  Glenn Morris  <rgm@gnu.org>
5938
5939         * mm-util.el (gnus-completing-read): Autoload.
5940         (mm-read-coding-system): Simplify Emacs definition.
5941
5942         * nnmail.el (gnus-activate-group):
5943         * nnimap.el (gnutls-negotiate):
5944         * nntp.el (netrc-parse): Fix declarations.
5945
5946 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5949         string-match-p in Emacs >=23.
5950
5951         * gnus-msg.el (gnus-configure-posting-styles):
5952         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5953
5954 2010-11-01  Glenn Morris  <rgm@gnu.org>
5955
5956         * nnir.el (declare-function): Add compat stub.
5957         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5958         (nnir-run-gmane): Require 'mm-url.
5959
5960         * mm-util.el (mm-string-to-multibyte): Simplify.
5961
5962         * shr.el (declare-function): Add compat stub.
5963         (url-cache-create-filename): Declare.
5964         (mm-disable-multibyte, widget-convert-button): Autoload.
5965
5966         * smime.el (ldap-search): Declare.
5967         (smime-cert-by-ldap-1): Require ldap on Emacs.
5968
5969         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5970         (nnimap-keepalive): Use gnus-float-time.
5971
5972         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5973         (mail-source-delete-crash-box): Use gnus-float-time.
5974
5975         * gnus-dired.el (gnus-completing-read): Autoload.
5976
5977         * mm-view.el (gnus-rescale-image): Autoload.
5978
5979         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5980
5981         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5982
5983         * sieve-manage.el: Require 'cl when compiling.
5984
5985         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5986         (gnus-iswitchb-completing-read): Require iswitchb.
5987         (gnus-select-frame-set-input-focus): Silence compiler.
5988
5989 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5990
5991         * message.el (message-subject-trailing-was-query): Change default to t,
5992         since I think that's what most people want.
5993
5994         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5995         appending for easier debugging.
5996         (nnimap-wait-for-connection): Take a regexp.
5997         (nnimap-request-accept-article): Wait for the continuation line before
5998         sending anything unless we're streaming.
5999
6000         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6001         leave the header washing to take place.
6002
6003 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6004
6005         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6006         regular expression match and replace in posting styles.
6007
6008 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6009
6010         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6011         an entire server.
6012         (nnir-get-active): New function.
6013         (nnir-run-imap): Use it.
6014         (nnir-run-gmane): Who knew, gmane search returns an article score!
6015
6016         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6017         server on the current line with nnir.
6018
6019 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6022         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6023         left edge.
6024         (gnus-article-foldable-buffer): Skip past the prefix when determining
6025         raggedness.
6026
6027         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6028         the raw article, and change `C-u g' to show the article without doing
6029         treatments.
6030
6031         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6032         on to `gnus-treat-article'.
6033         (gnus-inhibit-article-treatments): New variable.
6034
6035         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6036
6037         * gnus-art.el (gnus-treatment-function-alist): Have
6038         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6039         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6040         sections.
6041
6042         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6043         parameter.
6044         (gnus-article-fill-cited-long-lines): New function.
6045         (gnus-article-fill-cited-article): Allow filling only long sections.
6046
6047         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6048         and non-punctuation (like after the apostrophe in "'We").
6049
6050         * gnus-sum.el (gnus-summary-select-article): Make sure
6051         gnus-original-article-buffer is alive.
6052
6053         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6054         reflect the order they're in in the digest.
6055
6056         * gnus.el (gnus-group-startup-message): Move point to the start of the
6057         buffer.
6058
6059         * nnimap.el (nnimap-capability): New function.
6060         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6061         is set.
6062
6063 2010-10-31  David Engster  <dengste@eml.cc>
6064
6065         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6066         conform with changes to gnus-completing-read.
6067
6068 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6071
6072 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6073
6074         * nnir.el: Move defvar, defcustom around to keep file organized
6075         and keep byte-compiler quiet.
6076         (nnir-read-parms): Accept search-engine as arg.
6077         (nnir-run-query): Pass search-engine as arg.
6078         (nnir-search-engine): Remove.
6079
6080 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * shr.el (shr-generic): The text nodes should be text, not :text.
6083
6084         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6085         later in the file.
6086
6087 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6088
6089         * nnir.el: General clean up.  Allow searching with multiple engines.
6090         Allow separate extra-parameters for each engine.
6091         Batch queries when possible.
6092         (nnir-imap-default-search-key,nnir-method-default-engines):
6093         Add customize interface.
6094         (nnir-run-gmane): New engine.
6095         (nnir-engines): Use it.  Qualify all prompts with engine name.
6096         (nnir-search-engine): Remove global variable.
6097         (nnir-run-hyrex): Restore for now.
6098         (nnir-extra-parms,nnir-search-history): New variables.
6099         (gnus-group-make-nnir-group): Use them.
6100         (nnir-group-server): Remove in favor of gnus-group-server.
6101         (nnir-request-group): Avoid searching twice.
6102         (nnir-sort-groups-by-server): New function.
6103
6104 2010-10-30  Julien Danjou  <julien@danjou.info>
6105
6106         * gnus-group.el: Remove gnus-group-fetch-control.
6107
6108         * gnus-start.el (gnus-find-new-newsgroups):
6109         Remove gnus-check-first-time-used.
6110
6111         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6112
6113 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6114
6115         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6116         set on groups that don't have \* permanentflags.
6117
6118 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6119
6120         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6121         control the background color.
6122         (shr-tag-img): Ignore very small web bug type images.
6123         (shr-put-image): Add help-echo alt texts to the images.
6124         (shr-tag-video): Show the video poster image.
6125
6126 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6127
6128         * shr.el (shr-table-depth): New variable.
6129         (shr-tag-table-1): Only insert the images after the top-level table.
6130
6131         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6132
6133         * gnus-util.el (gnus-list-memq-of-list): New function.
6134
6135         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6136         selected.
6137         (nnimap-unsplittable-articles): New slot.
6138         (nnimap-new-articles): Use it.
6139
6140 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6141
6142         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6143         move to the previous line on `M-g'.
6144
6145 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6146
6147         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6148         *-request-group, which seems unnecessary.
6149
6150         * nnimap.el (nnimap-quote-specials): Function copied over from
6151         imap.el.
6152         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6153         they support that.  Suggested by Tom Regner.
6154
6155 2010-10-29  Julien Danjou  <julien@danjou.info>
6156
6157         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6158         defalias.
6159         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6160
6161         * gnus.el: Remove `gnus-nntp-service' variable.
6162         (gnus-secondary-servers): Make obsolete.
6163         (gnus-nntp-server): Make obsolete.
6164
6165         * gnus-start.el (gnus-1): Remove x-splash calls.
6166
6167         * gnus-ems.el (gnus-x-splash): Remove.
6168
6169         * gnus.el (gnus-group-startup-message): Simplify/update code.
6170
6171         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6172         definition.
6173
6174         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6175         capability before doing anything.
6176         (gnus-group-insert-group-line): Remove useless
6177         gnus-group-remove-excess-properties.
6178
6179 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6182
6183 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6184
6185         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6186         config after reselecting.
6187
6188 2010-10-28  Julien Danjou  <julien@danjou.info>
6189
6190         * shr.el (shr-put-image): Use point even if only inserting text.
6191         (shr-put-image): Save excursion when inserting alt text on non-graphic
6192         display, so the behavior is the same when we are on a graphic display.
6193
6194         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6195
6196 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6199         (gnus-mime-copy-part): Check coding system, not charset.
6200         (gnus-mime-view-part-externally): Never remove part.
6201         (gnus-mime-view-part-internally): Don't remove part here.
6202         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6203         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6204         multipart/alternative.
6205
6206         * mm-decode.el (mm-display-part): Take optional arg `force'.
6207
6208 2010-10-26  Julien Danjou  <julien@danjou.info>
6209
6210         * gnus-group.el (gnus-group-default-list-level): Add this function to
6211         compute the default list level.
6212         (gnus-group-default-list-level): Add possibility to use a function.
6213
6214 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6217
6218         * gnus-group.el (gnus-group-completing-read)
6219         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6220         gnus-replace-in-string.
6221
6222 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * shr.el (shr-tag-div): Add.
6225
6226         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6227
6228 2010-10-25  Julien Danjou  <julien@danjou.info>
6229
6230         * gnus-util.el: Remove `gnus-with-local-quit'.
6231
6232         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6233
6234 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6235
6236         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6237         the original article buffer.
6238
6239 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240
6241         * nnimap.el (nnimap-request-head): New function.
6242         (nnimap-request-move-article): Try to be slightly faster by not
6243         requesting the entire message when moving.
6244         (nnimap-transform-headers): Don't bug out on bodiless articles.
6245         (nnimap-send-command): Have no outstanding messages if the IMAP server
6246         doesn't support streaming.
6247         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6248
6249 2010-10-24  Julien Danjou  <julien@danjou.info>
6250
6251         * message.el (message-default-headers): Fix type.
6252
6253 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6256         prefetching images.
6257
6258         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6259         backend for unknown groups.  This is mainly useful for nnimap groups.
6260
6261         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6262         group isn't covered by the agent.
6263
6264 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6265
6266         * nnir.el (nnir-method-default-engines): New variable.
6267         (nnir-run-query): Use it.
6268         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6269         (gnus-summary-nnir-goto-thread): Change group if needed.
6270
6271         * gnus-group.el (gnus-group-group-map): Add key binding for
6272         gnus-group-make-nnir-group.
6273
6274 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * shr.el (shr-tag-object): Add.
6277
6278         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6279         original article buffer live.
6280         (gnus-summary-select-article-buffer):
6281         Mention gnus-widen-article-buffer.
6282
6283 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284
6285         * shr.el (shr-tag-strong): Add.
6286
6287 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6290         group names.  They mess up the group buffer badly.
6291
6292         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6293
6294         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6295         instead of the summary one.
6296
6297 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * mml.el (mml-preview): Work properly when editing article.
6300
6301         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6302         gnus-have-read-active-file if it's already been in.
6303
6304 2010-10-22  Tom Tromey  <tromey@redhat.com>
6305
6306         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6307         gnus-group-completing-read.
6308
6309 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * message.el (message-mode-map): Don't bind M-; to comment region, to
6312         allow the global comment-dwim to work.
6313
6314 2010-10-21  Julien Danjou  <julien@danjou.info>
6315
6316         * message.el (message-setup-1): Allow message-default-headers to be a
6317         function.
6318
6319 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * shr.el (shr-tag-table): Simplify.
6322
6323 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6324
6325         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6326         to avoid trying to snarf invalid stuff.
6327
6328         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6329
6330         * gnus.el (gnus-message-archive-group): Quote value.
6331         (gnus-message-archive-group): Mark as changed.
6332
6333         * shr.el (shr-add-font): Don't put the font properties on the newline
6334         or the indentation.
6335
6336         * message.el (message-fix-before-sending): Change options when sending
6337         non-printable characters.
6338
6339         * gnus.el (gnus-message-archive-method): Change the default to
6340         monthly outgoing groups.
6341
6342         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6343         that have gotten new numbers.
6344
6345         * nnimap.el (nnimap-request-replace-article): New function.
6346
6347 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6350         (nnrss-request-article): Don't use special html washing code.
6351
6352 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * shr.el (shr-tag-table): Remove useless nconc.
6355
6356 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6357
6358         * gnus-art.el (article-wash-html): Simplify and remove the charset
6359         stuff.  Use the normal html rendering code instead of the special html
6360         washing code.
6361
6362         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6363         `gnus-w3m' symbols.
6364         (mm-text-html-washer-alist): Remove.
6365
6366         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6367         (mm-inline-media-tests): Remove use.
6368         (mm-text-html-renderer): Change default to the `shr' symbol.
6369
6370         * mm-view.el (mm-inline-text-html): Remove use.
6371
6372         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6373         `gnus-blocked-images' to be a function.
6374         (gnus-article-wash-function): Remove.
6375
6376 2010-10-20  Julien Danjou  <julien@danjou.info>
6377
6378         * spam.el (spam-list-of-processors): Mark as obsolete.
6379
6380         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6381         (nnimap-insert-partial-structure): Fix boundary detection.
6382
6383 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6384
6385         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6386         run file-truename on remote files.  This can be expensive and even
6387         prevent one from editing drafts if some unrelated buffer has a stale
6388         connection.
6389
6390 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6393         kinsoku-eol regardless of shr-kinsoku-shorten.
6394         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6395         (shr-tag-table): Support caption, thead, and tfoot.
6396
6397 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6398
6399         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6400         lines.
6401         (shr-save-contents): New command and keystroke.
6402
6403         * nndoc.el (nndoc-type-alist): Add git support.
6404         (nndoc-git-type-p): New function.
6405         (nndoc-transform-git-article): Ditto.
6406         (nndoc-transform-git-headers): Ditto.
6407         (nndoc-transform-git-headers): Generate Subject headers.
6408
6409         * shr.el (shr-parse-style): New function.
6410         (shr-tag-span): Ditto.
6411
6412         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6413         to `G G' to avoid collisions.
6414
6415 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * shr.el: Load kinsoku if necessary.
6418         (shr-kinsoku-shorten): New internal variable.
6419         (shr-find-fill-point): Make kinsoku shorten text line if
6420         shr-kinsoku-shorten is bound to non-nil.
6421         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6422         shr-indentation too when testing if table is wider than frame width.
6423         (shr-insert-table): Use `string-width' instead of `length' to measure
6424         text width.
6425         (shr-insert-table-ruler): Make sure indentation is done at bol.
6426
6427 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6428
6429         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6430         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6431         undecoded network data.
6432
6433 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6434
6435         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6436         name in the mode line spec so that the mode line menu works
6437         (bug #2431).
6438
6439         * message.el (message-get-reply-headers): If we're fed `to-address',
6440         then always use that.
6441
6442         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6443         aren't so wide as to need to switch off the edit menu.
6444
6445         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6446         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6447
6448         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6449         `M-g'.
6450         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6451         the permanent marks.
6452
6453 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6454
6455         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6456         Splitting according to references/in-reply-to obeys the ignore-groups
6457         variable, while splitting by sender and subject do not.
6458
6459 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6460
6461         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6462         alist, so that we can look for non-Unicode chars.
6463         (article-translate-strings): Allow both character and string maps.
6464
6465 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * shr.el (shr-insert): Don't insert space behind a wide character
6468         categorized as kinsoku-bol, or between characters both categorized as
6469         nospace.
6470
6471 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6472
6473         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6474         headers to gnus-newsgroup-headers.
6475
6476 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * shr.el (shr-tag-img): Don't align images -- since we're not
6479         rescaling, this often leads to ugly displays.
6480
6481 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6482
6483         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6484         duplicates.
6485
6486 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6487
6488         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6489         call.
6490
6491 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6492
6493         * gnus.el: Autoload gnus-html-show-images.
6494
6495         * nnimap.el: Use nnheader-message throughout.
6496
6497         * shr.el (shr-tag-img): Ignore images with no data.
6498
6499 2010-10-15  Julien Danjou  <julien@danjou.info>
6500
6501         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6502         a possibility to disable format=flow encoding when using hard newlines.
6503
6504 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * shr.el (shr-insert): Remove space inserted before or after a
6507         breakable character or at the beginning or the end of a line.
6508         (shr-find-fill-point): Do kinsoku; find the second best point or give
6509         it up if there's no breakable point.
6510
6511 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * nnimap.el (nnimap-open-connection): Message when opening connection
6514         for debugging purposes.
6515
6516         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6517         on every setup buffer call to allow this to change from article to
6518         article.
6519
6520         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6521         buffers where we have a wide table.
6522
6523 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6524
6525         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6526         uses *-request-thread.
6527
6528 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6531         incantation, which is no longer valid.
6532
6533 2010-10-14  Julien Danjou  <julien@danjou.info>
6534
6535         * shr.el: Fix defcustom type (char -> character).
6536
6537 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6540         programs.
6541
6542 2010-10-14  Julien Danjou  <julien@danjou.info>
6543
6544         * shr.el (shr-tag-a): Use url-link as widget type.
6545
6546         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6547         `gnus-group-get-icon'.
6548
6549 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6550
6551         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6552         This should make server editing work better.
6553
6554         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6555
6556         * tls.el (tls-program): Remove spurious %s from openssl.
6557
6558         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6559         (nnimap-parse-flags): Fix regexp.
6560
6561         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6562         probably work for CJVK text, too.
6563
6564         * nnimap.el (nnimap-extend-tls-programs): Remove.
6565         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6566
6567         * tls.el (tls-starttls-switches): Remove starttls hack.
6568         (open-tls-stream): Ditto.
6569         (tls-find-starttls-argument): Ditto.
6570
6571 2010-10-13  Julien Danjou  <julien@danjou.info>
6572
6573         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6574         responses.
6575
6576 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6579
6580         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6581         anything in Emacs.
6582
6583         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6584
6585 2010-10-13  Julien Danjou  <julien@danjou.info>
6586
6587         * shr.el (shr-width): Make shr-width a defcustom with default to
6588         fill-column.
6589         (shr-tag-img): Use shr-width rather than fill-column.
6590
6591 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * dgnushack.el (byte-optimize-apply):
6594         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6595
6596         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6597         position when (X-)Faces exist.
6598         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6599         avatars when called interactively.
6600
6601 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6604         gnus-article-x-face-too-ugly is bound.
6605
6606 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6607
6608         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6609
6610         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6611         mailbox that doesn't exist.
6612
6613 2010-10-12  Julien Danjou  <julien@danjou.info>
6614
6615         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6616         (shr-get-image-data): Encode URL properly when fetching from cache.
6617         (shr-tag-img): Use aligned-to spaces to align correctly images.
6618
6619         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6620         before inserting the Gravatar.
6621
6622         * shr.el (shr-tag-img): Add align attribute support for <img>.
6623
6624 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6625
6626         * gnus-gravatar.el (gnus-art): Require.
6627
6628         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6629         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6630         Remove long obsoleted functions.
6631
6632 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6635
6636         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6637
6638         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6639         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6640         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6641         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6642         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6643         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6644         * sieve-manage.el, smime.el, spam.el:
6645         Fix comment for declare-function.
6646
6647 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648
6649         * nnimap.el (nnimap-request-rename-group): Select group read-only
6650         before renaming it.
6651
6652         * shr.el (shr-insert): Fix up the white space only regexp.
6653
6654         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6655         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6656
6657         * shr.el (shr-current-column): New function.
6658         (shr-find-fill-point): New function.
6659
6660 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6661
6662         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6663         numbers.
6664
6665 2010-10-11  Julien Danjou  <julien@danjou.info>
6666
6667         * shr.el (shr-hr-line): Add.
6668         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6669         display hr lines.
6670         (shr-max-columns): Do not change state to nil if we just inserting
6671         spaces.
6672
6673 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674
6675         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6676         select the last group.
6677
6678 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6681
6682 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6683
6684         * dig.el (dig-mode-map): Declare and define in one step.
6685
6686 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6689         for Gnus.
6690         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6691         (nnimap-update-qresync-info): Mark \Seen articles as read.
6692
6693         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6694         non-variable, too.
6695
6696         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6697         available.
6698         (nnimap-update-info): Rely more on the current active than the param
6699         active to avoid marking articles as read too much.
6700
6701         * auth-source.el (auth-source-create): Use (user-login-name) for the
6702         user name default.
6703
6704         * nnimap.el (nnimap-update-info): If the server doesn't return any
6705         useful info, just use the previous info.
6706         (nnimap-update-info): Prefer old info over start-article.
6707         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6708
6709 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6710
6711         * nnir.el (autoload): Clean up autoloads.
6712         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6713         Use key rather than value.
6714         (nnir-imap-search-other): New variable.
6715         (nnir-read-parm): Use it.
6716         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6717         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6718
6719 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6720
6721         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6722         the process, too.
6723
6724 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6725
6726         * spam.el (gnus-summary-mode-map): Bind to "$".
6727         Suggested by Russ Allbery.
6728
6729         * shr.el: Rework the way things are indented by <li> slightly.
6730
6731         * gnus.el (gnus-group-set-parameter): Fix typo.
6732
6733         * nnimap.el: Start implementing QRESYNC support.
6734
6735 2010-10-09  Julien Danjou  <julien@danjou.info>
6736
6737         * nnir.el (nnir-engines): Fix too many arguments.
6738
6739 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6740
6741         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6742         group is the "last", so that the backends like nnfolder actually save
6743         their folders.
6744
6745         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6746         try to use that for the tls stream.
6747         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6748         UIDVALIDITY and find out which groups are read-only and not.
6749         (nnimap-get-flags): Use the same marks parsing code as the rest of
6750         nnimap.
6751
6752 2010-10-09  Julien Danjou  <julien@danjou.info>
6753
6754         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6755
6756         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6757         retrieving gravatars.
6758
6759         * shr.el (shr-table-corner): Add.
6760         (shr-table-line): Add.
6761         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6762
6763 2010-10-08  Julien Danjou  <julien@danjou.info>
6764
6765         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6766
6767 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6768
6769         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6770
6771         * gnus-sum.el (gnus-mark-article-as-unread)
6772         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6773         (gnus-summary-set-bookmark): Use it.
6774
6775         * gnus-msg.el (gnus-setup-message): Use it.
6776
6777         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6778
6779         * gnus.el (gnus-group-remove-parameter): Use it.
6780
6781         * gnus-group.el (gnus-group-make-web-group): Use it.
6782
6783         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6784
6785         * nnregistry.el: Update docs to mention manual.
6786
6787         * gnus-registry.el: Update docs to mention nnregistry.el.
6788         (gnus-registry-initialize): Don't install nnregistry refer method
6789         automatically.
6790         (gnus-registry-install-nnregistry): Remove it.
6791
6792 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * shr.el (shr-insert): Don't insert double spaces.
6795
6796 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-gravatar.el (gnus-treat-from-gravatar)
6799         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6800         called interactively.
6801
6802         * gnus-art.el (gnus-mime-view-part-externally)
6803         (gnus-mime-view-part-internally): Make predicate function passed to
6804         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6805         of a mime type.
6806
6807         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6808
6809 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * shr.el (require): Require cl when compiling.
6812         (shr-tag-hr): New function.
6813
6814         * nnimap.el (nnimap-update-info): Remove double setting of high.
6815         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6816         This makes nnimap work properly on Courier again.
6817
6818         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6819         the variable for backwards compatibility.
6820
6821         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6822         the file name before using to avoid setting mm-default-directory to
6823         nil.
6824
6825         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6826         bidning gnus-agent variables.
6827
6828         * shr.el (shr-render-td): Use a cache for the table rendering function
6829         to avoid getting an exponential rendering behavior in nested tables.
6830         (shr-insert): Rework the line-breaking algorithm.
6831         (shr-insert): Don't leave trailing spaces.
6832         (shr-insert-table): Also insert empty TDs.
6833         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6834
6835 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6836
6837         * gnus-sum.el (gnus-number): Rename from `number'.
6838         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6839         (gnus-summary-limit-children): Update uses correspondingly.
6840
6841 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6844         (gnus-gravatar-transform-address): Don't show avatars of people of
6845         which mail addresses match gnus-gravatar-too-ugly.
6846
6847 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * shr.el (shr-table-widths): Expand TD elements to fill available
6850         space.
6851
6852 2010-10-07  Julien Danjou  <julien@danjou.info>
6853
6854         * nnimap.el (nnimap-request-rename-group): Add this method.
6855
6856 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6859         name from XEmacs' function-arglist.
6860
6861         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6862         gravatar under XEmacs.
6863
6864 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6865
6866         * auth-source.el: Update docs with TODO items.
6867
6868         * gnus-sync.el: Update docs to explain state and plans.
6869
6870         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6871         Hooks for mark updates.
6872         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6873
6874         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6875         hooks with arguments, which is needed for mark update hooks.
6876
6877 2010-10-06  Julien Danjou  <julien@danjou.info>
6878
6879         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6880         was matched.
6881
6882         * sieve-manage.el: Update example in `Commentary'.
6883
6884         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6885
6886         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6887         not 2000.
6888         (sieve-manage-authenticate): Re-add function.
6889
6890 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6891
6892         * shr.el (shr-insert): Get 'space transition right.
6893         (shr-render-td): Only delete space at the end of the TD.
6894
6895         * nnimap.el (nnimap-open-connection): Prepare to support
6896         open-gnutls-stream.
6897
6898         * shr.el: Rearrange function order to be more logical.
6899
6900 2010-10-06  Julien Danjou  <julien@danjou.info>
6901
6902         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6903         (nnrss-discover-feed): Remove 404 URL in docstring.
6904
6905         * nnir.el: Fix Swish-E URL.
6906         Fix Namazu URL.
6907
6908         * message.el (message-change-subject): Remove 404 URL in a comment.
6909
6910 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6913         called interactively.
6914
6915         * gnus-util.el (gnus-remove-if): Allow hash table.
6916         (gnus-remove-if-not): New function.
6917
6918         * gnus-art.el (gnus-mime-view-part-as-type):
6919         * gnus-score.el (gnus-summary-score-effect):
6920         * gnus-sum.el (gnus-read-move-group-name):
6921         Replace remove-if-not with gnus-remove-if-not.
6922
6923         * gnus-group.el (gnus-group-completing-read):
6924         Regard collection as a hash table if it is not a list.
6925
6926 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6927
6928         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6929
6930         * shr.el: Document the table-rendering algorithm.
6931
6932 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6935         for Emacsen having no `libxml-parse-html-region' support.
6936
6937 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6940         invalid URLs.
6941
6942         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6943         line-broken.
6944         (shr-tag-img): Ignore image fetching errors.
6945         (shr-overlays-in-region): Compute overlay positions correctly.
6946
6947         * mm-decode.el (mm-shr): Require shr.
6948
6949         * gnus-art.el (gnus-blocked-images): Move variable here.
6950
6951         * shr.el (shr-insert-table): Bind free variable.
6952
6953         * mm-decode.el (mm-shr): Bind shr-content-function.
6954
6955         * shr.el (shr-content-function): New variable.
6956
6957         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6958         added for symmetry.
6959
6960         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6961
6962         * gnus-group.el (gnus-group-make-group): Doc fix.
6963
6964         * nnimap.el (nnimap-request-newgroups): Return success.
6965
6966         * shr.el (shr-find-elements): New function.
6967         (shr-tag-table): Put all the images after the table.
6968         (shr-tag-table): Really inhibit images inside the table.
6969         (shr-collect-overlays): Copy over overlays from the TD elements to the
6970         main document.
6971
6972         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6973         gnus-blocked-images.
6974
6975 2010-10-05  Julien Danjou  <julien@danjou.info>
6976
6977         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6978
6979         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6980         (gnus-html-maximum-image-size): Add this function.
6981         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6982
6983         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6984         server-value of the capability is nil.
6985
6986 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * shr.el (shr-tag-em): Add <EM> tag.
6989
6990 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6991
6992         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6993         customizable.
6994
6995         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6996         handing broken links to browse-url.
6997
6998 2010-10-05  Julien Danjou  <julien@danjou.info>
6999
7000         * gnus-util.el (gnus-emacs-completing-read)
7001         (gnus-iswitchb-completing-read): Use autoload rather than require.
7002
7003 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7006         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7007         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7008         iswitchb-temp-buflist for XEmacs.
7009
7010         * gnus-util.el (gnus-completing-read-function): Exclude
7011         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7012         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7013         XEmacs.
7014
7015         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7016         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7017
7018         * gnus-html.el: Don't require help-fns under XEmacs.
7019         (gnus-html-schedule-image-fetching): Work for XEmacs.
7020
7021         * mm-decode.el (mm-shr): Decode contents by charset.
7022
7023 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7024
7025         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7026         unknown.
7027
7028         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7029         (shr-get-image-data): Ensure against the cache file missing.
7030
7031         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7032         for data.
7033
7034         * spam-report.el (spam-report-url-ping-plain): Don't query about
7035         killing the process.
7036
7037         * shr.el (shr-render-td): Protect against too-wide text.
7038
7039 2010-10-04  Julien Danjou  <julien@danjou.info>
7040
7041         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7042         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7043
7044         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7045         retrieved.
7046
7047 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7048
7049         * shr.el (browse-url): Require.
7050         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7051         lines.
7052         (shr-show-alt-text, shr-browse-image): New commands.
7053         (shr-browse-url, shr-copy-url): New commands.
7054
7055         * gnus-sum.el (gnus-widen-article-window): New variable.
7056         (gnus-summary-select-article-buffer): Use it.
7057
7058         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7059         without @ signs.
7060
7061 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7062
7063         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7064
7065 2010-10-04  Julien Danjou  <julien@danjou.info>
7066
7067         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7068         for XEmacs.
7069
7070 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7071
7072         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7073
7074         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7075         (nnimap-close-server): Implement.
7076
7077         * dgnushack.el (iswitchb): Require to shut up the compiler.
7078
7079         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7080         (shr-insert): Tweak line breaking.
7081         (shr-insert): Handle <pre> better.
7082         (shr-tag-li): Get <li> indentation right.
7083         (shr-tag-li): Get <li> indentation even righter.
7084         (shr-tag-blockquote): Ensure paragraph start.
7085         (shr-make-table): Tweak table generation.
7086         (shr-make-table): Fix typo.
7087
7088         * shr.el: Implement table rendering.
7089
7090 2010-10-04  Julien Danjou  <julien@danjou.info>
7091
7092         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7093
7094 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7095
7096         * shr.el (shr-insert): Use string anchors instead of line anchors.
7097
7098 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7099
7100         * shr.el: Add headings.
7101         (shr-ensure-paragraph): Actually work.
7102         (shr-tag-li): Make <ul> prettier.
7103         (shr-insert): Get white space at the beginning/end of elements right.
7104         (shr-tag-p): Collapse subsequent <p>s.
7105         (shr-ensure-paragraph): Don't insert double line feeds after blank
7106         lines.
7107         (shr-insert): \t is also space.
7108         (shr-tag-s): Fix "s" tag name function.
7109         (shr-tag-s): Fix face prop name.
7110
7111 2010-10-03  Julien Danjou  <julien@danjou.info>
7112
7113         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7114
7115         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7116         gnus-window-inside-pixel-edges.
7117
7118         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7119         gnus-ems.
7120
7121         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7122
7123         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7124         function.
7125
7126         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7127         resize choice.
7128
7129 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7130
7131         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7132         beginning of the buffer.
7133
7134         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7135         article buffer again.
7136
7137         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7138
7139         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7140         when it's at the start of the buffer.
7141
7142         * shr.el (shr-tag-blockquote): Convert name.
7143         (shr-rescale-image): Use the right image-size variant.
7144
7145         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7146         buffer isn't shown, then select the current article first instead of
7147         bugging out.
7148         (gnus-summary-select-article-buffer): Show both the article and summary
7149         buffers again.
7150
7151         * shr.el (shr-fontize-cont): Protect against regions with no text.
7152         Rename tag functions to shr-tag-* for enhanced security.
7153         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7154
7155 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7156
7157         * shr.el (shr-insert):
7158         * pop3.el (pop3-movemail):
7159         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7160         loaded.
7161
7162 2010-10-03  Glenn Morris  <rgm@gnu.org>
7163
7164         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7165
7166         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7167
7168         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7169
7170         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7171
7172         * gnus-util.el (gnus-make-local-hook): Simplify.
7173
7174 2010-10-02  Julien Danjou  <julien@danjou.info>
7175
7176         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7177         (gnus-ido-completing-read): New function.
7178         (gnus-emacs-completing-read): New function.
7179         (gnus-completing-read): Use gnus-completing-read-function.
7180         Add gnus-completing-read-function.
7181
7182 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * shr.el (shr-insert-document): Autoload.
7185         (shr-img): Be silent.
7186         (shr-insert): Add a newline after every picture before text.
7187         (shr-add-font): Use overlays for combining faces.
7188         (shr-insert): Pass upwards the text start point.
7189
7190         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7191         possible.
7192         (mm-shr): New function.
7193
7194 2010-10-02  Julien Danjou  <julien@danjou.info>
7195
7196         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7197         should go backward.
7198
7199 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7200
7201         * shr.el (shr): Fix typo in provide call.
7202
7203 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7204
7205         * shr.el: New file.
7206
7207         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7208
7209         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7210         completing read.
7211
7212 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7213
7214         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7215         we're being queried about.  Suggested by Dan Jacobson.
7216
7217         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7218         Suggested by Jason Eisner.
7219
7220         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7221         table, too.  Suggested by Stefan Wiens.
7222         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7223         the table unnecessary.  Suggested by Stefan Wiens.
7224
7225         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7226         longer needed, and probably doesn't work either, as pointed out by
7227         Stefan Wiens.
7228         (gnus-summary-exit): Remove call to the clearing function.
7229         (gnus-summary-exit-no-update): Ditto.
7230
7231         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7232         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7233         Reported by Stefan Monnier.
7234         (gnus-summary-save-in-rmail): Ditto.
7235
7236         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7237         article buffer, instead of both the article buffer and the summary
7238         buffer.  Sort of suggested by Dan Jacobson.
7239
7240         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7241
7242         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7243         Suggested by Dan Jacobson.
7244
7245         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7246         documentation clearer.
7247
7248         * message.el (message-shorten-references): Comment on the number "21".
7249         Suggested by Stefan Monnier.
7250
7251         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7252         Suggested by Dan Jacobson.
7253
7254         * gnus.el (gnus-large-newsgroup):
7255         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7256
7257         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7258         externalize attachments.  Bug reported by Steve Wen.
7259
7260         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7261         really message anything to the user.
7262
7263         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7264         directly.
7265
7266         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7267         messages in empty groups.
7268
7269 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7270
7271         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7272         non-UIDNEXT group.
7273
7274 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275
7276         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7277         not the value from the collection.
7278
7279         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7280         values.  This sometimes happens on some groups that have no info.
7281         (nnimap-request-newgroups): New function.
7282
7283 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7284
7285         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7286         check into `gnus-registry-initialize'.
7287         (gnus-registry-initialize): Ditto.
7288         Fix and extend header docs.
7289
7290 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291
7292         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7293         regexp backtrace overflows.
7294
7295         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7296         for starttls that tls.el implements; i.e. openssl.
7297
7298         * tls.el (tls-starttls-switches): Give up on using starttls with
7299         gnutls-cli.
7300         (tls-program): Add --insecure to be consistent with the defaults from
7301         openssl s_client.  Now all three commands are insecure.
7302
7303 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * lpath.el: Bind completion-styles-alist for XEmacs.
7306
7307         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7308         (gravatar-create-image): New function that's an alias to
7309         gnus-xmas-create-image, gnus-create-image, or create-image.
7310         (gravatar-data->image): Use it.
7311
7312 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7315         install the nnregistry refer method.
7316         (gnus-registry-install-hooks): Use it.
7317         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7318         unfollowed groups.
7319
7320 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7321
7322         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7323         expanding threads.
7324
7325 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7326
7327         * nnir.el: Use the server names without suffixes (bug #7009).
7328
7329         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7330         unencrypted to STARTTLS, if possible.
7331
7332 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7333
7334         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7335         headers before superseding.
7336
7337 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * nnrss.el (nnrss-use-local): Add documentation.
7340
7341         * nnimap.el (nnimap-extend-tls-programs): New function.
7342         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7343         (nnimap-wait-for-connection): Accept the greeting from the stupid
7344         output from openssl s_client -starttls, too.
7345
7346         * tls.el (tls-starttls-switches): New variable.
7347         (tls-find-starttls-argument): Use it.
7348         (open-tls-stream): Ditto.
7349
7350         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7351         (netrc-machine): Ditto.
7352
7353         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7354         article number.
7355         (nnimap-split-fancy): New variable.
7356         (nnimap-split-incoming-mail): Use it.
7357
7358         * nntp.el (nntp-server-list-active-group): Document.
7359
7360         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7361         SELECT to get the message-id.
7362
7363         * mail-source.el (mail-sources): Remove webmail support.
7364         (defvar): Ditto.
7365         (mail-source-fetcher-alist): Ditto.
7366         (mail-source-fetch-webmail): Remove.
7367
7368         * webmail.el: Remove -- doesn't seem relevant any more.
7369
7370         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7371
7372         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7373         the \r.
7374
7375 2010-09-30  Julien Danjou  <julien@danjou.info>
7376
7377         * gnus-agent.el (gnus-agent-add-group): Fix call to
7378         gnus-completing-read.
7379
7380 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7381
7382         * nndoc.el (nndoc-retrieve-groups): New function.
7383
7384         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7385         `default', use nnmail-split-methods.
7386         (nnimap-request-article): Downcase the NILs so that they are nil.
7387
7388         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7389         symbol.
7390
7391         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7392         code, since if the user has requested network, that's what they ought
7393         to get.
7394         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7395         (nnimap-split-rule): Mark as obsolete.
7396
7397         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7398         New variable.
7399
7400         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7401         correct slot, too.
7402
7403 2010-09-29  Julien Danjou  <julien@danjou.info>
7404
7405         * gnus.el (gnus-local-domain): Declare variable obsolete.
7406
7407         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7408         Fix history computing.
7409         (gnus-ido-completing-read): Require ido.
7410
7411 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7414         build Gnus.
7415
7416         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7417         when interpreting the structures.
7418         (nnimap-request-accept-article): Add \r\n to the lines to make this
7419         work with Cyrus.
7420
7421         * nndraft.el (nndraft-request-expire-articles): Use the group name
7422         instead if "nndraft".  Fix found by Nils Ackermann.
7423
7424 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7425
7426         * nnregistry.el: Add.
7427
7428 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7429
7430         * nnmail.el (group, group-art-list, group-art):
7431         Remove unneeded directives.
7432
7433 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7436         (mm-mime-charset):
7437         * rfc2047.el (rfc2047-syntax-table):
7438         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7439
7440         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7441         rather than `insert-file-contents' and `eval-region'.
7442
7443         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7444         construction.
7445
7446         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7447
7448         * time-date.el: No need to require cl for Emacs 21.
7449
7450 2010-09-29  Julien Danjou  <julien@danjou.info>
7451
7452         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7453         replacement of `gnus-gravatar-relief' to mimic
7454         `gnus-faces-properties-alist'.
7455         Add :version property.
7456
7457 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * mail-source.el (mail-source-report-new-mail):
7460         * message.el (message-default-mail-headers):
7461         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7462
7463         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7464
7465 2010-09-28  Julien Danjou  <julien@danjou.info>
7466
7467         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7468         mail-address contains the same string as real-name.
7469
7470         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7471         non-blank in header, otherwise it'll get stripped.
7472
7473         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7474         real-name, and then for mail address rather than doing : or , search.
7475
7476 2010-09-27  Julien Danjou  <julien@danjou.info>
7477
7478         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7479         right completing-read function.
7480         (gnus-use-ido): New variable
7481         (gnus-completing-read-with-default): Remove.
7482         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7483         (gnus-agent-add-group):
7484         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7485         * mm-view.el (mm-view-pkcs7-decrypt):
7486         * mm-util.el (mm-codepage-setup):
7487         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7488         * mml-smime.el (mml-smime-openssl-sign-query):
7489         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7490         (mml-insert-multipart):
7491         * gnus-msg.el (gnus-summary-yank-message):
7492         * gnus-int.el (gnus-start-news-server):
7493         * mm-decode.el (mm-interactively-view-part):
7494         * gnus-dired.el (gnus-dired-attach):
7495         * gnus.el (gnus-read-method):
7496         * gnus-bookmark.el (gnus-bookmark-jump):
7497         * gnus-art.el (gnus-mime-view-part-as-type)
7498         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7499         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7500         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7501         * nnmairix.el (nnmairix-create-server-and-default-group)
7502         (nnmairix-update-groups, nnmairix-get-server)
7503         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7504         (nnmairix-get-group-from-file-path):
7505         * nnrss.el (nnrss-find-rss-via-syndic8):
7506         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7507         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7508         (gnus-group-browse-foreign-server):
7509         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7510         (gnus-summary-execute-command, gnus-summary-respool-article)
7511         (gnus-read-move-group-name):
7512         * gnus-score.el (gnus-summary-increase-score)
7513         (gnus-summary-score-effect):
7514         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7515
7516 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7519         x-focus-frame.
7520
7521         * nnimap.el (auth-source-forget-user-or-password)
7522         (auth-source-user-or-password): Autoload.
7523
7524         * message.el (message-from-style, message-interactive)
7525         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7526         (message-yank-prefix, message-indentation-spaces, message-signature)
7527         (message-signature-file): Add comment.
7528
7529 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7532         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7533         new articles.
7534
7535         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7536         parts.
7537         (nnimap-request-article): Work with the t setting, too.
7538
7539         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7540         that you don't get flashes of other buffers.
7541         (gnus-summary-show-complete-article): Intern before setting.
7542
7543 2010-09-27  David Engster  <dengste@eml.cc>
7544
7545         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7546         well as HEADERS.
7547         (nnmairix-retrieve-headers): Provide new argument for the above.
7548
7549 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7550
7551         * gnus-sum.el (gnus-summary-move-article): Don't alter
7552         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7553         group.
7554
7555         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7556
7557         * message.el (message-cite-prefix-regexp): Revert my last edit.
7558
7559         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7560         variable instead of the Gnus variable.
7561
7562         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7563
7564         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7565
7566         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7567         since some servers don't like it.
7568         (nnimap-open-connection): Forget credentials if the server says the
7569         password was wrong.
7570         (nnimap-parse-line): Protect against invalid data.
7571
7572         * gnus-sum.el (gnus-summary-move-article): Add comment.
7573         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7574         nothing alters it while scanning for new messages.
7575
7576         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7577         which may or may not help.
7578         (nnimap-open-connection): If we're doing a stream connection, and then
7579         discover we're on a STARTTLS-capable server, then open a STARTTLS
7580         connection instead.
7581
7582 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * nnimap.el (utf7): Require.
7585
7586         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7587         prefix.
7588
7589 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7590
7591         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7592
7593 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7594
7595         * nnimap.el (nnimap-request-accept-article): Message the error on
7596         error.
7597
7598 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7601
7602 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7603
7604         * nndoc.el (nndoc-request-list): Return success always.
7605
7606         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7607         `fetch-old' -- we only want to fetch the articles we've requested.
7608         The rest are in the agent, probably.
7609         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7610         disappeared server" to something low.  It's not important.
7611
7612         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7613         arrived before the FETCH data.
7614
7615         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7616         target here, because we don't know the Gnus name of the group.
7617
7618         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7619         for the correct group.
7620
7621         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7622
7623         * gnus.el (gnus): Give a final warning after startup.
7624
7625         * gnus-util.el (gnus-action-message-log): New variable.
7626         (gnus-message): Use it.
7627         (gnus-final-warning): New function.
7628
7629         * nnimap.el (nnimap-open-connection): Record the greeting.
7630         (nnimap): Add greeting.
7631
7632 2010-09-26  Julien Danjou  <julien@danjou.info>
7633
7634         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7635         arguments.
7636         (gnus-html-wash-images): Fix spec computing to include start/end.
7637
7638         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7639
7640 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7643         deletion.
7644         (nnimap-retrieve-headers): Don't select the group, because that's
7645         already done by nnimap-possibly-change-group.
7646
7647         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7648         (gnus-picon-transform-address): Use it.
7649
7650         * mail-source.el (mail-source-value): Revert previous patch.
7651
7652         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7653         on failure.
7654         (nnimap-open-connection): Look up both virtual and physical server name
7655         credentials.
7656
7657         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7658
7659 2009-02-07  Dave Love  <fx@gnu.org>
7660
7661         * tls.el (open-tls-stream): Don't query killing process.
7662
7663 2009-02-08  Dave Love  <fx@gnu.org>
7664
7665         * gnus-win.el (gnus-window-to-buffer-helper)
7666         (gnus-all-windows-visible-p): Function needn't be a symbol.
7667
7668         * mail-source.el (mail-source-value): Function needn't be a symbol.
7669
7670 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7671
7672         * message.el (message-cite-prefix-regexp): Remove } from the cite
7673         prefix.
7674
7675         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7676         highlight again, so that the highlight is correct.
7677
7678         * gnus-picon.el (gnus-picon): Remove again.
7679         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7680
7681         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7682         doing the header highlightling, so that the background color of the
7683         picon is correct.
7684
7685         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7686         (gnus-picon): Ditto.
7687         (gnus-picon): Reinstate.  The background color for picons is white.
7688         (gnus-picon-insert-glyph): Make the background white.
7689
7690         * nnml.el (nnml-open-nov): Don't return dead buffers.
7691
7692         * auth-source.el (auth-source-create): Query the user for whether to
7693         store the credentials.
7694
7695         * netrc.el (netrc-store-data): New function.
7696
7697         * auth-source.el (auth-source-user-or-password): Use the existing auth
7698         sources, if any, for creation.
7699
7700         * gnus.el (gnus-group-fast-parameter): Return the last matching
7701         parameter instead of the first matching parameter.
7702
7703 2010-09-26  Julien Danjou  <julien@danjou.info>
7704
7705         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7706
7707 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7708
7709         * mml2015.el (mml2015-use): Remove gpg support.
7710
7711         * mml1991.el (mml1991-function-alist): Remove gpg function.
7712         (mml1991-gpg-sign): Remove.
7713
7714 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7715
7716         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7717         (gnus-browse-unsubscribe-current-group): Document it.
7718         (gnus-browse-unsubscribe-group): Use it.
7719
7720 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7721
7722         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7723         address to the To list for easier response.
7724
7725         * gnus.el (gnus-play-startup-jingle): Remove.
7726         (gnus-splash): Don't play jingle.
7727         (gnus): Silence gnus-load message.
7728
7729         * gnus-art.el (gnus-treat-play-sounds): Remove.
7730
7731         * gnus.el (gnus-play-jingle): Remove audio support.
7732
7733         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7734
7735         * earcon.el: Remove -- no users.
7736
7737         * gnus-audio.el: Remove -- no users of this package.
7738
7739         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7740
7741         * gnus-start.el (gnus-setup-news): Remove nocem support.
7742
7743         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7744
7745         * gnus.el (gnus-use-nocem): Remove.
7746
7747         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7748         Remove.
7749
7750         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7751         uses NoCeM any more.
7752
7753         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7754         (gnus-button-ctan-handler): Ditto.
7755         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7756         (gnus-button-ctan-directory-regexp): Ditto.
7757         (gnus-button-handle-ctan): Ditto.
7758         (gnus-button-tex-level): Ditto.
7759         (gnus-button-alist): Remove CTAN stuff.
7760
7761 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7762
7763         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7764         nnimap-streaming test.
7765
7766         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7767         servers twice.
7768
7769         * nnimap.el (nnimap-open-connection): Add more error reporting when
7770         nnimap fails early.
7771
7772         * nnheader.el (nnheader-get-report-string): New function.
7773         (nnheader-get-report): Use it.
7774
7775         * gnus-int.el (gnus-check-server): Say what the error was when opening
7776         failed.
7777
7778         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7779         using streaming.
7780
7781 2010-09-25  Julien Danjou  <julien@danjou.info>
7782
7783         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7784         gnus-window-inside-pixel-edges.
7785
7786 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7787
7788         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7789
7790         * mm-decode.el (mm-save-part): Allow saving to other directories the
7791         normal Emacs way.
7792
7793         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7794         Suggested by Jay Berkenbilt.
7795
7796         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7797         there isn't a single byte.
7798
7799         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7800         just do it.  It doesn't really seem to matter what the user responds
7801         here, I think, so it's just a confusing question.
7802
7803         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7804         non-streaming case.
7805
7806         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7807         (gnus-article-encrypt-body): Use it.
7808
7809         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7810         keystroke.
7811
7812         * nnimap.el (nnimap-find-wanted-parts-1):
7813         Use gnus-fetch-partial-articles.
7814
7815         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7816
7817         * nnimap.el (nnimap-insert-partial-structure): New function.
7818         (nnimap-get-partial-article): New function.
7819         (nnimap-request-article): Use it.
7820         (nnimap-wait-for-response): Return whether the wait was successful.
7821         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7822         retrieval wasn't successful.
7823         (nnimap-retrieve-group-data-early): Allow throttling servers.
7824         (nnimap-streaming): New variable.
7825         (nnimap-fetch-partial-articles): Remove.
7826
7827         * mm-decode.el (mm-with-part): Protect against killed buffers.
7828
7829         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7830         for prettier summary display.
7831
7832 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7833
7834         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7835
7836 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7839         apparently third-party libraries depend on it.
7840
7841         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7842         before starting negotiation.
7843
7844         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7845         privacy reasons.
7846         (gnus-treat-mail-gravatar): Ditto.
7847
7848         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7849         buffer when inserting images.  Inserting text into the headers, for
7850         instance, can make them invalid.
7851
7852 2010-09-25  Julien Danjou  <julien@danjou.info>
7853
7854         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7855         variables.
7856
7857         * nnheader.el: Remove useless variables news-reply-yank-from and
7858         news-reply-yank-message-id.
7859
7860         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7861         variables.
7862
7863         * mml1991.el: Remove useless mml1991-verbose.
7864
7865         * gnus.el: Remove useless variable gnus-use-generic-from.
7866         Remove obsolete variable gnus-topic-indentation.
7867
7868         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7869
7870         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7871
7872         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7873
7874         * gnus-group.el: Remove useless gnus-group-icon-cache.
7875         Remove useless gnus-ephemeral-group-server.
7876
7877         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7878
7879         * mml2015.el: Remove useless mml2015-verbose.
7880
7881         * mml-smime.el: Remove useless mml-smime-verbose.
7882
7883         * gnus.el: Remove useless gnus-local-domain.
7884
7885         * gnus-gravatar.el (gnus-gravatar-transform-address):
7886         Use gnus-gravatar-size.
7887
7888         * gnus-art.el: Remove useless gnus-treat-translate.
7889
7890 2010-09-24  Julien Danjou  <julien@danjou.info>
7891
7892         * gnus-sum.el: Add support for Gravatars.
7893
7894         * gnus-art.el: Add support for Gravatars.
7895
7896         * gnus-gravatar.el: Add this file.
7897
7898         * gravatar.el: Add this file.
7899
7900 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7901
7902         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7903
7904         * gnus-group.el (gnus-group-fetch-faq): Remove.
7905
7906         * gnus.el (gnus-group-faq-directory): Remove.
7907
7908         * gnus-group.el (gnus-group-fetch-charter): Remove.
7909
7910         * gnus.el (gnus-group-charter-alist): Remove.
7911
7912         * gnus-group.el (gnus-group-archive-directory): Remove.
7913         (gnus-group-recent-archive-directory): Ditto.
7914         (gnus-group-make-archive-group): Remove.
7915
7916         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7917
7918         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7919         use the same article number for all the cached articles.
7920
7921         * nnimap.el (nnimap-command): Register the last command time so
7922         that we can use it for idling NOOPs.
7923         (nnimap-open-connection): Start the keeplive timer.
7924         (nnimap-make-process-buffer): Store all the process buffers.
7925         (nnimap-keepalive): New function.
7926
7927         * starttls.el (starttls-open-stream): Add autoload cookie.
7928
7929 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7930
7931         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7932         handling.
7933
7934 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7937         its data structures.
7938
7939         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7940         instead of the cl.el copy-list.
7941         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7942         equalp.
7943
7944 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7947         and tool-bar-local-item-from-menu.
7948
7949         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7950         mode-line-highlight face for Emacs.
7951
7952         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7953         loading gnus-sum.elc; fix comment for canlock-verify.
7954         (gnus-article-jump-to-part): Use read-number.
7955         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7956         Remove Emacs pre-21 compatible code for help-echo.
7957         (gnus-article-next-page-1): No need to adjust the number of lines.
7958         (gnus-article-describe-bindings): Always use help-buffer.
7959
7960         * gnus-audio.el (gnus-audio-inline-sound):
7961         * gnus-cus.el (gnus-custom-mode):
7962         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7963
7964         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7965
7966         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7967         compatible code.
7968
7969 2010-09-24  Glenn Morris  <rgm@gnu.org>
7970
7971         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7972         visiting the fcc file in rmail-mode.
7973
7974         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7975
7976 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * nnir.el: Silence the byte compiler.
7979
7980         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7981         alias to browse-url-url-encode-chars if any.
7982         (gnus-html-encode-url): Use it.
7983
7984 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * gnus-start.el (gnus-use-backend-marks): New variable.
7987         (gnus-get-unread-articles-in-group): Use it.
7988
7989         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7990         makeover.
7991
7992 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7993
7994         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7995
7996 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997
7998         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7999         Remove.
8000         (gnus-setup-news-hook):
8001         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8002
8003         * gnus-int.el (gnus-request-update-info): Protect against backends not
8004         having the function.
8005
8006         * nnimap.el (nnimap-stream): Mention starttls.
8007         (nnimap-open-connection): Add starttls support.
8008
8009 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8010
8011         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8012
8013 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8014
8015         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8016         BODYSTRUCTUREs.
8017         (nnimap-transform-headers): Unfold quoted {42} headers.
8018
8019         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8020         the info.
8021         (gnus-get-unread-articles): Only call updatep on backends that support
8022         it.
8023
8024         * nnweb.el (nnweb-request-update-info): NOOP.
8025
8026         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8027
8028         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8029         since it only deals with marks.
8030
8031         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8032         gnus-request-marks, and make a new gnus-request-update-info.
8033
8034         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8035         the active instead of the high number, which is usually too low.
8036
8037 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8038
8039         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8040         * encrypt.el: Remove.
8041
8042 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8045         server in symbolic form.
8046
8047         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8048
8049 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8052         (nnimap-update-info): Fix up code slightly.
8053
8054         * gnus-int.el (gnus-open-server): Add tracing for performance
8055         debugging.
8056
8057         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8058         (gnus-group-insert-group-line): Pass the real group name so that it
8059         gets the right data.
8060
8061         * gnus-start.el (gnus-get-unread-articles): Don't have
8062         `gnus-get-unread-articles-in-group' update info, since that can be
8063         really slow and doesn't seem to be needed?
8064
8065 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8066
8067         * time-date.el (date-to-time): Try using parse-time-string first before
8068         using the slower timezone-make-date-arpa-standard.
8069
8070 2010-09-22  Julien Danjou  <julien@danjou.info>
8071
8072         * gnus-group.el (gnus-group-insert-group-line):
8073         Call gnus-group-highlight-line.
8074         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8075         default hook list.
8076         (gnus-group-update-eval-form): Add new function.
8077         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8078         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8079
8080 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8081
8082         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8083         immediate, then expire all articles.
8084         (nnimap-update-info): Fix off-by-one errors.
8085         (nnimap-flags-to-marks): Would return no marks lists for group with no
8086         flags.  Instead return the other data.
8087
8088 2010-09-22  Julien Danjou  <julien@danjou.info>
8089
8090         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8091         Only return an icon.
8092         (gnus-group-insert-group-line): Compute icon to return.
8093
8094         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8095         (gnus-html-image-fetched): Only cache if
8096         gnus-html-image-automatic-caching is set.
8097         (gnus-html-image-fetched): Check for errors.
8098
8099 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8100
8101         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8102         once per method on `g'.  This ensures that backends like nnfolder don't
8103         open all their folders.
8104
8105         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8106         (nnimap-request-list): Nix out group in the correct buffer.
8107         (nnimap-parse-flags): Implement by using `read' instead of
8108         hand-parsing.
8109         (nnimap-flags-to-marks): Pass on permanent-flags.
8110         (nnimap-make-process-buffer): Record the server name.
8111         (nnimap-parse-flags): Fix typo.
8112         (nnimap-request-scan): Run split on the server in general, not just a
8113         single group.
8114
8115         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8116         parameter, and propagate this downwards.
8117
8118         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8119         since EXAMINE changes it on the server.
8120
8121         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8122         this command might take a while.
8123
8124 2010-09-22  Julien Danjou  <julien@danjou.info>
8125
8126         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8127         harmful if you have 2 images side-by-side, they can't be properly
8128         update on text deletion.  Using text-property is safer here.
8129         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8130         data.
8131
8132 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8133
8134         * nnimap.el (nnimap-expunge-inbox): Remove.
8135         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8136         (nnimap-expunge): Flip default to t.
8137
8138         * gnus.el (gnus-method-to-server): Don't push things to the cache
8139         unless it's unique.
8140         (gnus-server-to-method): Ditto.
8141
8142 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8143
8144         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8145
8146 2010-09-22  Julien Danjou  <julien@danjou.info>
8147
8148         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8149         get the start of data.
8150         (gnus-html-encode-url): Add this function to encode special chars in
8151         URL.
8152         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8153         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8154
8155         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8156         default.
8157         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8158
8159         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8160         images alt-text.
8161         (gnus-html-put-image): Put alt-text as help-echo.
8162
8163 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8166         * mm-util.el (mm-decompress-buffer):
8167         * nnir.el (nnir-run-find-grep):
8168         * pop3.el (pop3-list): Use 3rd arg of split-string.
8169
8170         * time-date.el (format-seconds): Comment fix.
8171
8172         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8173         and byte-optimize-form-code-walker.
8174         (dgnushack-make-auto-load): Don't advise make-autoload.
8175
8176         * lpath.el: Remove Emacs 21 stuff.
8177
8178 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8181         outside the active range.  Suggested by Dan Christensen.
8182
8183         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8184         slightly later to avoid double-getting it.
8185
8186         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8187         previous patch.
8188
8189         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8190
8191 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8192
8193         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8194
8195 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * gnus-int.el (gnus-open-server): Give a better error message in the
8198         "go offline" case.
8199
8200         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8201         marks for nnimap, which is seldom the right thing to do.
8202
8203         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8204         (gnus-same-method-different-name): New function.
8205
8206         * nnimap.el (parse-time): Require.
8207
8208         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8209         method in the presence of many similar methods.
8210
8211         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8212
8213         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8214         nnml-inhibit-expiry.
8215
8216         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8217         find out whether methods are equal.
8218
8219         * nnimap.el (nnimap-find-expired-articles): New function.
8220         (nnimap-process-expiry-targets): New function.
8221         (nnimap-request-move-article): Request the article before looking at
8222         what the Message-ID is.  Fix found by Andrew Cohen.
8223         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8224
8225         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8226         for oldness in addition to being a predicate.
8227
8228         * nnimap.el (nnimap-request-group): When we have zero articles, return
8229         the right data to Gnus.
8230         (nnimap-request-expire-articles): Only delete articles immediately if
8231         the target is 'delete.
8232
8233         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8234         method, this would bug out.
8235
8236         * gnus-group.el (gnus-group-expunge-group): Rename from
8237         gnus-group-nnimap-expunge, and implemented as a normal interface
8238         function.
8239
8240         * gnus-int.el (gnus-request-expunge-group): New function.
8241
8242         * nnimap.el (nnimap-request-create-group): Implement.
8243         (nnimap-request-expunge-group): New function.
8244
8245 2010-09-21  Julien Danjou  <julien@danjou.info>
8246
8247         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8248         (gnus-html-cache-expired): Add new function.
8249         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8250         wethever we should display image for fetch it.
8251         Compute alt-text earlier to pass it to the fetching function too.
8252         (gnus-html-schedule-image-fetching): Change function argument to only
8253         get one image at a time, not a list.
8254         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8255         cache.
8256         (gnus-html-get-image-data): New function to retrieve image data from
8257         cache.
8258         (gnus-html-put-image): Change buffer argument to use image data rather
8259         than file, and place image above region rather than inserting a new
8260         one.  Do not take alt-text as argument, since it's useless now: we place
8261         the image above alt-text.
8262         (gnus-html-prune-cache): Remove.
8263         (gnus-html-show-images): Start to fetch image when we find one, do not
8264         push into a temporary list.
8265         (gnus-html-prefetch-images): Only fetch image if they have expired.
8266         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8267         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8268
8269 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8272
8273 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8274
8275         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8276         spec inser "*" if the group isn't active instead of 0.
8277
8278         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8279         opening the server.
8280         (nnimap-request-delete-group): Implement group deletion.
8281         (nnimap-transform-headers): Return the size of the entire message in
8282         the Bytes header, not just the size of the first part.
8283         (nnimap-request-move-article): When moving an article from nnimap,
8284         request the article first so the accepting form has an article to
8285         accept.  Reported by Dan Christensen.
8286         (nnimap-command): Make sure that the error message doesn't error out.
8287
8288 2010-09-20  David Edmondson  <dme@dme.org>
8289
8290         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8291         we haven't requested anything.
8292
8293 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8296         "".  Fix found by Andrew Cohen.
8297
8298         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8299         instead of -encode-string.
8300
8301 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8304
8305         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8306         by mm-subst-char-in-string.
8307
8308 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8309
8310         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8311         waiting for the connection string.
8312
8313         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8314         arriving.
8315
8316         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8317         bogus characters.  This allows selecting certain Gmail groups.
8318
8319         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8320         (nnimap-fetch-partial-articles): New variable.
8321         (nnimap-open-connection): When looking for credentials, also use the
8322         nnimap-server-port.
8323         (nnimap-request-article): Return the group/article number, so that Gnus
8324         `^' works as expected.
8325         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8326
8327         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8328         comments.
8329         (gnus-methods-sloppily-equal): New function.
8330         (gnus): When using the development version of Gnus, load the gnus-load
8331         file.
8332
8333         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8334         `gnus-open-server' on each method before trying to scan them etc.
8335         This ensures that all the backend parameters are set correctly.
8336
8337         * nnimap.el (nnimap-authenticator): New variable.
8338         (nnimap-open-connection): Allow anonymous login.
8339         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8340         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8341
8342         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8343         patch, found by Knut Anders Hatlen.
8344
8345 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8346
8347         * gnus-agent.el (gnus-agent-batch-confirmation)
8348         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8349         to gnus-message.
8350         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8351         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8352         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8353         * gnus-int.el (gnus-open-server): Likewise.
8354         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8355         (gnus-score-check-syntax): Likewise.
8356         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8357         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8358         Likewise.
8359         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8360
8361 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8362
8363         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8364         calling conventions so that prefetch doesn't bug out.
8365
8366 2010-09-19  Julien Danjou  <julien@danjou.info>
8367
8368         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8369         rather than `subst-char-in-region' in order to be able to replace ASCII
8370         char by UTF-8 ones.
8371
8372         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8373         than curl.
8374         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8375         the right URL and ALT text on images.
8376         (gnus-html-wash-tags): Fix tag case.
8377         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8378         (gnus-article-html): Add -o display_ins_del=2 option.
8379         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8380
8381 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382
8383         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8384         the extra mail headers, which sometimes seem to happen for unknown
8385         reasons.
8386
8387         * mail-parse.el (mail-header-encode-parameter): Define as
8388         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8389         (or most, perhaps?) mail readers don't understand the latter, but do
8390         understand the former.
8391
8392         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8393         to nil, so that no methods are automatically agentized.  I think this
8394         is probably what most users want.
8395
8396         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8397         from url-retrieve, for instance about invalid URLs.
8398
8399         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8400         groups that have no articles.
8401         (nnimap-request-article): Check that we really got an article when we
8402         requested one.
8403
8404         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8405         doesn't exist.
8406
8407         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8408         nntp buffer so the agent can save it.
8409         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8410         that CRLF doesn't get translated to \n.
8411         (nnimap-open-connection): Don't make 'shell commands only send \n.
8412
8413 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8414
8415         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8416         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8417         Update var name.
8418         (nnml-generate-nov-file): Use dolist.
8419         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8420         Use with-current-buffer.
8421
8422 2010-09-18  Julien Danjou  <julien@danjou.info>
8423
8424         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8425         parallel.
8426
8427 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8428
8429         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8430         the range update right.
8431         (nnimap-request-group): Don't make `M-g' bug out on group with no
8432         marks.
8433         (nnoo): Require, so that other packages can require nnimap.
8434         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8435         command we're looking for.  This helps when the server sends more
8436         responses after we've gotten everything we expected.
8437         (nnimap): Add a `newlinep' field to keep track of end-of-line
8438         conventions.
8439         Don't send CRLF to things that don't want it.
8440         (nnimap-request-accept-article): Ditto.
8441
8442 2010-09-18  Julien Danjou  <julien@danjou.info>
8443
8444         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8445         than curl to retrieve images.
8446
8447 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8448
8449         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8450         the marks.
8451         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8452         (nnimap-wait-for-connection): New function.
8453         (nnimap-open-connection): If we have PREAUTH, don't query for login
8454         credentials.
8455         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8456         when doing a partial update.
8457
8458 2010-09-18  Julien Danjou  <julien@danjou.info>
8459
8460         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8461         tags.
8462
8463 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8464
8465         * nnimap.el (nnimap-credentials): New function.
8466         (nnimap-open-connection): Use the new function to look for credentials
8467         also on the numeric equivalents of "imap" and "imaps".
8468
8469         * gnus-start.el (gnus-activate-group): Send the info to
8470         gnus-request-group.
8471
8472         * nnimap.el (nnimap-request-group): Have the "check" version of the
8473         function parse flags and update the info, so that a `M-g' get a total
8474         resync of all flags from the group.
8475
8476         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8477         to allow backends to alter the info on group selection.  Also alter all
8478         the backend -request-group functions to take the parameter.
8479
8480         * nnimap.el (nnimap-store-info): New function.
8481         (nnimap-update-info): Store the info for later usage.
8482         (nnimap-request-group): Use the stored info for the dont-check case, so
8483         that we don't retrieve all marks when we enter a group.
8484
8485         * nnimap.el: Use deffoo instead of defun for interface functions.
8486
8487         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8488         update the group info.  This makes the nndraft groups, for instance, go
8489         back to their old behavior.
8490
8491         * gnus-sum.el (gnus-select-newsgroup): Indent.
8492
8493         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8494         in.
8495         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8496         nothing.
8497
8498         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8499         from methods that are denied.
8500
8501         * gnus-int.el (gnus-method-denied-p): New function.
8502
8503         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8504         store the password instead of netrc.
8505         (nnimap-open-connection): Don't error out when we can't make a
8506         connections.
8507
8508         * auth-source.el (auth-source-create): In the password prompt, say what
8509         we're querying for.  Also prompt for user name if that hasn't been
8510         given.
8511
8512         * nnimap.el (nnimap-with-process-buffer): Remove.
8513
8514 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515
8516         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8517         method when we're reading from the agent.
8518
8519         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8520
8521         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8522         that's probably most useful for users.
8523
8524         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8525         "failed" all the time.
8526
8527         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8528         ...)) with (with-current-buffer ... ).
8529
8530         * nntp.el (nntp-open-server): Return whether the open was successful or
8531         not.
8532
8533         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8534         select an unread unseen article first.
8535
8536         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8537         /etc/services, supply some sensible port defaults.
8538
8539         * dgnushack.el: Define netrc-credentials.
8540
8541 2010-09-17  Julien Danjou  <julien@danjou.info>
8542
8543         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8544
8545 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8546
8547         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8548         doesn't have any parameters.
8549
8550 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8553         only upcased checks.
8554
8555         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8556
8557         * nnimap.el (nnimap-open-shell-stream): New function.
8558         (nnimap-open-connection): Use it.
8559         (nnimap-transform-headers): Get the number of lines in each message.
8560         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8561         number of lines.
8562         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8563         problem.
8564
8565         * utf7.el (utf7-encode): Autoload.
8566
8567         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8568         to allow the mail splitting to not return a default group.  This is
8569         useful for nnimap, which will leave unmatched mail in the inbox.
8570
8571         * nnimap.el: Rewritten.
8572
8573         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8574         nnimap usage.
8575
8576         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8577         if the move is internal, so that nnimap can do fast internal moves.
8578
8579         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8580         data.
8581         (gnus-read-active-for-groups): Support finishing the early retrieval of
8582         data.
8583
8584         * gnus-range.el (gnus-range-nconcat): New function.
8585
8586         * gnus-int.el (gnus-finish-retrieve-group-infos)
8587         (gnus-retrieve-group-data-early): New functions.
8588
8589 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8590
8591         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8592         (nnrss-retrieve-groups):
8593         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8594         (pop3-quit): Use with-current-buffer.
8595
8596 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8599         instead of nnheader-accept-process-output.
8600
8601         * dgnushack.el (dgnushack-compile): Add comment.
8602
8603         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8604
8605         * gnus-html.el (gnus-html-schedule-image-fetching)
8606         (gnus-html-prefetch-images): Replace process-kill-without-query by
8607         gnus-set-process-query-on-exit-flag.
8608
8609 2010-09-16  Romain Francoise  <romain@orebokech.com>
8610
8611         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8612
8613 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8616         parameter to unintern is mandatory-ish in Emacs 24.
8617
8618         * gnus-html.el (gnus-html-schedule-image-fetching)
8619         (gnus-html-prefetch-images): Check for curl before using it.
8620
8621         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8622         depend on curl, which isn't essential.
8623
8624         * imap.el: Revert back to version
8625         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8626         seem problematic.
8627
8628 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8629
8630         * gnus-registry.el (gnus-registry-install-shortcuts):
8631         Explicitly pass `obarray' to `unintern' to avoid a warning.
8632
8633 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8634
8635         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8636         change.
8637
8638         * nnrss.el (nnrss-request-list): Remove this function and related
8639         functions, including the moreover stuff.
8640
8641 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * nnrss.el (nnrss-retrieve-groups): New function.
8644
8645 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8646
8647         * .dir-locals.el: Add no-byte-compile cookie.
8648
8649 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * time-date.el (format-seconds): Comment fix.
8652
8653         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8654         for back end that doesn't support request-scan.
8655
8656 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657
8658         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8659         then do request scans from the backends.
8660
8661         * netrc.el (netrc-credentials): New conveniency function.
8662
8663         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8664         avoid running a hook per line, since this takes a lot of time,
8665         profiling shows.
8666         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8667         directly if gnus-visual-p is true.
8668
8669 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8672         groups; replace mapcar with dolist which is a bit faster; pass groups
8673         info to gnus-read-active-file-1.
8674         (gnus-read-active-file-1): Scan only specified groups if the new
8675         optional arg `infos' is given.
8676
8677 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8680
8681         * pop3.el (pop3-movemail): Remove.
8682         (pop3-streaming-movemail): Rename to pop3-movemail.
8683
8684         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8685         don't restrict end-tag searches to the end of the line.
8686
8687 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8690         articles of every unchecked group to t, which means unknown since the
8691         server has never been opened.
8692
8693 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * gnus-html.el (gnus-html-show-alt-text): New command.
8696         (gnus-html-browse-image): Ditto.
8697         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8698         to browse the image directly.
8699         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8700         better.
8701
8702         * gnus-async.el (gnus-async-article-callback):
8703         Call `gnus-html-prefetch-images' unconditionally.
8704
8705         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8706         before feeding URLs to curl.
8707
8708 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8711         internal images as deletable by `W D D'.
8712
8713         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8714         (gnus-async-article-callback): Fix typo.
8715
8716 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8719         current line to work around bugs in the output from w3m.
8720
8721         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8722         for groups that want that.
8723
8724         * nntp.el (nntp-wait-for-string): Supply a timeout for
8725         accept-process-output to ensure progress.
8726
8727         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8728         level to get unread articles from, then use that for foreign groups,
8729         too.
8730
8731         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8732         confuses the rest of the function.
8733
8734         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8735         for the methods that support -retrieve-groups, too.
8736
8737         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8738
8739 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8742         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8743
8744         * pop3.el: Require cl when compiling.
8745         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8746
8747 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8750         that aren't going to be activated.
8751         (gnus-get-unread-articles): Fix up the last commit.
8752
8753         * gnus-html.el (gnus-article-html): Allow calling without specifying
8754         the handle.  In that case, dissect the buffer first.
8755
8756         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8757
8758         * nnimap.el (nnimap-open-connection): Revert the change that would look
8759         into authinfo for imaps instead of imap.
8760
8761         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8762         say that you don't want to call gnus-request-group with don-check, but
8763         do check the reponse.  This is for virtual groups only.
8764         (gnus-get-unread-articles): Count the archive groups as secondary, so
8765         that they're activated the same way as before.
8766
8767         * imap.el (imap-message-map): Removed optional buffer parameter, since
8768         no callers use it.
8769         (imap-message-get): Ditto.
8770         (imap-message-put): Ditto.
8771         (imap-mailbox-map): Ditto.
8772         (imap-mailbox-put): Ditto.
8773         (imap-mailbox-get): Ditto.
8774         (imap-mailbox-get): Revert last change for this function.
8775
8776         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8777         case-insensitively.
8778         (nnimap-debug): Remove.
8779
8780         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8781         callers to use `imap-fetch' instead.  According to the comments, this
8782         should be safe, since all other IMAP clients use the 1:* syntax.
8783         (imap-enable-exchange-bug-workaround): Remove.
8784         (imap-debug): Remove -- doesn't seem very useful.
8785
8786         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8787         mail from a file, and the file doesn't exist.
8788
8789         * imap.el (imap-log): New convenience function used throughout instead
8790         of repeating the same code all over the place.
8791
8792         * pop3.el (pop3-streaming-movemail): Return t for success.
8793
8794         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8795         .authinfo if we're using ssl connection.
8796
8797         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8798         already have if we're in a main Gnus `g' run.
8799
8800         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8801
8802 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8805
8806         * nnmh.el (nnmh-request-list-1): Bind `file'.
8807
8808         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8809         alias to set-process-query-on-exit-flag or process-kill-without-query.
8810         (pop3-open-server): Use it.
8811
8812 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8815         box to the Incoming file.  Fixes mistake in previous checkin.
8816
8817         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8818         request loop (for debugging purposes) removed.
8819
8820         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8821         culprit is more visible.
8822         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8823         (nnml-add-incremental-nov): New functions to do "incremental" nov
8824         updates, where we just append to the end of the existing nov files
8825         without reading/writing them in full.
8826
8827         * mail-source.el (mail-source-delete-crash-box): Really only check the
8828         incoming files once in a while.
8829
8830         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8831
8832         * mail-source.el (mail-source-delete-crash-box): Only check the
8833         incoming files for deletion once per day to save a lot of file
8834         accesses.
8835
8836         * pop3.el (pop3-logon): Fix up unbound variable typo.
8837
8838         * mail-source.el (pop3-streaming-movemail): Autoload.
8839
8840         * pop3.el (pop3-streaming-movemail):
8841         Respect pop3-leave-mail-on-server.
8842
8843         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8844         retrieval.
8845
8846         * pop3.el (pop3-process-filter): Remove unused function.
8847         (pop3-streaming-movemail, pop3-send-streaming-command)
8848         (pop3-wait-for-messages, pop3-write-to-file)
8849         (pop3-number-of-responses): New functions for streaming pop3
8850         retrieval.
8851
8852         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8853         come from no known methods.
8854         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8855         list.
8856
8857         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8858         message sizes.
8859         (pop3-movemail): Use erase-buffer instead of looping and deleting
8860         regions, which seems rather odd.
8861
8862         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8863         file once per `g' run.
8864
8865         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8866         directories.  This makes the draft queue directory work.
8867
8868         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8869         data from the backends, so that we only request the list of groups from
8870         each method once.  This should speed things up considerably.
8871
8872         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8873         detect that it's not implemented.
8874
8875         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8876         we actually do recurse down into the tree, but don't stat all leaf
8877         nodes.
8878
8879         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8880         then say so instead of bugging out.
8881
8882         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8883         files exist before trying to read them.
8884
8885         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8886         around <pre_int>.
8887
8888         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8889
8890         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8891
8892 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * mm-util.el (mm-image-load-path): Just return the image directories,
8895         not all directories in the path in addition to the image directories.
8896         (mm-image-load-path): Maintain a cache of the image directories so that
8897         the `g' command in Gnus doesn't have to stat dozens of directories each
8898         time.
8899
8900         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8901         (gnus-html-wash-tags): Add a new `i' command to insert images.
8902         (gnus-html-insert-image): New command and keystroke.
8903         (gnus-html-redisplay-with-images): New command and keystroke.
8904         (gnus-html-show-images): Rename command.
8905         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8906         spacers.
8907         (gnus-html-wash-tags): Decode entities at the end, so that entities
8908         inside the tags don't mess up the rest of the "parsing".
8909
8910         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8911         so that nnimap methods aren't agentized by default.  There's apparently
8912         many problems related to agent/imap behavior.
8913
8914         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8915
8916         * gnus-html.el: Doc fix.
8917
8918 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8921         specifier-spec-list for Emacs 21.
8922
8923         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8924         glyph-width and glyph-height instead of display-graphic-p and
8925         image-size; make avoidance of displaying small images work for XEmacs.
8926
8927         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8928         for XEmacs.
8929
8930         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8931         of symbol that holds plist data.
8932         (gnus-process-plist): Remove plist of process after getting it.
8933
8934 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * message.el (message-generate-hashcash): Change default to
8937         'opportunistic if hashcash is installed.
8938
8939         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8940         (gnus-html-put-image): Only call image-size once, since it's somewhat
8941         time-consuming on remote X servers.
8942
8943 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8946         type on data, not a file name.
8947
8948         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8949         window-pixel-edges for Emacs 21.
8950
8951         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8952         decoded contents.
8953         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8954
8955 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8958         group line format, since it isn't very interesting.
8959
8960         * gnus-agent.el (gnus-agent-short-article),
8961         (gnus-agent-long-article): Increase values for these two variables,
8962         since most people are likely to have more network connection and
8963         storage than before.
8964
8965         * gnus.el (gnus-refer-article-method): Change default to 'current.
8966         When referring an article, the common behavior is to refer it from the
8967         current select method, not the native select method.  The chances of
8968         the native select method having the message in question is rather slim
8969         these days.
8970
8971         * gnus-sum.el (gnus-auto-select-subject): Change default to
8972         `unseen-or-unread'.  I think it's likely that most people want to
8973         select an unseen article over a previously seen, but unread one.
8974
8975         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8976         means that in the article buffer none of the minor mode elements will
8977         be shown, usually, and this is not desirable in most cases.
8978
8979         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8980         that commands like `d' (and the like) go to the next line in the
8981         buffer, instead of the next unread article.  I think this is the
8982         behavior that is most natural for most users.
8983         (gnus-single-article-buffer): Change default to nil, so that people can
8984         have as many article buffers open as they have summary buffer.  I think
8985         this is the most natural way for the groups to behave.
8986
8987         * message.el (message-generate-new-buffers): Change default to
8988         `unsent', so that all new message buffers start their names with the
8989         string "*unsent", and it's easier to find the buffers if you move from
8990         them.
8991
8992 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993
8994         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8995         small.  They're probably tracking images.
8996         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8997         (gnus-html-rescale-image): Yet another try at getting the image sizing
8998         right.
8999
9000         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9001         nntp-marks-file-name is nil.
9002
9003 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9004
9005         * gnus-html.el (gnus-html-wash-tags)
9006         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9007         Better logging.
9008
9009 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9012
9013         * gnus-html.el (gnus-html-wash-tags): Check the value of
9014         gnus-blocked-images in the summary buffer.
9015
9016 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9017
9018         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9019
9020 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9021
9022         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9023         like "a", it seems like.
9024         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9025         since it needs to be picked from the correct buffer.
9026
9027         * nnwfm.el: Remove.
9028
9029         * nnlistserv.el: Remove.
9030
9031 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9032
9033         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9034         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9035
9036 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9037
9038         * nnkiboze.el: Remove.
9039
9040         * nndb.el: Remove.
9041
9042         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9043         alt text.
9044         (gnus-html-rescale-image): Try to get the rescaling logic right for
9045         images that are just wide and not tall.
9046
9047         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9048         overshadow variable bindings.
9049
9050 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9051
9052         * gnus-html.el (gnus-html-wash-tags)
9053         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9054         Add extra logging.
9055
9056 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9059         (gnus-max-image-proportion): New variable.
9060         (gnus-html-rescale-image): New function.
9061         (gnus-html-put-image): Rescale images.
9062
9063 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9064
9065         Fix up some byte-compiler warnings.
9066         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9067         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9068         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9069         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9070         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9071         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9072         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9073
9074 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-html.el (gnus-article-html): Decode contents by charset.
9077
9078 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9081         (gnus-html-frame-width, gnus-blocked-images):
9082         * message.el (message-prune-recipient-rules): Add custom version.
9083         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9084
9085         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9086         functions.
9087
9088         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9089         gnus-process-get.
9090
9091 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9092
9093         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9094         instead of lsub directly.
9095
9096 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9097
9098         * nnwarchive.el: Remove.
9099
9100         * gnus-soup.el: Remove.
9101
9102         * nnsoup.el: Remove.
9103
9104         * nnultimate.el: Remove.
9105
9106         * gnus-html.el (gnus-blocked-images): New variable.
9107
9108         * message.el (message-prune-recipients): New function.
9109         (message-prune-recipient-rules): New variable.
9110
9111         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9112         guess whether a long line is natural text or not.
9113
9114         * gnus-html.el (gnus-html-schedule-image-fetching):
9115         Use gnus-process-plist and friends for compatibility.
9116
9117 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9118
9119         * gnus-html.el: Require packages that define macros used in this file.
9120         (gnus-article-mouse-face): Declare to silence byte-compiler.
9121         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9122         process-get.
9123         (gnus-html-put-image): Use plist-get to avoid getf.
9124         (gnus-html-prefetch-images): Use with-current-buffer.
9125
9126 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-ems.el: Provide compatibility functions for
9129         gnus-set-process-plist.
9130
9131         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9132         header-line-format for XEmacs 21.4.
9133
9134         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9135         * gnus.el (gnus-valid-select-methods):
9136         * message.el (message-send-mail-partially-limit):
9137         * mm-decode.el (mm-text-html-renderer):
9138         * mml.el (mml-insert-mime-headers-always):
9139         * smiley.el (smiley-regexp-alist): Bump custom version.
9140
9141 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142
9143         * gnus-html.el: require mm-url.
9144         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9145         with the url to `url'.
9146         (gnus-html-wash-tags): Support cid: URLs/images.
9147
9148 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9151         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9152         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9153
9154         * gnus-move.el: Remove file, since it doesn't really work.
9155
9156         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9157         UTF-8.  This seems to fix problems with some German web feeds.
9158
9159         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9160         at the top so that the proper colors are applied.
9161
9162         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9163         don't have dots in their names.
9164
9165         * gnus-art.el (gnus-article-view-part): Doc fix.
9166
9167         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9168         XEmacs-compatible.
9169         (gnus-html-put-image): Don't do images on non-graphic displays.
9170
9171         * nnslashdot.el: Remove this unused backend.
9172
9173         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9174         actions.
9175         (gnus-undo-register-1): Revert last change.
9176
9177         * gnus-group.el (gnus-group-completing-read): Protect against not
9178         having completion-styles bound.
9179
9180         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9181         make broken recipients happier.
9182
9183         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9184
9185         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9186         point parameter.
9187
9188         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9189
9190         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9191         completion-styles for group selection.
9192
9193 2009-02-04  Andreas Schwab  <schwab@suse.de>
9194
9195         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9196         headers and regexp-quote the match if necessary.
9197
9198 2009-03-24  Miles Bader  <miles@gnu.org>
9199
9200         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9201         the blinking smiley.
9202
9203 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9204
9205         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9206         blink smiley.
9207
9208 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9211         where the dribbel file lives exists.
9212
9213         * message.el (message-send-mail-partially-limit): Change the default to
9214         nil, since most people don't want this.
9215
9216         * mm-url.el (mm-url-decode-entities): Also decode entities like
9217         &#x3212.
9218
9219 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9220
9221         * gnus-sum.el (gnus-summary-idna-message):
9222         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9223         Hyperlink urls in docstrings with URL `...'.
9224
9225 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9226
9227         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9228         functions.
9229
9230 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9231
9232         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9233         say what the mouseover text should be.
9234
9235         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9236         version of the mm-w3m-safe-url-regexp variable to only download images
9237         in the groups where we want that to happen.
9238
9239         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9240
9241         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9242         easier debugging.
9243         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9244         big pictures in the article buffer.
9245
9246         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9247         gnus-article-html.
9248         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9249         w3m.
9250
9251         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9252
9253 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9256         which doesn't exist.
9257
9258         * message.el (message-inhibit-ecomplete): New variable to allow some
9259         function to inhibit ecomplete address storage.
9260         (message-resend): Disable ecomplete message storage when resending
9261         messages.
9262
9263         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9264
9265 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9268         Save excursion while copying, moving, and deleting articles in order to
9269         prevent the cursor from jumping to unforeseen place.
9270
9271 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * lpath.el: No need to bind bookmark-current-buffer,
9274         bookmark-yank-point and bookmark-make-record-function.
9275
9276 2010-08-17  Glenn Morris  <rgm@gnu.org>
9277
9278         * gnus-sync.el: Require gnus components whose functions are used.
9279
9280         * gnus-art.el (bookmark-make-record-function):
9281         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9282         Declare for compiler.
9283
9284         * mm-url.el (mml-compute-boundary): Autoload.
9285
9286 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9289
9290 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9291
9292         Typo fix "hoo4a" -> "hook".
9293
9294         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9295
9296 2010-08-14  Glenn Morris  <rgm@gnu.org>
9297
9298         * gnus-sync.el (gnus-sync): Fix defgroup version.
9299
9300 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9301
9302         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9303
9304         * gnus-sync.el: Fix docs.
9305         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9306         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9307
9308 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9309
9310         Optimizations for gnus-sync.el.
9311
9312         * gnus-sync.el: Add docs about gnus-sync-backend
9313         possibilities.
9314         (gnus-sync-save): Remove unnecessary message.
9315         (gnus-sync-read): Optimize and show what groups were skipped.
9316
9317 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9318
9319         Minor bug fixes for gnus-sync.el.
9320
9321         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9322         Don't read the sync on get-new-news.
9323
9324         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9325         quiet.
9326
9327         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9328         (fix typo).
9329
9330 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9331
9332         Make saving and restoring of hidden threads work with overlays.
9333         Patch applied by Ted Zlatanov.
9334
9335         * gnus-sum.el (gnus-hidden-threads-configuration)
9336         (gnus-restore-hidden-threads-configuration): Update to deal with text
9337         properties, rather than searching for a magic character.
9338
9339 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9340
9341         New gnus-sync.el library for synchronization of marks.
9342
9343         * gnus-sync.el: New library for synchronization of marks.
9344
9345         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9346         renamed from `gnus-registry-grep-in-list'.
9347
9348         * gnus-registry.el (gnus-registry-follow-group-p):
9349         Use `gnus-grep-in-list'.
9350
9351         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9352
9353 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9356         determining charset of text fails.
9357
9358 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * nnmail.el (nnmail-get-new-mail-1): Revert.
9361
9362         * nnml.el (nnml-active-number): Make sure names of newly created groups
9363         in nnml-group-alist are encoded.
9364
9365 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9368         containing non-ASCII characters in active file for nnml back end.
9369
9370 2010-07-24  David Engster  <dengste@eml.cc>
9371
9372         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9373         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9374
9375 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9376
9377         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9378         tag (Bug#6654).
9379
9380 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9383         the article buffer, not the summary buffer.
9384
9385 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9388         Emacs 23 as well.
9389
9390 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9393         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9394
9395 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9396
9397         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9398         Patch applied by Karl Fogel.
9399
9400         * gnus-sum.el (gnus-summary-bookmark-make-record):
9401         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9402
9403 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9404
9405         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9406         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9407         C-w still not working correctly from Article buffers; Thierry's
9408         patch to fix that will be applied after this.
9409
9410         * gnus-art.el (bookmark-make-record-function): New local variable.
9411
9412         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9413         article buffer.
9414         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9415
9416 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9417
9418         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9419         on changes in bookmark.el.
9420
9421 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9424         `no-log' instead of message not to log prompt string.
9425
9426 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9427
9428         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9429         the *other* type of HTML form submission.
9430
9431 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9432
9433         * auth-source.el (auth-source-pick): If choice does not contain a
9434         questioned keyword, set the check to t.
9435
9436 2010-06-12  Romain Francoise  <romain@orebokech.com>
9437
9438         * gnus-util.el (gnus-date-get-time): Move up before first use.
9439
9440 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9443         (gnus-article-edit-part): Bind it to make last part that is substituted
9444         or deleted visible.
9445         (gnus-mime-display-single): Buttonize part of which id equals to
9446         gnus-mime-buttonized-part-id.
9447
9448 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9449
9450         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9451         (gnus-dd-mmm): Use gnus-date-get-time.
9452         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9453         simplify logic.
9454         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9455         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9456
9457 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9458
9459         * auth-source.el (top): Autoload `secrets-list-collections',
9460         `secrets-create-item', `secrets-delete-item'.
9461         (auth-sources): Fix tag string.
9462         (auth-get-source, auth-source-retrieve, auth-source-create)
9463         (auth-source-delete): New defuns.
9464         (auth-source-pick): Rewrite in order to avoid 2 passes.
9465         (auth-source-forget-user-or-password): New parameter USERNAME.
9466         (auth-source-user-or-password): New parameters CREATE-MISSING and
9467         DELETE-EXISTING.  Retrieve password interactively, if needed.
9468
9469 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9470
9471         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9472         deleting unused directories when gnus-expert-user is t.
9473
9474 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9477         for each temp file when gnus-article-browse-delete-temp is ask.
9478
9479 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9480
9481         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9482         Replace Lisp calls to delete-backward-char by calls to delete-char.
9483
9484 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9485
9486         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9487
9488 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9489
9490         * password-cache.el (password-cache-remove): Fix docstring.
9491
9492 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9495         article unless decoding article to be saved.
9496
9497 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9500         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9501         generated within the mm-with-unibyte-current-buffer macro.
9502
9503 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9506         to nil when we're in a mml-preview buffer and no group is selected.
9507
9508 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9509
9510         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9511         when catching the `C-g'.  Reported by "Leo".
9512
9513 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * message.el (message-forward-make-body-plain)
9516         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9517         multibyte-string-p.
9518
9519         * lpath.el: Revert.
9520
9521 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * message.el (message-forward-make-body-mml): Assume original message
9524         is multibyte string; error on unibyte.
9525         (message-forward-make-body-plain): Ditto; don't add excessive newline
9526         in body end.
9527
9528         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9529
9530 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9531
9532         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9533         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9534
9535 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * mm-extern.el (mm-extern-url): Don't use
9538         mm-with-unibyte-current-buffer.
9539         (mm-extern-cache-contents): Use with-current-buffer instead of
9540         save-excursion + set-buffer.
9541
9542 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * mm-util.el (mm-emacs-mule): Remove.
9545
9546 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9547
9548         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9549         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9550         change.
9551
9552 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9555         bind the default value of enable-multibyte-characters to nil.
9556
9557 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * message.el (message-forward-make-body-plain)
9560         (message-forward-make-body-mml):
9561         Don't use mm-with-unibyte-current-buffer.
9562
9563 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9564
9565         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9566
9567 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9568
9569         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9570         (Bug#5592).
9571
9572 2010-05-07  Julien Danjou  <julien@danjou.info>
9573
9574         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9575         it to mm-pipe-part.
9576
9577         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9578         it is given.
9579
9580 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * binhex.el (binhex-decode-region-internal):
9583         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9584         (dns-query):
9585         * nnweb.el (nnweb-gmane-search):
9586         * pgg-parse.el (pgg-parse-armor):
9587         * pgg.el (pgg-verify-region):
9588         * sha1.el (sha1-string-external):
9589         * uudecode.el (uudecode-decode-region-internal):
9590         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9591         XEmacs.
9592
9593         * gnus-art.el (gnus-article-browse-html-parts):
9594         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9595         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9596         make-temp-file.
9597
9598         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9599         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9600         compiling.
9601
9602         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9603         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9604         XEmacs when compiling.
9605
9606         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9607         gnus-pick-mode-off-hook for XEmacs when compiling.
9608         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9609         gnus-binary-mode-off-hook for XEmacs when compiling.
9610
9611         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9612         Return nil if char-charset is not available.
9613
9614         * imap.el (imap-disable-multibyte)
9615         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9616         macros.
9617
9618         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9619         instead of encode-coding-string.
9620
9621         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9622         'xemacs) instead of mm-emacs-mule to switch function definitions.
9623         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9624
9625         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9626         bind temporary-file-directory for XEmacs;
9627         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9628         timer-set-function for XEmacs 21.4 and SXEmacs;
9629         bind timer-list for XEmacs 21.4 and SXEmacs;
9630         fbind char-charset and find-charset-region for non-Mule XEmacs;
9631         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9632         encode-coding-region and encode-coding-string for XEmacs having no
9633         file-coding feature.
9634
9635 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9636
9637         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9638
9639 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9642         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9643
9644 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9645
9646         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9647         alias `jka-compr-delete-temp-file' no longer exists.
9648
9649 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9650
9651         Use define-minor-mode in Gnus where applicable.
9652         * mml.el (mml-mode): Use define-minor-mode.
9653         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9654         (gnus-undo-mode): Use define-minor-mode.
9655         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9656         (gnus-dead-summary-mode): Use define-minor-mode.
9657         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9658         Initialize in declaration.
9659         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9660         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9661         (gnus-mailing-list-mode): Use define-minor-mode.
9662         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9663         (gnus-draft-mode): Use define-minor-mode.
9664         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9665         (gnus-dired-mode): Use define-minor-mode.
9666
9667 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9668
9669         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9670         handles on recursive mml-to-mime translation and check them for
9671         boundary delimiter collisions.  Reported by Greg Troxel.
9672
9673 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9676
9677 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9678
9679         * mm-util.el (mm-find-buffer-file-coding-system):
9680         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9681
9682 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9683
9684         * message.el (message-generate-headers): Record insertion of optional
9685         headers as well.  Otherwise the check to prevent repeated insertion of
9686         optional headers is a no-op.
9687
9688 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9689
9690         * smime.el: Don't mention CVS.
9691
9692         * nnrss.el (nnrss-fetch): Don't mention CVS.
9693
9694         * nnir.el: Don't mention CVS.
9695
9696 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9697
9698         * gnus-sum.el (gnus-summary-bookmark-make-record):
9699         Add `location' field.
9700
9701 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * lpath.el: Fbind bookmark-default-handler,
9704         bookmark-get-bookmark-record, bookmark-make-record-default,
9705         bookmark-prop-get for Emacs <23 and XEmacs.
9706
9707 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9708
9709         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9710         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9711         Use with-current-buffer to silence the byte-compiler.
9712         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9713         bother to require `gnus'.
9714         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9715
9716 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9717
9718         * gnus-sum.el (gnus-summary-bookmark-make-record)
9719         (gnus-summary-bookmark-jump): New functions.
9720         (gnus-summary-mode): Setup bookmark support.
9721
9722 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9723
9724         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9725         if set.
9726
9727 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9730         gnus-article-browse-html-save-cid-image; make it work recursively for
9731         forwarded messages as well.
9732         (gnus-article-browse-html-parts): Work when prefix arg is given.
9733         (gnus-article-browse-html-article): Doc fix.
9734
9735 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9736
9737         * message.el (message-default-mail-headers):
9738         (message-default-headers): Carry the value mail-default-headers over
9739         into message-default-mail-headers, rather than message-default-headers.
9740
9741 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9742
9743         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9744         charset.
9745
9746         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9747         charset into the <meta> tag when the article is encoded to utf-8.
9748
9749 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus-art.el (gnus-article-browse-delete-temp-files):
9752         Delete directories as well.
9753         (gnus-article-browse-html-parts): Work for images that do not specify
9754         file names; delete temp directory when quitting; insert header at the
9755         right place; use file: scheme for image files.
9756
9757 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9758
9759         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9760         (gnus-article-browse-html-parts): Use it to make temporary cid image
9761         files in addition to html file so that browser may display them.
9762
9763 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9766
9767 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9768
9769         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9770
9771 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9772
9773         * auth-source.el (auth-sources): Change default to be simpler.
9774         Explain about Secret Service API sources.  Improve Customize options.
9775         (auth-source-pick): Change to accept any number of search parameters.
9776         Implement fallbacks iteratively, not recursively.  Add scoring on the
9777         second pass and sort by score.  Call Secret Service API when needed.
9778         (auth-source-user-or-password): Use it.  Call Secret Service API
9779         directly when needed to get the user name and the password.
9780
9781 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9782
9783         * message.el (message-interactive): Doc fix.
9784         (message-qmail-inject-args): Reflow.
9785         (message-kill-to-signature): Fix typo in docstring.
9786
9787         * smiley.el (smiley-buffer): Fix typo in docstring.
9788
9789 2010-03-24  Glenn Morris  <rgm@gnu.org>
9790
9791         * mail-source.el (gnus-message): Declare.
9792         (mail-source-delete-old-incoming): Require gnus-util.
9793
9794 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9797
9798         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9799
9800         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9801         password-cache's default if it is not bound.
9802         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9803         password-cache-expiry's default if it is not bound.
9804
9805         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9806         available in Emacs 21.
9807
9808         * lpath.el: Suppress compiler warnings for:
9809         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9810         XEmacs;
9811         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9812         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9813         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9814
9815 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9816
9817         * auth-source.el (auth-sources): Fix up definition so extra parameters
9818         are always inline.
9819
9820 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9821
9822         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9823         wasn't updated after mismatch.  Clear cached mailbox info correctly
9824         when uidvalidity changes.
9825         (nnimap-group-prefixed-name): New function to avoid some code
9826         duplication.
9827         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9828         (nnimap-request-group): Use it.
9829         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9830         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9831         with many imap folders.  This is done by caching the group status from
9832         the imap server persistently in a group parameter `imap-status'.  (This
9833         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9834         but not persistently, so every Gnus startup was still very slow.)
9835
9836 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9837
9838         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9839         delete the extra newline.  Otherwise editing of :string and :number
9840         types don't work.
9841
9842 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9843
9844         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9845         secrets.el dependency.
9846         (auth-sources): Add optional user name.  Add secrets.el configuration
9847         choice (unused right now).
9848
9849 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9850
9851         * gnus-sum.el (gnus-summary-make-menu-bar):
9852         Let `gnus-registry-install-shortcuts' fill in the functions.
9853
9854         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9855         warnings.
9856         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9857         (gnus-registry-install-shortcuts): Populate and use it in a
9858         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9859
9860 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9861
9862         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9863         In-place substitutions for the group name encoding/decoding.
9864         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9865         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9866         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9867         (nnimap-update-unseen, nnimap-request-list)
9868         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9869         (nnimap-request-set-mark, nnimap-split-to-groups)
9870         (nnimap-split-articles, nnimap-request-newgroups)
9871         (nnimap-request-create-group, nnimap-request-accept-article)
9872         (nnimap-request-delete-group, nnimap-request-rename-group)
9873         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9874         `encoded-mbx' for consistency.
9875         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9876         variable `imap-current-mailbox'.
9877
9878         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9879         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9880
9881 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9882
9883         * pop3.el (pop3-display-message-size-flag): Display message size byte
9884         counts during POP3 download.
9885         (pop3-movemail): Use it.
9886         (pop3-list): Implement listing of available messages.
9887
9888 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9889
9890         * nnir.el (nnir-get-article-nov-override-function): New function to
9891         override the normal NOV retrieval.
9892         (nnir-retrieve-headers): Use it.
9893
9894 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9895
9896         * auth-source.el (netrc-machine-user-or-password): Autoload.
9897
9898 2010-03-19  Glenn Morris  <rgm@gnu.org>
9899
9900         Stop message.el from loading about 40 libraries it doesn't always need.
9901         The general approach is to autoload rather than require, and to
9902         require in the specific functions rather than the file.  (Bug#5642)
9903
9904         * gmm-utils.el: Don't require wid-edit.
9905         (widget-create-child-value, widget-convert, widget-default-get):
9906         Autoload.
9907
9908         * gnus-util.el: Don't require time-date, netrc.
9909         (message-fetch-field, gnus-group-name-decode): Declare rather than
9910         autoloading.
9911         (gnus-fetch-field): Require message.
9912         (gnus-decode-newsgroups): Require gnus-group.
9913
9914         * ietf-drums.el: Don't require time-date.
9915
9916         * message.el: Don't require hashcash, canlock, ecomplete.
9917         Do require mail-utils.  Require nnheader only when compiling.
9918         (smtpmail-default-smtp-server): Remove declaration.
9919         (message-send-mail-function): Check smtpmail-default-smtp-server
9920         is bound rather than requiring smtpmail.
9921         (message-auto-save-directory, message-insert-signature):
9922         Use expand-file-name rather than nnheader-concat.
9923         (nnheader-insert-file-contents): Autoload.
9924         (hashcash-wait-async): Declare.
9925         (message-send-mail): Only call gnus-setup-posting-charset if
9926         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9927         (message-send-mail-with-sendmail): Require sendmail.
9928         (canlock-password, canlock-password-for-verify): Declare.
9929         (message-canlock-password): Require canlock.
9930         (nnheader-get-report): Autoload.
9931         (gnus-setup-posting-charset): Declare.
9932         (message-send-news): Require gnus-msg.
9933         (message-make-references, message-make-in-reply-to): Use mail-header-id
9934         rather than the alias mail-header-message-id.
9935         (ecomplete-add-item, ecomplete-save): Declare.
9936         (message-put-addresses-in-ecomplete): Require ecomplete.
9937         (ecomplete-display-matches): Autoload.
9938
9939         * mm-decode.el: Don't require mailcap, gnus-util.
9940         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9941         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9942         Autoload.
9943         (mailcap-mime-extensions): Declare.
9944
9945         * mm-encode.el: Don't require mailcap.
9946         (mailcap-extension-to-mime): Autoload.
9947
9948         * mml-sec.el: Don't require password-cache.
9949
9950         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9951         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9952         (mml-minibuffer-read-type): Require mailcap.
9953         (mml-preview): Require gnus-msg.
9954
9955         * mml1991.el: Require password-cache.
9956         (password-cache-expiry): Remove declaration.
9957
9958         * mml2015.el: Require password-cache.
9959         (password-cache-expiry): Remove declaration.
9960
9961         * nneething.el (mailcap): Require mailcap.
9962
9963         * nnheader.el (declare-function): Add compatibility stub.
9964         (message-remove-header): Declare rather than autoload.
9965         (nnheader-replace-header): Require message.
9966
9967         * nnimap.el (declare-function): Add compatibility stub.
9968         (netrc-parse, netrc-machine-user-or-password): Declare.
9969         (nnimap-open-connection): Require netrc.
9970
9971         * nntp.el (declare-function): Add compatibility stub.
9972         (netrc-parse, netrc-machine, netrc-get): Declare.
9973         (nntp-send-authinfo): Require netrc.
9974
9975         * rfc2047.el: Don't require qp.
9976         (quoted-printable-encode-region, quoted-printable-decode-string):
9977         Autoload.
9978
9979         * sieve-mode.el: Don't require easymenu.
9980         (easy-menu-add-item): Autoload it.
9981
9982         * spam-stat.el (time-to-number-of-days): Autoload it.
9983
9984 2010-03-19  Glenn Morris  <rgm@gnu.org>
9985
9986         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9987
9988 2010-03-18  Glenn Morris  <rgm@gnu.org>
9989
9990         * hashcash.el (declare-function): Remove duplicate definition.
9991
9992 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9993
9994         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9995         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9996         value if any backslash escapes).
9997
9998 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10001         if it is available.  (bug#5647)
10002
10003         * lpath.el: Suppress compiler warning for coding-system-from-name for
10004         Emacs 21 and XEmacs.
10005
10006 2010-03-14  Juri Linkov  <juri@jurta.org>
10007
10008         * hmac-def.el:
10009         * hmac-md5.el:
10010         * netrc.el: Fix keywords.
10011
10012 2010-02-26  Glenn Morris  <rgm@gnu.org>
10013
10014         * message.el (message-send-mail-function): Change the default, so that
10015         it inherits from a customized send-mail-function.  (Bug#5643)
10016
10017 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10018
10019         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10020         shell-command-to-string signals an error (bug#5299).
10021
10022 2010-02-24  Glenn Morris  <rgm@gnu.org>
10023
10024         * message.el (message-smtpmail-send-it)
10025         (message-send-mail-with-mailclient): Doc fixes.
10026
10027 2010-02-16  Glenn Morris  <rgm@gnu.org>
10028
10029         * message.el (message-default-mail-headers): Change the default value
10030         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10031
10032 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10035         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10036
10037 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10038
10039         * time-date.el (date-to-time): Doc fix (Bug#5408).
10040
10041 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10042
10043         * message.el (message-mail): Just pass yank-action on to message-setup.
10044         (message-setup): Handle (FUN . ARGS) form of yank-action.
10045         (message-with-reply-buffer, message-widen-reply)
10046         (message-yank-original): Handle non-buffer values of
10047         message-reply-buffer (Bug#4080).
10048         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10049
10050 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10051
10052         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10053         Fix typo in docstring.
10054
10055 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10056
10057         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10058         response.
10059
10060 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10063
10064         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10065
10066         * message.el (message-check-news-header-syntax): Protect against a
10067         string that `rfc822-addresses' returns when parsing fails.
10068
10069 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10072         (gnus-previous-char-property-change): New functions.
10073
10074         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10075
10076 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10077
10078         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10079         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10080
10081 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10082
10083         * message.el (message-exchange-point-and-mark): Rework last change to
10084         avoid using optional arg of exchange-point-and-mark, for backward
10085         compatibility.
10086
10087 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10088
10089         * message.el (message-exchange-point-and-mark):
10090         Call exchange-point-and-mark with an argument rather than setting
10091         mark-active by hand (Bug#5175).
10092
10093 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * nntp.el (nntp-service-to-port): Work for service expressed with
10096         numeric string; replace [:digit:] with [0-9] for XEmacs.
10097
10098 2009-12-17  Glenn Morris  <rgm@gnu.org>
10099
10100         * gnus-group.el (gnus-bug-group-download-format-alist):
10101         Change emacs entry to debbugs.gnu.org.  Bump :version.
10102
10103 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10106
10107 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * message.el (message-info): Explain why we use `Info-goto-node'.
10110
10111 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10114
10115 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10116
10117         * message.el (message-completion-in-region): New compatibility function.
10118         (message-expand-group): Use it.
10119
10120 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10123         with no unread article should be listed if the 2nd arg `predicate' is
10124         given.
10125
10126 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10129
10130 2009-11-29  Juri Linkov  <juri@jurta.org>
10131
10132         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10133         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10134         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10135
10136 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10137
10138         * sha1.el (sha1-string-external): default-directory "/" in case
10139         otherwise non-existent.  process-connection-type pipe for touch of
10140         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10141
10142 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10143
10144         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10145         it's comms related and sgml-mode.el has "comm" on that basis too.
10146
10147 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10150         containing tspecial characters if they have been already quoted.
10151
10152 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10153
10154         * dns-mode.el (auto-mode-alist): Purecopy string.
10155
10156 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10157
10158         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10159
10160 2009-10-24  Glenn Morris  <rgm@gnu.org>
10161
10162         * gnus-art.el (help-xref-stack-item): Define for compiler.
10163
10164 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10165
10166         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10167
10168 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10171
10172 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10175         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10176
10177 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10180         (gnus-overlays-in): New alias to overlays-in.
10181
10182         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10183         gnus-overlay-get, and gnus-delete-overlay.
10184         (gnus-summary-show-thread): Make it work as well for systems in which
10185         next-single-char-property-change is not available.
10186         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10187
10188         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10189         (gnus-overlay-get): New alias to extent-property.
10190         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10191
10192         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10193         SXEmacs.
10194
10195         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10196         SXEmacs.
10197
10198 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10201
10202 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10203
10204         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10205         and XEmacs that don't have `remove-overlays'.
10206
10207 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10208
10209         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10210         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10211         selective display.  Use overlays instead.
10212
10213 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10214
10215         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10216
10217 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10218
10219         * spam-stat.el (spam-stat-load): Fix typo in message.
10220
10221 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10222
10223         * dig.el (dig-invoke): Fix typo in docstring.
10224         (query-dig): Reflow docstring.
10225
10226 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10227
10228         * gnus-art.el (gnus-article-encrypt-body):
10229         * message.el (message-check-recipients):
10230         * mm-util.el (mm-codepage-setup):
10231         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10232         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10233
10234 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10235
10236         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10237         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10238         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10239         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10240         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10241
10242 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10243
10244         * dig.el: Add "Keywords: comm", as per net-utils.el.
10245
10246 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10247
10248         * dig.el (dig-mode): Use define-derived-mode.
10249
10250 2009-09-19  Glenn Morris  <rgm@gnu.org>
10251
10252         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10253
10254 2009-09-18  Glenn Morris  <rgm@gnu.org>
10255
10256         * gnus-diary.el (gnus-diary-check-message):
10257         * message.el (message-insert-formatted-citation-line):
10258         * nnbabyl.el (top-level):
10259         * nndiary.el (nndiary-schedule):
10260         Fix typos in condition-case handlers.
10261
10262 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10265         configuration that provides the sole article window in a frame;
10266         position point correctly after deleting a part.
10267
10268 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10269
10270         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10271         (spam-resolve-registrations-routine): Use it to unregister articles
10272         that change status.
10273
10274 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10277         with XEmacs.
10278         (parse-time-string-chars): Use it.
10279
10280 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10281
10282         * imap.el (imap-interactive-login): Better messages.
10283         (imap-open): Fix bug with renamed buffer on reconnect.
10284         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10285         for easier debugging and cleaner code.  On successful (guessed based on
10286         server capabilities) secondary authentication, set imap-state
10287         correctly.
10288         (imap-last-authenticator): Define imap-last-authenticator as a variable
10289         to avoid warnings.
10290
10291 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * nnrss.el (nnrss-request-article): Remove binding of
10294         default-enable-multibyte-characters that has gotten needless by
10295         the 2007-07-13 change in rfc2047-encode-message-header.
10296
10297         * mml.el (mml-insert-multipart): Error on the message header.
10298         (mml-insert-part): Error on the message header; position point at
10299         the end of a MIME tag.
10300
10301 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * time-date.el (autoload): Expand define-obsolete-function-alias into
10304         defalias and make-obsolete for old Emacsen that Gnus supports.
10305         (with-no-warnings): Define it for old Emacsen.
10306         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10307         is available.
10308         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10309         float-time is available; suppress compile warning for time-to-seconds.
10310
10311         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10312         (gnus-float-time): Alias to float-time if it exists.
10313
10314         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10315         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10316         float-time is available; suppress compile warning for time-to-seconds.
10317
10318         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10319         XEmacs.
10320
10321 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10322
10323         * imap.el (imap-message-map): Docstring fix.
10324
10325 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10328         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10329         Add the optional argument `encoding' that overrides the default.
10330
10331         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10332         mm-encode-buffer.
10333
10334 2009-09-04  Glenn Morris  <rgm@gnu.org>
10335
10336         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10337         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10338         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10339         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10340         * mm-util.el (mm-with-unibyte-current-buffer)
10341         (mm-find-buffer-file-coding-system):
10342         * yenc.el (yenc-decode-region): Use default-value rather than
10343         default-enable-multibyte-characters.
10344
10345 2009-09-03  Glenn Morris  <rgm@gnu.org>
10346
10347         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10348         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10349         than default-enable-multibyte-characters.
10350
10351 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10352
10353         * gnus-art.el (gnus-article-read-summary-keys):
10354         Fix gnus-buffer-configuration's value temporarily used.
10355
10356 2009-09-02  Glenn Morris  <rgm@gnu.org>
10357
10358         * gnus-util.el (gnus-float-time): New function.
10359         * gnus-delay.el (gnus-delay-article):
10360         * gnus-sum.el (gnus-thread-latest-date):
10361         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10362         * nnspool.el (nnspool-request-newgroups):
10363         Use gnus-float-time rather than time-to-seconds.
10364         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10365
10366         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10367         (gnus-header-subject-face, gnus-header-newsgroups-face)
10368         (gnus-header-name-face, gnus-header-content-face):
10369         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10370         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10371         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10372         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10373         (gnus-cite-face-11):
10374         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10375         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10376         (gnus-server-closed-face, gnus-server-denied-face)
10377         (gnus-server-offline-face):
10378         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10379         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10380         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10381         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10382         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10383         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10384         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10385         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10386         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10387         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10388         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10389         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10390         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10391         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10392         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10393         (gnus-summary-high-undownloaded-face)
10394         (gnus-summary-low-undownloaded-face)
10395         (gnus-summary-normal-undownloaded-face)
10396         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10397         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10398         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10399         (gnus-splash-face):
10400         * message.el (message-header-to-face, message-header-cc-face)
10401         (message-header-subject-face, message-header-newsgroups-face)
10402         (message-header-other-face, message-header-name-face)
10403         (message-header-xheader-face, message-separator-face)
10404         (message-cited-text-face, message-mml-face):
10405         * sieve-mode.el (sieve-control-commands-face)
10406         (sieve-action-commands-face, sieve-test-commands-face)
10407         (sieve-tagged-arguments-face):
10408         * spam.el (spam-face):
10409         Mark face aliases with "-face" in the name as obsolete.
10410
10411 2009-09-01  Glenn Morris  <rgm@gnu.org>
10412
10413         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10414         than goto-line.
10415
10416 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10419         Don't move point if the command is invoked inside the message header.
10420
10421 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10422
10423         * imap.el (imap-send-command): Simplify.
10424         (imap-wait-for-tag): point-max -> buffer-size.
10425
10426 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10427
10428         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10429         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10430         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10431         * nnir.el (nnir-swish-e-index-file):
10432         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10433         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10434         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10435         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10436         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10437         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10438
10439 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10442         Don't save excursion.
10443
10444 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10445
10446         * nnheader.el (nnheader-find-file-noselect):
10447         * mm-util.el (mm-insert-file-contents):
10448         Use (default-value 'major-mode) instead of default-major-mode.
10449
10450 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10451
10452         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10453
10454 2009-08-26  Glenn Morris  <rgm@gnu.org>
10455
10456         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10457         than placing in files.el.
10458
10459 2009-08-25  Glenn Morris  <rgm@gnu.org>
10460
10461         * nnir.el (top-level): Don't require cl at run-time.
10462         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10463         Replace cl-function substitute with gnus-replace-in-string.
10464         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10465         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10466         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10467         simplified expansions.
10468
10469 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10470
10471         * dig.el (dig): Add autoload cookie.
10472
10473 2009-08-22  Glenn Morris  <rgm@gnu.org>
10474
10475         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10476         goto-line.
10477
10478 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10479
10480         * parse-time.el (parse-time-string-chars): Save match data.
10481
10482 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10483
10484         * parse-time.el (parse-time-string-chars): Compute using character
10485         classes, to handle non-ascii characters (Bug#3190).
10486
10487 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10490
10491         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10492         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10493         (gnus-mm-display-part, gnus-mime-display-single)
10494         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10495         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10496
10497         * gnus-sum.el
10498         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10499         (gnus-summary-move-article): Add expirable mark to articles copied or
10500         moved to group that has auto-expire turned on if the option is non-nil.
10501
10502 2009-07-24  Glenn Morris  <rgm@gnu.org>
10503
10504         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10505         Fix typo.  (Bug#3903)
10506
10507 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10510         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10511         that should not be used for draft articles.
10512         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10513         that has no concern in minor mode keys.
10514         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10515         Abolish.
10516
10517 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10520         article without making inquiry to a user for unknown encoding.
10521
10522         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10523         (nnmaildir--scan): Assume i-node and device number that file-attributes
10524         returns might be cons-cell.
10525
10526         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10527
10528         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10529
10530 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10531
10532         * auth-source.el: Remove docs now in auth.texi.  Don't use
10533         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10534         `auth-source-hide-passwords' and use them.
10535
10536 2009-07-15  Glenn Morris  <rgm@gnu.org>
10537
10538         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10539
10540 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10543         excessive whitespace from the default values of title and description.
10544
10545 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10548         mail-fetch-field to fetch Content-Description header in order to
10549         exclude newlines.
10550
10551 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10552
10553         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10554         format used by GnuPG 2.0.11.
10555
10556 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10559         to deleted part.
10560
10561 2009-05-30  David Engster  <dengste@eml.cc>
10562
10563         * nnmairix.el: Remove old documentation in the commentary block.
10564         (nnmairix-request-group): Do not update active file for nnml back ends.
10565         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10566         end so that overview files are ignored.
10567         (nnmairix-update-groups): Make updating the groups more robust by using
10568         marks.
10569         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10570         with dollar characters in message-id.
10571
10572 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10575         2008-12-25 in dns.el.
10576
10577 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10578
10579         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10580         could happen if the text is only composed of spaces and/or tabs.
10581
10582 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10583
10584         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10585         when sending a queued message to avoid extra mml tags.
10586
10587 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10590
10591 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10594         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10595         rmail-toggle-header for XEmacs;
10596         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10597
10598 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * gnus-dired.el: Remove autoload for gnus-setup-message.
10601         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10602         displaying Gnus logo; always use compose-mail.
10603
10604 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10607
10608 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10611         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10612         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10613         available.
10614         (gnus-nocem-epg-verify): New function.
10615
10616 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10617
10618         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10619
10620 2009-02-15  Glenn Morris  <rgm@gnu.org>
10621
10622         * gnus-util.el (rmail-insert-rmail-file-header)
10623         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10624         autoloads.
10625         (rmail-default-rmail-file): Remove unnecessary declaration.
10626         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10627
10628 2009-02-14  Glenn Morris  <rgm@gnu.org>
10629
10630         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10631         variable (only used in gnus-util, which declares it anyway).
10632         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10633         which was only needed by gnus-art (changed to not use it any more).
10634         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10635         only used in gnus-util, which autoloads it itself.
10636         (rmail-update-summary): Fix autoload.
10637
10638         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10639         rather than rmail-output-to-rmail-file.
10640
10641 2009-02-07  Glenn Morris  <rgm@gnu.org>
10642
10643         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10644         autoload of function that no longer exists.
10645         (rmail-toggle-header): Declare.
10646         (message-forward-rmail-make-body): Handle mbox Rmail.
10647
10648 2009-01-31  Glenn Morris  <rgm@gnu.org>
10649
10650         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10651         2009-01-09 change.
10652
10653 2009-01-31  Dave Love  <fx@gnu.org>
10654
10655         * imap.el (imap-fetch-safe): Bind debug-on-error.
10656         (imap-debug): Add imap-fetch-safe.
10657
10658 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10659
10660         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10661         (auth-source-forget-all-cached): New convenience function.
10662         (auth-source-user-or-password): Accept list of modes or a single mode.
10663
10664         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10665         auth-source modes.
10666
10667         * netrc.el (netrc-machine-user-or-password): Use list of
10668         auth-source modes.
10669
10670         * nnimap.el (nnimap-open-connection): Use list of
10671         auth-source modes.
10672
10673         * nntp.el (nntp-send-authinfo): Use list of
10674         auth-source modes.
10675
10676 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10677
10678         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10679         now.
10680
10681 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10684         coding system in XEmacs; add a workaround for XEmacs.
10685
10686         * lpath.el: Fbind coding-system-aliasee.
10687
10688 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10691         of current-language-environment.
10692
10693 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10696         available at runtime.
10697
10698 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10701
10702 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10703
10704         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10705         the greatest positive fixnum value doesn't work under an XEmacs with
10706         bignum support; use the most-positive-fixnum constant instead,
10707         available since Emacs 21.1 with cl and XEmacs 21.1.
10708
10709 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10712         XEmacs gets not to work.
10713
10714 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * mm-util.el (mm-coding-system-priorities): Allow the value like
10717         "Japanese (UTF-8)" of current-language-environment.
10718
10719 2009-01-09  Glenn Morris  <rgm@gnu.org>
10720
10721         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10722         with last-command-event.
10723
10724 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10725
10726         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10727         in the doc string.
10728
10729         * message.el (message-fix-before-sending): Amend comment.
10730
10731 2009-01-08  Dave Love  <fx@gnu.org>
10732
10733         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10734
10735 2009-01-07  David Engster  <dengste@eml.cc>
10736
10737         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10738         simplified server definitions by converting it via
10739         gnus-server-to-method.
10740
10741 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10744         parameter's operands.
10745
10746 2009-01-06  David Engster  <dengste@eml.cc>
10747
10748         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10749         primary select method (for gnus-group-mark-article-as-read).
10750
10751 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10752
10753         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10754         `(gnus)Face', not `(gnus)X-Face'.
10755
10756 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * mm-util.el (mm-ucs-to-char): New function.
10759
10760         * mm-url.el (mm-url-decode-entities): Use it.
10761
10762         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10763         unicode-to-char.
10764
10765 2009-01-05  Dave Love  <fx@gnu.org>
10766
10767         * time-date.el: Require cl for `declare'.
10768
10769 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10772         Dave Love.
10773
10774 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10775
10776         * message.el (message-fix-before-sending): Add `eight-bit' to
10777         illegible-text check.
10778
10779 2009-01-03  Michael Olson  <mwolson@gnu.org>
10780
10781         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10782         `headers' is nil.  This can occur if the IMAP server does not have
10783         permissions to read messages from a folder, but can write new messages
10784         to the folder.
10785         (nnimap-request-article-part): Do not insert `data' if it is nil.
10786
10787         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10788         characters which will confuse `read', so skip past them.
10789
10790 2009-01-01  Dave Love  <fx@gnu.org>
10791
10792         * imap.el (imap-string-to-integer): Fix typo.
10793         (imap-fetch-safe): New function.
10794         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10795
10796         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10797
10798         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10799         (imap-parse-greeting): Fix doc strings.
10800         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10801         (imap-parse-flag-list): Make messages unique.
10802         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10803
10804         * nnimap.el: Fix author email.
10805         (nnimap-split-rule): Add FIXME comment.
10806         (nnimap-debug): Fix doc string.
10807
10808 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10811
10812 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10815         nslookup if resolv.conf isn't available.
10816         (dns-query): Rename from query-dns.
10817         (dns-query-cached): Rename from query-dns-cached.
10818
10819 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10822         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10823         to check if those variables exist (first appeared in Emacs 18.50).
10824
10825 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * mm-util.el (mm-line-number-at-pos): New function.
10828
10829         * spam-report.el (spam-report-process-queue): Use it.
10830
10831 2008-12-24  David Engster  <dengste@eml.cc>
10832
10833         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10834         parameters that haven't existed as variables as buffer-local variables.
10835
10836 2008-12-23  Dave Love  <fx@gnu.org>
10837
10838         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10839         cadar.
10840
10841         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10842         imap-starttls-p.
10843         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10844
10845 2008-12-22  Dave Love  <fx@gnu.org>
10846
10847         * imap.el: Fix author email.  Doc fixes.
10848         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10849         reply.
10850
10851 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * spam-report.el (spam-report-gmane-max-requests): New constant.
10854         (spam-report-gmane-wait): New variable.
10855         (spam-report-gmane-ham, spam-report-gmane-spam)
10856         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10857         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10858         the server.
10859
10860         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10861         Add explanations.
10862
10863         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10864         nnheader-accept-process-output and nnheader-read-timeout if available.
10865         (pop3-movemail): Use it.
10866
10867         * message.el (message-check-news-body-syntax): Fix signature check if
10868         there's an attachment.
10869
10870 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * mm-util.el: Add comments to the mm- emulating functions.
10873
10874 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10877         Reported by Stephen Berman <stephen.berman@gmx.net>.
10878
10879 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * mm-util.el (mm-substring-no-properties): New function.
10882         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10883         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10884         (mm-string-to-multibyte): Doc fix.
10885
10886         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10887
10888 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * mml.el (mml-attach-file): Strip text properties from file name.
10891         (Bug#1574)
10892
10893 2008-12-16  Glenn Morris  <rgm@gnu.org>
10894
10895         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10896
10897 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10900         knows since the charset specified might be a bogus alias that
10901         mm-charset-synonym-alist provides.
10902
10903 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10906         "ISO_8859-1".
10907
10908         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10909
10910 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * mm-util.el (mm-charset-eval-alist):
10913         Define it before mm-charset-to-coding-system.
10914         (mm-charset-to-coding-system): Add optional argument `silent';
10915         define it before mm-charset-override-alist.
10916         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10917         default value if it can be used in Emacs currently running;
10918         silence mm-charset-to-coding-system.
10919
10920 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10923         `allow-override' which says whether to use `mm-charset-override-alist'.
10924         (rfc2047-decode-encoded-words): Use it.
10925
10926         * mm-util.el (mm-charset-override-alist): Fix custom type;
10927         add `(gb2312 . gbk)' to choices.
10928
10929 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10932         fast.
10933
10934         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10935
10936         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10937
10938 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10939
10940         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10941         on links.
10942
10943         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10944
10945 2008-12-03  Lute Kamstra  <lute@gnu.org>
10946
10947         * sha1.el: Remove leading * from docstrings of defcustoms,
10948         deffaces, defconsts and defuns.
10949
10950 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10953         users' addresses that don't have domain parts.
10954         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10955         rather than message-narrow-to-head since there will be the message
10956         header separator.
10957
10958 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10959
10960         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10961         since the result is inserted in a unibyte buffer anyway.
10962         (nnimap-demule-use-string-to-multibyte): Remove.
10963         (nnimap-demule): Alias it to mm-string-to-multibyte.
10964
10965 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10968         variable for debugging bug#464 and bug#1174.
10969         (nnimap-demule): Use it.
10970
10971 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10974         score calculation correctly.
10975
10976 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10977
10978         * message.el (message-send-mail): Just set the buffer to unibyte
10979         rather than use mm-with-unibyte-current-buffer which does a lot more.
10980         (message-send-mail-partially): Don't bother with
10981         mm-with-unibyte-current-buffer since it's already been made unibyte by
10982         message-send-mail.
10983
10984 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10985
10986         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10987
10988 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10989
10990         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10991
10992 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10995         require itself and to remove `with-no-warnings'.
10996
10997 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10998
10999         * starttls.el (starttls-any-program-available): Get the name of the
11000         available TLS layer program.
11001         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11002         well as the host name in the "opening" message.
11003
11004         * auth-source.el (auth-source-cache, auth-source-do-cache)
11005         (auth-source-user-or-password): Cache passwords and logins by default,
11006         allow override with `auth-source-do-cache'.
11007         (auth-source-forget-user-or-password): Allow users to remove cache
11008         entries if needed.
11009
11010 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11011
11012         * md4.el (md4-buffer): Fix typo in docstring.
11013         (md4, md4-64): Doc fixes.
11014         (md4-pack-int32): Reflow docstring.
11015
11016 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11017
11018         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11019         condition-case to only the forward-sexp call.
11020
11021 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11022
11023         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11024         quotes contained.  Make it more robust regardless by an extra
11025         condition-case wrapper.
11026
11027 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11030
11031 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * nnml.el (nnml-request-expire-articles): Check if the function set to
11034         `nnmail-expiry-target' returns the symbol `delete'.
11035
11036         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11037
11038         * nnmail.el (nnmail-expiry-target): Fix custom type.
11039
11040 2008-10-02  Glenn Morris  <rgm@gnu.org>
11041
11042         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11043         Silence compiler warning.
11044
11045 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11046
11047         * tls.el (open-tls-stream): Show the actual command being
11048         executed, instead of the format string.
11049
11050 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * lpath.el: Fbind codepage-setup for Emacs 23.
11053
11054 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11055
11056         * mml.el (mml-menu): Don't assume mml2015 is bound.
11057
11058 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11061         exists.
11062
11063 2008-09-27  Glenn Morris  <rgm@gnu.org>
11064
11065         * gnus-util.el (mail-header-remove-comments): Autoload it.
11066
11067 2008-09-27  Andreas Schwab  <schwab@suse.de>
11068
11069         * gnus-util.el (gnus-split-references): Strip comments.
11070         (gnus-parent-id): Likewise.
11071
11072 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * message.el (message-confirm-send): Fix version.
11075
11076 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * message.el (message-idna-to-ascii-rhs-1): Use
11079         mail-extract-address-components rather than mail-header-parse-addresses
11080         that is an alias by default to ietf-drums-parse-addresses that does not
11081         support non-ASCII names in headers' contents.
11082
11083 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11084
11085         * message.el (message-confirm-send): Fix variable documentation to
11086         avoid the "y/n" wording.
11087
11088 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11089
11090         * message.el (message-set-auto-save-file-name): Save to a different
11091         filename so multiple messages (especially drafts) can be recovered.
11092
11093 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11094
11095         * message.el (message-confirm-send): Add appropriate version.
11096
11097 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11098
11099         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11100         defvar.
11101
11102 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11103
11104         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11105         (mm-pkcs7-enveloped-magic): Ditto.
11106
11107 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11108
11109         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11110         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11111
11112 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11113
11114         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11115         default, it's better.
11116
11117 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11118
11119         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11120         summary line gnus-number property and ignore them (with a warning
11121         message).
11122
11123 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11126         macro caddr in the interactive form since it won't be expanded.
11127
11128 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11131         `charset'; fix name of function called recursively.
11132         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11133
11134 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11137         (gnus-mime-set-charset-parameters): New function.
11138         (gnus-mime-view-part-as-charset): Use it to correctly display part
11139         specifying wrong charset.
11140
11141 2008-09-08  David Engster  <dengste@eml.cc>
11142
11143         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11144         in completing-read for back end server.
11145
11146 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11147
11148         * message.el (message-confirm-send): New variable to confirm sending a
11149         message.
11150         (message-send): Use it.
11151
11152 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11153
11154         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11155
11156 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11159
11160 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11161
11162         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11163         prevent tracking too many groups.
11164         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11165         Use it.
11166
11167 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11168
11169         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11170         moving point to the bottom of the window in order to avoid recentering.
11171
11172 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11175
11176         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11177         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11178         (gnus-article-beginning-of-window): Fix calculation.
11179
11180 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-msg.el (gnus-summary-supersede-article)
11183         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11184         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11185         message header.
11186
11187 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11188
11189         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11190         pending output coming after the status change.
11191
11192 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11193
11194         * message.el:
11195         * gnus-start.el:
11196         * gnus-registry.el: Remove VMS support.
11197
11198 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11201         macro.
11202         (rfc2104-hash): Use it.
11203
11204 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11205
11206         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11207         (gnus-summary-sort-by-most-recent-date): New commands.
11208         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11209         and menu entries.
11210
11211 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11214         don't redisplay article for raw contents; remove plural articles stuff.
11215
11216         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11217         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11218         on gnus-summary-save-article; display results properly.
11219
11220 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * lpath.el: No need to fbind ns-focus-frame.
11223
11224 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11227
11228 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * gnus-art.el (gnus-summary-save-in-pipe):
11231         Consider gnus-save-all-headers.
11232
11233 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11234
11235         * gnus-util.el (ns-focus-frame): Remove declaration.
11236         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11237         like x.
11238
11239 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11240
11241         * rfc2104.el (rfc2104-zero): Delete defconst.
11242         (rfc2104-hex-alist): Likewise.
11243         (rfc2104-hex-to-int): Delete func.
11244         (rfc2104-hexstring-to-bitstring): Likewise.
11245         (rfc2104-nybbles): New defconst.
11246         (rfc2104-hash): Rewrite for speed.
11247
11248 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * tls.el (open-tls-stream): Make it work with the 2nd argument
11251         BUFFER that is a string but does not exist as a buffer object, as
11252         mentioned in the doc-string.
11253
11254 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11257         SXEmacs.
11258
11259 2008-07-16  Glenn Morris  <rgm@gnu.org>
11260
11261         * gnus-util.el (ns-focus-frame): Declare for compiler.
11262
11263 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11266         set as a group parameter.
11267         (gnus-summary-save-in-pipe): Work when it is called independently.
11268         (gnus-summary-pipe-to-muttprint): Don't modify
11269         gnus-summary-pipe-output-default-command.
11270
11271 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11272
11273         * message.el (message-send-mail-with-sendmail):
11274         Display the error message.
11275
11276 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * gnus-art.el (gnus-default-article-saver):
11279         Add gnus-summary-save-in-pipe to choices.
11280         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11281         gnus-summary-pipe-output-default-command as the default command.
11282         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11283         instead of gnus-last-shell-command.
11284
11285         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11286         New user option.
11287         (gnus-summary-muttprint-program): Mention the value will be changed.
11288         (gnus-summary-save-article): Force showing of all headers.
11289         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11290
11291 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11292
11293         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11294
11295 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11296
11297         * nnimap.el (nnimap-id):
11298         * sieve-manage.el (sieve-manage-open): Doc fixes.
11299
11300 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11301
11302         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11303         if available.
11304
11305 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11306
11307         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11308
11309         * nnkiboze.el (nnkiboze-generate-group):
11310         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11311
11312         * nnmairix.el: Require CL.
11313
11314 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * dgnushack.el: Autoload get-display-table and put-display-table for
11317         XEmacs 21.5.
11318
11319         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11320         21.4 and SXEmacs.
11321
11322 2008-06-15  David Engster  <dengste@eml.cc>
11323
11324         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11325
11326 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11327
11328         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11329         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11330         runtime choice under XEmacs.
11331
11332         * gnus-sum.el (gnus-summary-set-display-table):
11333         Use `gnus-put-display-table', `gnus-get-display-table',
11334         `gnus-set-display-table' for the display table, instead of `aset'.
11335
11336         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11337         Use `gnus-put-display-table', `gnus-get-display-table',
11338         `gnus-set-display-table' for the display table.
11339
11340 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * nnmairix.el: Add autoloads.
11343
11344 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * nnmairix.el (nnmairix-delete-recreate-group)
11347         (nnmairix-update-and-clear-marks): Fix error messages.
11348
11349 2008-06-14  David Engster  <dengste@eml.cc>
11350
11351         * nnmairix.el: Upgrade to version 0.6.
11352         (nnmairix-group-toggle-propmarks-this-group)
11353         (nnmairix-group-toggle-readmarks-this-group)
11354         (nnmairix-group-delete-recreate-this-group)
11355         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11356         (nnmairix-remove-tick-mark-original-article): New commands.
11357         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11358         (nnmairix-propagate-marks-to-nnmairix-groups)
11359         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11360         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11361         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11362         functions needed for marks propagation and manipulation of read marks.
11363         (nnmairix-update-groups): New function.
11364         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11365         (nnmairix-determine-original-group-from-registry)
11366         (nnmairix-determine-original-group-from-path)
11367         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11368         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11369         New helper functions.
11370         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11371         keystrokes for new commands.
11372         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11373         (nnmairix-request-group): Check allow-fast group parameter.
11374         (nnmairix-request-create-group): Set allow-fast group parameter if
11375         nnmairix-allowfast-default is set.
11376         (nnmairix-close-group): Propagate marks upon closing if needed.
11377         (nnmairix-group-toggle-threads-this-group): Use new.
11378         nnmairix-group-toggle-parameter helper function.
11379         (nnmairix-search): Better check for empty search result.
11380         (nnmairix-goto-original-article): Use new helper functions for
11381         determining original article.
11382         (nnmairix-show-original-article): Make sure message-id is in brackets.
11383         (nnmairix-call-mairix-binary): Change variable name.
11384         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11385         helper function.
11386         (nnmairix-widget-toggle-activate): Fix doc string.
11387
11388 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * nnir.el: Require edmacro when compiling with XEmacs.
11391         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11392         available in Emacs 21.
11393
11394 2008-06-11  Glenn Morris  <rgm@gnu.org>
11395
11396         * gnus-util.el (x-focus-frame):
11397         * gnus.el (image-size):
11398         * mm-decode.el (image-size): Declare.
11399
11400         * gnus-picon.el (declare-function): Add compat definition.
11401         (image-size): Declare.
11402
11403         * gnus-group.el (tool-bar-map):
11404         * gnus-sum.el (tool-bar-map): Define for compiler.
11405
11406         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11407
11408         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11409
11410         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11411         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11412         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11413         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11414         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11415         * sieve-manage.el, spam-report.el, spam.el:
11416         Remove unnecessary eval-and-compile of autoloads.
11417
11418 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11419
11420         * auth-source.el: Precise Tramp doc.
11421
11422 2008-06-07  Glenn Morris  <rgm@gnu.org>
11423
11424         * nnmairix.el: Remove unnecessary eval-when-compile.
11425
11426 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * lpath.el: Fbind propertize for XEmacs 21.4.
11429
11430 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * nnir.el: Move here from ../contrib.
11433
11434 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11435
11436         * gnus-util.el (gnus-read-shell-command): New function.
11437         * mm-decode.el (mm-pipe-part):
11438         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11439
11440 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11443
11444 2008-06-03  Glenn Morris  <rgm@gnu.org>
11445
11446         * pop3.el (nnheader-accept-process-output): Autoload it.
11447
11448 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11451         are not 2-digit hexadecimal characters that follow `%'s.
11452
11453 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * message.el (message-bogus-recipient-p): Fix type in doc string.
11456         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11457         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11458         Improve custom options.
11459         (message-bogus-recipient-p): Adjust accordingly.
11460
11461 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11462
11463         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11464         long-form month and day names.
11465
11466 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * dgnushack.el: Autoload debug, eudc-expand-inline and
11469         pgg-snarf-keys-region for XEmacs.
11470
11471         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11472
11473         * nnmairix.el: Require edmacro when compiling with XEmacs.
11474
11475 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11478         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11479
11480 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11481
11482         * auth-source.el: Add more docs.
11483
11484         * netrc.el (netrc-machine): Always match if the port is not given.
11485
11486 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11487
11488         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11489         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11490         retrieval faster in some cases, but might make CPU usage larger.
11491         If this has any bad side effects, we might revert this change.
11492
11493         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11494         seems to make mail retrieval much, much faster.
11495         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11496         unconditionally.
11497
11498         * gnus-draft.el (gnus-group-send-queue):
11499         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11500
11501 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11504
11505         * message.el (message-bogus-address-regexp): Fix and improve custom
11506         type.
11507         (message-setup-hook): Add message-check-recipients as custom option.
11508
11509 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * message.el (message-cite-function): Remove bogus autoload which crept
11512         in during merge from v5-10.
11513
11514 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11515
11516         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11517
11518         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11519
11520         * auth-source.el: Preliminary Tramp docs.
11521         (auth-sources): Change the default auth-sources to use
11522         EPA .gpg files.
11523
11524 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11525
11526         * nntp.el: Autoload `auth-source-user-or-password'.
11527         (nntp-send-authinfo): Use it.
11528
11529         * nnimap.el: Autoload `auth-source-user-or-password'.
11530         (nnimap-open-connection): Use it.
11531
11532         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11533         for the gnus-message function.
11534         (auth-source-user-or-password): Use it.
11535
11536 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11537
11538         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11539         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11540         (rfc2104-hash): Use it.
11541
11542 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11543
11544         * gnus-art.el (gnus-article-toggle-truncate-lines):
11545         Don't use `iff' in docstring.
11546
11547 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11548
11549         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11550
11551         * gnus-util.el (gnus-extract-address-component-name)
11552         (gnus-extract-address-component-email): Convenience functions around
11553         `gnus-extract-address-components'.
11554
11555         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11556         Use `gnus-extract-address-component-email' to fix bug of comparing full
11557         sender name to `user-mail-address'.
11558
11559 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11560
11561         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11562         catch/throw to optimize.
11563         (gnus-registry-find-keywords): Just use member to find a keyword.
11564
11565 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11566
11567         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11568         is current before calling gnus-server-prepare.
11569         (gnus-server-setup-buffer, gnus-server-update-server)
11570         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11571
11572 2008-05-04  Juri Linkov  <juri@jurta.org>
11573
11574         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11575         (mailcap-file-default-commands): Use mailcap-replace-in-string
11576         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11577         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11578
11579 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11580
11581         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11582
11583 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11584
11585         * gnus.el: Bump version to 0.11.
11586
11587 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11588
11589         * gnus.el: No Gnus v0.10 is released.
11590
11591 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11592
11593         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11594         hooks.
11595         (gnus-update-read-articles): Speed up non-marks-using users.
11596         (gnus-use-marks): Define gnus-use-marks.
11597         (gnus-propagate-marks): Rename variable to something more sensible.
11598
11599 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11600
11601         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11602         (gmm-image-load-path-for-library): Fix typos in docstrings.
11603         (gmm-message): Reflow docstring.
11604
11605 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11606
11607         * mail-source.el (mail-source-set-1, mail-source-bind):
11608         Move auth-source code out of the macro to clean it up and fix bugs.
11609
11610 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11611
11612         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11613         by sender if it's equal to user-mail-address, it's likely to be
11614         useless.
11615
11616         * mail-source.el (mail-source-bind): Don't use user or password if they
11617         are not bound.  Unintern them if they are nil.  Don't use server unless
11618         it's bound, and default it to empty string otherwise.
11619
11620 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11621
11622         * mail-source.el: Load auth-source.el.
11623         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11624         get user name or password, if auth-sources is set up.
11625
11626         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11627         strategy of splitting with parent.
11628         (gnus-registry-split-fancy-with-parent)
11629         (gnus-registry-post-process-groups): Use it and fix prior
11630         bug (returning a list as the split result).
11631
11632         * auth-source.el (auth-sources): Remove server parameter.
11633         (auth-source-pick, auth-source-user-or-password)
11634         (auth-source-user-or-password-imap)
11635         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11636         (auth-source-user-or-password-sftp)
11637         (auth-source-user-or-password-smtp): Remove server parameter.
11638
11639 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11640
11641         * smime.el (smime-sign-region, smime-encrypt-region)
11642         (smime-decrypt-region):
11643         Remove redundant calls to `generate-new-buffer-name'.
11644
11645 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11646
11647         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11648         Don't use QP for message/rfc822.
11649         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11650
11651 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11652
11653         * sieve-manage.el (sieve-string-bytes): Remove.
11654         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11655         correct byte-length only if the process's coding-system is the same as
11656         the one used internally by Emacs to represent strings.
11657
11658 2008-04-22  Juri Linkov  <juri@jurta.org>
11659
11660         * mailcap.el (mailcap-file-default-commands): New function.
11661
11662 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * message.el (message-signature-separator, message-cite-function):
11665         Change custom version.
11666
11667 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11668
11669         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11670         commands.
11671         (tls-checktrust): Ditto.
11672
11673 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * mm-decode.el (mm-display-external): Make temp file read-only.
11676
11677 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11680         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11681         `C-c C-f d'.
11682
11683 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11684
11685         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11686
11687 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11688
11689         * gnus.el: Bump version to 0.9.
11690
11691 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * gnus.el: No Gnus v0.8 is released.
11694
11695 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11696
11697         * mail-source.el (mail-source-value):
11698         Prefer fboundp to functionp so it works with macros as well.
11699
11700 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11701
11702         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11703         Fix last change in case the element is not even a symbol.
11704
11705 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11706
11707         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11708         Prefer fboundp to functionp so it works with macros as well.
11709
11710 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11711
11712         * auth-source.el: Add docs.
11713         (auth-sources): Modify format to support server.
11714         (auth-source-pick, auth-source-user-or-password)
11715         (auth-source-user-or-password-imap)
11716         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11717         (auth-source-user-or-password-sftp)
11718         (auth-source-user-or-password-smtp): Add server parameter.
11719
11720 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11721
11722         * gnus-registry.el: Initialize the registry when gnus-registry-install
11723         is t.
11724
11725 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * compface.el (uncompface): Make buffer unibyte.
11728
11729 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11730
11731         * mail-source.el (mail-source-value):
11732         Prefer fboundp to functionp so it works with macros as well.
11733
11734 2008-04-05  Glenn Morris  <rgm@gnu.org>
11735
11736         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11737
11738 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11739
11740         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11741         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11742
11743         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11744         multibyteness after rather than before erasing it.
11745
11746         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11747         mm-with-multibyte.
11748         (gnus-request-article-this-buffer): Make sure the proper decoding is
11749         used if gnus-original-article-buffer happens to be unibyte.
11750
11751         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11752         default-enable-multibyte-characters.
11753
11754         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11755         default-enable-multibyte-characters.
11756
11757         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11758
11759         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11760
11761 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11762
11763         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11764         Fix last change in case the element is not even a symbol.
11765
11766 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11767
11768         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11769         (imap-message-copyuid-1): Use it.
11770         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11771         J. Williams in
11772         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11773
11774         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11775         imap-enable-exchange-bug-workaround.
11776         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11777
11778 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11779
11780         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11781         a 100 byte status-checks into a 2-3MB transfer for each group.
11782         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11783         to enable bug workaround or not.
11784         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11785
11786 2008-03-31  Glenn Morris  <rgm@gnu.org>
11787
11788         * message.el (mml2015-use): Declare for compiler.
11789         (message-info): Require mml2015 when appropriate.
11790
11791 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11794         whitespace.
11795
11796 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11797
11798         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11799         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11800         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11801         (nntp-service-to-port): New function.
11802         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11803         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11804         (nntp-open-netcat-stream): New function.
11805         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11806
11807 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11808
11809         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11810
11811 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11812
11813         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11814
11815 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11816
11817         * dns.el (dns-write): Use set-buffer-multibyte.
11818
11819 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11820
11821         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11822
11823 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * message.el (message-signature-separator): Change default.
11826         Improve custom type.
11827         (message-cite-function): Change default to
11828         message-cite-original-without-signature.
11829
11830         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11831         toggle.
11832
11833         * message.el (message-check-news-body-syntax): Fix signature check.
11834         (message-setup-1): Mark buffer as unmodified _after_ running
11835         message-setup-hook and handling message-alternative-emails.
11836         (message-shorten-references): Be more strict when building list of
11837         valid references to comply with GNKSA.
11838
11839         * gnus-group.el (gnus-read-ephemeral-bug-group)
11840         (gnus-read-ephemeral-debian-bug-group)
11841         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11842
11843         * message.el (message-info): Don't use booleanp which isn't supported
11844         in Emacs 21 and XEmacs.
11845
11846 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11849         gnus-group-gmane-group-download-format.
11850         (gnus-group-read-ephemeral-gmane-group): Rename from
11851         gnus-group-read-ephemeral-gmane-group.
11852         (gnus-read-ephemeral-gmane-group-url): Rename from
11853         gnus-group-read-ephemeral-gmane-group-url.
11854         (gnus-bug-group-download-format-alist): New variable.
11855         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11856         (gnus-read-ephemeral-emacs-bug-group): New commands.
11857
11858 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11861         (gnus-visible-headers): Improve custom type.
11862
11863 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * mml.el (mml-menu): Add workarounds for XEmacs.
11866
11867         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11868         X-Boundary header.
11869
11870         * message.el (message-simplify-recipients): Fix previous commit.
11871
11872 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11873
11874         * mm-util.el (mm-set-buffer-multibyte): New function.
11875         * mm-decode.el (mm-copy-to-buffer): Use it.
11876
11877         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11878         Prefer fboundp to functionp so it works with macros as well.
11879
11880 2008-03-19  Glenn Morris  <rgm@gnu.org>
11881
11882         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11883         Accidentally removed in the sync process with Emacs.
11884
11885 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * message.el (message-alter-recipients-discard-bogus-full-name):
11888         New function.
11889         (message-alter-recipients-function): New variable.
11890         (message-get-reply-headers): Use it.
11891         (message-replace-header): New helper function.
11892         (message-recipients-without-full-name): New variable.
11893         (message-simplify-recipients): New command.
11894
11895         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11896
11897         * message.el (message-info): Handle EasyPG manual.
11898
11899         * mml.el (mml-menu): Add entry for EasyPG.
11900
11901 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11902
11903         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11904         parameter.
11905
11906         * message.el (message-disassociate-draft): Specify drafts group name
11907         fully.
11908
11909 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11910
11911         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11912         Eliminate unnecessary duplicates from the match list.
11913
11914 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11917
11918         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11919
11920         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11921         args of `how-many' of which the XEmacs version doesn't take; declare
11922         Info-index-next as function.
11923
11924 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * gnus-score.el (gnus-score-headers): Fix handling of
11927         gnus-inhibit-slow-scoring.
11928
11929         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11930         string.
11931         (gnus-button-url-regexp): Improve handling of parenthesis.
11932         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11933         (gnus-button-handle-info-keystrokes): Handle index entries.
11934
11935 2008-03-15  Glenn Morris  <rgm@gnu.org>
11936
11937         * parse-time.el (parse-time-string): Simplify.
11938
11939 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11942         Incoming* files.
11943
11944 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11945
11946         * auth-source.el (auth-sources): Rename from auth-source-choices.
11947         (auth-source-pick): Use it.
11948
11949 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11950
11951         * binhex.el (binhex-decode-region-internal):
11952         * uudecode.el (uudecode-decode-region-internal):
11953         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11954         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11955         setting default-enable-multibyte-characters.
11956
11957 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11958
11959         * auth-source.el (auth-source-protocols)
11960         (auth-source-protocols-customize, auth-source-choices): Add and
11961         modified variable customizations and defaults.
11962         (auth-source-pick, auth-source-user-or-password)
11963         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11964         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11965         (auth-source-user-or-password-sftp)
11966         (auth-source-user-or-password-smtp): Use new variables and provide an
11967         interface to netrc.el.
11968
11969 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11972         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11973         Make sure the nntp port to specify is a string.
11974
11975 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11976
11977         * nntp.el: Use with-current-buffer.
11978         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11979         dubious mm-with-unibyte-current-buffer.
11980         (nntp-with-open-group-function): New function extracted from
11981         nntp-with-open-group macro.
11982         (nntp-with-open-group): Use the function, so it's easier to debug.
11983         Add indentation and debugging info.
11984         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11985         Recommend the use of the netcat alternatives.
11986
11987         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11988         Avoid mm-string-as-multibyte as well.
11989
11990         * nnweb.el (nnweb-insert-html):
11991         Remove use of nnheader-string-as-multibyte.
11992
11993         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11994         (nnheader-string-as-multibyte): Remove.
11995
11996         * mm-view.el: Use inhibit-read-only.
11997         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11998         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11999         or unibyte-string.
12000
12001         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12002         (mm-uu-yenc-extract): Use with-current-buffer.
12003
12004         * gnus-soup.el (gnus-soup-send-packet): Don't use
12005         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12006
12007         * nnmh.el: Use with-current-buffer.
12008         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12009         mm-string-as-multibyte on the output of mm-encode-coding-string.
12010
12011         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12012         (nnimap-request-move-article): Use with-current-buffer.
12013
12014         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12015         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12016         conversion uses string-make-unibyte rather than string-as-unibyte.
12017
12018         * gnus-msg.el: Use with-current-buffer.
12019
12020         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12021
12022 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12023
12024         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12025         string for caching if it is 'PIN.
12026
12027 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * lpath.el: Consider the case without Emacs/W3.
12030
12031 2008-03-08  Glenn Morris  <rgm@gnu.org>
12032
12033         * time-date.el (date-to-time, time-subtract, time-add)
12034         (safe-date-to-time): Doc fixes.
12035
12036 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * mail-source.el (mail-source-delete-old-incoming-confirm):
12039         Change default to nil.
12040         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12041
12042 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * lpath.el: Rearrange.
12045
12046         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12047         (gnus-article-goto-prev-page): Work for articles having ^L's.
12048
12049         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12050
12051         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12052
12053 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12054
12055         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12056         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12057         (gnus-bookmark-jump): Adjust some variable names.
12058
12059 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12060
12061         * auth-source.el: New package.
12062         (auth-source-choices): Add customization entry point variable.
12063
12064         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12065         bug.
12066
12067 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12068
12069         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12070         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12071         (gnus-registry-install-shortcuts): Rename from
12072         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12073         the `gnus-registry-mark-map' keymap dynamically from
12074         `gnus-registry-marks'.  The generated functions update the summary line
12075         when a registry mark is added or deleted, and will call
12076         `gnus-registry-install-p' (see the comments in the code).
12077         (gnus-registry-user-format-function-M): Use concat intelligently.
12078
12079         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12080         the registry mark functions.
12081
12082 2008-03-05  Glenn Morris  <rgm@gnu.org>
12083
12084         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12085         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12086         gnus-art.
12087         (top-level): No need to load own source when compiling.
12088
12089 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12092         Suggested by <chris.anderton@zetnet.co.uk>.
12093
12094 2008-03-04  Glenn Morris  <rgm@gnu.org>
12095
12096         * gnus-sum.el (top-level): No need to require gnus when compiling,
12097         since unconditionally required near start of file.
12098         (gnus-summary-display-while-building): Move definition before use.
12099
12100 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12101
12102         * gnus-registry.el (gnus-registry-user-format-function-M):
12103         Add formatting function.
12104
12105 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12106
12107         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12108         with plists.
12109         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12110         Use new format.
12111
12112 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12115         `where-is-internal' that returns a range of key sequences.
12116
12117 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12118
12119         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12120
12121         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12122         (gnus-summary-jump-to-group): Consider windows on other displayed
12123         frames as well.  Similar changes might be needed elsewhere, but that's
12124         the one I've bumped into during my use.
12125
12126         * nndoc.el (nndoc-oe-dbx-type-p):
12127         * gnus-msg.el (gnus-debug):
12128         * gnus-group.el (gnus-update-group-mark-positions):
12129         Use mm-string-to-multibyte.
12130
12131 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12134         doesn't handle NotDashEscaped.
12135
12136         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12137         (mml-dnd-attach-options): Fix typo in custom choice.
12138
12139         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12140         Change nndoc-article-type to mbox.
12141         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12142
12143         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12144         to nil, instead of html2text.
12145
12146         * imap.el (imap-debug): Add `imap-ping-server'.
12147
12148         * gnus-bookmark.el: Add FIXMEs.
12149
12150         * message.el (message-form-letter-separator)
12151         (message-send-form-letter-delay): New variables.
12152         (message-send-form-letter): Use them.  New command to send form
12153         letters.  Requested by Uwe Siart.
12154         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12155
12156 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * Update copyright years.
12159
12160 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         Sync from EMACS_22_BASE.
12163
12164         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12165
12166 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12167
12168         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12169         empty author.
12170
12171 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12172
12173         * gnus-registry.el (gnus-registry-marks): Add variable for
12174         customization of marks and their appearance.
12175         (gnus-registry-read-mark): Use it.
12176         (gnus-registry-do-marks): Add utility function to loop through
12177         `gnus-registry-marks'.
12178         (gnus-registry-install-shortcuts-and-menus): Add function to install
12179         shortcuts and menus.
12180         (gnus-registry-initialize): Use it.
12181         (gnus-registry-default-mark): Clarify documentation.
12182
12183 2008-02-29  Glenn Morris  <rgm@gnu.org>
12184
12185         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12186         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12187         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12188         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12189         Change defcustom :version from 23.0 to 23.1.
12190
12191 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12192
12193         * gnus-registry.el (gnus-registry-follow-group-p)
12194         (gnus-registry-post-process-groups): Add functions to aid registry
12195         splitting and improve logging.  Clarify behavior in function
12196         documentation.
12197         (gnus-registry-split-fancy-with-parent): Use them.
12198
12199 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12200
12201         * gnus-art.el: Use with-current-buffer.
12202
12203 2008-02-27  David Engster  <dengste@eml.cc>
12204
12205         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12206         Express real group name in the response.
12207
12208 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12211         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12212         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12213         autoload gnus-registry-fetch-group when compiling.
12214         (nnmairix-request-group-with-article-number-correction):
12215         Remove unreferenced argument passed to nnmairix-call-backend.
12216
12217 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12220         (mm-uu-extract): Improve face for low color ttys.
12221         Reported by Sascha Wilde.
12222
12223 2008-02-27  Glenn Morris  <rgm@gnu.org>
12224
12225         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12226         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12227         variables to defconsts.  Convert comments to doc-strings.
12228         (nnmairix-last-server, nnmairix-current-server): Convert from free
12229         variables to defvars.  Convert comments to doc-strings.
12230         (gnus-registry-fetch-group): Autoload.
12231         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12232         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12233         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12234         caddr.
12235         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12236         nnmairix-request-group-with-article-number-correction call.
12237         (nnmairix-fast, nnmairix-group): New, less general names, for free
12238         variables passed from nnmairix-request-group to
12239         nnmairix-request-group-with-article-number-correction.  Declare.
12240         (nnmairix-request-group-with-article-number-correction):
12241         Use nnmairix-fast, nnmairix-group rather than fast, group.
12242
12243 2008-02-26  David Engster  <dengste@eml.cc>
12244
12245         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12246         version 0.5.
12247
12248 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12249
12250         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12251         instead of making an extra function call.  Don't add the current group
12252         to articles only when they have the group.  Use
12253         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12254         Reported by David <de_bb@arcor.de>.
12255
12256 2008-02-24  Miles Bader  <miles@gnu.org>
12257
12258         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12259         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12260         (mm-find-mime-charset-region):
12261         * mm-bodies.el (mm-encode-body):
12262         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12263
12264 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12267         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12268
12269 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12270
12271         * mail-source.el (mail-source-delete-incoming): Change default.
12272         Supplement doc string.
12273
12274         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12275
12276 2008-02-14  Glenn Morris  <rgm@gnu.org>
12277
12278         * time-date.el (format-seconds): New function.
12279
12280 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * nnmail.el (nnmail-message-id-cache-file): Derive from
12283         `gnus-home-directory'.
12284
12285 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12288         Document negative prefix.
12289
12290         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12291
12292 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12293
12294         * message.el (message-unsent-separator): Add the Exim bounce
12295         separator.
12296
12297 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12298
12299         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12300         list.
12301         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12302         recipient/signer list.
12303
12304 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * Makefile.in (datarootdir): Define.
12307         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12308         name that might contain whitespace.
12309
12310 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12313         fbound (Emacs 23 unicode), signal an error.
12314
12315 2008-02-08  Glenn Morris  <rgm@gnu.org>
12316
12317         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12318
12319 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12320
12321         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12322         ports to the calls to `netrc-machine-user-or-password' in addition to
12323         "imap" and "imaps".
12324
12325 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12326
12327         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12328
12329         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12330
12331 2008-02-01  Kenichi Handa  <handa@m17n.org>
12332
12333         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12334         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12335         (rfc2104-hash): Convert the result of concat to unibyte string.
12336
12337 2008-02-01  Dave Love  <fx@gnu.org>
12338
12339         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12340         coding-system-for-read.
12341         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12342
12343 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12346         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12347         <hanche@math.ntnu.no>.
12348
12349 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12352
12353         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12354
12355 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12356
12357         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12358         * message.el (message-beginning-of-line): Use featurep instead of bound
12359         tests in order to resolve conditionals at compile time.
12360
12361 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12362
12363         * mail-source.el (mail-sources): Add `group' choice.
12364
12365         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12366         parameter `in-group' to control into which group the articles go.
12367         Add treatment of `group' mail-source.
12368
12369 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12372
12373         * mm-decode.el (mm-dissect-buffer): Decode description.
12374
12375         * mml.el (mml-to-mime): Encode message header first.
12376
12377 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12380         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12381
12382         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12383         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12384
12385 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12386
12387         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12388
12389 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12392         prefix keys.
12393         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12394         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12395         gnus-xmas.el.
12396
12397         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12398         (gnus-xmas-article-describe-bindings): New function.
12399         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12400         gnus-xmas-article-describe-bindings.
12401
12402         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12403
12404 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12405
12406         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12407         Add new variables for article mark management.
12408         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12409         list of extra data entries which, when present, will indicate that the
12410         article ID should not be trimmed from the registry.
12411         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12412         functions.
12413         (gnus-registry-read-mark): New function to read a mark name from the
12414         user.
12415         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12416         (gnus-registry-set-article-mark-internal): New functions to add and
12417         remove marks.
12418         (gnus-registry-get-article-marks): New function to show the marks for
12419         an article, or retrieve them for further use.
12420
12421 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12424         keys when no argument is given.
12425
12426 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12427
12428         * imap.el (imap-ping-server): New variable.
12429         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12430         (imap-ping-server): Minor doc string fixes.
12431
12432 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12433
12434         * imap.el (imap-ping-server): New function.
12435         (imap-opened): Call imap-ping-server.
12436
12437 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * gnus-sum.el (gnus-article-sort-by-random)
12440         (gnus-thread-sort-by-random): Fix doc strings.
12441         Reported by jidanni@jidanni.org.
12442
12443 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * gnus-art.el (gnus-article-describe-bindings): New function.
12446         (gnus-article-read-summary-keys): Use it.
12447         (gnus-article-mode-map): Bind `C-h b' to it.
12448
12449 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12452         XEmacs.
12453         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12454         Protect against non-character events.
12455
12456         * lpath.el: Fbind map-keymap for Emacs 21.
12457
12458 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12461         New command.
12462         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12463         instead of END.  Change name of the temp file.
12464         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12465         customizable.
12466
12467 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12470         bind `S W' to gnus-article-wide-reply-with-original; set default
12471         binding to gnus-article-read-summary-send-keys.
12472         (gnus-article-read-summary-keys): Fix the order of keys; display
12473         continuation keys correctly in the echo area; describe bindings
12474         correctly when keys end with `C-h'.
12475         (gnus-article-read-summary-send-keys): New function.
12476         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12477         Work for gnus-article-read-summary-send-keys; display continuation keys
12478         correctly in the echo area.
12479         (gnus-article-reply-with-original): Ignore prefix argument.
12480         (gnus-article-wide-reply-with-original): New function.
12481
12482         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12483         Emacs 21.
12484
12485 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12488         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12489
12490 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12491
12492         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12493         (gnus-group-read-ephemeral-gmane-group): New command.
12494
12495 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12496
12497         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12498
12499 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12500
12501         * message.el (message-send-mail-function): Increase custom version.
12502
12503         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12504         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12505
12506 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12507
12508         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12509         for the cases where imap-authenticate is called with a nil buffer
12510         parameter.
12511
12512 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12515         html parts correctly; support forwarded messages.
12516         (gnus-article-browse-html-article): Remove work buffers.
12517
12518         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12519         compiling.
12520         (netrc-bound-and-true-p): New macro.
12521         (netrc-parse): Use it instead of bound-and-true-p that is not available
12522         in XEmacs 21.4.
12523
12524 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12525
12526         * gnus-registry.el (gnus-registry-mark-article)
12527         (gnus-registry-article-marks): Add functionality to mark articles
12528         through the Gnus registry.
12529
12530         * encrypt.el: Clarify documentation for the new pgg method.
12531         (encrypt-file-alist): Add PGG option.
12532         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12533         functionality.  Abstract password key and messaging to external
12534         functions.
12535         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12536         (encrypt-message-method-and-cipher): Add new convenience external
12537         functions.
12538         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12539         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12540
12541         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12542         (netrc-parse): Use encrypt-file-alist to determine if
12543         encrypt-find-model or encrypt-insert-file-contents should be used.
12544
12545         * encrypt.el: Clarify documentation.  Load password-cache or
12546         password, whichever one is found first, instead of autoloading.
12547
12548 2007-12-19  Glenn Morris  <rgm@gnu.org>
12549
12550         * mml.el (message-options-set, message-narrow-to-head)
12551         (message-in-body-p, message-mail-p, message-encode-message-body):
12552         Autoload.
12553         (message-remove-header, message-narrow-to-headers-or-head)
12554         (message-subscribed-p, message-make-mail-followup-to)
12555         (message-position-on-field, message-news-p)
12556         (message-options-set-recipient, message-generate-headers)
12557         (message-sort-headers): Declare as functions.
12558
12559 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12562         convention in doc string.
12563
12564 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12567         title to html parts.
12568         (gnus-article-browse-html-article): Pass message header to it.
12569
12570         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12571
12572 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12573
12574         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12575         or password compatible with XEmacs.
12576
12577 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12578
12579         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12580         format document.
12581         (gnus-mime-delete-part): Don't write description line if empty.
12582         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12583
12584 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12585
12586         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12587         (gnus-summary-mark-read-and-unread-as-read)
12588         (gnus-summary-mark-current-read-and-unread-as-read)
12589         (gnus-summary-mark-unread-as-ticked): Doc fix.
12590         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12591
12592 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12595         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12596
12597 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12600         yes-or-no-p.
12601
12602 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * mm-decode.el (mm-add-meta-html-tag): New function.
12605         (mm-save-part-to-file, mm-pipe-part): Use it.
12606
12607         * gnus-art.el (gnus-article-browse-delete-temp-files):
12608         Use gnus-y-or-n-p instead of y-or-n-p.
12609         (gnus-article-browse-html-parts): Work with message/external-body; use
12610         mm-add-meta-html-tag.
12611
12612 2007-12-11  Glenn Morris  <rgm@gnu.org>
12613
12614         * gnus-cache.el: Require gnus-sum not just when compiling.
12615
12616         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12617
12618         * gnus-int.el (gnus-server-opened, gnus-status-message):
12619         Move definitions before use.
12620
12621         * mm-decode.el: Require gnus-util.
12622         (mm-remove-part): Only call delete-annotation on XEmacs.
12623
12624         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12625
12626         * nnmail.el: Require gnus-int.
12627
12628         * spam.el: Move `require's before `eval-when-compile's.
12629
12630         * gnus-ems.el (gnus-alive-p):
12631         * gnus-fun.el (message-goto-eoh):
12632         * gnus-util.el (gnus-group-name-decode):
12633         * mail-source.el (gnus-compress-sequence):
12634         * message.el (Info-goto-node, format-spec):
12635         * mm-bodies.el (message-options-get):
12636         * mm-decode.el (mm-view-pkcs7):
12637         * mm-util.el (gmm-write-region):
12638         * mml-smime.el (mml-compute-boundary)
12639         (gnus-completing-read-with-default):
12640         * mml.el (widget-button-press, gnus-make-hashtable):
12641         * mml1991.el (mm-decode-content-transfer-encoding)
12642         (mm-encode-content-transfer-encoding)
12643         (message-options-get, message-options-set):
12644         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12645         * nnfolder.el (gnus-request-group):
12646         * nnheader.el (ietf-drums-unfold-fws):
12647         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12648         * smime.el (gnus-run-mode-hooks):
12649         * spam-stat.el (gnus-message): Autoload.
12650
12651         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12652         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12653         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12654         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12655         Add declare-function compatibility definition.
12656
12657         * gnus-cache.el (nnvirtual-find-group-art):
12658         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12659         (gnus-add-image, gnus-add-wash-type):
12660         * gnus-group.el (nnkiboze-score-file):
12661         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12662         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12663         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12664         (message-tokenize-header, gnus-get-buffer-create)
12665         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12666         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12667         * gnus.el (gnus-group-decoded-name):
12668         * mail-source.el (imap-capability):
12669         * mm-bodies.el (message-options-set):
12670         * mm-decode.el (gnus-configure-windows):
12671         * mm-extern.el (message-goto-body):
12672         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12673         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12674         (epg-sub-key-validity, message-options-set):
12675         * mml.el (widget-event-point, gnus-configure-windows):
12676         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12677         * mml2015.el (epg-check-configuration, epg-configuration)
12678         (message-options-set):
12679         * nndb.el (nndb-request-article):
12680         * nnfolder.el (gnus-request-create-group):
12681         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12682         * nnmaildir.el (gnus-group-mark-article-read):
12683         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12684         * rfc1843.el (message-fetch-field):
12685         * spam.el (gnus-extract-address-components):
12686         Declare as functions.
12687
12688 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12691
12692         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12693
12694         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12695         bind show-trailing-whitespace for XEmacs.
12696
12697 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12700         new no-op macro for backward compatibility.
12701
12702         * imap.el (imap-string-to-integer): New function.
12703
12704 2007-12-09  Glenn Morris  <rgm@gnu.org>
12705
12706         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12707
12708         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12709         * message.el, mm-view.el, sieve-manage.el, smime.el:
12710         Add declare-function compatibility definition.
12711
12712         * gnus-art.el (w3-region, w3m-region, Info-menu):
12713         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12714         * gnus-sum.el (gnus-get-predicate):
12715         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12716         * message.el (mail-abbrev-in-expansion-header-p):
12717         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12718         (w3m-detect-meta-charset, w3m-region):
12719         * sieve-manage.el (password-read, password-cache-add)
12720         (password-cache-remove):
12721         * smime.el (password-read-and-add): Declare as functions.
12722
12723 2007-12-08  David Kastrup  <dak@gnu.org>
12724
12725         * gnus-sum.el (gnus-summary-simplify-subject-query):
12726         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12727         `message'.
12728
12729 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12732         it to bind idna-program, installation-directory, defined-colors, and
12733         face-attribute for XEmacs of the version that compiles defcustom forms.
12734
12735 2007-12-07  Glenn Morris  <rgm@gnu.org>
12736
12737         * gnus-art.el (article-make-date-line): Revert previous change.
12738
12739 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12742
12743 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12744
12745         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12746         Call gnus-add-to-range ranges only once with a prepared article-list.
12747
12748 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12749
12750         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12751         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12752         group names with backslashes.
12753         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12754
12755 2007-12-06  Deepak Goel  <deego3@gmail.com>
12756
12757         * gnus-art.el (article-make-date-line):
12758         * gnus-start.el (gnus-load):
12759         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12760
12761 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * gnus-art.el (gnus-use-idna):
12764         * gnus-start.el (gnus-site-init-file):
12765         * message.el (message-use-idna):
12766         * mm-uu.el (mm-uu-hide-markers):
12767         * smiley.el (smiley-style): Revert changes that suppress warnings.
12768
12769 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12772         specify charset to html source.
12773         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12774
12775 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12778         idna-program in order to suppress byte compile warning issued by XEmacs
12779         that came to byte compile the default value section of defcustom forms
12780         recently.
12781
12782         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12783         value of installation-directory.
12784
12785         * message.el (message-use-idna): Don't directly refer to the value of
12786         idna-program.
12787
12788         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12789
12790         * smiley.el (smiley-style): Don't directly call face-attribute.
12791
12792 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12795
12796         * gnus-dired.el: Reduce Gnus dependencies.
12797         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12798         Don't require.  Use autoloads instead.
12799         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12800         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12801         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12802         (gnus-dired-mode): Adjust doc string.
12803         (gnus-dired-mail-mode): New variable.
12804         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12805         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12806         (gnus-dired-mail-buffers): New function.  Return mail or message
12807         composition buffers.
12808         (gnus-dired-attach): Use it.
12809         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12810         NO-DECODE.
12811         (gnus-dired-print): Use `gnus-print-buffer' depending on
12812         `gnus-dired-mail-mode'.
12813
12814 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * rfc2047.el (rfc2047-encoded-word-regexp)
12817         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12818         explaining what regexp patterns are for.
12819
12820 2007-12-04  Glenn Morris  <rgm@gnu.org>
12821
12822         * password.el: Move to password-cache.el.
12823
12824         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12825         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12826         * mml-smime.el (password-read, password-cache-add)
12827         (password-cache-remove):
12828         No need to autoload, since mml-sec requires password.
12829
12830         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12831         * message.el (gnus-extract-address-components):
12832         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12833
12834         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12835         password.
12836
12837 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * mailcap.el: Reduce dependencies.
12840         (mail-header-parse-content-type): Autoload.
12841         (mailcap-delete-duplicates): New alias.
12842         (mailcap-mime-info): Add optional argument NO-DECODE.
12843         (mailcap-mime-types): Use mailcap-delete-duplicates.
12844
12845         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12846
12847 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12848
12849         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12850         (imap-parse-status): Upcase status-att for servers that sends them
12851         lower-case (e.g., MS Exchange 2007).
12852
12853 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12854
12855         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12856         function.
12857
12858         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12859         (gnus-uu-yenc-article): New function.
12860
12861         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12862
12863         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12864
12865 2007-12-02  Glenn Morris  <rgm@gnu.org>
12866
12867         * binhex.el (binhex): New custom group.
12868         (binhex-decoder-program, binhex-decoder-switches)
12869         (binhex-use-external): Move to the binhex custom group.
12870
12871         * uudecode.el (uudecode): New custom group.
12872         (uudecode-decoder-program, uudecode-decoder-switches)
12873         (uudecode-use-external): Move to the uudecode custom group.
12874
12875         * netrc.el (top-level): Don't load `encrypt' features.
12876         (netrc-parse): Don't use encrypt.
12877         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12878
12879         * encrypt.el: Remove file.
12880
12881 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12884         matches on patches.
12885
12886         * gnus-art.el (gnus-article-browse-html-article):
12887         Mention `mm-text-html-renderer' in the doc string.
12888
12889         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12890         string.  Add comments.
12891
12892         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12893         if rhs is ASCII.
12894
12895 2007-12-01  Glenn Morris  <rgm@gnu.org>
12896
12897         * mail-source.el (top-level): Require format-spec before
12898         eval-when-compile.
12899
12900 2007-11-30  Glenn Morris  <rgm@gnu.org>
12901
12902         * encrypt.el: Require password, rather than autoloading password-read.
12903
12904 2007-11-29  Glenn Morris  <rgm@gnu.org>
12905
12906         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12907         (sasl-make-client, sasl-next-step, sasl-step-data)
12908         (sasl-step-set-data): Declare as functions.
12909
12910 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12911
12912         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12913
12914 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12915
12916         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12917         certs should be verified and what is to be done in the event of a
12918         verification failure.
12919
12920         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12921         caller can indicate whether the cache should be disregarded for this
12922         call.  This way the result of the call is reproducible at all times and
12923         can be considered a canonical server name for the supplied method.
12924         (gnus-agent-method-p): Canonicalize server names by pushing their
12925         method through `gnus-method-to-server' using the no-cache argument.
12926
12927         * gnus-srvr.el (gnus-server-insert-server-line):
12928         Call `gnus-method-to-server' with `no-cache' argument.
12929
12930         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12931         gnus-agent-possibly-synchronize-flags as this should be called when the
12932         server is actually being opened.
12933         (gnus-agent-possibly-synchronize-flags)
12934         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12935         flags file of an agentized server to the latter function.
12936
12937         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12938         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12939         after a connection has been established successfully.
12940
12941 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * gnus-art.el (article-display-face): Force to display face if called
12944         interactively; check if gnus-article-x-face-too-ugly matches author.
12945         (article-display-x-face): Display face even if From header is missing
12946         as article-display-face does.
12947
12948 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12949
12950         * hashcash.el (message-narrow-to-headers-or-head)
12951         (message-fetch-field, message-goto-eoh)
12952         (message-narrow-to-headers): Declare as functions.
12953
12954 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12955
12956         * mail-source.el (mail-sources): Default to fetch from file for
12957         compatibility with default of nnmail-spool-file.
12958
12959 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12962         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12963         to look for encoded word that should be encoded again.
12964         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12965         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12966         encoding pattern.
12967         (rfc2047-decode-region): Switch strict regexp and loose one according
12968         to rfc2047-allow-irregular-q-encoded-words.
12969
12970 2007-11-25  Romain Francoise  <romain@orebokech.com>
12971
12972         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12973
12974 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12975
12976         * tls.el (tls-program): Provide more custom choices from
12977         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12978         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12979
12980 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12983         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12984
12985         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12986         `nnmail-spool-file'.
12987
12988         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12989         `nnmail-spool-file'.
12990
12991         * gnus-move.el (gnus-change-server): Ditto.
12992
12993         * gnus-kill.el (gnus-batch-score): Ditto.
12994
12995         * gnus-cache.el (gnus-jog-cache): Ditto.
12996
12997         * gnus-msg.el (gnus-summary-reply):
12998         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12999
13000 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13001
13002         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13003         version.  Minor improvement to doc strings.
13004         (tls-program): Add comment.
13005
13006 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13007
13008         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13009         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13010         mismatch between the hostname provided in the certificate and the name
13011         of the host connnecting to.
13012         (open-tls-stream): Use them.  Check certificates against trusted root
13013         certificates.
13014
13015 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * gnus-cache.el (gnus-cache-generate-nov-databases):
13018         Use nnml-generate-nov-databases-directory instead of
13019         nnml-generate-nov-databases-1.
13020
13021 2007-11-24  Glenn Morris  <rgm@gnu.org>
13022
13023         * message.el (message-tool-bar-retro): Update for rename
13024         mail_send.xpm->mail-send.xpm.
13025
13026 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13029         `smime-ldap-search' for Emacs 22 and up.
13030
13031 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13032
13033         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13034
13035         * message.el (message-send-mail-function): Fix error convention.
13036         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13037         (message-widen-reply, message-send-mail, message-talkative-question)
13038         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13039         (message-clone-locals, message-send-news): Use with-current-buffer.
13040         (message-insert-or-toggle-importance): Remove unused var `valid'.
13041         (message-make-references): Remove unused var `new-references'.
13042         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13043
13044 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13045
13046         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13047         (spam-split-symbolic-return-positive): Reflow docstring.
13048         (spam-backends, spam-summary-exit-behavior)
13049         (spam-mark-ham-unread-before-move-from-spam-group)
13050         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13051         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13052         (spam-clear-cache, spam-backend-check, spam-install-backend)
13053         (spam-install-statistical-backend, spam-list-of-processors)
13054         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13055         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13056         (spam-check-crm114, spam-initialize, spam-unload-hook):
13057         Fix typos in docstrings.
13058
13059 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13062         been checked if they have never been read and those group levels are
13063         higher than the one that a user specified.
13064
13065 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13068         foreign groups unless a group level is specified by a user.
13069         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13070
13071 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13072
13073         * message.el (message-send-mail-function): Require sendmail.
13074
13075 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13076
13077         * message.el (message-send-mail-function): Check for smtpmail too.
13078
13079         * utf7.el (utf7-encode, utf7-decode): Use coding system
13080         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13081
13082         * message.el (message-send-mail-function): New function.
13083         (message-send-mail-function): Set default using
13084         message-send-mail-function.  Adjust doc string.
13085         (message-send-mail-with-mailclient): New function.
13086
13087 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13088
13089         * smime.el (from):
13090         * rfc2047.el (message-posting-charset):
13091         * qp.el (mm-use-ultra-safe-encoding):
13092         * pop3.el (parse-time-months):
13093         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13094         * nnml.el (files):
13095         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13096         (jka-compr-compression-info-list, ange-ftp-path-format)
13097         (efs-path-regexp):
13098         * nndiary.el (files):
13099         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13100         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13101         (epg-digest-algorithm-alist, inhibit-redisplay)
13102         (password-cache-expiry):
13103         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13104         (pgg-output-buffer, password-cache-expiry):
13105         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13106         (efs-path-regexp):
13107         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13108         (inhibit-redisplay):
13109         * mm-uu.el (file-name, start-point, end-point, entry)
13110         (gnus-newsgroup-name, gnus-newsgroup-charset):
13111         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13112         (latin-unity-ucs-list):
13113         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13114         (mm-uu-binhex-decode-function):
13115         * message.el (gnus-message-group-art, gnus-list-identifiers)
13116         (rmail-enable-mime-composing, gnus-local-organization)
13117         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13118         (gnus-read-active-file, facemenu-add-face-function)
13119         (facemenu-remove-face-function, gnus-article-decoded-p)
13120         (tool-bar-mode):
13121         * mail-source.el (display-time-mail-function):
13122         * gnus-util.el (nnmail-pathname-coding-system)
13123         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13124         (gnus-original-article-buffer, gnus-user-agent)
13125         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13126         (xemacs-codename, sxemacs-codename, emacs-program-version):
13127         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13128         * gnus-start.el (gnus-agent-covered-methods)
13129         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13130         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13131         (gnus-newsgroup-headers, gnus-group-list-mode)
13132         (gnus-group-mark-positions, gnus-newsgroup-data)
13133         (gnus-newsgroup-unreads, nnoo-state-alist)
13134         (gnus-current-select-method, mail-sources)
13135         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13136         (nnmail-spool-file, gnus-cache-active-hashtb):
13137         * gnus-mh.el (mh-lib-progs):
13138         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13139         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13140         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13141         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13142         (gnus-group-buffer):
13143         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13144         (font-lock-set-defaults):
13145         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13146         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13147         (gnus-summary-post-menu, total-parts, type, condition, length):
13148         * gnus-agent.el (gnus-agent-read-agentview):
13149         * flow-fill.el (show-trailing-whitespace):
13150         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13151         eval-and-compile wrappers for byte compiler pacifiers.
13152
13153         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13154         (mm-display-inline-fontify): Check for featurep 'xemacs not
13155         extent-list.
13156
13157         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13158         itimer-list.
13159         (mm-create-image-xemacs): Only do something for XEmacs.
13160         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13161
13162         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13163
13164         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13165         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13166
13167 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13168
13169         * nnimap.el (nnimap-split-download-body):
13170         * gnus-demon.el (gnus-demon):
13171         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13172
13173 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13176         New macros.
13177         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13178         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13179         copy data from unibyte buffer to multibyte current buffer.
13180         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13181         to copy data from unibyte current buffer to multibyte buffer.
13182         (nntp-make-process-buffer): Make process buffer unibyte.
13183
13184         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13185
13186 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13187
13188         * pop3.el (pop3-open-server): Accept and process data more robustly at
13189         connection start to avoid spurious "POP SSL connection failed" errors.
13190
13191 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13194         read group names.
13195
13196 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13199
13200 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13203         (nnmail-save-active): Use a unibyte buffer when saving active file,
13204         which may contain non-ASCII group names.
13205
13206         * nnml.el (nnml-request-group): Decode group names in messages.
13207
13208 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * message.el (message-citation-line-function)
13211         (message-insert-formatted-citation-line): Fix spelling of
13212         `message-insert-formated-citation-line'.
13213
13214 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13217
13218 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13221         nnmail-pathname-coding-system.
13222
13223         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13224         that a user enters; decode group names in messages.
13225
13226         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13227
13228 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13231
13232         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13233
13234         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13235         risky local variable.
13236
13237         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13238
13239 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13240
13241         * encrypt.el: Improve documentation to fix function name typo.
13242         Reported by Daiki Ueno <ueno@unixuser.org>.
13243
13244 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13247         even if the point is not in the last page of an article.
13248         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13249         back to the previous page.
13250
13251 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13252
13253         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13254
13255 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13258
13259 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13260
13261         * message.el (message-check-news-body-syntax):
13262         Avoid mm-string-as-multibyte.
13263         (message-hide-headers): Don't assume (point-min)==1.
13264
13265 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * message.el (message-remove-blank-cited-lines): Fix if remove is
13268         given.
13269         (message-bogus-address-regexp): New variable.
13270         (message-bogus-recipient-p): New function.
13271         (message-check-recipients): New command.
13272         (message-syntax-checks): Add `bogus-recipient'.
13273         (message-fix-before-sending): Add `bogus-recipient'.
13274
13275         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13276         (gnus-treat-body-boundary): Don't test window-system.
13277
13278 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13279
13280         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13281
13282 2007-10-28  Miles Bader  <miles@gnu.org>
13283
13284         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13285         at compile-time too.
13286
13287 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * gnus-msg.el (gnus-message-setup-hook):
13290         Add `message-remove-blank-cited-lines' to options.
13291
13292 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * message.el (message-remove-blank-cited-lines): New function.
13295         Suggested by Karl Plästerer.
13296
13297 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13300         mapc.
13301
13302         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13303         (top-level): Use mapc to set functions to be traced for debugging.
13304
13305         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13306         called for effect with while loop.
13307
13308         * message.el (message-talkative-question): Replace mapcar called for
13309         effect with mapc.
13310
13311         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13312         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13313         called for effect with dolist.
13314
13315         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13316
13317         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13318         gnus-extra-headers and nnmail-extra-headers.
13319
13320         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13321         called for effect with dolist.
13322         (top-level): Use mapc to set functions to be traced for debugging.
13323
13324         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13325         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13326         dolist.
13327
13328         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13329         Replace mapcar called for effect with mapc.
13330         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13331         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13332         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13333         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13334
13335         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13336         remove-if that's a cl function.
13337
13338         * webmail.el (webmail-debug): Replace mapcar called for effect with
13339         dolist.
13340
13341         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13342         with mapc.
13343
13344 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13347         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13348         with while loop.
13349
13350         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13351         functions from article-* functions.
13352         (gnus-multi-decode-header): Replace mapcar called for effect with
13353         dolist.
13354
13355         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13356         (gnus-bookmark-show-details): Replace mapcar called for effect with
13357         while loop.
13358
13359         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13360         called for effect with while loop.
13361
13362         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13363         with dolist.
13364
13365         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13366         Replace mapcar called for effect with dolist.
13367
13368         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13369
13370         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13371         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13372         Replace mapcar called for effect with dolist.
13373         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13374         mapc.
13375
13376         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13377         Replace mapcar called for effect with dolist.
13378         (gnus-topic-list): Replace mapcar called for effect with mapc.
13379
13380         * gnus.el: Use mapc instead of mapcar to add autoloads.
13381
13382 2007-10-23  Richard Stallman  <rms@gnu.org>
13383
13384         * gnus-group.el (gnus-group-highlight): Mark as risky.
13385
13386 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus.el (gnus-server-to-method): Return method found first in
13389         gnus-newsrc-alist.
13390
13391         * gnus-art.el (gnus-article-highlight-signature)
13392         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13393         button overlay without the front stickiness.
13394
13395 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13396
13397         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13398         overview buffer needed a catch to receive its throw.
13399         (gnus-agent-flush-cache): Declare as interactive to make this function
13400         easier to use.
13401
13402 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13405         `next-line'.
13406
13407 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13410         exclude address matching message-dont-reply-to-names.
13411
13412 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * gnus-util.el (gnus-string<): New function.
13415
13416         * gnus-sum.el (gnus-article-sort-by-author)
13417         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13418
13419 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13422         the frame-focus tag is set in gnus-buffer-configuration.
13423
13424 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13427         the front stickiness.
13428
13429 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13432         url pattern; remove duplicate one.
13433         (gnus-article-extend-url-button): New function.
13434         (gnus-article-add-buttons): Use it.
13435         (gnus-button-push): Use concatenated url that it makes.
13436
13437 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13438
13439         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13440
13441 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13442
13443         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13444         Don't hardcode point-min==1.
13445
13446 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13447
13448         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13449         Fix comment about "iso8859-1".
13450
13451 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13452
13453         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13454         ones returned from the verify-function.
13455
13456         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13457         Call mml2015-extract-cleartext-signature if extraction failed.
13458
13459 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13460
13461         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13462         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13463         failed.
13464
13465 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13468
13469 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13470
13471         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13472         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13473         recommends to use EasyPG instead of PGG.
13474
13475         * pgg.el: Revert to revision 6.23.2.16.
13476
13477         * pgg-def.el: Revert to revision 6.6.2.14.
13478
13479         * pgg-gpg.el: Revert to revision 6.23.2.34.
13480
13481 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13482
13483         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13484         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13485         thread for both the null and zero (kill/expire thread) universal prefix
13486         cases.
13487         (gnus-summary-expire-thread): Add new function to expire a thread,
13488         using gnus-summary-kill-thread.
13489         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13490         shortcuts for gnus-summary-expire-thread.
13491         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13492         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13493
13494 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13495
13496         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13497         extras value, so an extras entry can be deleted.
13498         (gnus-registry-delete-extra-entry): Use it.
13499         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13500         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13501         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13502         storage through the gnus-registry, and provide an appropriate API for
13503         it.
13504
13505 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13508         Suggested by Leo <sdl.web@gmail.com>.
13509
13510         * gnus.el: Do.
13511
13512 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13515         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13516
13517         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13518
13519         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13520         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13521
13522 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13525         newline.
13526         (nnmbox-request-accept-article): Don't change article in source buffer;
13527         narrow to header to use message-fetch-field rather than
13528         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13529         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13530         as delimiters; make sure article ends with newline.
13531         (nnmbox-delete-mail): Correct last position of article to be deleted;
13532         ignore X-Gnus-Newsgroup header in article body.
13533         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13534         positions; make sure article ends with newline.
13535
13536         * message.el (message-display-abbrev): Don't infloop when a user
13537         inserts SPC in the beginning of header.
13538
13539         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13540         coding-system-for-read and coding-system-for-write for XEmacs having no
13541         file-coding feature.
13542
13543         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13544
13545 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13546
13547         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13548         list of groups not followed by default.  Fix type to be regexp.
13549         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13550
13551 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13552
13553         * hmac-def.el (define-hmac-function): Switch from old-style to
13554         new-style backquotes.
13555
13556         * md4.el (md4-make-step): Likewise.
13557
13558 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13561         raw-text coding system when saving .newsrc file, which may contain
13562         non-ASCII group names.
13563
13564 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-cus.el (gnus-score-extra): New widget.
13567         (gnus-score-extra-convert): New function.
13568         (gnus-score-customize): Use it for Extra.
13569
13570 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13571
13572         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13573         (mml2015-mailcrypt-clear-verify): Use it.
13574         (mml2015-gpg-clear-verify): Use it.
13575         (mml2015-pgg-clear-verify): Use it.
13576         (mml2015-epg-clear-verify): Replace the current part with the output
13577         from GnuPG; don't extract the plaintext by itself.
13578
13579         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13580         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13581         mml2015-clear-verify-function; don't touch the armor headers or
13582         dash-escaped text here.
13583
13584 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13587         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13588         parts, or application/octet-stream as a last resort.
13589         (gnus-mime-view-part-as-type): Don't toggle display.
13590         (gnus-mime-view-part-as-charset): Don't turn off display before
13591         querying charset.
13592
13593         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13594         stuff to undisplayer function in Emacs.
13595         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13596
13597         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13598         text/calendar parts.
13599
13600 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13603         decoding text/calendar parts.
13604
13605         * message.el (message-forward-make-body-mime): Always mark body as
13606         having no illegible text; remove signed-or-encrypted argument.
13607         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13608
13609         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13610         (mml-generate-mime-1): Don't encode body if it is specified to be in
13611         raw form; don't make buffer be unibyte when inserting multibyte string.
13612
13613 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13614
13615         * sha1.el: Fix up comment style.
13616         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13617         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13618
13619         * hex-util.el: Fix up comment style.
13620         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13621
13622         * gnus-salt.el: Use with-current-buffer.
13623         (gnus-pick-setup-message): Fix long-standing typo.
13624
13625 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * imap.el (imap-logout-timeout): New variable.
13628         (imap-logout, imap-logout-wait): New functions.
13629         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13630
13631         * nnimap.el (nnimap-logout-timeout): New server variable.
13632         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13633         nnimap-logout-timeout.
13634
13635         * gnus-art.el (gnus-article-summary-command-nosave)
13636         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13637
13638 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * gnus.el (gnus-maximum-newsgroup): New variable.
13641
13642         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13643         according to gnus-maximum-newsgroup.
13644
13645         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13646         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13647         Limit the range of articles according to gnus-maximum-newsgroup.
13648
13649 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13650
13651         * gnus-art.el (gnus-sticky-article): Fix problems described in
13652         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13653         Don't perform gnus-configure-windows here; reuse existing sticky
13654         article buffer.
13655
13656         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13657         it doesn't exist in gnus-article-mode.
13658
13659 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13662         (gnus-agent-decoded-group-name): New function.
13663         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13664         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13665
13666 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13667
13668         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13669         Add binding for gnus-sticky-article.
13670         (gnus-summary-exit): Don't kill sticky article buffers.
13671
13672         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13673         article buffer.
13674         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13675         (gnus-kill-sticky-article-buffers): New commands.
13676
13677 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * nntp.el (nntp-xref-number-is-evil): New server variable.
13680         (nntp-find-group-and-number): If it is non-nil, don't trust article
13681         numbers in the Xref header.
13682
13683 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * gnus-agent.el (gnus-agent-read-group): New function.
13686         (gnus-agent-flush-group, gnus-agent-expire-group)
13687         (gnus-agent-regenerate-group): Use it.
13688         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13689         nnmail-pathname-coding-system.
13690
13691 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13694
13695         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13696         that are unread as unread, and also as selected so that information of
13697         marks having been changed by a user may be updated when exiting group.
13698
13699 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13702
13703 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13706         calculated ignoring signature parts to gnus-treat-article.
13707
13708 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13711         a point here in order to keep the window start.
13712         (gnus-insert-mime-security-button): Make a button overlay without the
13713         front stickiness.
13714         (gnus-mime-display-security): Goto the end of a button.
13715
13716         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13717
13718 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13721         group-name-at-point.
13722         (gnus-group-completing-read): New function that offers decoded
13723         non-ASCII group names for completion.
13724         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13725         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13726         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13727         (gnus-group-fetch-control): Use it.
13728         (gnus-fetch-group): Use group-name-at-point for the initial value
13729         rather than the default value; use gnus-alive-p.
13730
13731         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13732         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13733         (gnus-summary-post-news): Use gnus-group-completing-read.
13734
13735         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13736         (gnus-read-move-group-name): Decode group name for completion.
13737
13738 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13739
13740         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13741         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13742         Yamaoka slightly modified the code).
13743
13744 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13747         (nnmail-split-incoming): Bind it.
13748
13749         * nnml.el (nnml-group-name-charset): New function.
13750         (nnml-decoded-group-name): Use it; don't decode group name if
13751         nnmail-group-names-not-encoded-p is non-nil.
13752         (nnml-encoded-group-name): New function.
13753         (nnml-group-pathname): Inline nnml-decoded-group-name.
13754         (nnml-request-expire-articles): Decode group name in message.
13755         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13756         nnmail-pathname-coding-system.
13757         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13758         not decoded ones according to nnmail-group-names-not-encoded-p.
13759         (nnml-generate-active-info): Use nnml-encoded-group-name.
13760
13761 2007-08-08  Glenn Morris  <rgm@gnu.org>
13762
13763         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13764         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13765         doc-strings and comments.
13766
13767 2007-07-25  Glenn Morris  <rgm@gnu.org>
13768
13769         * Relicense all FSF files to GPLv3 or later.
13770
13771 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-sum.el (gnus-summary-move-article):
13774         Make gnus-summary-respool-article work.
13775
13776 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13779         string.
13780
13781 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13782
13783         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13784         that should be ignored when comparing distant RSS articles with local
13785         ones.
13786         (nnrss-make-hash-index): New function.  Create a hash index according
13787         to the ignored fields.
13788         (nnrss-check-group): Use it.
13789
13790 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13793
13794         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13795
13796         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13797         the new optional argument ENCODED is non-nil.
13798         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13799         coding system for encoding group name.
13800         (gnus-group-make-rss-group): Pass un-encoded group name to
13801         gnus-group-make-group.
13802         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13803         encoded.
13804
13805         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13806         Encode group name to which articles are moved or copied.
13807         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13808         coding system for encoding Newsgroup, Followup-To and Xref headers.
13809
13810         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13811         marks; use nnheader-file-coding-system to write a file.
13812         (nnagent-retrieve-headers): Bind file-name-coding-system to
13813         nnmail-pathname-coding-system.
13814
13815         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13816
13817         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13818         (nnml-request-article, nnml-request-create-group)
13819         (nnml-request-rename-group, nnml-find-id)
13820         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13821         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13822         (nnml-save-marks): Use nnml-group-pathname instead of
13823         nnmail-group-pathname.
13824
13825         (nnml-request-create-group, nnml-request-expire-articles)
13826         (nnml-request-move-article, nnml-request-delete-group)
13827         (nnml-deletable-article-p, nnml-possibly-create-directory)
13828         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13829         (nnml-open-marks): Bind file-name-coding-system to
13830         nnmail-pathname-coding-system.
13831
13832         (nnml-request-article): Pass server argument to nnml-find-group-number.
13833         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13834         Pass server argument to nnml-possibly-create-directory.
13835         (nnml-request-accept-article): Pass server argument to
13836         nnml-active-number and nnml-save-mail.
13837         (nnml-find-group-number): Pass server argument to nnml-find-id.
13838         (nnml-request-update-info): Pass server argument to
13839         nnml-marks-changed-p.
13840
13841         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13842         (nnml-save-mail, nnml-active-number): Add server argument.
13843
13844         (nnml-request-delete-group): Warn if group is missing.
13845         (nnml-get-nov-buffer): Decode group name.
13846         (nnml-generate-active-info): Encode group name.
13847         (nnml-open-marks): Decode group name in messages.
13848
13849 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13852         if it is not specified.
13853         (gnus-article-pipe-part, gnus-article-save-part)
13854         (gnus-article-interactively-view-part, gnus-article-copy-part)
13855         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13856         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13857         (gnus-article-replace-part, gnus-article-delete-part)
13858         (gnus-article-view-part-as-type): Pass raw prefix argument to
13859         gnus-article-part-wrapper.
13860
13861 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * gnus-agent.el (gnus-agent-save-active):
13864         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13865
13866         * gnus-cache.el (gnus-cache-save-buffers)
13867         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13868         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13869         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13870         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13871         (gnus-cache-generate-active, gnus-cache-rename-group)
13872         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13873         (gnus-cache-update-overview-total-fetched-for):
13874         Bind file-name-coding-system to nnmail-pathname-coding-system.
13875         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13876         New variables.
13877         (gnus-cache-decoded-group-name): New function.
13878         (gnus-cache-file-name): Use it.
13879         (gnus-cache-generate-active): Use non-decoded group name for active.
13880
13881         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13882         right place.
13883         (gnus-write-active-file): Don't break non-ASCII group names.
13884
13885         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13886         nnmail-pathname-coding-system.
13887
13888         * lpath.el: Bind default-file-name-coding-system,
13889         file-name-coding-system and language-info-alist for XEmacs.
13890
13891         * gnus-uu.el (gnus-uu-decode-save): Typo.
13892
13893 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13896
13897 2007-07-14  David Kastrup  <dak@gnu.org>
13898
13899         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13900         finishing actions if we did not edit the article.
13901
13902 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13905         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13906         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13907         (gnus-agent-flush-group, gnus-agent-flush-cache)
13908         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13909         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13910         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13911         (gnus-agent-regenerate-group)
13912         (gnus-agent-update-files-total-fetched-for)
13913         (gnus-agent-update-view-total-fetched-for):
13914         Bind file-name-coding-system to nnmail-pathname-coding-system.
13915         (gnus-agent-group-pathname): Don't encode file names by
13916         nnmail-pathname-coding-system.
13917         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13918         coding-system-for-write instead of buffer-file-coding-system to
13919         gnus-agent-file-coding-system.
13920
13921         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13922         Decode group name.
13923
13924         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13925
13926         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13927         (gnus-read-newsrc-el-file): Make group names unibyte.
13928
13929         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13930         nnmail-pathname-coding-system.
13931
13932         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13933         (nnrss-request-delete-group): Bind file-name-coding-system to
13934         nnmail-pathname-coding-system.
13935         (nnrss-read-server-data, nnrss-read-group-data):
13936         Bind file-name-coding-system correctly.
13937         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13938
13939         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13940         (nntp-server-to-method-cache): New variable.
13941         (nntp-group-pathname): New function that decodes non-ASCII group names.
13942         (nntp-possibly-create-directory, nntp-marks-changed-p)
13943         (nntp-save-marks, nntp-open-marks): Use it.
13944         (nntp-possibly-create-directory, nntp-open-marks):
13945         Bind file-name-coding-system to nnmail-pathname-coding-system.
13946         (nntp-open-marks): Decode group names when bootstrapping marks.
13947
13948         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13949         Newsgroups and Followup-To headers.
13950
13951 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13954         (gnus-server-closed-face, gnus-server-denied-face)
13955         (gnus-server-offline-face): Remove variable.
13956         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13957
13958         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13959         of modifying message-stack directly for XEmacs.
13960
13961         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13962         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13963         if the coding-system argument is nil for XEmacs.
13964
13965         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13966         mm-charset-override-alist.
13967
13968         * rfc2047.el: Don't require base64; require rfc2045 for the function
13969         rfc2045-encode-string.
13970         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13971         to quote the parameter value.
13972
13973 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13976         form in gnus-group-name-charset-method-alist.
13977
13978         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13979         overrides the default layout edit-form.
13980
13981         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13982
13983         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13984
13985 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13988         as unfetched articles.
13989
13990 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13993
13994 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13997         original back end that keeps marks in the local system.
13998
13999 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14002         arg of pop-to-buffer for XEmacs.
14003         (gnus-article-read-summary-keys): Ditto; don't restore window
14004         configuration if summary command ends up with neither article buffer
14005         nor summary buffer; describe bindings if summary keys end with C-h.
14006
14007 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * message.el (message-fix-before-sending): Skip raw message part to be
14010         forwarded while checking illegible text.
14011         (message-forward-make-body-mime, message-forward-make-body):
14012         Mark signed or encrypted raw message as having no illegible text.
14013
14014 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14017         (gnus-message-with-timestamp-1): New macro.
14018         (gnus-message-with-timestamp): New function.
14019         (gnus-message): Use them.
14020
14021         * nnheader.el (nnheader-message): Use them.
14022
14023 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14026         .newsrc.eld file.
14027
14028 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * gnus-agent.el (gnus-agent-fetch-headers)
14031         (gnus-agent-retrieve-headers):
14032         Bind gnus-decode-encoded-address-function to identity.
14033
14034         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14035         available also when the server returns simply a dot.
14036
14037         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14038
14039 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14042
14043 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-ems.el (gnus-x-splash): Make it work.
14046
14047         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14048         from being used.
14049
14050         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14051
14052 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14055         4th and the 5th arguments.
14056
14057         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14058         the front stickiness.
14059         (gnus-article-summary-command-nosave): Correct the order of the
14060         arguments passed to pop-to-buffer.
14061         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14062         summary command ends up with the article buffer.
14063
14064         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14065         the same faces.
14066
14067 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14068
14069         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14070
14071 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14072
14073         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14074         * gnus-sum.el (gnus-summary-highlight):
14075         * pgg.el (pgg-sign-region, pgg-sign):
14076         * mail-source.el (mail-source-delete-old-incoming-confirm):
14077         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14078
14079 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * gnus-art.el (gnus-mime-view-part-externally)
14082         (gnus-mime-view-part-internally): Fix predicate function passed to
14083         completing-read.
14084
14085         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14086
14087         * gnus.el (gnus-update-message-archive-method): Add :version.
14088
14089 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus.el (gnus-update-message-archive-method): New variable.
14092
14093         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14094         according to gnus-message-archive-method if
14095         gnus-update-message-archive-method is non-nil.
14096
14097 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14100         Suggested by Loic Dachary <loic@dachary.org>.
14101         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14102
14103 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * message.el (message-pop-to-buffer): Add switch-function argument.
14106         (message-mail): Pass switch-function argument to it.
14107
14108 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14109
14110         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14111         Improve doc string.
14112
14113 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14116         (gnus-header-content):
14117         * gnus-cite.el (gnus-cite-10):
14118         * gnus-srvr.el (gnus-server-closed):
14119         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14120         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14121         (gnus-group-mail-3-empty, gnus-group-mail-low)
14122         (gnus-group-mail-low-empty, gnus-splash):
14123         * message.el (message-header-to, message-header-cc)
14124         (message-header-subject, message-header-other, message-header-name)
14125         (message-header-xheader, message-separator, message-cited-text)
14126         (message-mml): Lighten colors of faces used for dark background.
14127
14128 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14129
14130         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14131         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14132
14133 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * message.el (message-narrow-to-headers-or-head):
14136         Ignore mail-header-separator in the body.
14137
14138 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14141         same as window size.
14142
14143 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14144
14145         * message.el (message-font-lock-keywords): Use message-header-xheader
14146         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14147         ahead of the anything pattern, to get it recognized.
14148
14149 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14152         spam.el loads uses it in the compiled defadvice form.
14153
14154 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14155
14156         * gnus-sum.el (gnus-articles-to-read)
14157         (gnus-summary-insert-old-articles): Don't truncate group name for
14158         `read-string'.
14159
14160         * gnus-util.el (gnus-limit-string): Delete this function.
14161
14162         * gnus-sum.el (gnus-simplify-subject-fully):
14163         Use `truncate-string-to-width' instead.
14164
14165 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14166
14167         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14168         Tell if, on summary exit, the next group has to be selected.
14169         (gnus-summary-exit): Use it.
14170
14171 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14174         non-break space.
14175
14176 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14179         Check if group is not a directory.
14180         (nnfolder-request-expire-articles): Don't delete articles if the target
14181         group is not available.
14182
14183         * nnml.el (nnml-request-create-group): Properly check if group is not a
14184         file.
14185         (nnml-request-expire-articles): Don't delete articles if the target
14186         group is not available.
14187
14188         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14189         Don't quote characters that are within parentheses.
14190
14191 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14194         (gnus-handle-ephemeral-exit): Select article according to it.
14195
14196 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14197
14198         * message.el (message-insert-formated-citation-line): Remove newline.
14199         (message-citation-line-format): Add final \n here so that the user can
14200         avoid a blank line.
14201
14202 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14203
14204         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14205         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14206         Update lanl/arXiv support.
14207
14208 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * gnus.el: Bump version number.
14211
14212 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14213
14214         * gnus.el (gnus-version-number): Bump version.
14215
14216 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14217
14218         * gnus.el: No Gnus v0.6 is released.
14219
14220 2007-04-27  Didier Verna  <didier@xemacs.org>
14221
14222         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14223         * gmm-utils.el (gmm-regexp-concat): ... here.
14224         * message.el: Don't require 'gnus-util.
14225         (message-dont-reply-to-names): Handle name change above.
14226         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14227
14228 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14231         since the initial value varies according to the system.
14232
14233 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14236
14237 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14238
14239         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14240
14241 2007-04-24  Didier Verna  <didier@xemacs.org>
14242
14243         Improve the type of gnus-ignored-from-addresses.
14244         * gnus-util.el (gnus-orify-regexp): New function.
14245         * message.el (gnus-util): Require it.
14246         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14247         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14248         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14249
14250 2007-04-24  Didier Verna  <didier@xemacs.org>
14251
14252         * gnus-sum.el:
14253         * gnus-utils.el: Fix some trailing whitespaces.
14254
14255 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14258         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14259         article's Message-ID; refer parent article in summary buffer.
14260
14261         * message.el (message-bounce): Call mime-to-mml.
14262
14263         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14264         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14265         optimize and/or forms properly.
14266
14267 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14270         URL.
14271
14272 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14275
14276 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14279         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14280         displayed of multipart/alternative part if it is invoked from summary
14281         buffer.
14282
14283         * mm-view.el (mm-inline-text-html-render-with-w3m)
14284         (mm-inline-text-html-render-with-w3m-standalone)
14285         (mm-inline-render-with-function): Use mail-parse-charset by default.
14286
14287 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14288
14289         * parse-time.el (parse-time-string-chars): Check if CHAR
14290         is less than the length of parse-time-syntax.
14291
14292 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14295         from gnus-newsgroup-processable.
14296
14297 2007-04-16  Didier Verna  <didier@xemacs.org>
14298
14299         * gnus-msg.el (gnus-configure-posting-styles):
14300         Handle message-signature-directory properly with :file syntax.
14301         Reported by "Leo".
14302
14303 2007-04-11  Didier Verna  <didier@xemacs.org>
14304
14305         New user option: message-signature-directory.
14306         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14307         * message.el (message-insert-signature): Ditto.
14308         * message.el (message-signature-file): Doc update.
14309         * message.el (message-signature-directory): New.
14310
14311 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * gnus-msg.el (gnus-inews-yank-articles):
14314         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14315
14316 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * message.el (message-yank-original): Make sure cited text ends with
14319         newline; don't exchange point and mark.
14320
14321 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14322
14323         * tls.el (open-tls-stream): Properly handle case where there
14324         is no associated buffer.
14325
14326 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14327
14328         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14329         message-yank-original, make sure (< mark TEXT point).
14330
14331 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * message.el (message-fill-column): New variable.
14334         (message-mode): Use it.  Add comment on a possible new hook.
14335
14336         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14337         (nnmail-get-new-mail): Reformat.
14338
14339         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14340
14341         * gmm-utils.el: Fix Commentary.
14342         (gmm-tool-bar-from-list): Fix typo in doc string.
14343
14344 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14345
14346         * message.el (message-yank-original): Don't switch point and mark
14347         unnecessarily to put point and mark as documented.
14348
14349 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14350
14351         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14352         from the message heads.
14353
14354 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14355
14356         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14357         article buffer does not have a window.  This may not be the best
14358         solution but is certainly better than setting the start of the null,
14359         that is the current, window.
14360
14361 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14362
14363         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14364         (gnus-draft-setup): Run it.
14365
14366         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14367         gnus-score-fast-scoring.  Allow regexp.
14368         (gnus-score-headers): Use it.
14369
14370         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14371         XEmacs.
14372
14373         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14374         string.
14375         (gnus-button-alist): Also catch `<f1> k ...'.
14376         (gnus-treat-display-x-face): Fix doc string.
14377
14378 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14379
14380         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14381         evaluation of gnus-extended-version to ensure correct generation of the
14382         User-Agent header when message-generate-headers-first is used.
14383
14384 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14385
14386         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14387         hashcash-path is nil.  Don't call callback with incorrect number of
14388         parameters if val is 0.
14389
14390 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14391
14392         * message.el (message-required-news-headers):
14393         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14394
14395 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14396
14397         * tls.el (open-tls-stream): In handshake-waiting loop,
14398         don't wait more if there is output available to process.
14399
14400 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14401
14402         * tls.el (tls-program): Doc fix.
14403
14404 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * message.el (message-generate-new-buffers): Change the meaning of the
14407         nil value; add `standard' to the choices; treat t as `unique'; improve
14408         doc string.
14409         (gnus-select-frame-set-input-focus): Autoload.
14410         (message-buffer-name): Search for the existing message buffer if
14411         message-generate-new-buffers is nil or `standard'; treat the value t of
14412         message-generate-new-buffers as `unique'.
14413         (message-pop-to-buffer): Raise the frame already displaying the message
14414         buffer; clear the echo area after querying.
14415         (message-setup): Pass the `continue' argument to compose-mail.
14416         (message-mail): Prefer `switch-function' if it is given; search for the
14417         existing message buffer if the `continue' argument is non-nil; pass
14418         continue and switch-function arguments to compose-mail by way of
14419         message-setup.
14420         (message-mail-other-window): Adjust argument of message-setup.
14421         (message-mail-other-frame): Ditto.
14422
14423 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14426         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14427         to turn font-lock on when turning gnus-message-citation-mode on.
14428
14429 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14430
14431         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14432         (mml-smime-function-alist): New variable; add epg as the backend.
14433         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14434         mml-smime- functions instead.
14435         * mm-view.el: Require smime.
14436
14437 2007-03-05  Didier Verna  <didier@xemacs.org>
14438
14439         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14440         instead of just inheritance for posting styles.
14441         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14442
14443 2007-02-24  Chris Moore  <dooglus@gmail.com>
14444
14445         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14446         * pgg-pgp.el (pgg-pgp-encrypt-region):
14447         * pgg-gpg.el (pgg-gpg-encrypt-region):
14448         Check pgg-encrypt-for-me if no other recipients.
14449
14450 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14451
14452         * tls.el (tls-certtool-program): Fix custom type.
14453
14454 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14457         and point-at-eol instead of line-(beginning|end)-position.
14458
14459         * assistant.el (assistant-parse-buffer): Ditto.
14460
14461         * netrc.el (netrc-parse-services): Ditto.
14462
14463 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14464
14465         * mml2015.el (mml2015-epg-find-usable-key): New function.
14466         (mml2015-epg-sign): Use it.
14467         (mml2015-epg-encrypt): Use it.
14468
14469 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * message.el (message-make-in-reply-to): Quote name containing
14472         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14473         if there are special characters.  Reported by NAKAJI Hiroyuki
14474         <nakaji@jp.freebsd.org>.
14475
14476 2007-02-27  Didier Verna  <didier@xemacs.org>
14477
14478         Include the group parameters as well as the topic ones in the
14479         inheritance filter process.
14480         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14481         argument GROUP-PARAMS-LIST.
14482         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14483
14484 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * nntp.el (nntp-never-echoes-commands)
14487         (nntp-open-connection-functions-never-echo-commands): New variables.
14488         (nntp-send-command): Use them.
14489
14490 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14491
14492         * mml2015.el (mml2015-epg-verify): Simplify.
14493
14494 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * mml.el (mml-content-disposition-alist): New user option.
14497         (mml-content-disposition): New function.
14498         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14499         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14500
14501 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14502
14503         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14504         verification.
14505
14506 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14507
14508         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14509         articles posted in the last 24 hours.
14510
14511 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14512
14513         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14514
14515 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14516
14517         * nntp.el (nntp-send-command): Don't wait for echoes when
14518         nntp-open-ssl-stream is used.
14519
14520 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14523         (gnus-message-add-citation-keywords)
14524         (gnus-message-remove-citation-keywords): Remove.
14525         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14526         directly, make the variables in font-lock-defaults buffer-local, add
14527         gnus-message-citation-keywords to them and then update the value of
14528         font-lock-keywords.
14529
14530 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * message.el (message-cite-original-1): Don't call
14533         gnus-article-highlight-citation.
14534
14535         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14536         citations; fix line count.
14537
14538 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14541         (gnus-message-add-citation-keywords)
14542         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14543         versions of font-lock-add-keywords and font-lock-remove-keywords to
14544         work with XEmacs correctly.
14545
14546 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14547
14548         * gnus-cite.el (gnus-cite-face-list): Set the values of
14549         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14550         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14551         (gnus-message-cite-prefix-regexp): New variable.
14552         (gnus-message-search-citation-line): Use it; protect against long
14553         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14554         the 0th match data for Emacs.
14555         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14556         (gnus-message-add-citation-keywords): Append keywords rather than
14557         prepending; emulate font-lock-add-keywords if it is not available.
14558         (gnus-message-remove-citation-keywords):
14559         Emulate font-lock-remove-keywords if it is not available.
14560
14561         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14562
14563         * message.el (message-cite-prefix-regexp): Set the value of
14564         gnus-message-cite-prefix-regexp.
14565
14566 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14567
14568         * nnweb.el (nnweb-google-parse-1): Update parser.
14569
14570 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14571
14572         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14573
14574 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14575
14576         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14577         regexp.
14578
14579 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14582         string-to-multibyte.
14583         (uudecode-decode-region-internal): Use it.
14584
14585         * lpath.el: Fbind string-as-multibyte for XEmacs.
14586
14587 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14590         Fix custom choice.
14591
14592         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14593
14594 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14595
14596         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14597
14598         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14599         `write-region' to respect `mm-inhibit-file-name-handlers'.
14600
14601 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14602
14603         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14604         Use gnus-home-directory instead of "~/" or "$HOME".
14605
14606 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14607
14608         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14609         to mention filename.
14610         Add comments at beginning regarding usage.
14611         (encrypt-write-file-contents): Change interactive so a string is
14612         acceptable.  If the file has no associated model, show an error instead
14613         of a nonsense prompt.
14614
14615 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14616
14617         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14618         Thanks to Yoshihiko Yamada for kind notification of this typo.
14619
14620 2007-01-12  Kenichi Handa  <handa@m17n.org>
14621
14622         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14623         multibyte buffer.
14624
14625 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * gnus-score.el (gnus-score-fast-scoring): New variable.
14628         (gnus-score-headers): Use it.
14629
14630         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14631
14632         * message.el (message-cite-original-1):
14633         Call gnus-article-highlight-citation if requested.
14634         (message-make-from): Allow name and address as optional arguments.
14635
14636         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14637
14638         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14639         bugs to doc string.
14640         (gnus-button-alist): Add mid\\|message-id.
14641         (gnus-button-fetch-group): Extend for use in
14642         `browse-url-browser-function'.
14643         (gnus-button-url-regexp): Try to catch paired parentheses like in
14644         Wikipedia URLs.
14645
14646         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14647         Suggested by Simon Krahnke <overlord@gmx.li>.
14648
14649 2007-01-13  Romain Francoise  <romain@orebokech.com>
14650
14651         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14652         Update copyright.
14653
14654 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14655
14656         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14657
14658 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14659
14660         * gnus-registry.el (gnus-registry-unfollowed-groups)
14661         (gnus-registry-split-fancy-with-parent): Fix documentation.
14662
14663 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14664
14665         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14666         from nnweb groups.
14667
14668 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14669
14670         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14671         Xref urls.  Erase buffer before requesting head.
14672
14673         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14674
14675 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14678         customizable.
14679
14680 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14681
14682         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14683         no signing key is found.
14684         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14685         no encrypting and/or signing key is found.
14686
14687 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14690
14691 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14692
14693         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14694         headers read from disk with the ones newly found in the current search.
14695         This should no longer cause problems, because the article numbers in
14696         Gmane's `nov.php' output are ignored since the previous change.
14697
14698 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14699
14700         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14701
14702 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14705         replace-regexp-in-string; bind url-version; fbind display-images-p and
14706         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14707         find-face and set-itimer-function for Emacs; bind itimer-list for
14708         Emacs.
14709
14710         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14711
14712 2007-01-01  Romain Francoise  <romain@orebokech.com>
14713
14714         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14715
14716 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14717
14718         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14719         `define-minor-mode' macro definition expanded properly.
14720         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14721         exclude it there.
14722
14723         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14724         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14725         `fboundp' test.
14726         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14727         This is OK to autoload in (S)XEmacs now.
14728
14729 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14730
14731         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14732         keystroke.
14733         (gnus-summary-limit-to-singletons): Fix typo.
14734
14735         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14736         else fails.
14737
14738 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14739
14740         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14741         docstring.
14742
14743         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14744         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14745         (gnus-summary-insert-dormant-articles): Fix typo in message.
14746
14747 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14748
14749         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14750         nil for XEmacs.
14751         (gnus-message-citation-mode): Don't autoload in XEmacs.
14752
14753         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14754
14755 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14756
14757         * nnimap.el (nnimap-expunge-search-string):
14758         Mention nnimap-search-uids-not-since-is-evil in docstring.
14759
14760 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * spam.el: Revert to make-obsolete-variable because
14763         define-obsolete-variable-alias is not supported in Emacs 21.
14764
14765         * spam.el (spam-ifile-path, spam-ifile-database-path)
14766         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14767         make-obsolete-variable.
14768         (spam-bsfilter-path, spam-bsfilter-program)
14769         (spam-spamassassin-path, spam-spamassassin-program)
14770         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14771         Don't use "path" inappropriately.
14772         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14773         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14774         variable names.
14775
14776 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14777
14778         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14779         summary buffer.
14780
14781         * password.el (password-cache-remove): Use clear-string to burn
14782         password, if available.
14783
14784 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14785
14786         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14787
14788         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14789
14790         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14791         (gnus-message-highlight-citation): Move defcustom here from
14792         gnus-cite.el.
14793         (gnus-message-citation-mode): Autoload.
14794
14795         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14796         checks to make it compile with XEmacs.
14797         (gnus-message-citation-mode): New minor mode.
14798         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14799         (gnus-message-highlight-citation): New variables.
14800         (gnus-message-search-citation-line)
14801         (gnus-message-add-citation-keywords)
14802         (gnus-message-remove-citation-keywords)
14803         (turn-on-gnus-message-citation-mode)
14804         (turn-off-gnus-message-citation-mode): New functions.
14805
14806 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14807
14808         * gnus-cite.el: Enable highlighting of different citation levels in
14809         message-mode.
14810
14811 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14812
14813         * message.el (message-make-fqdn): Fix comment.
14814         (message-bogus-system-names): Add ".local".
14815
14816         * spam.el (spam-ifile-path, spam-ifile-program)
14817         (spam-ifile-database-path, spam-ifile-database)
14818         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14819         Don't use "path" inappropriately.
14820         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14821         strings.
14822         (spam-check-ifile, spam-ifile-register-with-ifile)
14823         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14824         Use new variable names.
14825
14826         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14827         (gnus-treat-display-smileys): Simplify using
14828         gnus-image-type-available-p.
14829
14830         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14831         available.
14832
14833         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14834         Use `display-images-p' if available.
14835
14836 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14839         one after turning on the buffer's multibyteness instead of decoding
14840         them directly in the unibyte buffer that causes unexpected conversion
14841         in Emacs 23 (unicode).
14842
14843 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14844
14845         * message.el (message-generate-hashcash): Fix custom type.
14846
14847 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14848
14849         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14850
14851 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14852
14853         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14854         disconnect icons.  Add help text.
14855
14856 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14857
14858         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14859         negated to be consistent with the others we handle.
14860
14861 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14862
14863         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14864         version of gnus-summary-buffer to something, so that we can use two
14865         article buffers at the same time.
14866
14867 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14868
14869         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14870         trigger all the extra headers.
14871         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14872         sorting.
14873
14874 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14875
14876         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14877         solid groups.
14878
14879 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14880
14881         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14882
14883 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * legacy-gnus-agent.el: Add Copyright notice.
14886
14887 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14888
14889         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14890
14891 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14892
14893         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14894
14895         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14896         to make it work reliably in CVS Emacs.
14897         (gnus-summary-limit-strange-charsets-predicate)
14898         (gnus-summary-limit-to-predicate): New functions.
14899
14900 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14901
14902         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14903         specifying array size.
14904         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14905         array if it is too small.
14906         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14907         (gnus-sort-threads-loop): New function.
14908
14909 2006-12-06  Chris Moore  <dooglus@gmail.com>
14910
14911         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14912         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14913
14914 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14915
14916         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14917         options.
14918
14919 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14920
14921         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14922         DOS-ing the recipient.
14923
14924         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14925         the headers when creating the mapping to avoid mismappings.
14926         (nnweb-gmane-create-mapping): Always nix out old mapping.
14927
14928 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14931         and mm-verify-option to never.
14932
14933 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * message.el (message-signed-or-encrypted-p): New function.
14936         (message-forward-make-body): Use it.
14937
14938         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14939         Replace encode-coding-string with mm-encode-coding-string.
14940
14941 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * nneething.el (nneething-decode-file-name):
14944         Replace decode-coding-string with mm-decode-coding-string.
14945
14946         * gnus-int.el (gnus-open-server): Say failed server's name.
14947
14948 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14949
14950         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14951         strings to a single string.  Quote `errors-file-name'.
14952         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14953         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14954         Adjust calls.  Use `shell-quote-argument'.
14955
14956 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14957
14958         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14959         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14960
14961         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14962         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14963         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14964         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14965         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14966         (gnus-subscribe-newsgroup, gnus-1):
14967         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14968         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14969         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14970         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14971
14972 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14973
14974         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14975         keystroke.
14976         (gnus-summary-limit-to-bodies): Implement headersp.
14977
14978 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14979
14980         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14981
14982 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14985
14986 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14987
14988         * message.el (message-generate-hashcash): Expand range of values to
14989         include `opportunistic'.
14990         (message-send-mail): Use it.
14991
14992 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14993
14994         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14995         and comment it.
14996
14997         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14998
14999 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15000
15001         * gnus-util.el (gnus-extract-address-components): Improve comment.
15002
15003 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * gnus-util.el (gnus-extract-address-components): Work with address in
15006         which the name portion contains @.
15007
15008         * lpath.el: Fbind custom-autoload.
15009
15010 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * gnus.el (gnus-start): Move custom group up.
15013         (gnus-select-method): Don't autoload, but make it available for
15014         `customize-variable'.
15015         (gnus-getenv-nntpserver): Don't autoload.
15016
15017 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15018
15019         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15020
15021 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * message.el (message-sendmail-extra-arguments): New variable.
15024         (message-send-mail-with-sendmail): Use it.
15025
15026 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15029         mm-with-unibyte-current-buffer to make string unibyte.
15030
15031         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15032         mm-string-as-multibyte.
15033
15034 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15035
15036         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15037         Reported by Werner Koch <wk@gnupg.org>.
15038
15039 2006-11-14  Daiki Ueno  <ueno@p360>
15040
15041         * mml2015.el: Autoload epa-select-keys when compiling.
15042
15043 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15044
15045         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15046         message-options.
15047         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15048
15049 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15050
15051         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15052         EasyPG (< 0.0.6).
15053         (mml2015-always-trust): New user option.
15054         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15055         prompt.
15056
15057 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * nntp.el (nntp-authinfo-force): New variable.
15060         (nntp-send-authinfo): Use it.
15061
15062 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15063
15064         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15065         decode encoded words.  Improve prompt.  Add comment about forwarding.
15066         (message-replacement-char): Move up.
15067
15068 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15069
15070         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15071         instead of gnus-intersection because arguments of gnus-sorted-nunion
15072         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15073
15074 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15077         (message-simplify-subject-functions):
15078         Enable message-strip-subject-encoded-words by default.
15079
15080 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * message.el (message-strip-subject-encoded-words): New function.
15083         (message-simplify-subject-functions): New variable.
15084         (message-simplify-subject): Use it.  Fix typo in doc string.
15085         Support message-strip-subject-encoded-words.
15086
15087 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15088
15089         * gnus-diary.el (gnus-diary-delay-format-function):
15090         * nndiary.el (nndiary-reminders):
15091         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15092
15093 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15094
15095         * gnus-art.el (article-hide-boring-headers): Fetch date from
15096         gnus-original-article-buffer to avoid problems with localized date
15097         strings.
15098
15099 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15102
15103 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15104
15105         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15106         New variables.
15107         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15108         (mm-charset-synonym-alist): Move some entries to
15109         mm-codepage-iso-8859-list.
15110         (mm-charset-synonym-alist, mm-charset-override-alist):
15111         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15112
15113 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15116
15117 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15120         with Emacs 21 and XEmacs.
15121
15122 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15123
15124         * spam.el (spam-parse-address): New function for better parsing,
15125         catching errors, etc.
15126         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15127
15128 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15129
15130         * mm-view.el: Add interactive arg to html2text autoload.
15131
15132 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15135
15136 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15137
15138         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15139         New variables.
15140         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15141         (mm-charset-synonym-alist): Move some entries to
15142         mm-codepage-iso-8859-list.
15143
15144         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15145
15146 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15147
15148         * message.el (message-citation-line-format)
15149         (message-insert-formated-citation-line): Fix implementation of %E, %N
15150         and %n according to the doc string.
15151
15152 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15153
15154         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15155         Use car-safe to avoid bad parses.
15156
15157 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15160         names.
15161
15162         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15163
15164 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15167         header.
15168
15169         * message.el (message-draft-headers): Add Date.
15170         (message-headers-to-generate): Fix typo in docstring.
15171
15172         * nndraft.el (nndraft-required-headers): New variable.
15173         (nndraft-generate-headers): Use it.
15174
15175         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15176
15177 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15178
15179         * gnus-registry.el (gnus-registry-wash-for-keywords)
15180         (gnus-registry-find-keywords): New functions to allow easy searching of
15181         articles that are in the registry.
15182
15183 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15184
15185         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15186         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15187         Reported by Damien Elmes <damien@repose.cx>.
15188
15189 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15190
15191         * gnus.el (gnus-mime): Remove unused custom group.
15192
15193 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15194
15195         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15196         "blank line" when searching for end of armor headers.
15197
15198 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gmm-utils.el (gmm-write-region): Fix variable name.
15201
15202 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * gmm-utils.el (gmm-write-region): New function based on compatibility
15205         code from `mm-make-temp-file'.
15206
15207         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15208
15209         * nnmaildir.el (nnmaildir--update-nov)
15210         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15211         Use `gmm-write-region'.
15212
15213 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15216         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15217
15218         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15219
15220         * message.el (message-replacement-char): New variable.
15221         (message-fix-before-sending): Use it.
15222         (message-simplify-subject): New function to remove duplicate code.
15223         (message-reply, message-followup): Use it.
15224
15225         * gnus-sum.el (gnus-summary-make-menu-bar):
15226         Clarify gnus-summary-limit-to-articles.
15227
15228 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * gnus-util.el (gnus-with-local-quit): New macro.
15231
15232         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15233
15234 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15235
15236         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15237         ignore non-string data.
15238
15239 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15240
15241         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15242         non-string data (needs to be done in the registry too).
15243
15244 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15245
15246         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15247         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15248         (gnus-registry-split-fancy-with-parent)
15249         (gnus-registry-fetch-simplified-message-subject-fast)
15250         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15251         Remove text properties on ingress into the registry and when it's saved.
15252         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15253         registry from entries with no groups.
15254
15255 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15256
15257         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15258         function to remove string properties.
15259
15260 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15261
15262         * gmm-utils.el (gmm): Adjust custom version.
15263
15264         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15265         Adjust custom version.
15266
15267         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15268
15269 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15270
15271         * gnus-art.el (gnus-insert-prev-page-button)
15272         (gnus-insert-next-page-button): Simplify.  Reformat.
15273
15274 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15275
15276         * gnus-art.el (gnus-insert-prev-page-button)
15277         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15278
15279 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15280
15281         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15282
15283 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15284
15285         * gnus-art.el (gnus-insert-mime-button)
15286         (gnus-insert-mime-security-button):
15287         Apply gnus-article-button-face to MIME and security buttons.
15288
15289 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15292         readable.
15293
15294 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15297
15298 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15299
15300         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15301         `browse-url-of-file' instead of `browse-url'.
15302
15303 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15304
15305         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15306         regexp.  Articles containing quotation were cut prematurely.
15307
15308 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * message.el (message-cite-original-1): Use nobody by default for the
15311         value of From header.
15312         (message-reply): Ditto.
15313
15314 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15315
15316         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15317         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15318         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15319
15320 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15323         mails in the doc string.  Add some URLs in comment.
15324         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15325
15326 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15329         backslashes handling and the way to find boundaries of quoted strings.
15330
15331 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15332
15333         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15334         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15335         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15336         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15337
15338 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15341         doc string.
15342         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15343
15344 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * lpath.el: Fbind epg-check-configuration.
15347
15348 2006-09-06  Simon Josefsson  <jas@extundo.com>
15349
15350         * mml2015.el (mml2015-use): Doc fix, mention epg.
15351
15352 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15353
15354         * mml2015.el (mml2015-use): Default to epg, if available.
15355
15356 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15357
15358         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15359         message-sender.
15360         (mml1991-epg-encrypt): Ditto.
15361         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15362         message-sender.
15363         (mml2015-epg-encrypt): Ditto.
15364
15365 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15366
15367         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15368         several common directories.
15369
15370 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15371
15372         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15373         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15374
15375 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * gnus-art.el (article-decode-encoded-words): Make it fast.
15378
15379 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15382
15383         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15384         in quoted string into `\'.
15385
15386 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15389         Use standard-syntax-table.
15390
15391 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-art.el (gnus-decode-address-function): New variable.
15394         (article-decode-encoded-words): Use it to decode headers which are
15395         assumed to contain addresses.
15396         (gnus-mime-delete-part): Remove useless `or'.
15397
15398         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15399         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15400         (gnus-nov-parse-line): Use it to decode From header.
15401         (gnus-get-newsgroup-headers): Ditto.
15402         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15403
15404         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15405         (mail-decode-encoded-address-string): New alias.
15406
15407         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15408         New function.
15409         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15410         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15411         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15412         (rfc2047-decode-string): Ditto.
15413         (rfc2047-decode-address-region): New function.
15414         (rfc2047-decode-address-string): New function.
15415
15416 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15417
15418         * message.el (message-caesar-buffer-body): Allow rotating headers.
15419
15420         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15421
15422         * message.el (message-insert-formated-citation-line): Fix %f.
15423         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15424
15425 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15428         (gnus-bookmark-mouse-available-p): New macro.
15429         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15430         (gnus-bookmark-bmenu-show-infos): Use it.
15431         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15432         (gnus-bookmark-bmenu-hide-infos): Ditto.
15433         (gnus-bookmark-remove-properties): New function.
15434         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15435         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15436         (gnus-bookmark-write-file): Bind coding-system-for-write.
15437         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15438         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15439         group before selecting it.
15440         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15441         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15442         quit-window if it is not available; use gnus-mouse-2 and bind it to
15443         gnus-bookmark-bmenu-select-by-mouse.
15444         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15445         (gnus-bookmark-bmenu-select-by-mouse): New function.
15446
15447 2006-08-13  Romain Francoise  <romain@orebokech.com>
15448
15449         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15450         space.
15451
15452 2006-08-10  Romain Francoise  <romain@orebokech.com>
15453
15454         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15455         (dns-mode-soa-auto-increment-serial): New user option.
15456         (dns-mode-soa-maybe-increment-serial): New function.
15457         (dns-mode): Add the latter to `write-contents-functions'.
15458
15459 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * compface.el (uncompface): Use binary rather than raw-text-unix.
15462
15463 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * compface.el (uncompface): Make sure the eol conversion doesn't take
15466         place when communicating with the external programs.
15467         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15468
15469 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15472
15473 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15474
15475         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15476         Make it more robust by parsing author and date independently.
15477
15478 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15481
15482 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15483
15484         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15485         first matching secret key.
15486         (mml2015-epg-encrypt): Ditto.
15487
15488         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15489         first matching secret key.
15490         (mml1991-epg-encrypt): Ditto.
15491
15492         * mml2015.el (mml2015-encrypt-to-self): New user option.
15493         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15494         mml2015-epg-encrypt-to-self is set.
15495
15496         * mml1991.el (mml1991-encrypt-to-self): New variable.
15497         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15498         mml1991-epg-encrypt-to-self is set.
15499
15500         * mml2015.el (mml2015-signers): New user option.
15501         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15502         (mml2015-epg-encrypt): Allow to select signing keys.
15503
15504         * mml1991.el (mml1991-signers): New variable.
15505         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15506         (mml1991-epg-encrypt): Allow to select signing keys.
15507
15508 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * nnheader.el (nnheader-insert-head): Make it work even if the file
15511         uses CRLF for the line-break code.
15512
15513 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15514
15515         * mml2015.el: Require mml-sec instead of password.
15516         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15517         (mml2015-cache-passphrase): Inherit the default value from
15518         mml-secure-cache-passphrase.
15519         (mml2015-passphrase-cache-expiry): Inherit the default value from
15520         mml-secure-passphrase-cache-expiry.
15521
15522         * mml1991.el: Require mml-sec instead of password.
15523         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15524         (mml1991-cache-passphrase): Inherit the default value from
15525         mml-secure-cache-passphrase.
15526         (mml1991-passphrase-cache-expiry): Inherit the default value from
15527         mml-secure-passphrase-cache-expiry.
15528
15529         * mml-sec.el: Require password.
15530         (mml-secure-verbose): New user option.
15531         (mml-secure-cache-passphrase): New user option.
15532         (mml-secure-passphrase-cache-expiry): New user option.
15533
15534 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15535             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15536
15537         * pgg-def.el (pgg-truncate-key-identifier):
15538         Truncate the key ID to 8 letters from the end.
15539
15540 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15541
15542         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15543         workaround for the url package included with Emacs.
15544
15545         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15546
15547 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15550         correctly.  This fixes a bug caused by the 2006-05-12 change.
15551
15552 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15553
15554         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15555         some information about the error when saying that the `bogus' mail
15556         group will be used.
15557
15558 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15561         string.
15562
15563 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15564
15565         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15566
15567 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15568
15569         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15570
15571 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15572
15573         * mml1991.el (mml1991-function-alist): Add epg.
15574         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15575         (mml1991-epg-encrypt): New functions.
15576
15577 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15578
15579         * mml2015.el (mml2015-verbose): New variable.
15580         (mml2015-cache-passphrase): Ditto.
15581         (mml2015-passphrase-cache-expiry): Ditto.
15582         (mml2015-function-alist): Add epg.
15583         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15584         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15585         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15586         New functions.
15587
15588 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15589
15590         * message.el (message-cite-original-1): Preserve region when removing
15591         quoted text due to X-No-Archive in order to avoid bogus attribution
15592         when citing multiple messages.
15593
15594 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15595
15596         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15597         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15598
15599 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * gnus-diary.el (gnus-user-format-function-d)
15602         (gnus-user-format-function-D): Autoload.
15603
15604         * imap.el (Commentary): Fix typo.
15605
15606         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15607         2006-04-22 contribution.
15608
15609 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15610
15611         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15612         It didn't really fix the bogosity I'm seeing with solid web groups.
15613
15614 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15615
15616         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15617         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15618         created using server names.  If we use the feature without declaring
15619         it, Gnus does not properly manage server and group state.
15620
15621         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15622         bound.
15623
15624 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15625
15626         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15627         looking up the method using GROUP's prefix before inventing a new one.
15628         It is used on killed/unknown groups in various places where returning
15629         an all-new method isn't expected by the caller.
15630
15631         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15632         and match semantics of gnus-group-real-prefix.
15633
15634 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15635
15636         * nnmail.el (nnmail-broken-references-mailers): New variable.
15637         (nnmail-ignore-broken-references): New function generalizing
15638         nnmail-fix-eudora-headers.
15639         (nnmail-fix-eudora-headers): Now obsolete.
15640
15641         * gnus-art.el (gnus-button-handle-custom):
15642         Support `customize-apropos*'.
15643
15644 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15645
15646         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15647
15648         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15649         articles.
15650
15651 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * message.el (message-cite-reply-above): New variable.
15654         (message-yank-original): Use it.
15655
15656 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15659
15660 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15663         as read.
15664
15665         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15666
15667 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15668
15669         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15670         (gnus-bookmark-default-file): Use gnus-directory.
15671         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15672         Remove "*" in doc string.
15673         (gnus-bookmark-write-file): Simplify.
15674         (gnus-bookmark-maybe-sort-alist): Use `when'.
15675         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15676         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15677         Add FIXME about Emacs 21 and XEmacs compatibility.
15678         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15679         compatibility.
15680         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15681         compatibility.
15682         (gnus-bookmark-menu-heading): Fix version.
15683
15684 2006-06-19  Bastien Guerry  <bzg@altern.org>
15685
15686         * gnus-bookmark.el: New file.
15687
15688 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * message.el (message-syntax-checks): Doc fix.
15691
15692 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15693
15694         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15695         unsubscribed groups as if they were killed ones.  It causes duplicate
15696         entries in gnus-newsrc-alist.
15697
15698 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * message.el (message-syntax-checks): Doc fix.
15701         (message-send-mail): Add check for continuation headers.
15702         (message-check-news-header-syntax): Fix regexp used to check for
15703         continuation headers.
15704
15705 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15708
15709 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15712
15713 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15716         default-truncate-lines.
15717
15718 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15721         to fill the utf-8 entry.
15722
15723         * lpath.el: Fbind unicode-precedence-list.
15724
15725 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15726
15727         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15728
15729 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15730
15731         * gnus-agent.el (directory-files-and-attributes): Move all the way
15732         forward (the third and final move).
15733         (gnus-agent-read-agentview): Trap reconstruction errors due to
15734         nonexistent directory.  Handle by returning nil.
15735
15736 2006-05-30  Didier Verna  <didier@xemacs.org>
15737
15738         * message.el (message-dont-reply-to-names): Update the custom type.
15739         * message.el (message-dont-reply-to-names): New defsubst: potentially
15740         convert a list of regexps into a single one.
15741         * message.el (message-get-reply-headers): Use it.
15742         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15743
15744 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-agent.el (directory-files-and-attributes): Move forward.
15747
15748 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * gnus-ml.el (gnus-mailing-list-subscribe)
15751         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15752         (gnus-mailing-list-message): Fix doc strings.
15753
15754 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15755
15756         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15757         of doing it manually.
15758
15759 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15760
15761         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15762         comment.
15763
15764 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15765
15766         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15767         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15768         (gnus-agent-read-local): All symbols allocated in my-obarray.
15769         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15770         (gnus-agent-regenerate-group): Check numeric names to see if they are
15771         messages or groups.
15772         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15773         better way of do this...)
15774
15775         * gnus-cache.el (gnus-agent-total-fetched-for):
15776         Ignore 'dummy.group' (there should be a better way of do this...)
15777
15778 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15781         (gnus-saved-headers): Ditto.
15782         (gnus-default-article-saver): Mention functions may have properties.
15783         (gnus-article-save): Override gnus-save-all-headers and
15784         gnus-saved-headers by :headers property which saver function may have.
15785         (gnus-summary-save-in-file): Add :headers property.
15786         (gnus-summary-write-to-file): Ditto.
15787
15788         * gnus-sum.el (gnus-summary-save-article): Bind
15789         gnus-prompt-before-saving to t when saving many articles in a file;
15790         always show all headers.
15791
15792         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15793
15794 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15797         marks.
15798
15799         * message.el (message-indent-citation): Add optional arguments to allow
15800         using it outside of message buffers.
15801
15802         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15803         (gnus-article-treat-unfold-headers): Use it.
15804         (gnus-article-truncate-lines): New variable.
15805         (gnus-article-mode): Use it.
15806         (gnus-article-toggle-truncate-lines): New function.
15807
15808         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15809         Add gnus-article-toggle-truncate-lines.
15810
15811         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15812         coding system in XEmacs, use binary.
15813
15814 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15817         after-load-alist.
15818
15819         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15820         this function should save decoded articles.
15821         (gnus-summary-write-to-file): Use property to specify this function
15822         should save decoded articles and specify gnus-summary-save-in-file
15823         should be used to save articles other than the first one when saving
15824         many articles.
15825         (gnus-summary-save-body-in-file): Use property to specify this
15826         function should save decoded articles.
15827         (gnus-summary-write-body-to-file): Use property to specify this
15828         function should save decoded articles and specify
15829         gnus-summary-save-body-in-file should be used to save articles other
15830         than the first one when saving many articles.
15831
15832         * gnus-sum.el (gnus-summary-save-article): Simplify.
15833
15834 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-art.el (gnus-default-article-saver):
15837         Add gnus-summary-write-body-to-file.
15838         (gnus-article-save-coding-system): Don't use coding system object
15839         in XEmacs.
15840         (gnus-read-save-file-name): Add optional `dir-var' argument which
15841         specifies directory in which files are saved; work even if optional
15842         `variable' argument is not specified.
15843         (gnus-summary-write-to-file): Read file name.
15844         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15845         (gnus-summary-write-body-to-file): New function.
15846
15847         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15848         (gnus-summary-local-variables): Add it.
15849         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15850         (gnus-summary-save-article): Remove optional `decode' argument;
15851         determine whether to decode articles by the value of
15852         gnus-default-article-saver; when saving many files using
15853         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15854         it first and use gnus-summary-save-in-file or
15855         gnus-summary-save-body-in-file thereafter unless
15856         gnus-prompt-before-saving is always; move point to article which
15857         will be saved.
15858         (gnus-summary-save-article-file): Revert.
15859         (gnus-summary-write-article-file): Revert.
15860         (gnus-summary-save-article-body-file): Revert.
15861         (gnus-summary-write-article-body-file): New function.
15862
15863 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * gnus-art.el (gnus-default-article-saver): Doc fix.
15866         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15867         from gnus-summary-save-article-coding-system, and default to a
15868         certain coding system.
15869         (gnus-output-to-file): Add coding cookie and encode text according
15870         to gnus-article-save-coding-system; don't use mm-append-to-file.
15871
15872         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15873         gnus-art.el and rename to gnus-article-save-coding-system.
15874         (gnus-summary-save-article): Require gnus-art; don't show all
15875         headers if it decodes articles; don't add coding cookie here;
15876         don't bind mm-text-coding-system-for-write.
15877         (gnus-summary-save-article-file): Save decoded articles.
15878         (gnus-summary-write-article-file): When saving many files, use
15879         gnus-summary-write-to-file first and gnus-summary-save-in-file
15880         thereafter unless gnus-prompt-before-saving is always.
15881         (gnus-summary-save-article-body-file): Save decoded articles.
15882
15883         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15884
15885 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * nnrss.el (nnrss-check-group): Bind hash-index.
15888
15889 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15890
15891         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15892         its hash index.  Store this hash in `nnrss-group-data'.
15893         (nnrss-read-group-data): Update accordingly.
15894
15895 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15896
15897         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15898         entry.
15899
15900         * gnus-sum.el (gnus-summary-make-menu-bar):
15901         Add gnus-article-browse-html-article.
15902
15903 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15904
15905         * gnus-sum.el (gnus-summary-mime-map):
15906         Add gnus-article-browse-html-article.
15907
15908         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15909
15910 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15913         suitable coding systems in customize.
15914
15915 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * mail-source.el (mail-sources): Fix custom type.
15918
15919 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15920
15921         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15922         (gnus-summary-expire-articles-now): Shorten prompt.
15923
15924         * gmm-utils.el (wid-edit): Require.
15925         (defun-gmm): Rename from `gmm-defun-compat'.
15926         (gmm-image-search-load-path): Use it.
15927         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15928
15929 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * gnus-sum.el (gnus-summary-save-article-coding-system):
15932         New variable.
15933         (gnus-summary-save-article): Add optional `decode' argument.
15934         If it is set and gnus-summary-save-article-coding-system is non-nil,
15935         save decoded article.
15936         (gnus-summary-write-article-file): Save decoded article if
15937         gnus-summary-save-article-coding-system is non-nil.
15938
15939         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15940         type.
15941
15942 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15945
15946 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15949         first to test gnus-single-article-buffer which may be buffer-local.
15950
15951         * gnus-sum.el (gnus-summary-setup-buffer):
15952         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15953         group; make gnus-article-buffer, gnus-article-current, and
15954         gnus-original-article-buffer always buffer-local.
15955         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15956         group.
15957         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15958
15959 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * nnml.el (nnml-request-compact-group): Compressed files might not
15962         have .gz extension.
15963
15964 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15965
15966         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15967         (mm-copy-to-buffer): Use with-current-buffer.
15968         (mm-display-part): Simplify.
15969         (mm-inlinable-p): Add optional arg `type'.
15970
15971 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15972
15973         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15974         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15975         Try harder to show the attachment internally or externally using
15976         gnus-mime-view-part-as-type.
15977
15978 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15979
15980         * message.el (message-from-style, message-signature-separator)
15981         (message-user-organization-file, message-send-mail-function)
15982         (message-citation-line-function, message-yank-prefix)
15983         (message-indent-citation-function, message-signature)
15984         (message-signature-file, message-signature-insert-empty-line):
15985         Remove autoloads.
15986
15987         * gnus-art.el (gnus-buttonized-mime-types):
15988         Remove "multipart/signed".  Revert 2006-04-26 change.
15989
15990 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15991
15992         * gnus.el (gnus-version-number): Bump version.
15993
15994 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15995
15996         * gnus.el: No Gnus v0.5 is released.
15997
15998 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15999
16000         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16001         fetching articles by message-id.
16002
16003 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16004
16005         * message.el (hashcash): Require hashcash as normal.
16006
16007         * ecomplete.el (ecomplete-highlight-match-line):
16008         Use point-at-eol.
16009         (ecomplete-highlight-match-line): Use `highlight', because that
16010         face exists in both Emacs and XEmacs.
16011
16012         * message.el (message-display-abbrev): Use point-at-bol.
16013
16014         * mail-source.el: Don't require timer/timer-funcs.
16015
16016         * gnus-async.el: Ditto.
16017
16018         * password.el: Ditto.
16019
16020         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16021
16022         * mm-url.el: Ditto.
16023
16024         * gnus-xmas.el: Don't require timer-funcs.
16025
16026         * mm-util.el: Require timer/timer-funcs.
16027
16028 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16029
16030         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16031         Close.
16032
16033 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16036         unibyte after clear-decrypt function runs.
16037
16038         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16039         returns as a unibyte string.
16040
16041 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * lpath.el: Revert.
16044
16045         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16046         (pgg-gpg-process-sentinel): Revert.
16047
16048         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16049         (pgg-pgp-lookup-key): Revert.
16050
16051         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16052         (pgg-pgp5-lookup-key): Revert.
16053
16054         * pgg.el (pgg-fetch-key): Revert.
16055
16056 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * lpath.el: Fbind string-as-multibyte for XEmacs.
16059
16060         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16061         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16062         (mml1991-pgg-encrypt): Ditto.
16063
16064         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16065         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16066         a multibyte buffer.
16067
16068         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16069         (pgg-pgp-lookup-key): Ditto.
16070
16071         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16072         (pgg-pgp5-lookup-key): Ditto.
16073
16074         * pgg.el (pgg-fetch-key): Ditto.
16075
16076 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16077
16078         * message.el (message-user-organization-file): Check several
16079         locations of the organization file.
16080
16081         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16082         Add gnus-article-view-part-as-type.
16083
16084         * gnus-art.el (gnus-article-view-part-as-type): New function.
16085
16086         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16087         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16088
16089         * mml.el: Simplify autoload.
16090         (mml-mode): defvar dnd-protocol-alist instead of using
16091         symbol-value.
16092         (mml-default-directory): New variable.
16093         (mml-minibuffer-read-file): Use it.
16094         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16095
16096         * message.el (message-citation-line-format): New variable.
16097         (message-insert-formated-citation-line): New function.
16098         (message-citation-line-function):
16099         Add `message-insert-formated-citation-line' to custom type.
16100
16101         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16102         to doc string.
16103
16104         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16105         depending on mm-verify-option.
16106
16107 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16110         binding pgg-* variables; reimplement the section which prevents
16111         MIME header from being signed.
16112         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16113         pgg-text-mode; remove a blank line at the top of body.
16114
16115         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16116         lines at the top of body; use gnus-newsgroup-charset if there's no
16117         Charset header.
16118
16119 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * message.el (message-self-insert-commands): Doc fix.
16122
16123         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16124         (mm-uu-pgp-encrypted-test): Ditto.
16125         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16126         between header and body; return application/pgp-encrypted handle
16127         if decryption failed; decode decrypted body by charset.
16128
16129         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16130         element match to application/pgp-*.
16131
16132 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16133
16134         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16135         HTML.
16136
16137 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16138
16139         * mail-source.el (mail-source-call-script): Message the error
16140         string.
16141
16142 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16143
16144         * gnus-util.el (gnus-byte-compile): Use it.
16145
16146 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16147
16148         * gnus-util.el (kill-empty-logs): New function.
16149
16150 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16151
16152         * message.el (message-mail-alias-type): Doc fix.
16153         (message-mail-alias-type-p): New function.
16154         (message-send): Use it.
16155         (message-mode): Ditto.
16156         (message-strip-forbidden-properties): Ditto.
16157
16158         * ecomplete.el (ecomplete-database-file-coding-system):
16159         New variable.
16160         (ecomplete-save): Use it.
16161         (ecomplete-setup): Use it.
16162
16163 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * message.el (message-self-insert-commands): New variable.
16166         (message-strip-forbidden-properties): Use it.
16167
16168 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16169
16170         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16171         that doesn't make XEmacs choke.
16172
16173 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * gnus-util.el (gnus-replace-in-string):
16176         Prefer replace-regexp-in-string over of replace-in-string.
16177
16178 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * gnus-util.el (gnus-select-frame-set-input-focus):
16181         Use select-frame-set-input-focus if it is available in XEmacs; use
16182         definition defined in Emacs 22 for old Emacsen.
16183
16184         * dgnushack.el: Autoload unmorse-region for XEmacs.
16185
16186         * lpath.el: Bind cursor-in-non-selected-windows and
16187         select-frame-set-input-focus for XEmacs.
16188
16189 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16192
16193 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16194
16195         * gnus-registry.el (gnus-registry-cache-save): Remove text
16196         properties when saving via the temp buffer.
16197
16198 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * message.el (message-generate-hashcash): Honor custom type.
16201
16202 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * message.el (message-generate-hashcash): Default to non-nil when
16205         hashcash is found.
16206
16207         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16208         (gnus-refer-thread-limit): Increase default to 500.
16209
16210         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16211
16212         * flow-fill.el (fill-flowed): Allow delete-space.
16213
16214 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16215
16216         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16217         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16218         Remove autoloads.
16219
16220 2006-04-18  Simon Josefsson  <jas@extundo.com>
16221
16222         * message.el (message-generate-hashcash): Default to.
16223
16224 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16227         concatenating segments rather than before concatenating them.
16228
16229 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16230
16231         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16232
16233 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16234
16235         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16236
16237         * message.el (message-forward-make-body-plain):
16238         Allow message-forward-ignored-headers to be a list.
16239         (message-remove-ignored-headers): Factor out into function.
16240         (message-forward-make-body-mml): Use it.
16241
16242         * imap.el (imap-quote-specials): New function.
16243         (imap-login-auth): Quote specials.
16244
16245         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16246         (rfc2231-parse-string): Allow concatanation of parameters that
16247         aren't contiguous.  The test case is
16248           (mail-header-parse-content-type "message/external-body;
16249             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16250             access-type=LOCAL-FILE;
16251             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16252
16253 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16254
16255         * nntp.el (nntp-accept-process-output): Return the value of
16256         `nnheader-accept-process-output'.
16257
16258 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16259
16260         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16261         (gnus-button-alist): Recognize more diff formats.
16262         (gnus-button-patch): Strip directory.
16263
16264 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16265
16266         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16267         Emacs 22 when setting focus.
16268
16269 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16270
16271         * gnus-art.el (gnus-article-treat-types): Do treatment of
16272         text/x-verbatim parts.
16273         (gnus-button-patch): New command.
16274
16275         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16276         addresses that contain invalid characters.
16277
16278 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16279
16280         * message.el (message-put-addresses-in-ecomplete):
16281         Use gnus-replace-in-string.
16282         (message-is-yours-p): Use the more correct
16283         mail-header-parse-address instead of
16284         mail-extract-address-components.
16285         (message-put-addresses-in-ecomplete): Fix typo.
16286
16287         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16288         keystroke.
16289
16290         * gnus-art.el (gnus-treatment-function-alist): Change order of
16291         newsgroups/generic header folding to avoid double-folding.
16292
16293         * message.el (message-hidden-headers): Add X-Draft-From.
16294
16295         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16296         New command.
16297         (gnus-summary-repeat-search-article-backward): New command.
16298
16299         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16300         groups in the parent topic.
16301
16302 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16303
16304         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16305         (spam-extra-header-to-number): Return the CRM114 number as a
16306         number instead of a string.
16307
16308 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16309
16310         * gnus-art.el (gnus-face-properties-alist): Move here from
16311         gnus-fun.
16312
16313         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16314
16315 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16316
16317         * message.el (message-strip-forbidden-properties): Only display on
16318         self-insert-command.
16319
16320         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16321         reindent.
16322         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16323
16324 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16325
16326         * smiley.el (smiley-style): Fix typo.
16327
16328 2006-03-23  Kenichi Handa  <handa@m17n.org>
16329
16330         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16331         instead of set-buffer-multibyte.
16332
16333 2006-03-23  Kenichi Handa  <handa@m17n.org>
16334
16335         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16336         buffer and then decode the buffer text if necessary.
16337         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16338         first, and after mm-encode-body, change the buffer to unibyte.
16339
16340 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16341
16342         * hashcash.el (hashcash-insert-payment-async-2):
16343         Use message-goto-eoh instead of doing it manually.
16344         (mail-add-payment): Use message-narrow-to-header instead of trying
16345         to do the same itself.
16346
16347         * message.el (message-hidden-headers): Add Face.
16348
16349         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16350         reparenting code.
16351         (gnus-summary-reparent-children): Refactored out code.
16352         (gnus-summary-thread-map): New keystroke.
16353         (gnus-summary-reparent-children): Make into command.
16354
16355         * smiley.el (smiley-style): Default to `medium' if using a large
16356         font.
16357
16358         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16359         does it itself.
16360
16361         * message.el (message-point-in-header-p): Simplify definition.
16362
16363 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16364
16365         * nnagent.el (nnagent-request-set-mark): Silence log file
16366         writing.
16367         (nnagent-request-set-mark): Use write-region instead of
16368         append-to-file.
16369
16370         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16371         strange select method.
16372
16373         * ecomplete.el (ecomplete-display-matches): Get highlightling
16374         right.
16375         (ecomplete-display-matches): Use literals.
16376         (ecomplete-display-matches): Disable message logging.
16377
16378         * message.el (message-display-abbrev): Small optimization.
16379
16380         * ecomplete.el (ecomplete-display-matches): Allow automatic
16381         display.
16382
16383         * message.el (message-strip-forbidden-properties):
16384         Display abbrevs.
16385         (message-display-abbrev): Get automatic display right.
16386
16387         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16388         keystrokes.
16389
16390 2006-04-13  Romain Francoise  <romain@orebokech.com>
16391
16392         TODO: Backport to v5-10!
16393
16394         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16395         Move here (and rename) from gnus-registry.el.
16396
16397         * gnus-registry.el: Require gnus-util.
16398         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16399
16400 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16401
16402         * gnus-group.el (gnus-group-catchup-current):
16403         Change if-then-else-if-then-else into cond.
16404         (gnus-group-catchup): Indent.
16405         (group-name-at-point): New function.
16406         (gnus-fetch-group): Provide default from thing at point.
16407
16408 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16409
16410         * message.el (message-display-abbrev): Fix regexp.
16411
16412         * ecomplete.el (ecomplete-highlight-match-line):
16413         Reimplement choosing.
16414         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16415         dead variables.
16416
16417         * message.el (message-newline-and-indent): Remove debugging.
16418         (message-display-abbrev): Use new implementation.
16419
16420 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16421
16422         * gnus-art.el (gnus-article-mode):
16423         Set cursor-in-non-selected-windows to nil.
16424
16425         * smiley.el: Revert previous change.
16426         (smiley-data-directory): defvar it before using it in the
16427         defcustom of `smiley-style'.
16428
16429 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16430
16431         * message.el (message-newline-and-indent): New function.
16432
16433         * ecomplete.el: Implement more bits.
16434
16435         * message.el (message-put-addresses-in-ecomplete): Clean up the
16436         string.
16437
16438         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16439
16440         * gnus-sum.el (gnus-summary-save-parts):
16441         Bind gnus-summary-save-parts-counter and use it to make unique file
16442         names.
16443
16444         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16445
16446         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16447         parameter to say whether to actually parse the individual
16448         addresses.
16449
16450         * message.el (message-put-addresses-in-ecomplete): New function.
16451         (ecomplete): Require.
16452         (message-mail-alias-type): Add ecomplete as an option.
16453
16454 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16455
16456         * flow-fill.el (fill-flowed): Remove trailing space from blank
16457         quoted lines.
16458
16459 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16460
16461         * smiley.el (smiley-style): Move definition later to avoid a
16462         compilation warning.
16463
16464 2006-04-12  Kenichi Handa  <handa@m17n.org>
16465
16466         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16467         buffer and then decode the buffer text if necessary.
16468         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16469         first, and after mm-encode-body, change the buffer to unibyte.
16470         Use mm-disable-multibyte instead of set-buffer-multibyte.
16471
16472 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16475         Content-Type header instead of Content-Disposition header.
16476         (gnus-mime-inline-part): Ditto.
16477         (gnus-mime-view-part-as-charset): Ignore charset that the part
16478         specifies.
16479
16480         * mm-decode.el (mm-display-part): Work with external parts and
16481         usual parts similarly.
16482
16483         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16484         instead of gnus-display-mime.
16485
16486         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16487         instead of with-temp-buffer.
16488
16489         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16490         tag to summarized topics part in order to encode non-ASCII text.
16491
16492 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16493
16494         * smiley.el (smiley-style): New variable.
16495         (smiley-directory): New function.
16496         (smiley-data-directory): Derive from `smiley-style' using
16497         `smiley-directory'.
16498         (smiley-regexp-alist): Add new entries.
16499
16500         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16501         (gnus-article-browse-delete-temp): Add :version.
16502
16503 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16504
16505         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16506         the sieve region.
16507
16508 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16509
16510         * gnus.el (gnus-version-number): Bump version.
16511
16512 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16513
16514         * gnus.el: No Gnus v0.4 is released.
16515
16516 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16517
16518         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16519         layout.
16520
16521         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16522         unknown charset.
16523
16524         * message.el (message-header-synonyms): Add Original-To to the
16525         default.
16526
16527         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16528         optional parameter.
16529
16530 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16531
16532         * gnus-fun.el (gnus): Require it for gnus-directory.
16533
16534 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16537
16538 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16539
16540         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16541
16542 2006-04-05  Simon Josefsson  <jas@extundo.com>
16543
16544         * password.el (password-reset): New function.
16545
16546 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16547
16548         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16549         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16550
16551 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16552
16553         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16554         Some whitespace was matched into the url, which broke browsing hits
16555         > 100 when mm-url-use-external was nil.
16556
16557 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16558
16559         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16560         Check gnus-extra-headers for 'Newsgroups.
16561
16562         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16563         bound.
16564
16565 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16566
16567         * pgg-gpg.el: Clean up process buffers every time gpg processes
16568         complete.
16569
16570 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16571
16572         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16573         doc string.
16574
16575 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16576
16577         * pgg-gpg.el (pgg-gpg-process-filter)
16578         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16579
16580         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16581         lines, temporary fix.
16582
16583 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16586
16587 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16588
16589         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16590         default-enable-multibyte-characters.  This reverts the change from
16591         revision 6.17 which is no longer necessary because the passphrase
16592         is sent separately now.  GnuPG messages are unreadable under
16593         multibyte locales with default-enable-multibyte-characters set to
16594         nil.
16595
16596 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16597
16598         * message.el (message-tool-bar-gnome): Move "spell".
16599
16600 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16601
16602         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16603         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16604         instead.
16605
16606 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16607
16608         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16609         Improve newsgroups handling for NNTP overviews which don't include
16610         Newsgroups.
16611
16612 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16613
16614         * message.el (message-resend): Bind message-generate-hashcash to nil.
16615
16616 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16617
16618         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16619         when searching for already-paid recipients.
16620
16621 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16622
16623         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16624         passphrases when it is not needed.
16625         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16626         passphrase stuff from gpg, should only be necessary when you use
16627         gpg with a smartcard.
16628
16629 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * mml.el (mml-insert-mime): Ignore cached contents of
16632         message/external-body part.
16633
16634         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16635         (mm-insert-part): Ditto.
16636
16637 2006-03-23  Simon Josefsson  <jas@extundo.com>
16638
16639         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16640         Reiner.
16641         (pgg-gpg-use-agent-p): Use it again.
16642
16643 2006-03-23  Simon Josefsson  <jas@extundo.com>
16644
16645         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16646         older emacsen.
16647         (pgg-gpg-use-agent-p): Don't use it.
16648
16649 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16650
16651         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16652         if we can.
16653
16654 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16655
16656         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16657         (pgg-gpg-update-agent): New function.
16658         (pgg-gpg-use-agent-p): New function.
16659         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16660         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16661         (pgg-gpg-sign-region): Use it.
16662
16663 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16666         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16667
16668 2006-03-21  Simon Josefsson  <jas@extundo.com>
16669
16670         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16671         <wilde@sha-bang.de>.
16672         (pgg-gpg-use-agent): New variable.
16673         (pgg-gpg-process-region): Use it.
16674         (pgg-gpg-encrypt-region): Likewise.
16675         (pgg-gpg-encrypt-symmetric-region): Likewise.
16676         (pgg-gpg-decrypt-region): Likewise.
16677         (pgg-gpg-sign-region): Likewise.
16678         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16679
16680 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16681
16682         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16683
16684         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16685         Add comment on version.
16686
16687 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16688
16689         * smiley.el: Add missing test smiley.
16690
16691 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * mm-decode.el (mm-with-part): New macro.
16694         (mm-get-part): Use it; work with message/external-body as well.
16695         (mm-save-part): Treat name and filename equally.
16696
16697         * mm-extern.el (mm-extern-cache-contents): New function.
16698         (mm-inline-external-body): Use it; force the part to be displayed;
16699         move undisplayer added to the cached handle to the parent.
16700
16701         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16702         (gnus-mime-view-part-as-type): Work with message/external-body.
16703
16704         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16705
16706 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16709         images in image-load-path.  [Sync with image.el, revision 1.60, in
16710         Emacs.]
16711
16712 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16713
16714         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16715         path rather than symbol.  Always return list of directories.
16716         Guarantee that image directory comes first.  [Sync with image.el,
16717         revision 1.59, in Emacs.]
16718
16719         * message.el (message-make-tool-bar): Adjust to new API of
16720         `gmm-image-load-path-for-library'.
16721
16722         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16723
16724         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16725
16726 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16727
16728         * gnus-art.el (gnus-article-only-boring-p):
16729         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16730         intangible text.
16731         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16732
16733 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16736         Use `defun' instead of `gmm-defun-compat'.
16737
16738 2006-03-14  Simon Josefsson  <jas@extundo.com>
16739
16740         * message.el (message-unique-id): Don't use message-number-base36
16741         if (user-uid) is a float.
16742         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16743
16744 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16747
16748         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16749         empty line between a part and a message part.
16750
16751 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16752
16753         * smiley.el: Add more test smileys.
16754         (smiley-data-directory, smiley-regexp-alist)
16755         (gnus-smiley-file-types): Fix doc strings.
16756         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16757         adding new elements.
16758         (smiley-mouse-map): Unused code.  Make it a comment.
16759
16760 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16763         scan latest NoCeM messages instead of old ones.
16764         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16765         delimiters that are recently used.
16766         (gnus-nocem-load-cache): Add autoload cookie.
16767
16768         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16769
16770         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16771         level which is larger than gnus-use-nocem is specified.
16772
16773         * gnus-group.el (gnus-group-get-new-news): Ditto.
16774
16775 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16776
16777         * gnus-util.el (gnus-tool-bar-update): New function.
16778
16779         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16780         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16781
16782         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16783
16784         * gnus-group.el (gnus-group-redraw-when-idle)
16785         (gnus-group-redraw-check): Remove.
16786         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16787
16788 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16791         if optional last element is specified in splits (FIELD VALUE...).
16792
16793 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16794
16795         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16796         to gmm-image-load-path-for-library.  Call with no-error argument.
16797         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16798
16799         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16800
16801         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16802
16803         * gmm-utils.el (gmm-image-load-path): Remove alias.
16804
16805 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * gmm-utils.el (gmm-image-load-path): Add alias.
16808
16809         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16810         nnml-generate-nov-databases-1.
16811         (nnml-generate-nov-databases): Use it.
16812         (nnml-generate-nov-databases-directory): Document no-active
16813         argument.
16814
16815         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16816         directory if path is t.  Add no-error.
16817
16818         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16819         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16820
16821         * gnus-art.el (gnus-article-browse-delete-temp-files):
16822         Simplify resetting gnus-article-browse-html-temp-list.
16823
16824         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16825         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16826         Add example to docstring.  Rename local variables.  Move error
16827         checks to default case in cond and simplify.
16828
16829 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16832         handle is multipart when calling it recursively.
16833         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16834
16835 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16836
16837         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16838         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16839
16840 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16843         is loaded.
16844
16845         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16846         loaded.
16847
16848 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16849
16850         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16851         to "Emacs 23 (unicode)" in doc string.
16852
16853         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16854         "Emacs 23 (unicode)" in comment.
16855
16856 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16859
16860         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16861         characters 160 through 255 in Emacs 23.
16862
16863 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16864
16865         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16866         gnus-article-browse-html-temp.
16867         (gnus-article-browse-delete-temp): Make it customizable.
16868         Add `file'.  Adjust doc string.
16869         (gnus-article-browse-delete-temp-files): Add argument.
16870         Allow query for each file.  Adjust doc string.
16871         (gnus-article-browse-html-parts):
16872         Add `gnus-article-browse-delete-temp-files' to
16873         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16874
16875 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16876
16877         * gnus-art.el (gnus-article-browse-html-temp)
16878         (gnus-article-browse-delete-temp): New variables.
16879         (gnus-article-browse-delete-temp-files): New function.
16880         (gnus-article-browse-html-parts): Use it.
16881
16882 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16883
16884         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16885
16886         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16887         string.
16888
16889         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16890         gnus-summary-insert-new-articles when unplugged.
16891         Remove gnus-summary-search-article-forward.
16892
16893         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16894         display-visual-class instead of display-color-cells.
16895
16896 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * dgnushack.el: Autoload customize-group for XEmacs.
16899
16900         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16901         message/* containing non-ASCII text properly.
16902
16903 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16904
16905         * message.el: Require gmm-utils, remove autoloads.
16906         (message-tool-bar): Set default based on
16907         gmm-tool-bar-style.
16908         (message-tool-bar-gnome): Add gmm-customize-mode.
16909
16910         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16911         gmm-tool-bar-style.
16912         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16913
16914         * gnus-group.el (gnus-group-tool-bar): Set default based on
16915         gmm-tool-bar-style.
16916         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16917
16918         * gmm-utils.el (gmm-image-directory): Rename variable from
16919         gmm-image-load-path.
16920         (gmm-image-load-path): Use gmm-image-directory.
16921         (gmm-customize-mode): New function.
16922         (gmm-tool-bar-style): New variable.
16923
16924         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16925         gnus-group-redraw-line-number.
16926         (gnus-group-redraw-check): Simplify.
16927         (gnus-group-tool-bar-update): Remove redraw check.
16928         (gnus-group-make-tool-bar): Add redraw check.
16929
16930 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16931
16932         * gnus-art.el (gnus-button): Add missing parentheses.
16933
16934 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * lpath.el: Fbind line-number-at-pos.
16937
16938 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16941
16942 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16943
16944         * gnus-art.el (gnus-button): New face.
16945         (gnus-article-button-face): Use it.
16946
16947         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16948         Add gnus-summary-next-page.  Re-order.
16949
16950         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16951         next-node are now included.
16952         (gnus-group-redraw-line-number): New internal variable.
16953         (gnus-group-redraw-check): Helper function for updating the tool
16954         bar.
16955         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16956
16957         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16958
16959         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16960         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16961         Use it to match format of Spamassassin 3.0 and later.
16962         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16963         (spam-check-bogofilter)
16964         (spam-bogofilter-register-with-bogofilter): Fix args of
16965         `gnus-error' calls.
16966
16967 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16968
16969         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16970         unnecessary interaction when sending queued mails.
16971         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16972
16973 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16976         first or last are nil.
16977
16978 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16979
16980         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16981
16982 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16983
16984         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16985
16986 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16987
16988         * dns.el (query-dns): Protect more against buggy tcp output.
16989
16990 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16991
16992         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16993         nov.php.
16994
16995 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16996
16997         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16998         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16999         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17000         output on the server side.
17001         (nnweb-google-create-mapping): Update regexps and add some
17002         progress indication.
17003
17004 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17005
17006         * gnus-group.el (gnus-group-tool-bar-gnome):
17007         Fix gnus-agent-toggle-plugged.  Re-order icons.
17008         (gnus-group-tool-bar-gnome):
17009         Add gnus-group-{prev,next}-unread-group.
17010         (gnus-group-tool-bar-gnome): Re-order icons.
17011
17012         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17013         Move gnus-summary-insert-new-articles.
17014
17015         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17016         Fix comments.
17017
17018         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17019         also available in Emacs 21.3.
17020
17021         * message.el (message-fix-before-sending): Change "Emacs 22" to
17022         "Emacs 23 (unicode)" in comment.
17023
17024         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17025         "Emacs 23 (unicode)" in comment.
17026
17027         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17028         comment.
17029         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17030
17031         * mm-view.el (mm-fill-flowed): Add :version.
17032
17033 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17036         and load-path.
17037
17038 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17039
17040         * message.el: Autoload gmm-image-load-path.
17041         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17042         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17043         consitency.
17044
17045         * gmm-utils.el (gmm-image-load-path): Also search in
17046         "../etc/images".  Don't set gmm-image-load-path if we don't find
17047         the image.
17048
17049 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * gmm-utils.el (gmm-image-load-path): Don't make
17052         `gmm-image-load-path' include subdirectories which the second arg
17053         `image' might specify.
17054
17055         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17056         subdirectory to icon file names.
17057
17058         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17059
17060 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17061
17062         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17063         gmm-image-load-path calls.
17064
17065         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17066
17067         * message.el (message-make-tool-bar): Ditto.
17068
17069         * mml.el (mml-preview): Add comment concerning tool bar icons.
17070
17071         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17072         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17073
17074         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17075         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17076
17077         * message.el (message-tool-bar-gnome): Use new icon names.
17078         (message-make-tool-bar): Use `gmm-image-load-path'.
17079
17080         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17081         New functions from MH-E.
17082         (gmm-image-load-path): New variable from MH-E.
17083         (gmm-image-load-path): New function from MH-E.  Add arguments
17084         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17085         *-image-load-path-called-flag.
17086
17087 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17088
17089         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17090
17091 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17092
17093         * nnimap.el (nnimap-request-move-article): Change folder back to
17094         source group before deleting.
17095
17096 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17097
17098         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17099
17100         * gnus-art.el (mm-url-insert-file-contents-external):
17101         Autoload mm-url.
17102
17103         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17104
17105 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17108         coding system which mm-charset-to-coding-system returns for a
17109         given charset is valid.
17110
17111 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17112
17113         * html2text.el (html2text-remove-tag-list):
17114         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17115
17116 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17117
17118         * gnus-cus.el: Revert 2005-10-17 change.
17119
17120 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-art.el (article-strip-banner):
17123         Call article-really-strip-banner only when the regexp match is made.
17124
17125 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * gnus-art.el (article-strip-banner):
17128         Use gnus-extract-address-components instead of
17129         mail-header-parse-addresses to make it work with non-ASCII text;
17130         remove mail-encode-encoded-word-string.
17131
17132         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17133         values which are surrounded with \"...\"; make it never cause a
17134         Lisp error; give up parsing of parameters if it failed in
17135         extracting type.
17136
17137 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17138
17139         * smime.el (smime-cert-by-ldap-1): Fix bug where
17140         `smime-ldap-search' returns results without userCertificates.
17141
17142 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17145
17146 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17147
17148         * spam.el (spam-check-spamassassin-headers): Adapt format for
17149         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17150         <ari@mbf.ocn.ne.jp>.
17151         (spam-list-of-processors): Add spam-use-gmane.
17152
17153 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17156         make-temp-file; make it work with XEmacs as well.
17157
17158         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17159         mm-make-temp-file.
17160
17161         * mm-decode.el (mm-display-external): Use the 3rd arg of
17162         mm-make-temp-file.
17163         (mm-create-image-xemacs): Ditto.
17164
17165 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17168         with message-narrow-to-headers.
17169         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17170         (gnus-draft-check-draft-articles): New function.
17171         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17172
17173 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17174
17175         * gnus-art.el (gnus-article-browse-html-parts):
17176         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17177         Don't use suffix argument for mm-make-temp-file for Emacs 21
17178         compatibility.  Remove useless `format'.
17179
17180 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17181
17182         * nnweb.el (nnweb-google-wash-article): Update regexps.
17183         (nnweb-group-alist): Use defvoo instead of defvar.
17184
17185 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17188         re-loading nn* modules.
17189
17190 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17191
17192         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17193         for `tool-bar-mode' and don't check it's default-value.
17194
17195         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17196
17197         * message.el (message-make-tool-bar): Ditto.
17198
17199         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17200         `substring'.  Shorten tmp-file name.
17201
17202         * gnus.el: Remove bogus comment.
17203
17204 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17205
17206         * gnus-art.el (gnus-article-browse-html-parts): New function.
17207         (gnus-article-browse-html-article): New function for viewing html
17208         articles with a browser.
17209
17210 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17211
17212         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17213         in elisp.
17214         (pgg-gpg-encrypt-symmetric-region): Ditto.
17215         (pgg-gpg-sign-region): Ditto.
17216
17217         * pgg-def.el (pgg-text-mode): New variable.
17218
17219         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17220         (mml2015-pgg-encrypt): Ditto.
17221
17222         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17223         (mml1991-pgg-encrypt): Ditto.
17224
17225 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * nnfolder.el (nnfolder-insert-newsgroup-line):
17228         Use message-make-date instead of current-time-string.
17229
17230         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17231         to gnus-decoded which mm-uu might set.
17232
17233 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17236         don't decode quoted parameters; remove misimported Emacs code.
17237         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17238         (rfc2231-decode-encoded-string): Don't use split-string which
17239         behaves differently according to Emacs version; use
17240         mm-decode-coding-region to convert charset to coding-system.
17241         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17242         (rfc2231-encode-string): Remove misimported Emacs code.
17243
17244 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17247         when calling mail-header-parse-content-type.
17248         (article-de-quoted-unreadable): Ditto.
17249         (article-de-base64-unreadable): Ditto.
17250         (article-wash-html): Ditto.
17251
17252         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17253         calling mail-header-parse-content-type and
17254         mail-header-parse-content-disposition.
17255         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17256         mail-header-parse-content-type.
17257
17258         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17259         insert charset and format parameters; encode description after
17260         inserting it to buffer.
17261         (mml-insert-parameter): Fold lines properly even if a parameter is
17262         segmented into two or more lines; change the max column to 76.
17263
17264         * rfc1843.el (rfc1843-decode-article-body): Don't use
17265         ignore-errors when calling mail-header-parse-content-type.
17266
17267         * rfc2231.el (rfc2231-parse-string): Return at least type if
17268         possible; don't cause an error even if it fails in parsing of
17269         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17270         (rfc2231-encode-string): Don't break lines at the beginning, leave
17271         it to mml-insert-parameter.
17272
17273         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17274         calling mail-header-parse-content-type.
17275
17276 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17277
17278         * spam-report.el (spam-report-gmane-use-article-number):
17279         Improve doc string.
17280         (spam-report-gmane-internal): Check if a suitable header was found
17281         in the article.
17282
17283 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17286         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17287
17288 2006-02-05  Romain Francoise  <romain@orebokech.com>
17289
17290         Update copyright notices of all files in the gnus directory.
17291
17292 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17293
17294         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17295
17296 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17299         segmented lines of parameter value to cope with Thunderbird 1.5
17300         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17301         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17302         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17303
17304 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17305
17306         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17307         parts.
17308
17309 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17310
17311         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17312         there's only one active file for all servers.
17313         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17314         solid groups.  Gnus might have used a FAST request to select the group.
17315         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17316         and nnweb-search redundantly in the active file.
17317         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17318         (nnweb-request-create-group): Don't use ARGS.
17319         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17320         initializations.  Let nnoo do the work.
17321
17322 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17325         Say the part has been decoded.
17326
17327         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17328
17329 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17330
17331         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17332         mailcap-viewer-test-cache when there's no 'test clause, since that
17333         will invert the meaning of a "nil" test previously determined by
17334         mailcap-mailcap-entry-passes-test.
17335
17336 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17339         compiling.
17340
17341         * gnus-sum.el: Ditto.
17342
17343         * message.el: Don't bind tool-bar-map when compiling.
17344
17345 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17346
17347         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17348
17349 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17350
17351         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17352         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17353         current Google Groups.
17354
17355 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17356
17357         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17358         and tool-bar-mode.
17359
17360         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17361         and tool-bar-mode.
17362
17363         * message.el (message-tool-bar-update): Simplify.
17364         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17365
17366         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17367         gnus-summary-buffer.
17368         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17369         gnus-summary-reply.
17370
17371         * gmm-utils.el (gmm): Add :version.
17372
17373 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * Makefile.in (clean): New rule.
17376         (distclean): Use it.
17377
17378 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17379
17380         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17381         Don't autoload.
17382
17383 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * gmm-utils.el (gmm-verbose): Add :group.
17386
17387 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17388
17389         * message.el: Change some comments WRT tool-bars.
17390
17391         * gnus-sum.el (gnus-summary-tool-bar)
17392         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17393         (gnus-summary-tool-bar-zap-list): New variables.
17394         (gnus-summary-make-tool-bar): Complete rewrite using
17395         `gmm-tool-bar-from-list'.
17396
17397         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17398         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17399         New variables.
17400         (gnus-group-make-tool-bar): Complete rewrite using
17401         `gmm-tool-bar-from-list'.
17402         (gnus-group-tool-bar-update): New function.
17403
17404         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17405
17406 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17407
17408         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17409         is dissected into a single part of which the type is the same as
17410         the given one; decode charset.
17411
17412 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17413
17414         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17415         into alists as symbol not string, since that's what
17416         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17417         look for.
17418
17419 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17420
17421         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17422         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17423
17424         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17425
17426 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17429         (gnus-xmas-mime-security-button-menu): New function.
17430
17431         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17432         (gnus-mime-security-button-menu): New definition.
17433         (gnus-mime-security-button-map): Use them.
17434         (gnus-mime-security-button-menu): New function.
17435         (gnus-insert-mime-security-button): Addition to help echo.
17436         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17437         (gnus-mime-security-pipe-part): New functions.
17438
17439         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17440         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17441
17442         * mm-decode.el (mm-handle-set-disposition): Remove.
17443         (mm-handle-set-description): Remove.
17444
17445 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17448         (mm-w3m-standalone-supports-m17n-p): New function.
17449         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17450         w3m usage.
17451
17452         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17453         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17454
17455 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * message.el (message-tool-bar-zap-list):
17458         Use gmm-tool-bar-zap-list as custom type.
17459         (message-tool-bar-update): New function.
17460         (message-tool-bar, message-tool-bar-gnome)
17461         (message-tool-bar-retro): Add message-tool-bar-update.
17462         (message-tool-bar-gnome): Add flyspell-buffer.
17463
17464         * gnus-util.el (gnus-error): Describe `args'.
17465
17466         * gmm-utils.el (gmm-error): Describe `args'.
17467         (gmm-tool-bar-zap-list): New widget.
17468         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17469
17470 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17473         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17474         the number of recursive calls.
17475
17476         * mm-decode.el (mm-handle-set-disposition): New macro.
17477         (mm-handle-set-description): New macro.
17478
17479 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17482         encoding.
17483
17484 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17485
17486         * message.el (message-tool-bar-zap-list, message-tool-bar)
17487         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17488         (message-tool-bar-local-item-from-menu): Remove.
17489         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17490         (message-make-tool-bar): New function.
17491         (message-mode): Use `message-make-tool-bar'.
17492
17493         * gmm-utils.el: New file.
17494         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17495         (gmm-lazy): New widget copied from `nnmail.el'.
17496         (gmm-tool-bar-from-list): New function for creating customizable
17497         tool bars.
17498         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17499         output.
17500         (gmm): Add :prefix to defgroup.
17501
17502 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17503
17504         * gmm-utils.el (gmm-widget-p): New function.
17505
17506 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17507
17508         * mml.el (mml-attach-file): Describe `description' in doc string.
17509         (mml-menu): Add Emacs MIME manual and PGG manual.
17510
17511 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17512
17513         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17514
17515 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17516
17517         * nntp.el (nntp-end-of-line): Doc fix.
17518
17519 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17520
17521         * imap.el (imap-open): Handle case where buffer is a buffer
17522         object.
17523
17524 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17525
17526         * gnus-delay.el (gnus-delay): Don't autoload.
17527         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17528         to be re-loaded when customizing the `gnus-delay' group.
17529
17530 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17531
17532         * message.el (message-insert-citation-line): Use newlines.
17533
17534 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17535
17536         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17537         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17538         these routines, so the passphrase can be managed externally and
17539         passed in to the system.
17540         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17541         pgg-add-passphrase-to-cache function.
17542
17543         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17544         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17545         these routines, so the passphrase can be managed externally and
17546         passed in to the system.
17547         (pgg-pgp5-sign-region): Use new name of
17548         pgg-add-passphrase-to-cache function.
17549
17550 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17551
17552         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17553         part of the decoded armor to find the key-identifier.
17554         (pgg-gpg-lookup-key-owner): New function to return the
17555         human-readable identifier of a key owner.
17556         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17557         itself.
17558         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17559         the key value) if we have a key and can match it against a secret
17560         key.  Also, added a note pointing out fact that the prompt only
17561         indicates the first matching key.
17562
17563         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17564         pgg-decrypt-region.
17565         (pgg-add-passphrase-to-cache): Rename from
17566         `pgg-add-passphrase-cache' to reduce confusion (all callers
17567         changed).
17568         (pgg-remove-passphrase-from-cache): Rename from
17569         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17570         changed).
17571         (pgg-read-passphrase, pgg-add-passphrase-cache)
17572         (pgg-remove-passphrase-cache): Add informative docstrings.
17573         (pgg-decrypt): Convey provided passphrase in subordinate call to
17574         pgg-decrypt-region.
17575
17576 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17577
17578         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17579         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17580         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17581         'passphrase' argument, so the passphrase can be managed externally
17582         and then passed in to the system.
17583
17584         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17585         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17586         so the passphrase cache can be used reliably with identifiers
17587         besides a pgp packet's key id.
17588
17589         * pgg-gpg.el (pgg-gpg-encrypt-region)
17590         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17591         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17592         these routines, so the passphrase can be managed externally and
17593         passed in to the system.
17594
17595         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17596         'notruncate' argument, so the passphrase cache can be used
17597         reliably with identifiers besides a pgp packet's key id.
17598
17599 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17600
17601         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17602         symmetric encryption.
17603         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17604         encrypted session key.
17605         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17606         message ask for the passphrase in a proper way.
17607
17608         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17609         New user commands for symmetric encryption.
17610
17611 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17614
17615         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17616
17617 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17618
17619         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17620
17621 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * mm-decode.el (mm-inlined-types): Add application/pgp.
17624         (mm-automatic-display): Ditto.
17625
17626         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17627         part as text.
17628
17629 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * nnrss.el: Update copyright.
17632         (nnrss-opml-import): Query whether to subscribe to each entry.
17633
17634         * gnus-art.el:
17635         * gnus-sum.el:
17636         * gnus-xmas.el:
17637         * messagexmas.el:
17638         * mm-uu.el:
17639         * mm-view.el: Update copyright.
17640
17641 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17642
17643         * message.el (message-info): New function.
17644         (message-mode-menu): Add it.
17645         Update copyright.
17646
17647         * ChangeLog: Fix and update copyright.
17648
17649 2006-01-13  Romain Francoise  <romain@orebokech.com>
17650
17651         * message.el (message-forward-subject-name-subject): Prefer the
17652         address to 'nowhere' if the sender has no name.
17653         Fix typo.  Update copyright year.
17654
17655 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * gnus-art.el (article-wash-html):
17658         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17659         (gnus-article-wash-html-with-w3m-standalone): New function.
17660
17661         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17662         mm-inline-text-html-render-with-w3m-standalone.
17663         (mm-text-html-washer-alist): Map w3m-standalone to
17664         gnus-article-wash-html-with-w3m-standalone.
17665         (mm-inline-text-html-render-with-w3m-standalone): New function.
17666
17667 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17668
17669         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17670         Improve LaTeX.
17671
17672 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17675         (nnrss-request-article): Render text/plain parts as HTML.
17676
17677         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17678         the buffer.
17679
17680 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17681
17682         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17683         custom definition of `gnus-posting-styles'.
17684
17685         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17686         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17687
17688 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17689
17690         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17691         Use nntp for bug archive.
17692
17693 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17696         parts.
17697         (nnrss-normalize-date): New function converts ISO 8601 date into
17698         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17699         (nnrss-check-group): Use it.
17700
17701 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17704
17705         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17706         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17707         (nnrss-insert-w3): Ditto.
17708
17709 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17712         the articles to be forwarded including the case where neither a
17713         number of articles nor a region is specified.
17714
17715 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * nnrss.el (nnrss-request-article): Fix last change; fill
17718         text/plain parts.
17719
17720 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17723         in text/plain part.
17724         (nnrss-check-group): Don't add excessive newline to dc:subject.
17725
17726 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17727
17728         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17729         article.
17730
17731 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17732
17733         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17734         (nnml-use-compressed-files, nnml-save-mail): Support other
17735         comression programs such as bzip2.
17736
17737 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17738
17739         * dns.el (query-dns): Make sure we check the buffer size before
17740         removing tcp headers.
17741
17742 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17743
17744         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17745         remove MIME buttons associated with multipart/alternative parts.
17746         (gnus-mime-display-alternative): Tag buttons using `article-type'
17747         text property.
17748
17749         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17750         associated with multipart/alternative parts.
17751
17752         * gnus-art.el (gnus-signature-separator): Fix custom type.
17753
17754         * mm-decode.el (mm-inlined-types): Fix custom type.
17755         (mm-keep-viewer-alive-types): Ditto.
17756         (mm-automatic-display): Ditto.
17757         (mm-attachment-override-types): Ditto.
17758         (mm-inline-override-types): Ditto.
17759         (mm-automatic-external-display): Ditto.
17760
17761 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17762
17763         * spam-report.el (spam-report-user-mail-address)
17764         (spam-report-user-agent): New variables.
17765         (spam-report-url-ping-plain): Use spam-report-user-agent.
17766
17767 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17768
17769         * gnus-art.el (gnus-button-handle-custom): Do not just use
17770         `customize-apropos' for any "M-x customize-*" button but the
17771         function called for.  Accept both the function name and its
17772         argument in order to achieve this.
17773         (gnus-button-alist): Remove support for "custom:" URL's.
17774         Pass function name to `gnus-button-handle-custom' in case of "M-x
17775         customize-*" buttons.
17776
17777 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17778
17779         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17780         multipart/alternative and add xref to mm-discouraged-alternatives
17781         in doc string.
17782
17783         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17784         gnus-buttonized-mime-types in doc string.
17785
17786 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17787
17788         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17789         Suggest image/.* in the doc string.
17790
17791 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17792
17793         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17794         message-marks (Debian bug #342521).
17795
17796 2005-12-12  Simon Josefsson  <jas@extundo.com>
17797
17798         * password.el (password-read-from-cache): Add.
17799         (password-read): Use it.
17800
17801 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * rfc2047.el (rfc2047-charset-to-coding-system):
17804         Recognize us-ascii as a MIME charset.
17805
17806         * mm-bodies.el (mm-decode-content-transfer-encoding):
17807         Protect against the case where the 2nd arg TYPE is nil.
17808
17809 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17810
17811         * pop3.el (pop3-stream-type): Fix custom version.
17812
17813         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17814
17815 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17816
17817         * mm-decode.el (mm-display-external): Add missing cdr.
17818
17819 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17822         RFC1524) if it is in mailcap or add a suffix according to
17823         mailcap-mime-extensions when generating a temp filename; postpone
17824         deleting a temp file for 2 seconds for some wrappers, shell
17825         scripts, and so on, which might exit right after having started a
17826         viewer command as a background job.
17827
17828 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17829
17830         * nntp.el (nntp-marks-directory): Fix custom group.
17831
17832         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17833         steps when < 10.
17834
17835         * gnus-start.el (gnus-no-server-1):
17836         Mention `gnus-level-default-subscribed' in doc string.
17837
17838 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17839
17840         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17841         parens.
17842
17843 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17844
17845         * gnus-xmas.el (gnus-use-toolbar): Revert.
17846         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17847         gnus-use-toolbar is default.
17848
17849         * messagexmas.el (message-use-toolbar): Revert.
17850         (message-setup-toolbar): Use global default-toolbar if
17851         message-use-toolbar is default.
17852
17853 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17856         according to default-toolbar-visible-p.
17857
17858         * messagexmas.el (message-use-toolbar): Ditto.
17859
17860 2005-11-26  Dave Love  <fx@gnu.org>
17861
17862         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17863         (tls-program, tls-success): Provide openssl alternative.
17864
17865         * starttls.el: Doc fixes.
17866         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17867         SERVICE to PORT.
17868
17869         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17870         port null or service name.
17871         (starttls-negotiate): Autoload.
17872
17873 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * message.el (message-kill-to-signature): Fix interactive spec.
17876
17877 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17878
17879         * pop3.el (pop3-open-server): Recognize a string as a service name.
17880
17881 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17882
17883         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17884
17885 2005-11-23  Dave Love  <fx@gnu.org>
17886
17887         Add pop3s, pop3/starttls.
17888
17889         * pop3.el (pop3-authentication-scheme): Clarify doc.
17890         (open-tls-stream, starttls-open-stream): Autoload.
17891         (pop3-stream-type): New.
17892         (pop3-open-server): Use it.
17893
17894         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17895         for POP.
17896         (mail-source-keyword-map): Add :stream for POP.
17897         (mail-source-fetch-pop): Use pop3-stream-type.
17898
17899 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17902         of current-time-string.
17903
17904 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17905
17906         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17907         date header.
17908
17909 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17910
17911         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17912         it can seriously impact performance as it bypasses the agent's
17913         local caches.
17914
17915 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17916
17917         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17918         must be explicitly online rather than "not explicitly offline" for
17919         its flags to be synchronized.
17920
17921         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17922         that gnus-uu-unmark-thread will function correctly.
17923
17924         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17925         1024K is instead displayed as 1M.
17926
17927 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17928
17929         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17930
17931 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17932
17933         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17934
17935 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17936
17937         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17938         error message to display actual error condition.
17939         (gnus-agent-save-local): Avoid saving symbols that are bound to
17940         nil as they simply result in a warning message in
17941         gnus-agent-read-local.
17942
17943 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17946         rather than make-variable-buffer-local for file-precious-flag.
17947
17948 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17949
17950         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17951         for duplicates which are removed.  The invalid sort check then
17952         triggers a rescan after the sort as sorting may have moved
17953         duplicate entries such that they can be cheaply detected.
17954
17955 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17958
17959 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17960
17961         * gnus-agent.el (gnus-agent-article-alist-save-format):
17962         Change internal variable to a custom variable.  Change default value
17963         from compressed(2) to uncompressed(1).
17964         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17965         support for uncompressed agentview files.  Taken together, reading
17966         the agentview file should now be 6-7 times faster.
17967
17968 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17969
17970         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17971         as a buffer-local variable.  This avoids creating truncated
17972         dribble files as a result of a hang up, eg.
17973
17974 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17975
17976         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17977         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17978         XEmacs.
17979
17980 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17981
17982         * gnus-start.el (gnus-start-draft-setup):
17983         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17984
17985         * gnus.el (gnus-splash): Change custom group.
17986         (gnus-group-get-parameter, gnus-group-parameter-value):
17987         Describe allow-list argument.
17988
17989         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17990         string.
17991
17992 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17993
17994         * gnus-art.el (gnus-default-article-saver): Add user-defined
17995         `function' to custom type.
17996
17997 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17998
17999         * imap.el (imap-open): Handle case where buffer is a buffer
18000         object.
18001
18002 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18003
18004         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18005         long lines.
18006         (gnus-cache-delete-group): Wrap doc strings.
18007
18008         * gnus-agent.el (gnus-agent-rename-group)
18009         (gnus-agent-delete-group): Wrap doc strings.
18010
18011 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * messagexmas.el (message-use-toolbar): Change the valid values
18014         into default, top, bottom, left, and right.
18015         (message-toolbar-thickness): New variable.
18016         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18017         well.
18018         (message-setup-toolbar): Make it work.
18019
18020         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18021         (gnus-use-toolbar): Change the valid values into default, top,
18022         bottom, left, and right.
18023         (gnus-toolbar-thickness): New variable.
18024         (gnus-xmas-setup-toolbar): New function.
18025         (gnus-xmas-setup-group-toolbar): Use it.
18026         (gnus-xmas-setup-summary-toolbar): Use it.
18027
18028 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18029
18030         * gnus-start.el (gnus-1): Add "native" to
18031         gnus-predefined-server-alist.
18032
18033         * gnus.el (gnus-method-to-server): Don't add "native" to the
18034         lists here, because that leads to problems when
18035         gnus-select-method is bound.
18036
18037 2005-11-09  Simon Josefsson  <jas@extundo.com>
18038
18039         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18040         use (not sort-by-date) instead.
18041
18042 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18043
18044         * gnus-delay.el (gnus-delay-group): Don't autoload.
18045         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18046         to be re-loaded when customizing the `gnus-delay' group.
18047
18048 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18049
18050         * message.el: Revert last changes.
18051         (message-insert-citation-line): Use newlines.
18052
18053 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18054
18055         * message.el (message-courtesy-message)
18056         (message-mark-insert-begin, message-mark-insert-end)
18057         (message-elide-ellipsis, message-cancel-message)
18058         (message-add-header, message-change-subject)
18059         (message-cross-post-followup-to-header)
18060         (message-cross-post-insert-note, message-reduce-to-to-cc)
18061         (message-widen-reply, message-delete-not-region)
18062         (message-kill-to-signature, message-insert-signature)
18063         (message-insert-importance-high, message-insert-importance-low)
18064         (message-insert-or-toggle-importance)
18065         (message-insert-disposition-notification-to)
18066         (message-indent-citation, message-yank-original)
18067         (message-cite-original-without-signature, message-cite-original)
18068         (message-insert-citation-line, message-position-on-field)
18069         (message-fix-before-sending, message-send-mail-partially)
18070         (message-send-mail, message-send-mail-with-sendmail)
18071         (message-send-mail-with-qmail, message-send-news)
18072         (message-check-news-header-syntax, message-generate-headers)
18073         (message-insert-courtesy-copy, message-fill-address)
18074         (message-fill-header, message-shorten-references)
18075         (message-setup-1, message-cancel-news)
18076         (message-forward-make-body-plain, message-forward-make-body-mime)
18077         (message-forward-make-body-mml, message-encode-message-body)
18078         (message-forward-make-body-digest-plain)
18079         (message-forward-make-body-digest-mime)
18080         (message-use-alternative-email-as-from): Insert `hard-newline'
18081         instead of ordinary newlines.
18082
18083 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * message.el (message-generate-headers): Downcase the argument
18086         given to message-check-element.
18087
18088 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18089
18090         * nntp.el (nntp-authinfo-rejected): New error condition.
18091         (nntp-wait-for): Use new error condition to signal authentication
18092         error.
18093         (nntp-retrieve-data): Rethrow new error condition to break out of
18094         recursive call to nntp-send-authinfo.
18095
18096 2005-11-08  Romain Francoise  <romain@orebokech.com>
18097
18098         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18099         (gnus-summary-exit-map): Bind to `Z p'.
18100         (gnus-summary-make-menu-bar): Add menu item.
18101
18102 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18103
18104         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18105         (gnus-treat-*): Add `first' in all doc strings.
18106
18107         * gnus-group.el (gnus-group-compact-group): Fix typo.
18108
18109 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * gnus.el (gnus-parameters-case-fold-search): New variable.
18112         (gnus-parameters-get-parameter): Use it.
18113
18114         * gnus-score.el (gnus-home-score-file): Doc fix.
18115
18116 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18117
18118         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18119
18120 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * mm-util.el (mm-special-display-p): New function.
18123
18124         * mml.el (mml-preview): Use it; doc fix.
18125
18126 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18127
18128         * imap.el (imap-open): Handle case where buffer is a buffer object.
18129
18130 2005-10-29  Romain Francoise  <romain@orebokech.com>
18131
18132         * message.el (message-fix-before-sending): Fix comment.
18133
18134 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18135
18136         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18137
18138 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18139
18140         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18141         Used in gnus-score.el.
18142
18143 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18144
18145         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18146
18147 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18148
18149         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18150         whitespace removed in revision 7.8.  Use concatenated string to
18151         protect trailing whitespace.
18152
18153 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18154
18155         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18156         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18157         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18158         Courier IMAP ("some version from 2004").  Mostly based on similar
18159         code in the same function.
18160
18161 2005-10-26  Didier Verna  <didier@xemacs.org>
18162
18163         * gnus-group.el (gnus-group-compact-group): Invalidate original
18164         article buffer.
18165         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18166         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18167         NOV database and in article itself.
18168         Invalidate article backlog.
18169
18170 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18171
18172         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18173
18174 2005-10-26  Simon Josefsson  <jas@extundo.com>
18175
18176         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18177         part of 2004-07-25 change.
18178
18179 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * message.el (message-display-completion-list): New function.
18182         (message-expand-group): Use it; make sure the Completions buffer
18183         is modifiable.
18184 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18185
18186         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18187         user-mail-name is an empty string.
18188
18189 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18190
18191         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18192         depending on gnus-score-decay-constant.
18193
18194         * encrypt.el (encrypt-insert-file-contents)
18195         (encrypt-write-file-contents): Don't use `gnus-message'.
18196
18197         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18198         arguments.
18199         (mm-uu-type-alist): Add message-marks and insert-marks.
18200         Pass arguments to mm-uu-verbatim-marks-extract.
18201         (mm-uu-hide-markers): New variable.
18202         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18203
18204         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18205         (gnus-convert-image-to-face-command): Use "convert" by default to
18206         allow other input image formats.
18207         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18208         accordingly.
18209
18210 2005-10-23  Simon Josefsson  <jas@extundo.com>
18211
18212         * imap.el (imap-gssapi-program): Align command line parameters
18213         with latest GNU SASL.
18214         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18215
18216 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18217
18218         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18219         HTML.
18220         (nnslashdot-request-article): Ditto.
18221
18222         * lpath.el (featurep): Add nobreak-char-display.
18223
18224 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18225
18226         * mail-source.el (mail-source-fetch-pop): Require pop3.
18227         (mail-source-check-pop): Ditto.
18228
18229 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18232         errors.
18233
18234 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18235
18236         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18237         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18238
18239         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18240
18241         * mm-bodies.el (mm-decode-string):
18242         Call `mm-charset-to-coding-system' with allow-override argument.
18243
18244 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18247         (rfc2047-charset-to-coding-system): New function.
18248         (rfc2047-decode-encoded-words): New function.
18249         (rfc2047-decode-region): Use them.
18250         (rfc2047-decode-cte): Remove.
18251         (rfc2047-parse-and-decode): Remove.
18252         (rfc2047-decode): Remove.
18253
18254 2005-10-15  Kenichi Handa  <handa@m17n.org>
18255
18256         * rfc2047.el (rfc2047-decode-cte): New function.
18257         (rfc2047-decode-region): Change the way to decode successive
18258         encoded-words: decode B- or Q-encoding in each encoded-word,
18259         concatenate them, and decode it as charset.
18260
18261 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * lpath.el: Fbind codepage-setup for XEmacs.
18264
18265 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18266
18267         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18268         widget-move-and-invoke.
18269         (gnus-custom-mode): Use gnus-custom-map.
18270
18271 2005-10-15  Bill Wohler  <wohler@newt.com>
18272
18273         * message.el (message-tool-bar-map): Rename image file from
18274         mail_send to mail/send.
18275
18276 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18277
18278         * message.el (message-expand-group): Pass the common
18279         prefix substring of completion to `display-completion-list'.
18280
18281 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18282
18283         * mml-sec.el (mml-secure-method): New internal variable.
18284         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18285         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18286         New functions using mml-secure-method.
18287
18288         * mml.el (mml-mode-map): Add key bindings for those functions.
18289         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18290         Harder <harder@myrealbox.com>.
18291         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18292         Goto end of message if point is the headers of the message.
18293
18294         * message.el (message-in-body-p): New function.
18295
18296         * assistant.el: Autoload gnus-util and netrc.
18297
18298         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18299         Use `mm-charset-override-alist' only when decoding.
18300
18301         * mm-bodies.el (mm-decode-body):
18302         Call `mm-charset-to-coding-system' with allow-override argument.
18303
18304         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18305         `filename' from Content-Disposition if Content-Type doesn't
18306         provide `name'.
18307         (gnus-mime-view-part-as-type): Set default instead of
18308         initial-input.
18309
18310 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18311
18312         * format-spec.el (format-spec): Propagate text properties of % spec.
18313
18314 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18315
18316         * gnus-art.el (gnus-treat-predicate): Add `first'.
18317
18318 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18319
18320         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18321         (mm-charset-override-alist): New variable.
18322         (mm-charset-to-coding-system): Use it.
18323         (mm-codepage-setup): New helper function.
18324         (mm-charset-eval-alist): New variable.
18325         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18326         Warn about unknown charsets.
18327
18328         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18329
18330 2005-10-04  David Hansen  <david.hansen@gmx.net>
18331
18332         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18333         (nnrss-check-group): Ditto.
18334
18335 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18336
18337         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18338         Rename x-gnus-verbatim to x-verbatim.
18339         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18340
18341         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18342         x-verbatim.
18343
18344         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18345
18346         * gnus-util.el (gnus-remove-duplicates): Remove.
18347
18348         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18349         instead of gnus-remove-duplicates.
18350
18351         * message.el (message-remove-duplicates): Remove.
18352         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18353         message-remove-duplicates.
18354
18355         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18356         available, else use implementation from `delete-dups'.
18357
18358         * message.el (message-insert-expires): New function.
18359         (message-mode-map): Add key binding.
18360         (message-mode-field-menu): Add menu entry.
18361         (message-mode): Document it.
18362         (message-make-expires-date): Use `message-make-date'.
18363
18364 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18365
18366         * message.el (message-make-expires-date): New function.
18367
18368 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * Makefile.in (list-installed-shadows): New entry.
18371         (install): Use it.
18372         (remove-installed-shadows): New entry.
18373
18374         * dgnushack.el (dgnushack-default-load-path): New variable.
18375         (dgnushack-find-lisp-shadows): New function.
18376         (dgnushack-remove-lisp-shadows): New function.
18377
18378 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * Makefile.in (install-el-elc): New entry.
18381         (install): Use it so that .el files are necessarily installed.
18382
18383 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18386
18387 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18388
18389         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18390         function rather than the diff-mode.el package.
18391         (mm-display-external): Use with-current-buffer.
18392         (mm-viewer-completion-map, mm-viewer-completion-map):
18393         Move initialization inside declaration.
18394
18395 2005-09-29  Simon Josefsson  <jas@extundo.com>
18396
18397         * spam.el: Load hashcash when compiling, to avoid warnings.
18398         Don't autoload mail-check-payment.
18399         (spam-check-hashcash): Define unconditionally, since hashcash.el
18400         is part of Gnus now.  Ignore errors from payment checking.
18401
18402 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18403
18404         * message.el (message-bold-region, message-unbold-region):
18405         Rename from `bold-region' and `unbold-region'.
18406
18407         * message.el: Remove useless autoloads.
18408
18409 2005-09-28  Simon Josefsson  <jas@extundo.com>
18410
18411         * message.el (message-use-idna): Default to t.
18412         (message-use-idna): Test whether encoding works too.  Doc fix.
18413
18414 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * nntp.el (nntp-warn-about-losing-connection): Remove.
18417
18418 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18419
18420         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18421         customizable.  Change default value.
18422         (mm-uu-diff-groups-regexp): Change default value.
18423         (mm-uu-type-alist): Add doc string.
18424         (mm-uu-configure): Add doc string.  Make it interactive.
18425         (mm-uu-tex-groups-regexp): New variable.
18426         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18427         (mm-uu-type-alist): Add LaTeX documents.
18428         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18429         of "text/verbatim".
18430         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18431
18432         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18433         instead of "text/verbatim".
18434
18435         * message.el (message-mark-inserted-region)
18436         (message-mark-insert-file): Use slrn style marks when called with
18437         prefix argument.
18438
18439 2005-09-27  Simon Josefsson  <jas@extundo.com>
18440
18441         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18442
18443 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18444
18445         * message.el (message-remove-duplicates): New function.
18446         Implementation borrowed from `gnus-remove-duplicates'.
18447         (message-idna-to-ascii-rhs): Also encode idna addresses in
18448         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18449         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18450         only ask about the same idna domain once per header and also tell
18451         in what header to replace the idna domain.
18452
18453         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18454         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18455         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18456         a header is decoded and not just the last one.
18457
18458 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18461         has been decoded.
18462
18463         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18464         (mm-insert-part): Don't modify text if it has been decoded.
18465
18466         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18467         decoded.
18468
18469         * mm-view.el (mm-inline-text): Don't strip text props unless
18470         decoding enriched or richtext parts.
18471
18472 2005-09-25  Romain Francoise  <romain@orebokech.com>
18473
18474         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18475         * gnus-start.el (gnus-subscribe-interactively):
18476         * gnus-uu.el (gnus-uu-grab-articles):
18477         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18478         space.
18479
18480 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18481
18482         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18483         * mm-view.el (mm-view-pkcs7-decrypt):
18484         * gnus-sum.el (gnus-summary-limit-to-extra)
18485         (gnus-summary-respool-article, gnus-read-move-group-name):
18486         * gnus-score.el (gnus-summary-increase-score):
18487         * gnus-util.el (gnus-completing-read-with-default):
18488         * gnus-art.el (gnus-read-save-file-name)
18489         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18490         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18491         * message.el (message-check-news-header-syntax):
18492         Follow convention for reading with the minibuffer.
18493
18494 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18495
18496         * spam-report.el (spam-report-url-ping-plain):
18497         Use gnus-extended-version as User-Agent.
18498
18499         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18500         default value is nil.
18501
18502         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18503         (mm-uu-verbatim-marks-extract): New function.
18504         (mm-uu-extract): New face.
18505         (mm-uu-copy-to-buffer): Use it.
18506
18507         * spam-report.el (spam-report-gmane-ham): Rename from
18508         `spam-report-gmane-unspam'.
18509         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18510         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18511
18512         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18513         Autoload.
18514         (spam-report-gmane-unregister-routine):
18515         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18516
18517 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18518
18519         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18520         (spam-report-gmane-unregister-routine): Add support for gmane
18521         unregistration.
18522
18523         * spam-report.el (spam-report-gmane-unspam)
18524         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18525         (spam-report-gmane): Change to take a single article and do unspam
18526         registration.
18527
18528 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * mm-url.el (mm-url-decode-entities): Fix regexp.
18531
18532 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18533
18534         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18535         default to nil, to be able to use Gnus at all.  If the default
18536         switches to something else, then the function should be fixed not
18537         be exceedingly slow.
18538
18539 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18540
18541         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18542         fail hard.
18543
18544         * spam-report.el: Add better Keywords line.
18545
18546         * spam.el: Add Maintainer and better Keywords line.
18547
18548 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18549
18550         * gnus-art.el (gnus-article-replace-part)
18551         (gnus-mime-replace-part): New functions.
18552         (gnus-mime-action-alist, gnus-mime-button-commands)
18553         (gnus-mime-save-part-and-strip): Add file argument.
18554         (gnus-article-part-wrapper): Add interactive argument.
18555
18556         * gnus-sum.el (gnus-summary-mime-map):
18557         Add `gnus-article-replace-part'.
18558
18559 2005-09-19  Didier Verna  <didier@xemacs.org>
18560
18561         The nnml compaction feature:
18562         * nnml.el (nnml-request-compact-group): New function.
18563         * nnml.el (nnml-request-compact): New function.
18564         * gnus-int.el (gnus-request-compact-group): New function.
18565         * gnus-int.el (gnus-request-compact): New function.
18566         * gnus-group.el (gnus-group-compact-group): New function.
18567         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18568         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18569         * gnus-srvr.el (gnus-server-compact-server): New function.
18570         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18571         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18572
18573 2005-09-18  Deepak Goel  <deego@gnufans.org>
18574
18575         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18576         format spec.
18577
18578 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18581
18582 2005-09-15  Romain Francoise  <romain@orebokech.com>
18583
18584         * message.el (message-fill-paragraph): Clarify docstring.
18585
18586 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * gnus-art.el (gnus-mime-display-part): Protect against broken
18589         MIME messages.
18590
18591 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18594         before parsing header.
18595
18596 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18597
18598         * html2text.el (html2text-replace-list): Add new entities.
18599
18600 2005-09-11  Romain Francoise  <romain@orebokech.com>
18601
18602         * message.el (message-alternative-emails): Improve docstring.
18603         (message-setup-1): Call `message-use-alternative-email-as-from'
18604         after `message-setup-hook' to give it precedence over posting
18605         styles, etc.
18606         (message-use-alternative-email-as-from): Add docstring.
18607         Remove the original From header if present.
18608
18609         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18610         (nnml-save-mail): Use it.
18611
18612         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18613         articles.  Add new argument `silent'.
18614         (gnus-uu-mark-all): Report the total number of marked articles.
18615
18616 2005-09-10  Romain Francoise  <romain@orebokech.com>
18617
18618         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18619         (gnus-uu-mark-series): Likewise.
18620
18621 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18622
18623         * spam-report.el (spam-report-gmane): Fix generation of spam
18624         report URL.
18625
18626 2005-09-10  Simon Josefsson  <jas@extundo.com>
18627
18628         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18629         t, based on discussion on the ding list with Robert Epprecht
18630         <epprecht@solnet.ch>.
18631
18632 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18633
18634         * spam-report.el (spam-report-gmane): Make it work without
18635         X-Report-Spam header.  Gmane now only provides Archived-At.
18636         This is only used if `spam-report-gmane-use-article-number' is nil.
18637         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18638
18639         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18640         make `gnus-summary-sort-by-recipient' work with threading.
18641
18642         * nnweb.el (nnweb-google-wash-article): Print a message if article
18643         is not available.
18644
18645 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18646
18647         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18648         change.  Decode text/* parts content before displaying.
18649
18650 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18651
18652         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18653
18654 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18657
18658         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18659         url-package-name, url-package-version,
18660         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18661         w3m-display-inline-images, and w3m-minor-mode-map.
18662
18663 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18664
18665         * message.el (message-tab-body-function): Fix mismatched custom type.
18666
18667         * gnus.el (gnus-group-change-level-function): Ditto.
18668
18669         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18670
18671         * gnus-art.el (gnus-signature-limit)
18672         (gnus-article-mime-part-function): Ditto.
18673
18674 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * mml.el (mml-mode): Silence the byte compiler.
18677
18678         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18679         using `(sit-for 0)' before moving the point to the specified part;
18680         skip unbuttonized parts.
18681         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18682         return to the summary window if gnus-auto-select-part is non-nil.
18683
18684 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18685
18686         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18687         New variables.
18688         (mml-dnd-attach-file, mml-mode): Use them.
18689
18690         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18691         Make fetching article by MID work again for Google Groups.
18692         Add FIXME concerning gnus-group-make-web-group.
18693
18694         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18695         Don't depend on Gnus by using mail-extract-address-components if
18696         gnus-extract-address-components is not bound.
18697
18698 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18699
18700         * gnus-art.el (gnus-mime-display-security): Don't display the
18701         signature, but only the signed part.
18702
18703 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18706
18707         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18708         list, not listp.
18709
18710 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18711
18712         * mm-encode.el (mm-encode-content-transfer-encoding):
18713         Likewise when encoding.
18714
18715         * mm-bodies.el (mm-decode-content-transfer-encoding):
18716         De-canonicalize CRLF for all text content types, not just
18717         text/plain.
18718
18719 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18722         valid article; point arrow and cursor at the MIME button.
18723
18724 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18727         Suggested by Dan Christensen <jdc@uwo.ca>.
18728
18729         * mm-decode.el (mm-save-part): Enable change of prompt.
18730
18731 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18732
18733         * gnus-msg.el (gnus-inews-add-send-actions):
18734         Make `message-post-method' lambda parameter ARG `&optional'.
18735
18736 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18737
18738         * gnus-sum.el (gnus-summary-mime-map):
18739         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18740         gnus-article-jump-to-part.
18741
18742         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18743         (gnus-article-edit-part): Use it.
18744         (gnus-article-part-wrapper): Add no-handle argument.
18745         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18746         New functions.
18747
18748 2005-08-29  Romain Francoise  <romain@orebokech.com>
18749
18750         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18751         docstring.
18752         (gnus-face-from-file): Likewise.
18753
18754 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18755
18756         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18757         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18758         non-nil.
18759         (gnus-auto-select-part): New variable.
18760         (gnus-article-jump-to-part): New function.
18761         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18762         (gnus-mime-delete-part): Allow selecting specified part after
18763         deleting or stripping parts.
18764         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18765         part if argument is bogus.
18766
18767 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18768
18769         * gnus-art.el (w3m-minor-mode-map):
18770         * gnus-spec.el (gnus-newsrc-file-version):
18771         * gnus-util.el (nnmail-active-file-coding-system)
18772         (gnus-original-article-buffer, gnus-user-agent):
18773         * gnus.el (gnus-ham-process-destinations)
18774         (gnus-parameter-ham-marks-alist)
18775         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18776         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18777         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18778         * mm-decode.el (gnus-current-window-configuration):
18779         * mm-extern.el (gnus-article-mime-handles):
18780         * mm-url.el (url-current-object, url-package-name)
18781         (url-package-version):
18782         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18783         (smime-keys, w3m-cid-retrieve-function-alist)
18784         (w3m-current-buffer, w3m-display-inline-images)
18785         (w3m-minor-mode-map):
18786         * mml-smime.el (gnus-extract-address-components):
18787         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18788         (gnus-newsrc-hashtb, message-default-charset)
18789         (message-deletable-headers, message-options)
18790         (message-posting-charset, message-required-mail-headers)
18791         (message-required-news-headers):
18792         * mml1991.el (mc-pgp-always-sign):
18793         * mml2015.el (mc-pgp-always-sign):
18794         * nnheader.el (nnmail-extra-headers):
18795         * rfc1843.el (gnus-decode-encoded-word-function)
18796         (gnus-decode-header-function, gnus-newsgroup-name):
18797         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18798
18799 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18800
18801         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18802         the end of the date treatments.
18803
18804 2005-08-15  Simon Josefsson  <jas@extundo.com>
18805
18806         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18807         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18808         Capello and Romain Francoise.
18809         (pgg-fetch-key-function): Remove, not used?
18810         (pgg-insert-url-with-w3): Require url, to get
18811         url-insert-file-contents regardless of where it is defined.
18812
18813 2005-08-13  Romain Francoise  <romain@orebokech.com>
18814
18815         * message.el (message-cite-original-1): New function.
18816         (message-cite-original): Use it.
18817         (message-cite-original-without-signature): Ditto.
18818
18819 2005-08-08  Romain Francoise  <romain@orebokech.com>
18820
18821         * message.el (message-yank-empty-prefix): New variable.
18822         (message-indent-citation): Use it.
18823         (message-cite-original-without-signature): Respect X-No-Archive.
18824
18825 2005-08-08  Simon Josefsson  <jas@extundo.com>
18826
18827         * pgg.el: Autoload url-insert-file-contents instead of loading
18828         w3/url.
18829         (pgg-insert-url-with-w3): Don't load url here.
18830
18831 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18832
18833         * message.el (message-kill-to-signature): Don't insert newline at
18834         bol.
18835         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18836
18837 2005-08-06  Romain Francoise  <romain@orebokech.com>
18838
18839         * message.el (message-user-fqdn): Fix typo in docstring.
18840
18841 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18842
18843         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18844
18845         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18846
18847 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * mm-bodies.el (mm-encode-body): Use coding system rather than
18850         charset to encode text.
18851
18852         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18853         number of charsets if utf-8 is available (XEmacs).
18854
18855 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18856
18857         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18858         taken from `gnus-button-mid-or-mail-regexp'.
18859         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18860         (gnus-button-alist): Improve regexp for domain part of the MIDs
18861         for news:localpart@domain buttons.
18862         (gnus-button-ctan-directory-regexp): Update.
18863
18864 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18865
18866         * sieve-manage.el (sieve-manage-interactive-login):
18867         Use make-local-variable rather than make-variable-buffer-local.
18868         (sieve-manage-open): Ditto.
18869         (sieve-manage-authenticate): Ditto.
18870
18871         * mml.el (mml-generate-mime-1): Make the content type default to
18872         text/plain if the filename is not specified.
18873
18874 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18875
18876         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18877         instead of insert-buffer.
18878
18879         * message.el (message-yank-original): Ditto; set the mark at the
18880         end of the yanked message.
18881
18882 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18885         lines to scroll rather than to stop it.
18886
18887         * mml.el (mml-generate-default-type): Add doc string.
18888         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18889         default to application/octet-stream when determining the content
18890         type if it is not specified for the part or the mml contents; add
18891         a comment about mml-generate-default-type.
18892
18893 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18894
18895         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18896         make it default to application/octet-stream when determining the
18897         content type if it is not specified for the external contents.
18898
18899 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18900
18901         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18902         segmented parameter but also other parameters might be there.
18903
18904 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * mm-decode.el (mm-display-external): Delete temp file, directory
18907         and buffer immediately if the external process is exited.
18908
18909 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18912         fewer lines than that of scroll-margin.
18913         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18914
18915 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * gnus-art.el (gnus-article-next-page): Revert.
18918         (gnus-article-beginning-of-window): New macro.
18919         (gnus-article-next-page-1): Use it.
18920         (gnus-article-prev-page): Ditto.
18921         (gnus-article-edit-part): Use insert-buffer-substring instead of
18922         insert-buffer.
18923         (gnus-article-edit-exit): Ditto.
18924
18925         * gnus-util.el (gnus-beginning-of-window): Remove.
18926         (gnus-end-of-window): Remove.
18927
18928         * lpath.el: Don't bind header-line-format and scroll-margin.
18929
18930 2005-07-25  Simon Josefsson  <jas@extundo.com>
18931
18932         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18933         to have the url package without w3.  Reported by Daiki Ueno
18934         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18935
18936 2005-07-20  Didier Verna  <didier@xemacs.org>
18937
18938         * gnus-diary.el: Remove the description comment (nndiary is now
18939         properly documented in the Gnus manual).
18940         Fix the spelling of "Back End".
18941         * nndiary.el: Ditto.
18942         Fix the copyright notice.
18943
18944 2005-07-18  Romain Francoise  <romain@orebokech.com>
18945
18946         * gnus-sum.el (gnus-summary-to-prefix)
18947         (gnus-summary-newsgroup-prefix): New variables.
18948         (gnus-summary-from-or-to-or-newsgroups): Use them.
18949
18950 2005-07-17  Romain Francoise  <romain@orebokech.com>
18951
18952         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18953         space as it's generally not especially interesting to the user.
18954
18955 2005-07-16  Romain Francoise  <romain@orebokech.com>
18956
18957         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18958         nil to avoid prompting and file modification if one of the
18959         messages at the top of the nnfolder file contains a copyright
18960         notice.
18961         Update copyright notice.
18962
18963         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18964         instead of `current-time-string' as the latter creates a time
18965         string that is not RFC 2822 compliant (it lacks the zone).
18966         Update copyright notice.
18967
18968 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18969
18970         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18971         for text/rtf.  Display default in prompt.  Pass default for M-n.
18972
18973         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18974
18975 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18976
18977         * gnus-msg.el (gnus-button-mailto):
18978         Remove save-selected-window-window hackery because it relies on
18979         save-selected-window internals.
18980
18981 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18984         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18985         (gnus-article-prev-page): Ditto.
18986
18987         * gnus-util.el (gnus-beginning-of-window): New function.
18988         (gnus-end-of-window): New function.
18989
18990         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18991
18992 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18993
18994         * gnus-score.el (gnus-score-edit-all-score):
18995         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18996         gnus-message.
18997
18998 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18999
19000         * gnus-msg.el (gnus-button-mailto):
19001         Remove save-selected-window-window hackery because it relies on
19002         save-selected-window internals.
19003
19004 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19007         add-minor-mode.
19008         (gnus-binary-mode): Ditto.
19009
19010         * gnus-topic.el (gnus-topic-mode): Ditto.
19011
19012 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19013
19014         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19015         (gnus-article-prev-page): Take scroll-margin into consideration.
19016
19017 2005-07-04  Lute Kamstra  <lute@gnu.org>
19018
19019         Update FSF's address in GPL notices.
19020
19021 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19022
19023         * gnus.el (gnus-exit):
19024         * gnus-group.el (gnus-group-icons):
19025         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19026
19027         * gnus-nocem.el (gnus-nocem):
19028         * message.el (message-various, message-buffers, message-sending)
19029         (message-interface, message-forwarding, message-insertion)
19030         (message-headers, message-news, message-mail):
19031         * pgg-gpg.el (pgg-gpg):
19032         * pgg-parse.el (pgg-parse):
19033         * pgg-pgp.el (pgg-pgp):
19034         * pgg-pgp5.el (pgg-pgp5):
19035         * pop3.el (pop3): Finish `defgroup' description with period.
19036
19037 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * gnus-art.el (article-display-face): Improve the efficiency.
19040         (article-display-x-face): Ditto; remove gray x-face stuff.
19041
19042 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19043
19044         * gnus-art.el (article-display-face): Correct the position in
19045         which Faces are inserted.
19046
19047 2005-06-29  Didier Verna  <didier@xemacs.org>
19048
19049         * gnus-art.el (article-display-face): Display faces in correct
19050         order.
19051
19052 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19053
19054         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19055         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19056         (gnus-nocem-check-article): Fetch the Type header.
19057         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19058         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19059         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19060         make sure gnus-nocem-hashtb is initialized.
19061         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19062         (gnus-nocem-unwanted-article-p): Ditto.
19063
19064         * pgg.el (pgg-verify): Return the verification result.
19065
19066 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19067
19068         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19069         is ascii.
19070
19071 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19072
19073         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19074         `show-nonbreak-escape'.
19075
19076 2005-06-23  Lute Kamstra  <lute@gnu.org>
19077
19078         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19079
19080         * dig.el (dig-mode):
19081         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19082
19083 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19084
19085         * nnimap.el (nnimap-split-download-body): Fix spellings.
19086
19087 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19088
19089         * gnus-art.el (gnus-article-encrypt-body):
19090         * gnus-cus.el (gnus-score-customize):
19091         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19092         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19093
19094 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19095
19096         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19097         header by looking for magic "MII" at the beginning.
19098
19099 2005-06-16  Miles Bader  <miles@gnu.org>
19100
19101         * gnus-xmas.el (gnus-xmas-group-startup-message):
19102         Use renamed gnus-splash face.
19103
19104         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19105         (assistant-field-face): New backward-compatibility alias for renamed
19106         face.
19107         (assistant-render-text): Use renamed assistant-field face.
19108
19109         * spam.el (spam): Remove "-face" suffix from face name.
19110         (spam-face): New backward-compatibility alias for renamed face.
19111         (spam-face, spam-initialize): Use renamed spam face.
19112
19113         * message.el (message-header-to, message-header-cc)
19114         (message-header-subject, message-header-newsgroups)
19115         (message-header-other, message-header-name)
19116         (message-header-xheader, message-separator, message-cited-text)
19117         (message-mml): Remove "-face" suffix from face names.
19118         (message-header-to-face, message-header-cc-face)
19119         (message-header-subject-face, message-header-newsgroups-face)
19120         (message-header-other-face, message-header-name-face)
19121         (message-header-xheader-face, message-separator-face)
19122         (message-cited-text-face, message-mml-face):
19123         New backward-compatibility aliases for renamed faces.
19124         (message-font-lock-keywords): Use renamed message faces.
19125
19126         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19127         (sieve-test-commands, sieve-tagged-arguments):
19128         Remove "-face" suffix from face names.
19129         (sieve-control-commands-face, sieve-action-commands-face)
19130         (sieve-test-commands-face, sieve-tagged-arguments-face):
19131         New backward-compatibility aliases for renamed faces.
19132         (sieve-control-commands-face, sieve-action-commands-face)
19133         (sieve-test-commands-face, sieve-tagged-arguments-face):
19134         Use renamed sieve faces.
19135
19136         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19137         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19138         (gnus-group-news-3-empty, gnus-group-news-4)
19139         (gnus-group-news-4-empty, gnus-group-news-5)
19140         (gnus-group-news-5-empty, gnus-group-news-6)
19141         (gnus-group-news-6-empty, gnus-group-news-low)
19142         (gnus-group-news-low-empty, gnus-group-mail-1)
19143         (gnus-group-mail-1-empty, gnus-group-mail-2)
19144         (gnus-group-mail-2-empty, gnus-group-mail-3)
19145         (gnus-group-mail-3-empty, gnus-group-mail-low)
19146         (gnus-group-mail-low-empty, gnus-summary-selected)
19147         (gnus-summary-cancelled, gnus-summary-high-ticked)
19148         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19149         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19150         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19151         (gnus-summary-low-undownloaded)
19152         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19153         (gnus-summary-low-unread, gnus-summary-normal-unread)
19154         (gnus-summary-high-read, gnus-summary-low-read)
19155         (gnus-summary-normal-read, gnus-splash):
19156         Remove "-face" suffix from face names.
19157         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19158         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19159         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19160         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19161         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19162         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19163         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19164         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19165         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19166         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19167         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19168         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19169         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19170         (gnus-summary-normal-ticked-face)
19171         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19172         (gnus-summary-normal-ancient-face)
19173         (gnus-summary-high-undownloaded-face)
19174         (gnus-summary-low-undownloaded-face)
19175         (gnus-summary-normal-undownloaded-face)
19176         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19177         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19178         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19179         (gnus-splash-face):
19180         New backward-compatibility aliases for renamed faces.
19181         (gnus-group-startup-message): Use renamed gnus faces.
19182
19183         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19184         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19185         (gnus-server-agent): Remove "-face" suffix from face names.
19186         (gnus-server-agent-face, gnus-server-opened-face)
19187         (gnus-server-closed-face, gnus-server-denied-face)
19188         (gnus-server-offline-face):
19189         New backward-compatibility aliases for renamed faces.
19190         (gnus-server-agent-face, gnus-server-opened-face)
19191         (gnus-server-closed-face, gnus-server-denied-face)
19192         (gnus-server-offline-face): Use renamed gnus faces.
19193
19194         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19195         Remove "-face" suffix from face names.
19196         (gnus-picon-xbm-face, gnus-picon-face):
19197         New backward-compatibility aliases for renamed faces.
19198
19199         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19200         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19201         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19202         (gnus-cite-11): Remove "-face" suffix from face names.
19203         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19204         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19205         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19206         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19207         New backward-compatibility aliases for renamed faces.
19208         (gnus-cite-attribution-face, gnus-cite-face-list)
19209         (gnus-article-boring-faces): Use renamed gnus faces.
19210
19211         * gnus-art.el (gnus-signature, gnus-header-from)
19212         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19213         (gnus-header-content): Remove "-face" suffix from face names.
19214         (gnus-signature-face, gnus-header-from-face)
19215         (gnus-header-subject-face, gnus-header-newsgroups-face)
19216         (gnus-header-name-face, gnus-header-content-face):
19217         New backward-compatibility aliases for renamed faces.
19218         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19219
19220         * gnus-sum.el (gnus-summary-selected-face)
19221         (gnus-summary-highlight): Use renamed gnus faces.
19222         * gnus-group.el (gnus-group-highlight): Likewise.
19223
19224 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19225
19226         * gnus-sieve.el (gnus-sieve-article-add-rule):
19227         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19228         * spam-stat.el (spam-stat-buffer-change-to-spam)
19229         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19230
19231         * message.el (message-is-yours-p):
19232         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19233
19234 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * mm-view.el (mm-inline-text): Withdraw the last change.
19237
19238 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19239
19240         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19241         executing enriched-decode.
19242
19243 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19244
19245         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19246         charset of tar files.
19247
19248 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19249
19250         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19251
19252 2005-06-04  Lute Kamstra  <lute@gnu.org>
19253
19254         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19255         information is never recorded.
19256
19257 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19258
19259         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19260
19261 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19262
19263         * pop3.el (pop3-apop): Run md5 in the binary mode.
19264
19265         * starttls.el (starttls-set-process-query-on-exit-flag):
19266         Use eval-and-compile.
19267
19268 2005-05-31  Simon Josefsson  <jas@extundo.com>
19269
19270         * smime.el (smime-replace-in-string): Define.
19271         (smime-cert-by-ldap-1): Use it.
19272
19273 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * gnus-art.el (article-display-x-face): Replace
19276         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19277
19278         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19279         set-process-query-on-exit-flag or process-kill-without-query.
19280
19281         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19282         loop instead of replace-regexp.
19283
19284         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19285         instead of process-kill-without-query if it is available.
19286
19287         * lpath.el: Fbind ldap-search-entries.
19288
19289         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19290         instead of find-file-hooks if it is available.
19291
19292         * mml1991.el: Bind pgg-default-user-id when compiling.
19293
19294         * mml2015.el: Bind pgg-default-user-id when compiling.
19295
19296         * nndraft.el (nndraft-request-associate-buffer):
19297         Use write-contents-functions instead of write-contents-hooks if it is
19298         available.
19299
19300         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19301         instead of find-file-hooks if it is available.
19302
19303         * nntp.el (nntp-open-connection): Replace
19304         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19305         (nntp-open-ssl-stream): Ditto.
19306         (nntp-open-tls-stream): Ditto.
19307
19308         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19309         set-process-query-on-exit-flag or process-kill-without-query.
19310         (starttls-open-stream-gnutls): Use it instead of
19311         process-kill-without-query.
19312         (starttls-open-stream): Ditto.
19313
19314 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19315
19316         * smime.el (smime-cert-by-ldap-1): Don't use
19317         replace-regexp-in-string.
19318
19319 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19320
19321         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19322
19323         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19324         in PEM format.  Adjust to the XEmacs compatibility.
19325
19326 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19327
19328         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19329         by `string-to-number'.
19330         * gnus-agent.el (gnus-agent-regenerate-group)
19331         (gnus-agent-fetch-articles): Ditto.
19332         * gnus-art.el (gnus-button-fetch-group): Ditto.
19333         * gnus-cache.el (gnus-cache-generate-active)
19334         (gnus-cache-articles-in-group): Ditto.
19335         * gnus-group.el (gnus-group-set-current-level)
19336         (gnus-group-insert-group-line): Ditto.
19337         * gnus-score.el (gnus-score-set-expunge-below)
19338         (gnus-score-set-mark-below, gnus-summary-score-effect)
19339         (gnus-summary-score-entry): Ditto.
19340         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19341         (gnus-soup-pack): Ditto.
19342         * gnus-spec.el (gnus-xmas-format): Ditto.
19343         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19344         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19345         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19346         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19347         * nndb.el (nndb-get-remote-expire-response): Ditto.
19348         * nndiary.el (nndiary-parse-schedule-value)
19349         (nndiary-string-to-number, nndiary-request-replace-article)
19350         (nndiary-request-article): Ditto.
19351         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19352         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19353         * nneething.el (nneething-make-head): Ditto.
19354         * nnfolder.el (nnfolder-request-article)
19355         (nnfolder-retrieve-headers): Ditto.
19356         * nnheader.el (nnheader-file-to-number): Ditto.
19357         * nnkiboze.el (nnkiboze-request-article): Ditto.
19358         * nnmail.el (nnmail-process-unix-mail-format)
19359         (nnmail-process-babyl-mail-format): Ditto.
19360         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19361         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19362         (nnmh-request-create-group, nnmh-request-list-1)
19363         (nnmh-request-group, nnmh-request-article): Ditto.
19364         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19365         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19366         * nnsoup.el (nnsoup-make-active): Ditto.
19367         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19368         * nntp.el (nntp-find-group-and-number)
19369         (nntp-retrieve-headers-with-xover): Ditto.
19370         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19371         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19372         (pgg-format-key-identifier): Ditto.
19373         * pop3.el (pop3-last, pop3-stat): Ditto.
19374         * qp.el (quoted-printable-decode-region): Ditto.
19375
19376         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19377         of concat.
19378
19379 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19380
19381         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19382
19383         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19384
19385         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19386
19387         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19388
19389         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19390
19391         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19392
19393         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19394         (gnus-carpal-mode): Ditto.
19395
19396         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19397         (gnus-browse-mode): Ditto.
19398
19399         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19400
19401         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19402
19403 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19404
19405         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19406
19407 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * gnus-util.el (gnus-run-mode-hooks): New function.
19410
19411         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19412
19413         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19414         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19415
19416 2005-05-27  Lute Kamstra  <lute@gnu.org>
19417
19418         * dns-mode.el (dns-mode): Specify customization group.
19419
19420 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19421
19422         * gnus-agent.el (gnus-agent-make-mode-line-string):
19423         Use mode-line-highlight as mouse-face.
19424
19425 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19426
19427         * canlock.el (canlock): Change the parent group to news.
19428
19429         * deuglify.el (gnus-outlook-deuglify): Add :group.
19430
19431         * dig.el (dig): Add :group.
19432
19433         * dns-mode.el (dns-mode): Add :group.
19434
19435         * encrypt.el (encrypt): Add :group.
19436
19437         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19438         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19439         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19440         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19441         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19442
19443         * gnus-diary.el (gnus-diary): Add :group.
19444
19445         * gnus.el (gnus-group-news-1-face): Add :group.
19446         (gnus-group-news-1-empty-face): Ditto.
19447         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19448         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19449         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19450         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19451         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19452         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19453         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19454         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19455         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19456         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19457         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19458         (gnus-summary-high-ticked-face): Ditto.
19459         (gnus-summary-low-ticked-face): Ditto.
19460         (gnus-summary-normal-ticked-face): Ditto.
19461         (gnus-summary-high-ancient-face): Ditto.
19462         (gnus-summary-low-ancient-face): Ditto.
19463         (gnus-summary-normal-ancient-face): Ditto.
19464         (gnus-summary-high-undownloaded-face): Ditto.
19465         (gnus-summary-low-undownloaded-face): Ditto.
19466         (gnus-summary-normal-undownloaded-face): Ditto.
19467         (gnus-summary-high-unread-face): Ditto.
19468         (gnus-summary-low-unread-face): Ditto.
19469         (gnus-summary-normal-unread-face): Ditto.
19470         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19471         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19472
19473         * hashcash.el (hashcash): New custom group.
19474         (hashcash-default-payment): Add :group.
19475         (hashcash-payment-alist): Ditto.
19476         (hashcash-default-accept-payment): Ditto.
19477         (hashcash-accept-resources): Ditto.
19478         (hashcash-path): Ditto.
19479         (hashcash-extra-generate-parameters): Ditto.
19480         (hashcash-double-spend-database): Ditto.
19481         (hashcash-in-news): Ditto.
19482
19483         * message.el (message-minibuffer-local-map): Add :group.
19484
19485         * netrc.el (netrc): Add :group.
19486
19487         * sieve-manage.el (sieve-manage-log): Add :group.
19488         (sieve-manage-default-user): Diito.
19489         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19490         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19491         (sieve-manage-authenticators): Ditto.
19492         (sieve-manage-authenticator-alist): Ditto.
19493         (sieve-manage-default-port): Ditto.
19494
19495         * sieve-mode.el (sieve-control-commands-face): Add :group.
19496         (sieve-action-commands-face): Ditto.
19497         (sieve-test-commands-face): Ditto.
19498         (sieve-tagged-arguments-face): Ditto.
19499
19500         * smime.el (smime): Add :group.
19501
19502         * spam-report.el (spam-report): Add :group.
19503
19504         * spam.el (spam, spam-face): Add :group.
19505
19506 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19507
19508         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19509         return \n.\n.\n at the end of articles.  Protect against that.
19510         (nntp-with-open-group): Allow debugging.
19511
19512         * nnheader.el (mail-header-set-extra): Make into a function
19513         because I just could't understand how to quote the list properly.
19514
19515         * dns.el (query-dns-cached): New function.
19516
19517 2005-05-26  Lute Kamstra  <lute@gnu.org>
19518
19519         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19520
19521 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19522
19523         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19524
19525         * gnus-art.el: Don't autoload mail-extract-address-components.
19526
19527         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19528         eval-and-compile to evaluate it.
19529
19530         * hashcash.el: Don't autoload executable-find.
19531
19532         * nndb.el: Don't declare the nndb back end two or more times; don't
19533         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19534
19535         * nntp.el: Autoload format-spec instead of format; use
19536         eval-and-compile to evaluate autoload forms.
19537
19538 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19539
19540         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19541
19542 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19543
19544         * gnus.el (gnus-version-number): Bump version.
19545
19546 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19547
19548         * gnus.el: No Gnus v0.3 is released.
19549
19550 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19551
19552         * lpath.el (featurep): Bind show-nonbreak-escape.
19553
19554 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19555
19556         * gnus-art.el (gnus-article-edit-part): Disable undo.
19557
19558 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19559
19560         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19561         gnus-article-date-lapsed-new-header is t if date timer is active;
19562         skip headers in which the original date value is empty.
19563         (gnus-article-save-original-date): Redefine it as a macro.
19564         (gnus-display-mime): Use it.
19565
19566 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * gnus-art.el (article-date-ut): Support converting date in
19569         forwarded parts as well.
19570         (gnus-article-save-original-date): New function.
19571         (gnus-display-mime): Use it.
19572
19573 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19574
19575         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19576         enclosure element of <item>.
19577
19578 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19579
19580         * message.el (message-kill-buffer-query): Rename from
19581         `message-kill-buffer-query-if-modified'.  Add :version.
19582
19583 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19586         window layout.
19587
19588 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19589
19590         * mml.el: Autoload dnd when compiling.
19591
19592 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19593
19594         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19595         x-dnd-*.
19596
19597 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19598
19599         * qp.el (quoted-printable-encode-region): Save excursion.
19600
19601 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19602
19603         * message.el (message-kill-buffer-query-if-modified): Add new variable
19604         so the user can kill a modified message buffer quickly.
19605         (message-kill-buffer): Use it.
19606
19607 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * lpath.el: Fbind display-time-event-handler; don't fbind
19610         string-to-multibyte.
19611
19612         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19613
19614 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19615
19616         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19617         contained in text because xml.el decodes entities) with LFs.
19618
19619 2005-04-11  Lute Kamstra  <lute@gnu.org>
19620
19621         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19622         differently.
19623
19624 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19625
19626         * mm-util.el (mm-detect-coding-region): Typo.
19627
19628 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19629
19630         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19631
19632 2005-04-06  Deepak Goel  <deego@gnufans.org>
19633
19634         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19635         user-function allow user modifications of the scores.
19636         (spam-stat-score-buffer-user): New function, to allow
19637         user-computed modifications to the score.
19638         (spam-stat-score-buffer-user-functions): List of additional
19639         scoring functions.
19640         (spam-stat-error-holder): Global temporary error holder.
19641         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19642         variable.
19643
19644 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19645
19646         * gnus-registry.el (gnus-registry-clean-empty-function)
19647         (gnus-registry-trim, gnus-registry-fetch-groups)
19648         (gnus-registry-delete-group): Groups that match
19649         `gnus-registry-ignored-groups' are removed from the registry
19650         entries, not just ignored for splitting.  This helps clean up the
19651         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19652         to get all the groups a message ID is in.
19653
19654         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19655         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19656         (spam-stat-score-buffer-user-functions): Add :number custom type.
19657
19658 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19659
19660         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19661         argument in XEmacs.
19662
19663         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19664         (nnrss-request-group): Decode group name first.
19665         (nnrss-request-article): Make a text/plain article if mml-to-mime
19666         failed.
19667         (nnrss-get-encoding): Return a compatible encoding according to
19668         nnrss-compatible-encoding-alist.
19669         (nnrss-find-el): Use consp instead of listp.
19670         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19671
19672 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19675         which Emacs 20 doesn't support.
19676         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19677
19678 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19679
19680         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19681         silence the byte compiler inside the defun.
19682
19683         * gnus-demon.el (parse-time-string): Add autoload.
19684
19685         * gnus-delay.el (parse-time-string): Add autoload.
19686
19687         * gnus-art.el (parse-time-string): Add autoload.
19688
19689         * nnultimate.el (parse-time): Require for `parse-time-string'.
19690
19691 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19692
19693         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19694
19695         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19696
19697         * smime.el (smime-ldap-host-list): Add :version.
19698
19699 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19700
19701         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19702         pass it to `gnus-browse-read-group'.
19703         (gnus-browse-read-group): Add NUMBER argument and pass it to
19704         `gnus-group-read-ephemeral-group'.
19705
19706         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19707         argument and pass it to `gnus-group-read-group'.
19708
19709 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19710
19711         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19712         mm-xemacs-find-mime-charset-1 if we have the mule feature
19713         available at runtime.
19714
19715 2005-03-25  Werner Lemberg  <wl@gnu.org>
19716
19717         * nnmaildir.el: Replace `illegal' with `invalid'.
19718
19719 2005-03-23  Lute Kamstra  <lute@gnu.org>
19720
19721         * time-date.el: Add comment on time value formats.
19722         Don't require parse-time.
19723         (with-decoded-time-value): New macro.
19724         (encode-time-value): New function.
19725         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19726         (days-to-time): Return a valid time value when arg is huge.
19727         (time-since): Use time-subtract.
19728         (time-to-number-of-days): Use time-to-seconds.
19729
19730 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19731
19732         * gnus-start.el (gnus-display-time-event-handler):
19733         Check display-time-timer at runtime rather than only at load time
19734         in case display-time-mode is turned off in the mean time.
19735
19736 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19737
19738         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19739         used.
19740
19741         * nneething.el (nneething-map-file-directory): Derive from
19742         `gnus-directory'.
19743
19744         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19745         the To/Cc button.
19746
19747 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19748
19749         * nnmaildir.el (nnmaildir-request-accept-article):
19750         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19751
19752 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19753
19754         * gnus-async.el: Require timer-funcs at compile time when in
19755         XEmacs for `run-with-idle-timer'.
19756
19757 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19758
19759         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19760         autoloaded function.
19761
19762 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19763
19764         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19765
19766 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19767
19768         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19769
19770 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19771
19772         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19773         Add gnus-expert-user to default.
19774
19775 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19776
19777         * nnimap.el (nnimap-open-server): Ditto.
19778
19779         * imap.el (imap-authenticate): Fix typo.
19780
19781 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19782
19783         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19784         buffer (since IMAP server might return FETCH response out of
19785         order, and the nntp buffer must be sorted).
19786
19787 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19788
19789         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19790         comparison on string.
19791
19792         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19793         (gnus-agent-score): Rename category keywords to match gnus-cus.
19794         (gnus-agent-summary-fetch-series): Modify to protect against
19795         gnus-agent-summary-fetch-group clearing processable flags.
19796         (gnus-agent-synchronize-group-flags): Update live group buffer as
19797         synchronization may occur due to the user toggle the plugged
19798         status.
19799         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19800         successfully downloaded.
19801         (gnus-agent-expire-group-1): Avoid using markers when the overview
19802         is in ascending order; greatly improves performance.
19803         (gnus-agent-regenerate-group):
19804         Use gnus-agent-synchronize-group-flags to reset read status in both
19805         gnus and server.
19806         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19807
19808 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19809
19810         * message.el: Don't autoload former message-utils variables.
19811         (message-strip-subject-trailing-was): Change doc string.
19812
19813         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19814         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19815         (nnweb-google-search): Add "hl=en" here.
19816         (nnweb-google-parse-1, nnweb-google-create-mapping):
19817         Don't hardcode URL.
19818
19819 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19820
19821         * message.el (message-get-reply-headers, message-followup):
19822         Mention related variables `message-use-followup-to' and
19823         `message-use-mail-followup-to', in the information buffer.
19824
19825         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19826         of broken groups(-beta).google.com.
19827
19828 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19829
19830         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19831         parameter to invoked gnus-request-move-article; remove the
19832         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19833         all at once instead of once per article.
19834         (gnus-summary-remove-process-mark): Accept a list of articles as
19835         well as a single article for processing.
19836
19837         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19838         parameter.
19839
19840         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19841
19842         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19843
19844         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19845         parameter.
19846
19847         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19848         parameter.
19849
19850         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19851         parameter and remove the gnus-sum-hint-move-is-internal variable.
19852
19853         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19854         parameter.
19855
19856         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19857         parameter.
19858
19859         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19860         parameter.
19861
19862         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19863
19864         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19865         parameter.
19866
19867         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19868         parameter.
19869
19870 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19871
19872         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19873         a more conservative way.
19874
19875 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19876
19877         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19878         buffer, so it moves the window's cursor.
19879
19880 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19881
19882         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19883         `mm-dissect-multipart' and receive the from field as an (optional)
19884         argument from `mm-dissect-multipart'.
19885         (mm-dissect-multipart): Receive the from field as an argument and
19886         pass it on when we call `mm-dissect-buffer' on MIME parts.
19887         Fixes verification/decryption of signed/encrypted MIME parts.
19888
19889 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19890
19891         * gnus-sum.el (gnus-summary-move-article):
19892         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19893         whatever it calls (right now, only nnimap-request-move article
19894         respects it).
19895
19896         * nnimap.el (nnimap-request-move-article):
19897         When gnus-sum-hint-move-is-internal is set, don't do the extra
19898         nnimap-request-article.
19899
19900 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19901
19902         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19903
19904         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19905         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19906
19907         * gnus-sum.el (gnus-summary-caesar-message):
19908         Apply `gnus-treat-article' after rotation.
19909
19910         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19911         doc string.
19912
19913 2005-02-22  Simon Josefsson  <jas@extundo.com>
19914
19915         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19916         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19917         <arne@arnested.dk>.
19918         (encrypt): Add password-cache and password-cache-expiry as group
19919         members.
19920
19921 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19922
19923         * smime.el (smime-ldap-host-list): Doc fix.
19924         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19925         cache) password.
19926         (smime-sign-region): Use it.
19927         (smime-decrypt-region): Use it.
19928         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19929         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19930         fails.
19931         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19932         certificate from DER to PEM format rather than calling openssl.
19933
19934         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19935
19936         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19937         for signing/encryption.
19938
19939         * mml.el (mml-parse-1): Use them.
19940
19941 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19942
19943         * nnrss.el (nnrss-verbose): Remove.
19944         (nnrss-request-group): Use `nnheader-message' instead.
19945
19946 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19947
19948         * nnrss.el (nnrss-verbose): New variable.
19949         (nnrss-request-group): Make it say nnrss is requesting a group.
19950
19951 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19952
19953         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19954         Handle news URL with given port correctly.
19955
19956 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19957
19958         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19959         containing special characters.
19960
19961         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19962
19963         * mml.el (mime-to-mml): Ditto.
19964
19965         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19966         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19967         (rfc2047-decode-region): Quote decoded words containing special
19968         characters when rfc2047-quote-decoded-words-containing-tspecials
19969         is non-nil.
19970
19971 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19972
19973         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19974
19975         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19976
19977 2005-02-15  Simon Josefsson  <jas@extundo.com>
19978
19979         * nnimap.el (nnimap-debug): Doc fix.
19980
19981         * imap.el (imap-debug): Doc fix.
19982
19983 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19984
19985         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19986
19987 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19988
19989         * gnus.el (spam-contents): Improve docs for spam-contents
19990         parameter in its variable incarnation.
19991
19992 2005-02-14  Simon Josefsson  <jas@extundo.com>
19993
19994         * smime-ldap.el: Use require instead of load-library for ldap.
19995         (smime-ldap-search): Indent.
19996         (smime-ldap-search-internal): Shorten line.
19997
19998         * smime.el (smime-cert-by-dns): Add doc-string.
19999         (smime-cert-by-ldap-1): Indent.
20000
20001         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20002         mml-smime-get-dns-ldap.
20003         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20004
20005 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20006
20007         * smime.el: Require smime-ldap.
20008         (smime-ldap-host-list): New variable.
20009         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20010
20011         * mml-smime.el (mml-smime-encrypt-query): New function.
20012         (mml-smime-encrypt-query): Use it.
20013
20014         * smime-ldap.el: New file.
20015
20016 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20017
20018         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20019
20020 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20021
20022         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20023         argument in doc string.  Make query for type more clear.
20024
20025 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20026
20027         * gnus.el (gnus-group-startup-message): Search for gnus images in
20028         etc/images/gnus.
20029         * mm-util.el (mm-image-load-path): Likewise.
20030         * smiley.el (smiley-data-directory): Search for smilies in
20031         etc/images/smilies.
20032
20033 2005-02-09  Kim F. Storm  <storm@cua.dk>
20034
20035         Change Emacs release version from 21.4 to 22.1 throughout.
20036         Change Emacs development version from 21.3.50 to 22.0.50.
20037
20038 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20039
20040         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20041
20042         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20043         non-Mule XEmacs as well.
20044         (mm-decompress-buffer): Signal an error intentionally if it does
20045         not decompress compressed data because auto-compression-mode is
20046         disabled.
20047
20048 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20049
20050         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20051         an ID in the registry even if it has no groups.
20052
20053 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20054
20055         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20056         merge it into mm-decompress-buffer.
20057         (gnus-mime-copy-part): Use the MIME part charset, the value which
20058         a user specified or gnus-newsgroup-charset for decoding, like
20059         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20060         save-buffer what was used.  Suggested by Kevin Ryde
20061         <user42@zip.com.au>.
20062         (gnus-mime-inline-part): Allow the name parameter as well as the
20063         filename parameter; force decompressing of compressed data; always
20064         display contents being not decoded as unibyte.
20065
20066         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20067         as well as the filename parameter.
20068
20069         * mm-util.el (mm-decompress-buffer):
20070         Merge gnus-mime-jka-compr-maybe-uncompress.
20071         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20072         of compressed data.
20073
20074 2005-02-08  Simon Josefsson  <jas@extundo.com>
20075
20076         * imap.el (imap-log): Doc fix.
20077
20078 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20081         the coding cookies; decompress compressed parts.
20082
20083         * mml.el (mml-generate-mime-1): Add the charset parameter according
20084         to the value which a user specified manually or the coding cookie.
20085
20086         * mm-util.el (mm-string-to-multibyte): New function.
20087         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20088         (mm-coding-system-to-mime-charset): New function.
20089         (mm-decompress-buffer): New function.
20090         (mm-find-buffer-file-coding-system): New function.
20091
20092         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20093         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20094         parts.
20095
20096 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20097
20098         * mm-view.el (mm-display-inline-fontify): Decode a part according
20099         to the charset parameter.
20100
20101 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20102
20103         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20104         prefix arg is neither nil nor a number, as info specifies.
20105
20106 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20109         timestamps.
20110
20111 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20112
20113         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20114         groups error checking and notify user.
20115
20116 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20117
20118         * message.el (message-send-mail-function): Check existence of
20119         sendmail-program first before using default value
20120         `message-send-mail-with-sendmail'.  Otherwise use more generic
20121         `smtpmail-send-it'.
20122
20123 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20124
20125         * nntp.el (nntp-request-update-info): Always return nil.
20126
20127 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20128
20129         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20130
20131 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20132
20133         * message.el (message-beginning-of-line): Change the behavior when
20134         invoked between BOL and : so that it first moves backward.
20135
20136 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20137
20138         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20139         article buffer when editing of the article is discarded.
20140         (gnus-article-prepare): Revert.
20141
20142 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20143
20144         * gnus-art.el (gnus-article-prepare):
20145         Remove message-strip-forbidden-properties from the local hook.
20146
20147 2005-01-27  Simon Josefsson  <jas@extundo.com>
20148
20149         * password.el (password-cache-add): Only start one timer per key.
20150         Reported by Derek Atkins <warlord@MIT.EDU>.
20151
20152 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20153
20154         * run-at-time.el: Remove.  It is no longer needed as
20155         timer-funcs.el in the xemacs-base package has a working version of
20156         `run-at-time'.
20157
20158         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20159
20160         * password.el: Require timer-funcs instead of run-at-time in
20161         XEmacs.
20162         Remove `password-run-at-time' macro.
20163         (password-cache-add): Use `run-at-time' instead of
20164         `password-run-at-time'.
20165
20166         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20167         Remove `nnheader-cancel-function-timers' alias,
20168         `cancel-function-timers' exists in XEmacs in timer-funcs.
20169
20170         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20171         for `run-with-idle-timer'.
20172
20173         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20174         for `run-at-time'.
20175
20176         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20177         for `with-timeout'.
20178
20179         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20180         the same as for XEmacs 21.4.
20181         No need to ignore `run-with-idle-timer', this function exists in
20182         XEmacs now in timer-funcs.el in the xemacs-base package.
20183         (dgnushack-compile): No need to delete
20184         run-at-time.el from the list of files to compile because it
20185         doesn't exist anymore.
20186
20187 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20188
20189         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20190         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20191
20192 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20193
20194         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20195         sensitively.
20196
20197 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20198
20199         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20200
20201 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20202
20203         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20204         which will be inserted according to the multibyteness of a buffer
20205         rather than the type of contents.  Suggested by ARISAWA Akihiro
20206         <ari@mbf.ocn.ne.jp>.
20207
20208         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20209         of string which old xml.el may return rather than a string.
20210
20211 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20212
20213         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20214
20215 2005-01-16  Simon Josefsson  <jas@extundo.com>
20216
20217         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20218         idn/idna.el isn't available.
20219         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20220         <michael@waxrat.com>.
20221
20222         * hashcash.el: Remove non-FSF copyright header.
20223
20224         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20225         (hashcash-generate-payment): Use it.
20226         (hashcash-generate-payment-async): Use it.
20227
20228 2005-01-15  Simon Josefsson  <jas@extundo.com>
20229
20230         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20231         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20232
20233         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20234         gnus-summary-idna-message.
20235         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20236         (gnus-summary-idna-message): New function.
20237
20238 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20239
20240         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20241         gnus-novice-user.
20242
20243 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20244
20245         * nnrss.el (nnrss-request-delete-group): Delete entries in
20246         nnrss-group-alist as well.
20247         (nnrss-save-server-data): Insert newline.
20248
20249 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20250
20251         * gnus.el (gnus-user-agent): Use list of symbols instead of
20252         symbols.  Display full version number for (S)XEmacs.
20253         Optionally display (S)XEmacs codename.
20254
20255         * gnus-util.el (gnus-emacs-version): Update for new
20256         `gnus-user-agent'.
20257
20258         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20259         Gnus version.
20260
20261 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20262
20263         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20264         which is unreadable in some setups.
20265
20266 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20267
20268         * gnus-spec.el (gnus-update-format-specifications): Flush the
20269         group format spec cache if it doesn't support decoded group names.
20270
20271 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20272
20273         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20274         Allow to apply decay on score files matching a regexp.
20275
20276 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20279         compatibility in %g and %c.
20280
20281 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20284         name for only %g and %c.
20285         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20286         of gnus-tmp-group to decoded group name.
20287         (gnus-group-make-rss-group): Exclude `/'s from group names.
20288
20289 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20290
20291         * nnrss.el (nnrss-get-encoding): Fix regexp.
20292
20293 2004-12-27  Simon Josefsson  <jas@extundo.com>
20294
20295         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20296         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20297         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20298
20299 2004-12-17  Kim F. Storm  <storm@cua.dk>
20300
20301         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20302
20303         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20304
20305 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20306
20307         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20308
20309 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20310
20311         * nnrss.el: Require rfc2047 and mml.
20312         (nnrss-file-coding-system): New variable.
20313         (nnrss-format-string): Redefine it as an inline function.
20314         (nnrss-decode-group-name): New function.
20315         (nnrss-string-as-multibyte): Remove.
20316         (nnrss-retrieve-headers): Decode group name; don't use
20317         nnrss-format-string.
20318         (nnrss-request-group): Decode group name.
20319         (nnrss-request-article): Decode group name; allow a Message-ID as
20320         well as an article number; don't use nnrss-format-string; encode a
20321         Message-ID string which may contain non-ASCII characters; use
20322         mml-to-mime to compose a MIME article.
20323         (nnrss-request-expire-articles): Decode group name.
20324         (nnrss-request-delete-group): Decode group name.
20325         (nnrss-fetch): Clarify error message.
20326         (nnrss-read-server-data): Use insert-file-contents instead of load;
20327         bind file-name-coding-system; use multibyte buffer.
20328         (nnrss-save-server-data): Bind coding-system-for-write to the
20329         value of nnrss-file-coding-system; bind file-name-coding-system;
20330         add coding cookie.
20331         (nnrss-read-group-data): Use insert-file-contents instead of load;
20332         bind file-name-coding-system; use multibyte buffer.
20333         (nnrss-save-group-data): Bind coding-system-for-write to the
20334         value of nnrss-file-coding-system; bind file-name-coding-system.
20335         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20336         make it work with non-ASCII text.
20337         (nnrss-find-el): Make it work with old xml.el as well.
20338
20339 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20340
20341         * nnrss.el (nnrss-get-encoding): New function.
20342         (nnrss-fetch): Use unibyte buffer initially; bind
20343         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20344         decode contents according to the encoding attribute.
20345         (nnrss-save-group-data): Add coding cookie.
20346         (nnrss-mime-encode-string): New function.
20347         (nnrss-check-group): Use it to encode subject and author.
20348
20349 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20350
20351         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20352         imaginary variable.
20353
20354 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20355
20356         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20357         correctly even if there are wide characters.
20358
20359 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20360
20361         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20362         downcased symbol names; make a new cache instead of reusing
20363         bbdb-hashtable.
20364
20365 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20366
20367         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20368         concatenating segments rather than before concatenating them.
20369         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20370
20371         * message.el (message-get-reply-headers): Bind `extra'.
20372
20373 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20374
20375         * message.el (message-extra-wide-headers): New variable.
20376         (message-get-reply-headers): Use it.
20377
20378 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20379
20380         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20381         (gnus-agent-group-pathname): Ditto.
20382
20383         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20384
20385         * gnus-group.el (gnus-group-make-group): Decode group name.
20386         (gnus-group-make-rss-group): Register the group data after opening
20387         the nnrss group.
20388
20389 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20390
20391         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20392         by expiry now get marked as read.
20393
20394 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20395
20396         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20397
20398 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20399
20400         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20401         unify Latin characters in XEmacs.
20402         (mm-find-mime-charset-region): Use it.
20403
20404 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20405
20406         * gnus-util.el (gnus-delete-directory): New function.
20407
20408         * gnus-agent.el (gnus-agent-delete-group): Use it.
20409
20410         * gnus-cache.el (gnus-cache-delete-group): Use it.
20411
20412 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20413
20414         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20415         names.
20416
20417 2004-12-16  Simon Josefsson  <jas@extundo.com>
20418
20419         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20420
20421 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20422
20423         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20424
20425         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20426         (gnus-group-set-current-level): Decode group name.
20427
20428 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20429
20430         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20431         failed.
20432
20433 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20434
20435         * gnus-group.el (gnus-group-delete-group): Decode group name.
20436         (gnus-group-make-rss-group): Encode group name.
20437         (gnus-group-catchup-current): Decode group name.
20438         (gnus-group-kill-group): Decode group name.
20439
20440 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20441
20442         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20443
20444 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20445
20446         * gnus-group.el (gnus-group-make-rss-group):
20447         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20448
20449         * gnus-start.el (gnus-setup-news): Honor user's setting to
20450         gnus-message-archive-method.  Suggested by Lute Kamstra
20451         <lute@gnu.org>.
20452
20453 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20454
20455         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20456         global counterparts of the buffer-local variables.
20457
20458 2004-11-16  Romain Francoise  <romain@orebokech.com>
20459
20460         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20461         counterparts of the buffer-local variables.
20462
20463 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20464
20465         * message.el (message-forbidden-properties): Fix typo in doc
20466         string.
20467
20468 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20469
20470         * gnus-util.el (gnus-replace-in-string): Add doc string.
20471
20472         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20473         to avoid problems when splitting mails with many recipients.
20474
20475 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20476
20477         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20478         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20479
20480 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20481
20482         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20483         if there is no hashtable in memory or file modification time is
20484         newer than cached timestamp.
20485
20486 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20487
20488         * gnus-sum.el (gnus-summary-limit-to-recipient):
20489         Implement not-matching option.
20490
20491 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20492
20493         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20494         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20495         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20496         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20497         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20498         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20499
20500 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20501
20502         * message.el (message-forward-make-body-mml): Remove headers
20503         according to message-forward-ignored-headers if a message is decoded.
20504
20505 2004-12-02  Romain Francoise  <romain@orebokech.com>
20506
20507         * message.el (message-forward-make-body-plain): Always remove
20508         headers according to message-forward-ignored-headers.
20509
20510 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20511
20512         * spam.el (spam-summary-prepare-exit): Remove the
20513         gnus-summary-limit pop for now, it has problems with ham marks for
20514         me.
20515
20516 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20517
20518         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20519         correctly.
20520
20521 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20522
20523         * format-spec.el (format-spec): Message the char.
20524
20525 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20526
20527         * gnus-art.el (gnus-split-methods): Reformat comments.
20528
20529         * spam.el (spam-summary-prepare-exit): Remove article limits
20530         before exiting the summary buffer.
20531
20532 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20533
20534         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20535         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20536
20537         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20538         order to silence the byte compiler.
20539
20540         * spam.el: Fix the way to silence the byte compiler, which
20541         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20542         bbdb-search-simple, spam-BBDB-register-routine,
20543         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20544         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20545         spam-stat-buffer-is-spam, spam-stat-load,
20546         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20547         spam-stat-save and spam-stat-split-fancy.
20548
20549 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20550
20551         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20552         which may confuse users.
20553         (canlock-password-for-verify): Ditto.
20554
20555         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20556
20557         * gnus-art.el (gnus-emphasis-alist): Ditto.
20558
20559         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20560
20561         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20562
20563         * gnus-start.el (gnus-save-killed-list): Ditto.
20564
20565         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20566         (gnus-sum-thread-tree-root): Ditto.
20567         (gnus-sum-thread-tree-false-root): Ditto.
20568         (gnus-sum-thread-tree-single-indent): Ditto.
20569
20570         * message.el (message-courtesy-message): Ditto.
20571         (message-archive-note): Ditto.
20572         (message-subscribed-address-file): Ditto.
20573         (message-user-fqdn): Ditto.
20574
20575         * spam-report.el (spam-report-gmane-regex): Ditto.
20576
20577         * spam.el (spam-blackhole-good-server-regex): Ditto.
20578
20579 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20580
20581         * mml.el (mml-preview): Widen the message buffer before copying
20582         the contents to the preview buffer; sort headers before previewing.
20583
20584         * message.el (message-hidden-headers): Fix the way to avoid a bug
20585         in the `repeat' widget in Emacs 21.3 or earlier.
20586
20587 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20588
20589         * message.el (message-hidden-headers): Default to "^References:".
20590         Improve customization type.  Suggested by Reiner Steib
20591         <Reiner.Steib@gmx.de>.
20592
20593 2004-11-25  Romain Francoise  <romain@orebokech.com>
20594
20595         * message.el (message-strip-forbidden-properties): Remove check for
20596         obsolete `message-hidden' text property, hidden headers are not
20597         accessible in the buffer anymore.
20598
20599 2004-11-22  Romain Francoise  <romain@orebokech.com>
20600
20601         * message.el (message-header-format-alist): Add `From' in list
20602         so that it can be sorted.
20603         (message-fix-before-sending): Widen and sort headers before
20604         sending.
20605         (message-hide-headers): Use narrowing to hide headers by moving
20606         them to the top of the buffer and narrowing to the region
20607         underneath.
20608
20609 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20610
20611         * message.el (message-strip-forbidden-properties):
20612         Bind buffer-read-only (etc) to nil.
20613
20614 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20617         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20618
20619 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20620
20621         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20622
20623 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20624
20625         * dns.el (query-dns): Use sit-for to time instead of
20626         accept-process-output, since that doesn't seem to work on udp
20627         sockets.
20628
20629 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20630
20631         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20632
20633 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20634
20635         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20636         doc string.  Improve doc string.
20637
20638 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * nntp.el (nntp-request-update-info): Return nil if
20641         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20642         may not call gnus-activate-group which uselessly issues the GROUP
20643         commands for all nntp groups and wastes time.  Reported by Romain
20644         Francoise <romain@orebokech.com>.
20645
20646         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20647
20648 2004-11-15  Simon Josefsson  <jas@extundo.com>
20649
20650         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20651         headers separately.
20652         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20653         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20654
20655 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20656
20657         * gnus-start.el (gnus-convert-old-newsrc):
20658         Assign legacy-gnus-agent to 5.10.7.
20659
20660 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20661
20662         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20663         start of the lines.
20664
20665 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20666
20667         * hashcash.el (hashcash-default-payment): Change default to 20.
20668         (hashcash-default-accept-payment): Change default to 20.
20669         (hashcash-process-alist): New variable.
20670         (hashcash-generate-payment-async): Add.
20671         (hashcash-already-paid-p): Add.
20672         (hashcash-insert-payment): Don't generate payments twice.
20673         (hashcash-insert-payment-async): Add.
20674         (hashcash-insert-payment-async-2): Add.
20675         (hashcash-cancel-async): Add.
20676         (hashcash-wait-async): Add.
20677         (hashcash-processes-running-p): Add.
20678         (hashcash-wait-or-cancel): Add.
20679         (mail-add-payment): New optional argument.  Conditionally start
20680         asynchronous calculation.
20681         (mail-add-payment-async): Add.
20682
20683         * message.el (message-send-mail): Wait for asynchronous hashcash
20684         results.  Don't clobber existing X-Hashcash headers.
20685         (message-setup-1): Call mail-add-payment-async when
20686         message-generate-hashcash is non-nil.
20687
20688 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20689
20690         * message.el (message-use-alternative-email-as-from): Examine the
20691         From header as well; use message-make-from in order to include a
20692         user's full name.
20693
20694 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20695
20696         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20697         default; improve customization type.
20698         (gnus-emphasis-custom-with-format): New macro.
20699         (gnus-emphasis-custom-value-to-external): New function.
20700         (gnus-emphasis-custom-value-to-internal): New function.
20701
20702 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20703
20704         * dns.el (query-dns): Resolve reverse addresses.
20705
20706 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20707
20708         * gnus-group.el (gnus-group-get-new-news): Use it.
20709
20710         * gnus-start.el (gnus-check-reasonable-setup): New function.
20711
20712 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20713
20714         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20715         "Args out of range" error.  Reported by Arnaud Giersch
20716         <arnaud.giersch@free.fr>.
20717
20718 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20719
20720         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20721
20722 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20723
20724         * spam.el (spam group): Add :version.
20725
20726         * pgg-def.el (pgg group): Add :version.
20727
20728 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20729
20730         * gnus-art.el (gnus-article-edit-article): Don't associate the
20731         article buffer with a draft file.  This is a temporary measure
20732         against the 2004-08-22 change to gnus-article-edit-mode.
20733
20734 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20735
20736         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20737         (html2text-format-tags): Remove unused variable `attr'.
20738
20739 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20740
20741         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20742
20743         * tls.el (tls-process-connection-type, tls-success)
20744         (tls-certtool-program): Add :version.
20745
20746         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20747         (starttls-extra-arguments, starttls-process-connection-type)
20748         (starttls-connect, starttls-failure, starttls-success): Add :version.
20749
20750         * spam-stat.el (spam-stat): Add :version.
20751
20752         * sieve.el (sieve): Add :version.
20753
20754         * sha1.el (sha1): Add :version.
20755         (sha1-use-external): Remove redundant version.
20756
20757         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20758         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20759         (nnmail-split-fancy-match-partial-words)
20760         (nnmail-split-lowercase-expanded): Add :version.
20761
20762         * nndiary.el (nndiary): Add :version.
20763
20764         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20765
20766         * mml-sec.el (mml-default-sign-method)
20767         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20768         Add :version.
20769
20770         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20771
20772         * mm-url.el (mm-url-use-external, mm-url-program)
20773         (mm-url-arguments): Add :version.
20774
20775         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20776         (mm-attachment-file-modes, mm-decrypt-option)
20777         (mm-w3m-safe-url-regexp): Add :version.
20778
20779         * message.el (message-cite-prefix-regexp)
20780         (message-sendmail-envelope-from, message-minibuffer-local-map)
20781         (message-user-fqdn, message-completion-alist): Add :version.
20782
20783         * gnus-win.el (gnus-configure-windows-hook)
20784         (gnus-use-frames-on-any-display): Add :version.
20785
20786         * gnus-art.el (gnus-article-address-banner-alist)
20787         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20788         (gnus-treat-from-picon, gnus-treat-mail-picon)
20789         (gnus-treat-x-pgp-sig): Add :version.
20790
20791         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20792         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20793         (gnus-summary-article-delete-hook)
20794         (gnus-summary-display-while-building): Add :version.
20795
20796         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20797         (gnus-get-top-new-news-hook): Add :version.
20798
20799         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20800         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20801
20802         * gnus-registry.el (gnus-registry): Add :version.
20803
20804         * gnus-spec.el (gnus-use-correct-string-widths)
20805         (gnus-make-format-preserve-properties): Add :version.
20806
20807         * gnus.el (gnus-group-charter-alist)
20808         (gnus-group-fetch-control-use-browse-url)
20809         (gnus-install-group-spam-parameters): Add :version.
20810
20811         * gnus-diary.el (gnus-diary): Add :version.
20812
20813         * gnus-delay.el (gnus-delay): Add :version.
20814
20815         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20816         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20817         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20818         Add :version.
20819
20820         * gnus-agent.el (gnus-agent-max-fetch-size)
20821         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20822         (gnus-agent-prompt-send-queue): Add :version.
20823
20824         * deuglify.el (gnus-outlook-deuglify): Add :version.
20825
20826         * html2text.el: Beautify code.  Improve doc strings.
20827         Some checkdoc cleanup.
20828         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20829
20830 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20831
20832         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20833
20834 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20835
20836         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20837         when package is loaded.
20838
20839         * spam.el (spam-summary-score-preferred-header): Add global preference
20840         for people who want to override the default SpamAssassin over
20841         Bogofilter preference (when both are set).
20842         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20843         (spam-user-format-function-S):
20844         Check spam-summary-score-preferred-header.
20845         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20846         (spam-user-format-function-S): Format the score correctly.
20847
20848 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20849
20850         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20851         signature file.  Suggested by Manoj Srivastava
20852         <srivasta@golden-gryphon.com>.
20853
20854         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20855         iso-2022-jp even in the Japanese language environment.
20856         Suggested by Jason Rumney <jasonr@gnu.org>.
20857
20858 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20861         use the same characters as the dummy marks; make it free from
20862         getting affected by the language environment.
20863         (gnus-summary-read-group-1): Update mark positions only when the
20864         format spec is updated.
20865
20866         * gnus-spec.el (gnus-update-format-specifications): Return a list
20867         of updated types.
20868
20869 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20870
20871         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20872         of boundp to check if display-warning is available.
20873
20874 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20875
20876         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20877
20878 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20879
20880         * nnspool.el (nnspool-spool-directory): Use news-path if the
20881         news-directory variable is not bound.
20882
20883         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20884         function instead of display-warning if it is not available.
20885
20886 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20887
20888         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20889         v5-10: Use `point-at-bol'.
20890
20891 2004-10-26  Simon Josefsson  <jas@extundo.com>
20892
20893         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20894         <chenggao@gmail.com>.
20895
20896 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20897
20898         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20899         instead.
20900
20901 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20902
20903         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20904         to remove a server from the nnimap-server-buffer-alist.
20905         (nnimap-open-connection, nnimap-close-server): Use it.
20906
20907         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20908
20909 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20910
20911         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20912         running the major-mode function.
20913
20914 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20915
20916         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20917         dummy marks in the right way.
20918
20919 2004-10-18  David Edmondson  <dme@dme.org>
20920
20921         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20922         excessively.
20923
20924 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20925
20926         * gnus-util.el (gnus-split-references): Accept a nil references
20927         string and go on blissfully.
20928
20929         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20930         cases where the references string is non-nil but has no references.
20931
20932         * encrypt.el: Add autoload tags.
20933
20934         * spam.el (spam-resolve-registrations-routine): Remove article
20935         from unregistration list too.  Reported by David Hanak
20936         <dhanak@isis.vanderbilt.edu>
20937
20938 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20939
20940         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20941         nil.  Change custom type.
20942
20943 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20944
20945         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20946
20947         * gnus-sum.el (gnus-summary-move-article): Use it.
20948
20949 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20950
20951         * encrypt.el: Add autoload cookies.
20952
20953         * spam.el (spam-backend-article-list-property)
20954         (spam-backend-get-article-todo-list)
20955         (spam-backend-put-article-todo-list)
20956         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20957         Resolve registrations separately.
20958         (spam-register-routine): Format comments.
20959         (spam-unregister-routine, spam-register-routine): Always call with
20960         specific-articles, no default list.
20961         (spam-summary-prepare-exit): Use the spam-classifications function.
20962
20963         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20964         gnus-encrypt.el.
20965
20966         * encrypt.el: Copied from gnus-encrypt.el.
20967
20968         * gnus-encrypt.el: Commented that it's obsolete.
20969
20970 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20971
20972         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20973         (gnus-score-save): Use it.
20974
20975         * message.el (message-bury): Use `window-dedicated-p'.
20976
20977 2004-10-15  Simon Josefsson  <jas@extundo.com>
20978
20979         * pop3.el (top-level): Don't require nnheader.
20980         (pop3-read-timeout): Add.
20981         (pop3-accept-process-output): Add.
20982         (pop3-read-response, pop3-retr): Use it.
20983
20984 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20985
20986         * spam.el (spam-register-routine): Move comment.
20987         (spam-verify-bogofilter): Use 'unknown for the initial
20988         spam-bogofilter-valid state, not 'never.
20989
20990         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20991         for netrc-machine.
20992
20993         * nnimap.el (nnimap-open-connection):
20994         Use netrc-machine-user-or-password.
20995
20996 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20997
20998         * gnus-registry.el (gnus-registry-unload-hook):
20999         Set as a variable with add-hook.
21000
21001         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21002         of news-path.
21003
21004         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21005
21006         * spam.el: Delete duplicate `provide'.
21007         (spam-unload-hook): Set as a variable with add-hook.
21008
21009 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21010
21011         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21012         in the doc string.
21013
21014         * message.el (message-ignored-news-headers)
21015         (message-ignored-supersedes-headers)
21016         (message-ignored-resent-headers)
21017         (message-forward-ignored-headers): Improve custom type.
21018
21019 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21020
21021         * message.el (message-tokenize-header): Fix 2004-09-06 change
21022         which used point-min in the wrong place.
21023
21024 2004-10-12  Simon Josefsson  <jas@extundo.com>
21025
21026         * tls.el (tls-certtool-program): New variable.
21027         (tls-certificate-information): New function, based on
21028         ssl-certificate-information.
21029
21030 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21031
21032         * compface.el: Move the version of ELisp-based uncompface program
21033         to the contrib directory because of the copyright problem.
21034
21035 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21036
21037         * message.el (message-kill-buffer): Raise the current frame.
21038
21039 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21040
21041         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21042
21043         * gnus.el (message-y-or-n-p): Autoload.
21044
21045         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21046         (pop3-password-required, pop3-authentication-scheme)
21047         (pop3-leave-mail-on-server): Make customizable.
21048         (pop3): New custom group.
21049         (pop3-retr): Remove `sleep-for' statements.
21050         Suggested by Dave Love <fx@gnu.org>.
21051
21052         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21053         Windows/DOS.
21054
21055         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21056         (imap-parse-body): Fix incorrect use of `assert'.
21057         Suggested by Dave Love <fx@gnu.org>.
21058
21059         * mml.el (mml-minibuffer-read-disposition): Require match.
21060         Suggested by Dave Love <fx@gnu.org>.
21061
21062 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21063
21064         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21065         doc string.
21066
21067 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21068
21069         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21070
21071 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21072
21073         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21074         instead of calling `mm-insert-inline', to decode text/* parts
21075         before displaying them.
21076
21077 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21078
21079         * mm-uu.el (mm-uu-text-plain-type): New variable.
21080         (mm-uu-pgp-signed-extract-1): Use it.
21081         (mm-uu-pgp-encrypted-extract-1): Use it.
21082         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21083         bind mm-uu-text-plain-type with that value.
21084         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21085         mm-uu-dissect.
21086
21087 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21088
21089         * gnus-group.el (gnus-update-group-mark-positions):
21090         * gnus-sum.el (gnus-update-summary-mark-positions):
21091         * message.el (message-check-news-body-syntax):
21092         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21093         of string-as-multibyte.
21094
21095 2004-10-05  Juri Linkov  <juri@jurta.org>
21096
21097         * gnus-group.el (gnus-update-group-mark-positions):
21098         * gnus-sum.el (gnus-update-summary-mark-positions):
21099         * message.el (message-check-news-body-syntax):
21100         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21101         8-bit unibyte values to a multibyte string for search functions.
21102
21103 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21104
21105         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21106         (mm-uu-dissect-text-parts): New function.
21107
21108         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21109         dissect text parts.
21110
21111         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21112         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21113
21114         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21115
21116         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21117         Use gnus-current-topics instead of gnus-current-topic.
21118
21119 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21120
21121         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21122
21123 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21124
21125         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21126         where appropriate.
21127
21128         * nnml.el (nnml-generate-active-info): do.
21129
21130         * nndiary.el (nndiary-generate-active-info): do.
21131
21132         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21133         (gnus-topic-move): do.
21134
21135         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21136         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21137
21138         * gnus-srvr.el (gnus-server-prepare)
21139         (gnus-server-open-all-servers): do.
21140
21141         * gnus-msg.el (gnus-summary-cancel-article)
21142         (gnus-summary-resend-message)
21143         (gnus-summary-mail-crosspost-complaint): do.
21144
21145         * gnus-move.el (gnus-change-server): do.
21146
21147         * gnus-group.el (gnus-group-unmark-all-groups)
21148         (gnus-group-set-current-level): do.
21149
21150 2004-10-04  Simon Josefsson  <jas@extundo.com>
21151
21152         * message.el (message-generate-hashcash): Doc fix.
21153
21154 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21155
21156         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21157         avoid infinite recursion via gnus-get-function.
21158
21159 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21160
21161         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21162
21163         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21164
21165         * nnmail.el (nnmail-split-history): do.
21166
21167         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21168         (nnml-request-delete-group): do.
21169
21170         * nnslashdot.el (nnslashdot-read-groups): do.
21171
21172         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21173         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21174
21175         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21176         (nnspool-sift-nov-with-sed): Use last.
21177         (nnspool-retrieve-headers-with-nov): Use mapc.
21178         (nnspool-request-newgroups): Use dolist.
21179         (nnspool-request-group): Use last.
21180
21181         * nntp.el (nntp-read-server-type): Use dolist.
21182
21183         * nnvirtual.el (nnvirtual-create-mapping)
21184         (nnvirtual-update-read-and-marked): Use dolist.
21185         (nnvirtual-convert-headers): Simplify.
21186
21187 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21188
21189         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21190         Add support for sync'ing tick marks.
21191
21192 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21193
21194         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21195         there's no visible header.
21196
21197 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21198
21199         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21200         When necessary, pass full group name to gnus-request-set-marks.
21201
21202 2004-10-01  Simon Josefsson  <jas@extundo.com>
21203
21204         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21205         acroread.
21206
21207 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21208
21209         * spam-report.el (spam-report-gmane): Fix interactive.
21210
21211         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21212
21213         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21214         when writing file.
21215         (gnus-agent-synchronize-flags): Don't default to being
21216         interactive.
21217
21218 2004-09-30  Simon Josefsson  <jas@extundo.com>
21219
21220         * message.el (message-generate-hashcash): Add.
21221         (message-send-mail): Use it, call mail-add-payment.
21222
21223 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21224
21225         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21226
21227 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21228
21229         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21230         gnus-requst-update-info with explicit code to sync the in-memory
21231         info read flags with the marks being sync'd to the backend.
21232
21233         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21234
21235 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21236
21237         * spam.el (spam-verify-bogofilter): Add new function.
21238         (spam-check-bogofilter)
21239         (spam-bogofilter-register-with-bogofilter): Use it.
21240         (spam-verify-bogofilter): Add small fixes.
21241
21242 2004-09-28  Simon Josefsson  <jas@extundo.com>
21243
21244         * hashcash.el (hashcash-generate-payment): Revert.
21245
21246 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21247
21248         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21249         Use gnus-extract-references instead of gnus-split-references.
21250
21251         * gnus-util.el (gnus-extract-references): Add new function, analogous
21252         to gnus-split-references but extracts only the message-ID without
21253         anything extra.
21254
21255         * hashcash.el (hashcash-generate-payment)
21256         (hashcash-check-payment): Do the right thing if hashcash-path is
21257         nil (because the hashcash program could not be found).
21258
21259         * spam.el (spam-use-hashcash): Remove comment.
21260
21261 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21262
21263         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21264         (gnus-cache-enter-article, gnus-cache-remove-article)
21265         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21266
21267         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21268
21269         * gnus-art.el (article-hide-boring-headers)
21270         (article-translate-strings, article-display-face)
21271         (gnus-article-mime-match-handle-first)
21272         (gnus-article-highlight-headers)
21273         (gnus-article-add-buttons-to-head): do.
21274
21275 2004-09-27  Simon Josefsson  <jas@extundo.com>
21276
21277         * hashcash.el: New version, from
21278         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21279         ../contrib/.
21280
21281 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21282
21283         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21284
21285 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21286
21287         * gnus-dup.el (gnus-dup-open): Use mapc.
21288         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21289
21290         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21291         Reported by Stefan Wiens <s.wi@gmx.net>.
21292
21293         * gnus.el (gnus-shutdown): Use dolist.
21294
21295         * gnus-undo.el (gnus-undo): Use mapc.
21296
21297         * nnrss.el (nnrss-generate-active): do.
21298
21299         * message.el (message-cite-original-without-signature)
21300         (message-cite-original): Use mapc.
21301         (message-do-actions, message-make-forward-subject): Use dolist.
21302
21303 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21304
21305         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21306         deletion to remove entire duplicate line.  Fixes merged article
21307         number bug.
21308
21309 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21310
21311         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21312         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21313         first ask if you want to open a server and then, even when you
21314         responded with no, asking if you want to synchronize the server's
21315         flags.
21316         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21317         multi-line expressions.
21318         (gnus-agent-synchronize-group-flags): New internal function.
21319         Updates marks in memory (in the info structure) AND in the
21320         backend.
21321
21322         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21323
21324         * nnagent.el (nnagent-request-set-mark):
21325         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21326         method, to ensure that synchronization updates marks in the
21327         backend and in the info (in memory) structure.
21328
21329 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21330
21331         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21332         convention fully; don't miss the root article of a thread; make
21333         the X-Draft-From header with correct article numbers.
21334
21335 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21336
21337         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21338         unless plugged.  Disable the agent so that an open failure causes
21339         an error.
21340
21341         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21342         Revert 2004-09-21 change.  The backend must be opened while
21343         synchronizing flags even when the backend stores the flags
21344         locally.
21345
21346 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21347
21348         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21349         in `header' match.  Reported by Svend Tollak Munkejord.
21350
21351         * message.el (message-cite-original): Fix use of
21352         `message-cite-articles-with-x-no-archive'.
21353
21354 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21355
21356         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21357         (gnus-window-to-buffer): Ditto.
21358
21359         * mml.el (mml-preview-buffer): New variable.
21360         (mml-preview): Manage window layout with gnus-buffer-configuration.
21361
21362         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21363         X-Draft-From header even if those articles aren't quoted.
21364
21365 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21366
21367         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21368         (gnus-request-set-mark, gnus-request-update-mark): Use new
21369         g-s-t-u-l-m to decide to use backend even when unplugged.
21370
21371 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21372
21373         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21374         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21375
21376 2004-09-20  Simon Josefsson  <jas@extundo.com>
21377
21378         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21379         "utf-16-le".
21380
21381 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21382
21383         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21384
21385 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21386
21387         * uudecode.el (uudecode-use-external): Add :version.
21388
21389         * smime.el (smime-CA-file, smime-encrypt-cipher)
21390         (smime-dns-server): Add :version.
21391
21392         * smiley.el (gnus-smiley-file-types): Add :version.
21393
21394         * sha1.el (sha1-use-external): Add :version.
21395
21396         * pgg-def.el (pgg-query-keyserver): Add :version.
21397
21398         * nnmail.el (nnmail-fancy-expiry-targets)
21399         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21400         Add :version.
21401
21402         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21403         (nnimap-retrieve-groups-asynchronous): Add :version.
21404         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21405
21406         * mml.el (mml-content-disposition-parameters)
21407         (mml-insert-mime-headers-always): Add :version.
21408
21409         * mm-util.el (mm-coding-system-priorities): Add :version.
21410
21411         * mm-decode.el (mm-inline-text-html-with-images)
21412         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21413         (mm-verify-option): Add :version.
21414         (mm-text-html-renderer): Change :version.
21415
21416         * message.el (message-fcc-externalize-attachments)
21417         (message-required-headers, message-draft-headers)
21418         (message-subject-trailing-was-query)
21419         (message-subject-trailing-was-ask-regexp)
21420         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21421         (message-mark-insert-end, message-archive-header)
21422         (message-archive-note, message-cross-post-default)
21423         (message-cross-post-note, message-followup-to-note)
21424         (message-cross-post-note-function, message-use-mail-followup-to)
21425         (message-subscribed-address-functions)
21426         (message-subscribed-address-file, message-subscribed-addresses)
21427         (message-subscribed-regexps, message-allow-no-recipients)
21428         (message-yank-cited-prefix, message-signature-insert-empty-line)
21429         (message-hidden-headers, message-hierarchical-addresses)
21430         (message-mail-user-agent, message-use-idna)
21431         (message-valid-fqdn-regexp)
21432         (message-strip-special-text-properties, message-header-synonyms)
21433         (message-beginning-of-line, message-tab-body-function): Add :version.
21434         (message-insert-canlock, message-wide-reply-confirm-recipients):
21435         Change :version.
21436
21437         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21438         and :version.
21439         (mail-source-delete-old-incoming-confirm)
21440         (mail-source-movemail-program): Add :version.
21441
21442         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21443         (gnus-agent-cache, gnus-agent): Change :version.
21444
21445         * gnus-util.el (gnus-use-byte-compile): Change :version.
21446
21447         * gnus-sum.el (gnus-summary-make-false-root-always)
21448         (gnus-summary-default-high-score)
21449         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21450         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21451         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21452         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21453         (gnus-sum-thread-tree-single-indent)
21454         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21455         (gnus-sum-thread-tree-leaf-with-other)
21456         (gnus-sum-thread-tree-single-leaf): Add :version.
21457         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21458         (gnus-article-loose-mime): Change :version.
21459
21460         * gnus-start.el (gnus-backup-startup-file)
21461         (gnus-save-startup-file-via-temp-buffer): Add :version.
21462
21463         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21464         (gnus-server-offline-face): Add :version.
21465
21466         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21467
21468         * gnus-msg.el (gnus-gcc-externalize-attachments)
21469         (gnus-debug-files, gnus-debug-exclude-variables)
21470         (gnus-discouraged-post-methods): Change :version.
21471         (gnus-confirm-mail-reply-to-news)
21472         (gnus-confirm-treat-mail-like-news): Add :version.
21473
21474         * gnus-int.el (gnus-server-unopen-status): Add :version.
21475
21476         * gnus-group.el (gnus-group-jump-to-group-prompt)
21477         (gnus-large-ephemeral-newsgroup)
21478         (gnus-fetch-old-ephemeral-headers): Add :version.
21479
21480         * gnus-fun.el (gnus-x-face-directory)
21481         (gnus-convert-pbm-to-x-face-command)
21482         (gnus-convert-image-to-x-face-command)
21483         (gnus-convert-image-to-face-command): Add :version.
21484
21485         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21486
21487         * gnus-cite.el (gnus-cite-blank-line-after-header)
21488         (gnus-article-boring-faces): Add :version.
21489
21490         * gnus-art.el (gnus-buttonized-mime-types)
21491         (gnus-inhibit-mime-unbuttonizing)
21492         (gnus-treat-display-face)
21493         (gnus-treat-body-boundary): Change :version.
21494         (gnus-body-boundary-delimiter, gnus-picon-databases)
21495         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21496         (gnus-treat-date-english, gnus-treat-fold-headers)
21497         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21498         (gnus-treat-mail-picon, gnus-treat-wash-html)
21499         (gnus-article-encrypt-protocol)
21500         (gnus-use-idna, gnus-article-over-scroll)
21501         (gnus-mime-display-multipart-alternative-as-mixed)
21502         (gnus-mime-display-multipart-related-as-mixed)
21503         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21504         (gnus-ctan-url, gnus-button-ctan-handler)
21505         (gnus-button-handle-ctan-bogus-regexp)
21506         (gnus-button-ctan-directory-regexp)
21507         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21508         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21509         (gnus-button-man-level, gnus-button-emacs-level)
21510         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21511
21512         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21513         (gnus-agent-go-online): Change :version.
21514         (gnus-agent-expire-unagentized-dirs)
21515         (gnus-agent-auto-agentize-methods): Add :version.
21516
21517         * flow-fill.el (fill-flowed-display-column)
21518         (fill-flowed-encode-column): Add :version.
21519
21520         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21521         (gnus-outlook-deuglify-unwrap-max)
21522         (gnus-outlook-deuglify-cite-marks)
21523         (gnus-outlook-deuglify-unwrap-stop-chars)
21524         (gnus-outlook-deuglify-no-wrap-chars)
21525         (gnus-outlook-deuglify-attrib-cut-regexp)
21526         (gnus-outlook-deuglify-attrib-verb-regexp)
21527         (gnus-outlook-deuglify-attrib-end-regexp)
21528         (gnus-outlook-display-hook): Add :version.
21529
21530         * binhex.el (binhex-use-external): Add :version.
21531
21532 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21533
21534         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21535         and `invisible'.
21536
21537 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21538
21539         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21540         in gnus-registry-trim.
21541
21542 2004-09-13  Simon Josefsson  <jas@extundo.com>
21543
21544         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21545
21546         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21547
21548         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21549         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21550         <yamaoka@jpl.org>.
21551         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21552         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21553         <yamaoka@jpl.org>.
21554
21555         * sieve.el (sieve-manage-mode): Ditto.
21556
21557 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21558
21559         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21560
21561 2004-09-11  Simon Josefsson  <jas@extundo.com>
21562
21563         * dns-mode.el: Add.
21564
21565         * mm-view.el (mm-display-dns-inline): Add.
21566
21567         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21568         (mm-automatic-display): Ditto.
21569
21570         * mailcap.el (mailcap-mime-data): Add text/dns.
21571         (mailcap-mime-extensions): Map .soa to text/dns.
21572
21573 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21574
21575         * gnus-art.el (article-decode-mime-words, article-babel)
21576         (gnus-article-highlight-signature, gnus-article-add-buttons)
21577         (gnus-signature-toggle): Remove unnecessary bindings of
21578         `inhibit-read-only' inherited from v5.10 merge.
21579
21580 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21581
21582         * nntp.el (nntp): New customization group.
21583         (nntp-authinfo-file): Add customization group.
21584
21585         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21586
21587         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21588
21589         * gnus.el (to-address, to-list, subscribed)
21590         (large-newsgroup-initial): Ditto.
21591
21592         * flow-fill.el (fill-flowed-display-column)
21593         (fill-flowed-encode-column): Ditto.
21594
21595 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21596
21597         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21598         Use point-min rather than 1.
21599         (message-send-mail): Use buffer-size rather than point-max.
21600
21601         * gnus-sum.el (gnus-summary-search-article-forward):
21602         Signal a specific `search-failed' rather than a generic `error'.
21603
21604         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21605         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21606         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21607
21608 2004-09-10  Simon Josefsson  <jas@extundo.com>
21609
21610         * nndb.el (require): Remove tcp and duplicate cl.
21611
21612 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21613
21614         * gnus-agent.el (directory-files-and-attributes): Move forward.
21615
21616 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21617
21618         * gnus-agent.el (directory-files-and-attributes):
21619         Optionally defined to support XEmacs.
21620
21621 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21622
21623         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21624         to avoid run-time CL dependencies.
21625         (gnus-agent-unfetch-articles): New function.
21626         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21627         article numbers even when local .overview file is missing.
21628         (gnus-agent-read-article-number): New function.  Only accepts
21629         27-bit article numbers.
21630         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21631         Use gnus-agent-read-article-number.
21632         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21633         from backend while recognizing that article numbers in .overview
21634         must be valid.
21635         (gnus-agent-update-files-total-fetched-for):
21636         Use directory-files-and-attributes to improve performance.
21637         * gnus-int.el (gnus-request-move-article):
21638         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21639         improve performance.
21640
21641         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21642         some users confused by references to .newsrc when they only have a
21643         .newsrc.eld file.
21644         (gnus-convert-mark-converter-prompt)
21645         (gnus-convert-converter-needs-prompt): Fix use of property list.
21646         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21647         New function.  Used internally to only display 'gnus converting
21648         files' message when actually necessary.
21649
21650         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21651         methods now autoloaded.
21652
21653 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21654
21655         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21656         identifiers.
21657
21658 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21659
21660         * gnus-picon.el: Fix indentation and closing parenthesis.
21661
21662 2004-09-01  Simon Josefsson  <jas@extundo.com>
21663
21664         * message.el (message-canlock-generate): Require sha1, not
21665         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21666         to require within a function.  Sadly, if sha1.el isn't loaded, the
21667         let binding in m-c-g will hide the defcustom definition, which is
21668         bad.)
21669
21670         * canlock.el: Require sha1, not sha1-el.
21671
21672         * message.el: Don't autoload sha1 (there is a autoload cookie in
21673         sha1.el).
21674
21675         * sha1-el.el: Rename to sha1.el.
21676
21677 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21678
21679         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21680
21681 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21682
21683         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21684
21685 2004-08-30  Kim F. Storm  <storm@cua.dk>
21686
21687         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21688
21689         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21690         Add :group 'nnimap.
21691
21692 2004-08-30  Andreas Schwab  <schwab@suse.de>
21693
21694         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21695         ?* and ?\;.
21696
21697         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21698         and ?\' to symbol instead of whitespace.
21699
21700 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21701
21702         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21703
21704         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21705         instead of re-search-forward.
21706
21707         * gnus-uu.el (gnus-uu-save-article): Ditto.
21708         (gnus-uu-post-encode-uuencode): Ditto.
21709
21710         * html2text.el (html2text-clean-list-items): Ditto.
21711         (html2text-clean-dtdd): Ditto.
21712         (html2text-format-tags): Ditto.
21713
21714         * message.el (message-send-mail-with-sendmail): Fix regexp.
21715         (message-fill-field-general): Use search-forward instead of
21716         re-search-forward.
21717         (unbold-region): Ditto.
21718
21719         * nnrss.el (nnrss-request-article): Ditto.
21720
21721         * nnslashdot.el (nnslashdot-request-article): Ditto.
21722
21723         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21724
21725         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21726         "Unrecognized menu descriptor" error in XEmacs.
21727
21728 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21729
21730         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21731         parent article of a sparse article in the thread hashtb.
21732
21733 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21734
21735         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21736         (nnmail-expand-newtext): Lowercase expanded entries if
21737         nnmail-split-lowercase-expanded is non-nil.
21738
21739 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21740
21741         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21742
21743         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21744         of gnus-tmp-news-method into string under XEmacs.  It will be
21745         passed to gnus-correct-length which takes only a string argument.
21746
21747 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21748
21749         * gnus-util.el (gnus-bind-print-variables): New macro.
21750         (gnus-prin1): Use it.
21751         (gnus-prin1-to-string): Use it.
21752         (gnus-pp): New function.
21753         (gnus-pp-to-string): New function.
21754
21755         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21756         Replace pp-to-string with gnus-pp-to-string.
21757         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21758         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21759         * gnus-msg.el (gnus-debug): Ditto.
21760         * gnus-score.el (gnus-score-save): Ditto.
21761         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21762         gnus-pp-to-string.
21763         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21764         with gnus-pp.
21765         * score-mode.el (gnus-score-pretty-print): Ditto.
21766         * webmail.el (webmail-debug): Ditto.
21767
21768 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21769
21770         * gnus-art.el (article-display-face, article-display-x-face):
21771         Use buffer-read-only.
21772
21773 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21774
21775         * gnus-art.el (article-hide-list-identifiers):
21776         Bind inhibit-read-only as t.
21777
21778 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21779
21780         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21781
21782 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21783
21784         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21785         (gnus-narrow-to-page): Don't assume point-min == 1.
21786         (gnus-article-edit-mode): Derive from message-mode.
21787
21788         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21789         point-min == 1.
21790
21791         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21792         Disable incorrect use of `assert'.
21793
21794         * message.el (message-mode): Set comment-start-skip.
21795
21796
21797 2004-08-22  Sam Steingold  <sds@gnu.org>
21798
21799         * pop3.el (pop3-leave-mail-on-server): New user variable.
21800         (pop3-movemail): Delete mail only when it is nil.
21801
21802 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21803
21804         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21805
21806         * mml.el (mml-preview): Use `pop-to-buffer'.
21807
21808         * message.el (message-goto-mail-followup-to): Insert after "To".
21809         (message-carefully-insert-headers): Add comment.
21810
21811         * gnus.el: Remove unused variable `gnus-article-check-size'.
21812
21813         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21814
21815         * gnus-art.el (gnus-button-alist):
21816         Improve `gnus-button-handle-library' entry.
21817
21818 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21819
21820         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21821         Use downcase, since XEmacs capitalizes error messages differently.
21822
21823 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21824
21825         * nntp.el: Add (require 'gnus) due to reference to
21826         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21827
21828 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21829
21830         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21831         Bind `mm-fill-flowed'.
21832
21833         * mm-decode.el (mm-dissect-singlepart): Check it.
21834
21835 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21836
21837         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21838         'imap' for netrc parsing.
21839
21840 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21841
21842         * mailcap.el (mailcap-mime-data): Mark as risky.
21843
21844 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21845
21846         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21847         may be included in the encoded word.
21848         (rfc2047-encode): Don't append a space if the encoded word
21849         includes close parenthesis.
21850
21851 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21852
21853         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21854         of text within parentheses.
21855
21856 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21857
21858         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21859         (gnus-encrypt-write-file-contents): Make the password key the file
21860         name PLUS the cipher, not just the cipher.  Also remove failed
21861         passwords from the cache.
21862
21863 2004-08-06  Simon Josefsson  <jas@extundo.com>
21864
21865         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21866         Doc fix.
21867
21868 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21869
21870         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21871         LWSP.
21872
21873 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21874
21875         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21876         Try to append in-reply-to: data to the references: header.
21877
21878         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21879         (netrc-parse): Use gnus-encrypt.el functions.
21880
21881         * gnus-encrypt.el: Add new file for encryption support; currently
21882         does only a few GPG ciphers and an internal XOR cipher.
21883
21884         * password.el: Add comments on using password-read-and-add.
21885         (password-read-and-add): Add function to read and add the
21886         password to the cache at once.
21887
21888 2004-07-28  Simon Josefsson  <jas@extundo.com>
21889
21890         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21891         parameter (but don't use it, for now).
21892
21893         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21894         instead of hard coding to nil.
21895
21896 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21897
21898         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21899         as mm-inline-image-xemacs does.
21900
21901 2004-07-26  Simon Josefsson  <jas@extundo.com>
21902
21903         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21904         Revert part of 2004-07-17 change below.
21905
21906 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21907
21908         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21909         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21910
21911 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21912
21913         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21914         quotes that actually start with ">" at the beginning of the
21915         lines.
21916
21917 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21918
21919         * rfc2047.el (rfc2047-encode-region): Fix last change.
21920         (rfc2047-encode-parameter): Remove useless concat.
21921
21922 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21923
21924         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21925         encode special characters; fix some kind of misconfigured headers;
21926         signal a real error if debug-on-quit or debug-on-error is non-nil.
21927         (rfc2047-encode-max-chars): New variable.
21928         (rfc2047-encode-1): Use it.
21929         (rfc2047-encode-parameter): New function.
21930
21931         * mml.el (mml-insert-parameter): Remove an excessive space.
21932
21933 2004-07-17  Simon Josefsson  <jas@extundo.com>
21934
21935         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21936         Kai Grossjohann <kai@emptydomain.de>.
21937         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21938         (gnus-group-make-menu-bar): Ditto.
21939
21940         * gnus-util.el (gnus-group-server): Add.
21941
21942 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21943
21944         * message.el (message-clone-locals): Clone sendmail and smtp
21945         variables.
21946
21947 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21948
21949         * rfc2047.el (rfc2047-encode-region): Fix last change.
21950
21951 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21952
21953         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21954         characters as non-special.
21955
21956 2004-07-09  Simon Josefsson  <jas@extundo.com>
21957
21958         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21959         Users will lose all flag changes made while unplugged with
21960         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21961         good default.  See numerous reports on ding mailing list.
21962
21963 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21964
21965         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21966         add generate-head-function and generate-article-function to the
21967         rfc822-forward entry.
21968         (nndoc-rfc822-forward-generate-article): New function.
21969         (nndoc-rfc822-forward-generate-head): New function.
21970
21971         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21972
21973 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21974
21975         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21976         respect display group parameter and gnus-summary-expunge-below.
21977         (gnus-articles-to-read): Remove unused reference to display group
21978         parameter.
21979
21980 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21981
21982         * nnheader.el (nnheader-uniquify-message-id): New experimental
21983         variable.
21984         (nnheader-nov-read-message-id): Use it.
21985
21986         * spam-report.el (spam-report-gmane): Add interactive.
21987
21988 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21989
21990         * mm-encode.el (mm-content-transfer-encoding-defaults):
21991         Use qp-or-base64 for the application/* types.
21992
21993 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21994
21995         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21996
21997 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21998
21999         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22000         trim value.
22001
22002 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22003
22004         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22005         New macro and function.
22006         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22007
22008 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22009
22010         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22011         after-load-alist.
22012
22013 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22014
22015         * gnus-group.el (gnus-group-get-new-news-this-group):
22016         Don't update info that isn't there.
22017
22018 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22019
22020         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22021         entry.
22022
22023 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22024
22025         * mm-view.el (mm-inline-render-with-function): Use multibyte
22026         buffer; decode html source by charset.
22027
22028         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22029
22030         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22031         Mule-UCS is loaded under XEmacs.
22032         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22033
22034 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22035
22036         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22037
22038 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22039
22040         * mm-util.el (mm-coding-system-p): Return a coding-system.
22041         (mm-mime-mule-charset-alist): Use shift_jis instead of
22042         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22043         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22044         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22045         instead of japanese-shift-jis and iso-latin-1 respectively in
22046         order to share the default value with both Emacs and XEmacs-mule.
22047         (mm-mule-charset-to-mime-charset):
22048         Make mm-coding-system-priorities effective.
22049         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22050         while predicating of candidates upon the priorities.
22051
22052 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22053
22054         * gnus-sum.el (gnus-summary-make-menu-bar):
22055         Add gnus-uu-invert-processable.
22056
22057         * gnus.el: Autoload gnus-uu-invert-processable.
22058
22059 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22060
22061         * mm-util.el (mm-with-multibyte-buffer): New macro.
22062
22063         * rfc2047.el (rfc2047-encode-string): Use it.
22064         (rfc2047-encode-region): Move point to the end of the region after
22065         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22066
22067 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22068
22069         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22070         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22071
22072 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22073
22074         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22075         (gnus-cite-parse): Ignore quoted envelope From_.
22076         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22077
22078 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22079
22080         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22081         invalid addresses.
22082
22083 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22084
22085         * spam.el: Change section markers, revise TODO list.
22086         (spam-backends): Make new master list of all installed backends.
22087         (spam-summary-exit-behavior): Add new variable to determine how
22088         messages moves are done at summary exit.
22089         (spam-move-spam-nonspam-groups-only)
22090         (spam-process-ham-in-nonham-groups)
22091         (spam-process-ham-in-spam-groups): Remove variables, the
22092         spam-summary-exit-behavior variable should be used to manage this
22093         behavior.
22094         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22095         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22096         and spam-old-spam-articles.
22097         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22098         Add empty variables, placeholders for the backends they represent.
22099         (spam-set-difference): Move, unchanged.
22100         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22101         unless the user has a processor variable.
22102         (spam-classifications, spam-classification-valid-p)
22103         (spam-backend-properties, spam-backend-property-valid-p)
22104         (spam-backend-function-type-valid-p)
22105         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22106         (spam-report-articles-gmane, spam-report-articles-resend):
22107         Remove functions, they are not needed.
22108         (spam-install-backend-super, spam-backend-list)
22109         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22110         (spam-backend-function, spam-backend-ham-registration-function)
22111         (spam-backend-spam-registration-function)
22112         (spam-backend-ham-unregistration-function)
22113         (spam-backend-spam-unregistration-function)
22114         (spam-backend-statistical-p, spam-backend-mover-p)
22115         (spam-install-backend-alias, spam-install-checkonly-backend)
22116         (spam-install-mover-backend, spam-install-nocheck-backend)
22117         (spam-install-backend, spam-install-statistical-backend)
22118         (spam-install-statistical-checkonly-backend): Add backend installation
22119         support.
22120         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22121         (spam-group-processor-p): Use the new backend code and respect the
22122         summary exit behavior.
22123         (spam-mark-spam-as-expired-and-move-routine): Remove.
22124         (spam-summary-prepare): Change to use the new spam-old-articles
22125         variable.
22126         (spam-copy-or-move-routine, spam-copy-spam-routine)
22127         (spam-move-spam-routine, spam-copy-ham-routine)
22128         (spam-move-ham-routine): Add code to copy/move ham or spam.
22129         (spam-fetch-field-fast): Improve doc and code, plus allow the
22130         'number request.
22131         (spam-list-of-checks, spam-list-of-statistical-checks):
22132         Remove variables.
22133         (spam-split, spam-find-spam): Use the new backend code.
22134         (spam-registration-functions): Remove variable.
22135         (spam-unregister-routine): Add convenience wrapper.
22136         (spam-log-undo-registration, spam-register-routine)
22137         (spam-log-processing-to-registry)
22138         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22139         where possible.
22140         (spam-check-gmane-xref, spam-check-regex-headers)
22141         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22142         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22143         (spam-check-bogofilter-headers, spam-check-spamoracle)
22144         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22145         (spam-check-crm114-headers): Use the spam-split-group that
22146         spam-split prepares, no need to determine it every time.
22147
22148         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22149         to the nnheader-parse-naked-head call.
22150
22151         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22152
22153         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22154         the nnheader-nov-read-message-id call.
22155
22156 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22157
22158         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22159         gnus-activate-group twice.  Suggested by Markus Peter
22160         <warp@spin.de>.
22161
22162 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22163
22164         * gnus-art.el (gnus-article-time-format): Exchange the order of
22165         day and month in the default value; fix customization type.
22166         (article-date-ut): Use add-text-properties.
22167         (article-make-date-line): Use message-make-date instead of
22168         current-time-string.
22169
22170         * message.el (message-fetch-field): Don't use set-text-properties.
22171         (message-make-date): Simplify.
22172
22173         * messagexmas.el (message-xmas-make-date): New function.
22174         (message-xmas-redefine): Defalias message-make-date to it.
22175
22176 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22177
22178         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22179         (rfc2047-encode-region): Treat text within parentheses as special;
22180         show the original text when error has occurred.
22181
22182         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22183         already-computed method to gnus-activate-group.
22184
22185         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22186         same select-methods identical Lisp objects.
22187
22188         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22189         object when modifying the info.
22190
22191 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22192
22193         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22194         gnus-opened-servers since it has never been opened with the new
22195         configuration yet.
22196
22197 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22198
22199         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22200         arg to nnheader-generate-fake-message-id.
22201
22202 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22203
22204         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22205         number and build a fake message ID localized to a group and
22206         article number (so it's repeatable from that point on).
22207         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22208         ID format.
22209
22210         * gnus-sum.el (gnus-get-newsgroup-headers):
22211         Call nnheader-generate-fake-message-id with the article number.
22212
22213 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22214
22215         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22216         end-of-buffer.
22217
22218 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22219
22220         * message.el (message-ignored-supersedes-headers): Add Approved.
22221
22222 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22223
22224         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22225         goto-char.
22226         (rfc2047-encode): Fold the line before encoding.
22227
22228 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22229
22230         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22231         folding -- not all headers can be folded, and this should be done
22232         by the message composition mode.  Probably.  I think.
22233
22234 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22235
22236         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22237         fast.
22238
22239         * gnus-ems.el (gnus-remove-image): Don't use
22240         message-text-with-property; remove only the image found first.
22241
22242         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22243         found first.
22244
22245 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22246
22247         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22248
22249 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22250
22251         * message.el (message-text-with-property): Make it fast and accept
22252         optional arguments.
22253         (message-strip-forbidden-properties): Use it.
22254         (message-fix-before-sending): Follow the m-t-w-p change.
22255
22256         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22257
22258 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22259
22260         * gnus-art.el (article-hide-headers): Don't change the buffer
22261         mistakenly when performing mml-preview even if
22262         gnus-single-article-buffer is nil.
22263
22264 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22265
22266         * message.el (message-expand-name-databases): New user option.
22267         (message-expand-name): Use it.
22268
22269 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22270
22271         * spam.el (spam-report-articles-resend)
22272         (spam-report-resend-register-routine): Allow ham reporting.
22273         (spam-report-resend-register-ham-routine): Add wrapper.
22274         (spam-registration-functions): Add ham resending functions.
22275         (spam-list-of-processors): Add ham resend processor.
22276
22277         * gnus.el (ham-resend-to): Add new group parameter.
22278         (spam-process): Add ham resend option.
22279
22280         * spam-report.el (spam-report-resend): Allow reporting ham.
22281         (spam-report-resend-ham): Add wrapper.
22282
22283 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22284
22285         * message.el (message-cite-articles-with-x-no-archive):
22286         New variable.
22287         (message-cite-original): Use it.
22288
22289 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22290
22291         * message.el (message-cite-original): Respect X-No-Archive.
22292
22293 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22294
22295         * gnus-art.el (article-hide-headers): Refer to the values for
22296         gnus-ignored-headers and gnus-visible-headers in the summary
22297         buffer since a user may have set them as group parameters.
22298
22299 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22300
22301         * assistant.el (assistant-node-name): Add convenience function.
22302         (assistant-render-text, assistant-render-node): Add error handling,
22303         plus handle multiple next nodes.
22304         (assistant-find-next-node): Comment out for now.
22305         (assistant-find-next-nodes): Add function, returns list of next
22306         nodes.
22307
22308 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22309
22310         * mail-source.el (mail-source-directory): Fix doc-string.
22311
22312 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22313
22314         * assistant.el (assistant-render-text, assistant-eval): Add :set
22315         widget type, which is different because it takes and returns a
22316         list.  Much hilarity ensues.
22317
22318 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22319
22320         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22321
22322         * gnus-group.el (gnus-group-get-new-news-this-group):
22323         Add doc-string.
22324
22325         * gnus-start.el (gnus-activate-group): Add doc-string.
22326
22327 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22330
22331 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22332
22333         * assistant.el (assistant-render-text): Try to add a :set
22334         widget, more to come.
22335
22336         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22337         strings.
22338         (spam-report-articles-resend)
22339         (spam-register-routine): Do registration iff any articles warrant
22340         it.
22341         (spam-summary-prepare-exit): Change log message for nil group
22342         destinations.
22343
22344 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22345
22346         * spam.el (spam-report-resend-register-routine):
22347         Allow spam-report-resend-to to be a group parameter or a global value.
22348
22349 2004-05-26  Simon Josefsson  <jas@extundo.com>
22350
22351         * starttls.el: Merge with my GNUTLS based starttls.el.
22352         (starttls-gnutls-program, starttls-use-gnutls)
22353         (starttls-extra-arguments, starttls-process-connection-type)
22354         (starttls-connect, starttls-failure, starttls-success):
22355         New variables.
22356         (starttls-program, starttls-extra-args): Doc fix.
22357         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22358         New functions.
22359         (starttls-negotiate, starttls-open-stream):
22360         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22361         function if it is set.
22362
22363 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22364
22365         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22366         structured fields.
22367
22368 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22369
22370         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22371
22372 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22373
22374         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22375         Add variable.
22376         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22377         assigning the spam-mark to new messages.
22378
22379 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22380
22381         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22382
22383 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22384
22385         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22386
22387         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22388         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22389         default.
22390
22391 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22392
22393         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22394         correct data.
22395
22396 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22397
22398         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22399         (spam-group-processor-p): Fix function.
22400         (spam-group-processor-multiple-p)
22401         (spam-group-spam-processor-report-gmane-p)
22402         (spam-group-spam-processor-report-resend-p)
22403         (spam-group-spam-processor-bogofilter-p)
22404         (spam-group-spam-processor-blacklist-p)
22405         (spam-group-spam-processor-ifile-p)
22406         (spam-group-ham-processor-ifile-p)
22407         (spam-group-spam-processor-spamoracle-p)
22408         (spam-group-spam-processor-crm114-p)
22409         (spam-group-ham-processor-bogofilter-p)
22410         (spam-group-spam-processor-stat-p)
22411         (spam-group-ham-processor-stat-p)
22412         (spam-group-ham-processor-whitelist-p)
22413         (spam-group-ham-processor-BBDB-p)
22414         (spam-group-ham-processor-spamoracle-p)
22415         (spam-group-ham-processor-copy-p): Remove functions with some
22416         prejudice against unneeded code.
22417         (spam-report-articles-resend)
22418         (spam-report-resend-register-routine): Allow the group/topic
22419         spam-resend-to value to override spam-report-resend-to.
22420         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22421         properly now.
22422
22423         * gnus.el (spam-resend-to): Add group/topic parameter.
22424         (spam-process): Move the OBSOLETE processors to the end of the
22425         choices.
22426
22427 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22428
22429         * spam-report.el (spam-report-resend-to, spam-report-resend):
22430         Start with resend-to set to nil, and then ask the user if necessary.
22431         (spam-report-resend): spam-report-resend takes a list of articles, not
22432         separate article numbers.
22433
22434 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22435
22436         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22437         addition to emacs-w3m.
22438
22439 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22440
22441         * assistant.el (assistant-authinfo-data): New function.
22442         (assistant-eval): Eval for entire assistant.
22443
22444         * netrc.el (netrc-services-file): New variable.
22445         (netrc-parse-services): New function.
22446         (netrc-find-service-name): New function.
22447         (netrc-find-service-number): New function.
22448         (netrc-port-equal): New function.
22449         (netrc-machine): Use it.
22450
22451         * nnimap.el (nnimap-open-connection): Use netrc.
22452
22453         * gnus-util.el (gnus-netrc-get): Remove aliases.
22454
22455         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22456
22457         * assistant.el (wid-edit): Fix compilation.
22458
22459         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22460
22461 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22462
22463         * gnus-util.el (gnus-set-file-modes): New function.  (small
22464         patch).
22465
22466 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22467
22468         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22469
22470         * assistant.el (assistant-render-node): Fix up rendering and
22471         read-only text.
22472         (assistant-render-node): Reset.
22473         (assistant-make-read-only): Not sticky.
22474
22475 2004-05-20  Danny Siu  <dsiu@adobe.com>
22476
22477         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
22478         centered even when gnus-auto-center-summary is t.
22479
22480 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22481
22482         * dns.el (dns-get-txt-answer): New function.
22483         (dns-read-txt): Ditto.
22484         (query-dns): Use it.
22485
22486 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22487
22488         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22489         active for foreign groups even if the group level is higher than
22490         the specified value.
22491
22492 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22493
22494         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22495         non-active groups.
22496
22497         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22498
22499 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22500
22501         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22502
22503 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22504
22505         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22506         (spam-crm114-header, spam-crm114-spam-switch)
22507         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22508         (spam-crm114-positive-spam-header)
22509         (spam-crm114-database-directory, spam-list-of-processors)
22510         (spam-group-spam-processor-crm114-p)
22511         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22512         (spam-generic-score, spam-list-of-checks)
22513         (spam-list-of-statistical-checks, spam-registration-functions)
22514         (spam-check-crm114-headers, spam-crm114-score)
22515         (spam-check-crm114, spam-crm114-register-with-crm114)
22516         (spam-crm114-register-spam-routine)
22517         (spam-crm114-unregister-spam-routine)
22518         (spam-crm114-register-ham-routine)
22519         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22520
22521 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22522
22523         * gnus.el: Add spam-use-crm114.
22524
22525         * spam.el (spam-list-of-processors, spam-registration-functions):
22526         Add spam-use-resend.
22527         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22528         (spam-report-articles-gmane): Add doc fix.
22529         (spam-report-articles-resend, spam-report-resend-register-routine):
22530         Add wrappers around spam-report-resend-to.
22531
22532         * spam-report.el (spam-report-resend-to, spam-report-resend):
22533         Add support for resending spam.
22534         (spam-report-gmane): Fix line length >80.
22535
22536         * gnus.el (spam-process): Add spam-use-resend.
22537
22538 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22539
22540         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22541         number of processed spam messages.
22542         (spam-ham-copy-or-move-routine): Return the number of processed
22543         ham messages.
22544         (spam-summary-prepare-exit): Use the above values to decide
22545         whether status messages shouled be displayed.
22546
22547 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22548
22549         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22550         `rfc2047-encoding-function-alist' in order to avoid conflicting
22551         with the old version.
22552         (rfc2047-encode-region): Concatenate words containing non-ASCII
22553         characters in structured fields; don't encode space-delimited
22554         ASCII words even in unstructured fields; don't break words at
22555         char-category boundaries.
22556         (rfc2047-encode-1): New function.
22557         (rfc2047-encode): Use it; encode text so that it occupies the
22558         maximum width within 76-column; work correctly on Q encoding for
22559         iso-2022-* charsets.
22560         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22561         sure not to break a line just after the header name.
22562         (rfc2047-b-encode-region): Remove.
22563         (rfc2047-b-encode-string): New function.
22564         (rfc2047-q-encode-region): Remove.
22565         (rfc2047-q-encode-string): New function.
22566
22567         * mm-util.el (mm-replace-in-string): New function.
22568
22569 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22570
22571         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22572         Really get it right.
22573         (gnus-inews-make-draft): Really.
22574
22575 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22576
22577         * nnmh.el (nnmh-request-list-1): Don't check the link count
22578         before descending.  (small patch)
22579
22580 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22581
22582         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22583         stuff.
22584
22585         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22586         Match on real group name.
22587
22588         * gnus-art.el (gnus-signature-limit): Doc fix.
22589
22590         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22591
22592         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22593
22594 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22595
22596         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22597         isn't a string.
22598
22599 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22600
22601         * gnus-draft.el (gnus-draft-send):
22602         Bind rfc2047-encode-encoded-words.
22603
22604         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22605         (rfc2047-encodable-p): Say that =? needs encoding.
22606         (rfc2047-encode-encoded-words): New variable.
22607
22608         * gnus-group.el (gnus-group-select-group): Doc fix.
22609
22610         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22611
22612         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22613         to nil.
22614
22615         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22616
22617         * nnheader.el (nnheader-get-lines-and-char): New function.
22618
22619 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22620
22621         * gnus-msg.el (gnus-summary-followup-with-original):
22622         Document yanking of region when active.
22623
22624 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22625
22626         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22627         groups if the group level is higher than the specified value.
22628
22629 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22630
22631         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22632         (gnus-group-jump-to-group): Add prefix argument using
22633         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22634         non-active group.
22635
22636         * compface.el (uncompface): Be verbose when changing
22637         `uncompface-use-external'.
22638
22639         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22640         handle manual section.
22641
22642 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22643
22644         * gnus-art.el (gnus-button-alist): Revert previous change.
22645
22646 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22647
22648         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22649
22650 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22651
22652         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22653         whether backend can accept message.
22654
22655         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22656
22657 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22658
22659         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22660         Avoid creating directory when nntp-marks-is-evil is true.
22661         Reported by Reiner Steib.
22662
22663 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22664
22665         * gnus-picon.el (gnus-picon-insert-glyph):
22666         Add optional `nostring' argument.
22667
22668 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22669
22670         * gnus-picon.el (gnus-picon-style): New variable.
22671         (gnus-picon-transform-address): Support `gnus-picon-style'.
22672
22673 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22674
22675         * message.el (message-fill-field): Return point.
22676         (message-generate-headers): Go to end of field.
22677
22678         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22679         stuff for non-living groups.
22680
22681 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22682
22683         * gnus-art.el (gnus-article-followup-with-original)
22684         (gnus-article-reply-with-original): gnus-mark-active-p ->
22685         gnus-region-active-p.
22686
22687 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22688
22689         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22690         only when there is spam or ham to be processed.
22691
22692 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22693
22694         * mail-source.el (mail-source-delete-crash-box): Refactor.
22695         (mail-source-fetch): Use it.
22696         (mail-source-fetch-file): Ditto.
22697         (mail-source-fetch-directory): Run postscript in loop.
22698         (mail-source-fetch-pop): Delete.
22699         (mail-source-fetch-maildir): Ditto.
22700         (mail-source-fetch-imap): Ditto.
22701
22702         * imap.el (imap-authenticators): Comment out sasl.
22703
22704         * message.el (message-skip-to-next-address): New function.
22705         (message-fill-header-address): Refactor.
22706         (message-fill-address): Use it.
22707         (message-delete-address): Use it.
22708         (message-fill-header-general): Refactor.
22709         (message-fill-field-address): Rename.
22710         (message-narrow-to-field): Find the start of the header.
22711         (message-header-format-alist): Don't pre-fill.
22712         (message-fill-header): Remove.
22713         (message-insert-header): New function.
22714         (message-shorten-references): Use it.
22715
22716         * rfc2047.el (rfc2047-field-value): Strip props.
22717
22718         * mail-parse.el (mail-header-make-address): New alias.
22719
22720         * ietf-drums.el (ietf-drums-make-address): New function.
22721
22722         * imap.el: Add compiler directives.
22723
22724         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22725
22726         * gnus-art.el (article-decode-idna-rhs): Don't use
22727         message-idna-inside-rhs-p.
22728
22729 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22730
22731         * message.el (message-idna-inside-rhs-p): Remove.
22732         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22733
22734         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22735         false positives.
22736
22737 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22738
22739         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22740
22741 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22742
22743         * nneething.el (nneething-file-name): Don't create spurious
22744         files.
22745
22746         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22747         (gnus-inews-do-gcc): Remove sleep.
22748
22749         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22750         part under point.
22751
22752         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22753         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22754
22755 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22756
22757         * spam.el (spam-summary-prepare-exit): Fix (length).
22758
22759 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22760
22761         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22762         as expired without moving it" message when there are spam
22763         messages left.
22764
22765 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22766
22767         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22768         header is not nil.
22769
22770 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22771
22772         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22773         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22774         (nntp-marks-changed-p): New arg SERVER.
22775         (nntp-request-update-info): Adjust caller.
22776
22777 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22778
22779         * nntp.el (nntp-save-marks): Pass missing arg.
22780
22781 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22782
22783         * nntp.el: Support marks.
22784         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22785         (nntp-marks-modtime, nntp-marks-directory): New variables.
22786         (nntp-request-set-mark, nntp-request-update-info)
22787         (nntp-possibly-create-directory, nntp-marks-changed-p)
22788         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22789         New functions.
22790
22791 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22792
22793         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22794         (gnus-xmas-redefine): Rename.
22795
22796         * gnus-score.el (gnus-score-insert-help):
22797         Use gnus-select-lowest-window.
22798
22799         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22800         appt-select-lowest-window and rename to gnus-select-lowest-window.
22801
22802         * gnus.el: do.
22803
22804 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22805
22806         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22807         encodings of MIME-encoded words, in order to improve
22808         interoperability with several broken MUAs.
22809
22810 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22811
22812         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22813         tags, only when charsets are not specified in headers.
22814         (mm-inline-text-html-render-with-w3m): Ditto.
22815
22816         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22817         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22818
22819 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22820
22821         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22822         instead of MIME-decoded from fields when checking
22823         `gnus-article-address-banner-alist'.
22824
22825 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22826
22827         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22828         description rather than subject.
22829
22830 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22831
22832         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22833
22834 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22835
22836         * gnus.el (gnus-version-number): Bump.
22837
22838 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22839
22840         * gnus.el: No Gnus v0.2 is released.
22841
22842 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22843
22844         * gnus-agent.el (gnus-agent-read-agentview):
22845         Inline gnus-uncompress-range.
22846
22847 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22848
22849         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22850         `exec-installed-p'.
22851
22852 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22853
22854         * gnus.el (spam-process, spam-autodetect-methods):
22855         Add bsfilter and bsfilter-headers.
22856
22857         * spam.el (spam-bsfilter): New customize group.
22858         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22859         (spam-bsfilter-header, spam-bsfilter-probability-header)
22860         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22861         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22862         (spam-bsfilter-database-directory): New options.
22863         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22864         (spam-list-of-statistical-checks, spam-registration-functions):
22865         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22866         (spam-bsfilter-score): New command.
22867         (spam-check-bsfilter-headers, spam-check-bsfilter)
22868         (spam-bsfilter-register-with-bsfilter)
22869         (spam-bsfilter-register-spam-routine)
22870         (spam-bsfilter-unregister-spam-routine)
22871         (spam-bsfilter-register-ham-routine)
22872         (spam-bsfilter-unregister-ham-routine): New functions.
22873         (spam-generic-score): Support bsfilter; Accept an optional argument
22874         to recalcurate spam score even if scoring header has already been
22875         added.
22876         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22877         optional argument to recalcurate spam score even if scoring header
22878         has already been added.
22879
22880 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22881
22882         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22883         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22884         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22885         link is missing.
22886
22887 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22888
22889         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22890         (html2text-get-attr): Rewrite.
22891
22892         * message.el (message-setup-1): Remove redundant put-text-property
22893         on mail-header-separator.
22894
22895 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22896
22897         * gnus-registry.el (gnus-registry-cache-whitespace)
22898         (gnus-registry-action, gnus-registry-spool-action)
22899         (gnus-registry-split-fancy-with-parent): Change message levels
22900         from 5 to 3 or 7, as needed.
22901
22902         * spam.el (spam-summary-prepare-exit)
22903         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22904         (spam-split, spam-find-spam, spam-log-undo-registration)
22905         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22906         level from 5 to 6.
22907
22908 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22909
22910         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22911         2004-03-04 change).
22912
22913 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22914
22915         * sieve-manage.el (sieve-manage-open):
22916         * nnweb.el (nnweb-insert-html):
22917         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22918         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22919         * nnspool.el (nnspool-request-group):
22920         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22921         * nnml.el (nnml-request-update-info):
22922         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22923         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22924         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22925         (nnimap-request-set-mark):
22926         * nnfolder.el (nnfolder-request-update-info):
22927         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22928         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22929         * gnus-uu.el (gnus-uu-find-articles-matching):
22930         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22931         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22932         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22933         * gnus-nocem.el (gnus-nocem-scan-groups):
22934         * gnus-int.el (gnus-start-news-server):
22935         * gnus-group.el (gnus-group-make-kiboze-group)
22936         (gnus-group-browse-foreign-server):
22937         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22938         Use mapc when appropriate.
22939
22940 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22941             Adam Sjøgren  <asjo@koldfront.dk>
22942             Wes Hardaker  <wes@hardakers.net>
22943             Michael Shields  <shields@msrl.com>
22944
22945         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22946         may need for spam sorting and scoring.
22947         (spam-user-format-function-S): Add user format function suitable for
22948         general use.
22949         (spam-article-sort-by-spam-status): Add sorting function for summary
22950         sorting.
22951         (spam-extra-header-to-number): Add function to get a score from a
22952         header.
22953         (spam-summary-score): Add function to get a numeric score from the
22954         headers.
22955         (spam-generic-score): Fix function doc, was in wrong place.
22956         (spam-initialize): Take symbols when it's run, and install the
22957         extra headers that spam-necessary-extra-headers thinks we need.
22958
22959 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22960
22961         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22962         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22963
22964 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22965
22966         * gnus-sum.el (gnus-set-global-variables)
22967         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22968         (gnus-article-get-xrefs, gnus-summary-best-group)
22969         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22970         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22971         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22972         Use with-current-buffer.
22973
22974 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22975
22976         * spam.el (spam-summary-prepare-exit): Simplify logic.
22977         (spam-fetch-article-header): Read the article header if it's not
22978         available.
22979         (spam-list-articles): Simplify logic.
22980         (spam-filelist-register-routine): Fix bug with unregister-list.
22981
22982         * gnus-registry.el: Fix comments at beginning.
22983
22984 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22985
22986         * message.el (message-cater-to-broken-inn): Remove.
22987         (message-shorten-references): Make sure the total folded length of
22988         References is shorter than 998 characters to cater to a bug in INN
22989         2.3.  Also, don't pretend that references aren't folded -- this
22990         hasn't worked for a while.
22991
22992 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22993
22994         * gnus-agent.el (gnus-agentize):
22995         gnus-agent-send-mail-real-function no longer set to current value
22996         of message-send-mail-function but rather a lambda that calls
22997         message-send-mail-function.  The change makes the agent real-time
22998         responsive to user changes to message-send-mail-function.
22999
23000 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23001
23002         * legacy-gnus-agent.el
23003         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23004         help from Florian Weimer <fw@deneb.enyo.de>
23005
23006 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23007
23008         * nnmail.el (nnmail-cache-insert): Revert last change.
23009
23010 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23011
23012         * nnmail.el (nnmail-cache-insert): Always check whether
23013         nnmail-cache-ignore-groups matches a group name.
23014
23015 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23016
23017         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23018         (spam-find-spam, spam-log-processing-to-registry)
23019         (spam-log-registered-p, spam-log-unregistration-needed-p)
23020         (spam-log-undo-registration): Use gnus-message instead of
23021         gnus-error, none of these errors are fatal.
23022
23023         * gnus-registry.el (gnus-registry-clean-empty-function)
23024         (gnus-registry-clean-empty): Remove only empty entries without
23025         extra data.
23026
23027 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23028
23029         * spam-stat.el (spam-stat-buffer-change-to-spam)
23030         (spam-stat-buffer-change-to-non-spam): Change (error) to
23031         (gnus-message 8) invocation.
23032
23033 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23034
23035         * nntp.el (nntp-via-netcat-command): New variable.
23036         (nntp-via-netcat-switches): New variable.
23037         (nntp-open-via-rlogin-and-netcat): New function.
23038         (nntp-open-connection-function): Doc fix.
23039         (nntp-telnet-command): Doc fix.
23040         (nntp-end-of-line): Doc fix.
23041         (nntp-via-rlogin-command): Doc fix.
23042         (nntp-via-user-name): Doc fix.
23043         (nntp-via-address): Doc fix.
23044
23045 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23046
23047         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23048         error in Emacs 21.1.
23049
23050 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23051
23052         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23053
23054 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23055
23056         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23057         (gnus-agent-with-refreshed-group): New macro.
23058         (gnus-agent-rename-group): New function.
23059         (gnus-agent-delete-group): New function.
23060         (gnus-agent-save-group-info): Use gnus-command-method when
23061         `method' parameter is nil.  Don't write nil entries into the
23062         active file.
23063         (gnus-agent-get-group-info): New function.
23064         (gnus-agent-fetch-articles):
23065         Use gnus-agent-update-files-total-fetched-for to increment disk space
23066         used.
23067         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23068         Use gnus-agent-update-view-total-fetched-for to increment disk space
23069         used.
23070         (gnus-agent-get-local): Add optional parameters to avoid calling
23071         gnus-group-real-name and gnus-find-method-for-group.
23072         (gnus-agent-set-local): Delete stored entry if either min, or max,
23073         are nil.
23074         (gnus-agent-fetch-session): Reworded error/quit messages.
23075         On quit, use gnus-agent-regenerate-group to record existance of any
23076         articles fetched to disk before the quit occurred.
23077         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23078         gnus-agent-update-view-total-fetched-for, and
23079         gnus-agent-update-files-total-fetched-for to decrement disk space
23080         used.
23081         (gnus-agent-retrieve-headers):
23082         Use gnus-agent-update-view-total-fetched-for to increment disk space
23083         used.
23084         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23085         with gnus-agent-update-files-total-fetched-for to decrement disk
23086         space and fresh group buffer.
23087         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23088         (gnus-agent-need-update-total-fetched-for): New variable.
23089         (gnus-agent-update-files-total-fetched-for): New function.
23090         (gnus-agent-update-view-total-fetched-for): New function.
23091         (gnus-agent-total-fetched-for): New function.
23092
23093         * gnus-cache.el (gnus-cache-save-buffers):
23094         Use gnus-cache-update-overview-total-fetched-for to change disk space
23095         used by this group.
23096         (gnus-cache-possibly-enter-article):
23097         Use gnus-cache-update-file-total-fetched-for to increment disk space
23098         used by this group.
23099         (gnus-cache-possibly-remove-article):
23100         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23101         used by this group.
23102         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23103         (gnus-cache-rename-group): New function.
23104         (gnus-cache-delete-group): New function.
23105         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23106         (gnus-cache-need-update-total-fetched-for): New variable.
23107         (gnus-cache-with-refreshed-group): New macro.
23108         (gnus-cache-update-file-total-fetched-for): New function.
23109         (gnus-cache-update-overview-total-fetched-for): New function.
23110         (gnus-cache-rename-group-total-fetched-for): New function.
23111         (gnus-cache-delete-group-total-fetched-for): New function.
23112         (gnus-cache-total-fetched-for): New function.
23113
23114         * gnus-group.el: Require gnus-sum and autoload functions to
23115         resolve warnings when gnus-group.el compiled alone.
23116         (gnus-group-line-format): Documented new %F.
23117         (size of Fetched data) group line format; identifies disk space
23118         used by agent and cache.
23119         (gnus-group-line-format-alist): Defined new F format.
23120         (gnus-total-fetched-for): New function.
23121         (gnus-group-delete-group): No longer update
23122         gnus-cache-active-altered as gnus-request-delete-group now keeps
23123         the cache in sync.
23124         (gnus-group-list-active): Let the agent store a server's active
23125         list if currently plugged.
23126
23127         * gnus-int.el (gnus-request-delete-group):
23128         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23129         local disk in sync with the server.
23130         (gnus-request-rename-group):
23131         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23132         local disk in sync with the server.
23133
23134         * gnus-start.el (gnus-get-unread-articles):
23135         Cosmetic simplification to logic.
23136
23137         * gnus-util.el (gnus-rename-file): New function.
23138
23139 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23140
23141         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23142
23143 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23144
23145         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23146         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23147
23148 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23149
23150         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23151         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23152
23153 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23154
23155         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23156
23157 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23158
23159         * spam.el (spam-set-difference): Add function to replace
23160         gnus-set-difference in spam.el.
23161         (spam-summary-prepare-exit): Use spam-set-difference.
23162
23163 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23164
23165         * gnus-registry.el (gnus-registry-cache-file): Update to use
23166         gnus-dribble-directory OR gnus-home-directory OR ~.
23167         (gnus-registry-split-fancy-with-parent): Fix doc.
23168
23169 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23170
23171         * message.el (message-exchange-point-and-mark):
23172         Use message-mark-active-p.  Suggested by Jesper Harder
23173         <harder@ifa.au.dk>.
23174
23175 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23176
23177         * message.el (message-exchange-point-and-mark): Don't activate
23178         region if it was inactive.  Suggested by Hiroshi Fujishima
23179         <pooh@nature.tsukuba.ac.jp>.
23180
23181 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23182
23183         * gnus-art.el (article-display-face): Display Faces in the same
23184         order as X-Faces.
23185
23186 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23187
23188         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23189
23190 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23191
23192         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23193         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23194         (gnus-article-mime-hierarchy): Remove.
23195         (gnus-article-mime-hierarchy-next): Remove.
23196         (gnus-article-mode): Revert 2004-03-19 change.
23197         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23198         (gnus-insert-mime-button): Revert 2004-03-19 change.
23199         (gnus-mime-accumulate-hierarchy): Remove.
23200         (gnus-mime-enter-multipart): Remove.
23201         (gnus-mime-leave-multipart): Remove.
23202         (gnus-mime-display-part): Revert 2004-03-19 change.
23203         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23204
23205         * mml.el (mml-preview): Revert 2004-03-19 change.
23206
23207 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23208
23209         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23210
23211 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23212
23213         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23214         t while entering a file name using the mm-with-multibyte macro.
23215         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23216
23217         * mm-util.el (mm-with-multibyte): New macro.
23218
23219 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23220
23221         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23222         New user option.
23223         (gnus-mime-multipart-functions): Doc and customization fix.
23224         (gnus-article-mime-hierarchy): New variable.
23225         (gnus-article-mime-hierarchy-next): New variable.
23226         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23227         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23228         gnus-article-mime-hierarchy-next to nil.
23229         (gnus-insert-mime-button): Show hierarchy numbers.
23230         (gnus-mime-accumulate-hierarchy): New function.
23231         (gnus-mime-enter-multipart): New function.
23232         (gnus-mime-leave-multipart): New function.
23233         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23234         (gnus-mime-display-alternative): Show hierarchy numbers.
23235
23236         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23237         gnus-article-mime-hierarchy-next to nil.
23238
23239 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23240
23241         * dns.el: Don't require gnus-xmas.
23242
23243 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23244
23245         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23246         inline PGP.
23247         (mml-menu): Disable mml-quote-region if mark is inactive.
23248
23249 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23250
23251         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23252         when the group's active is not available.
23253
23254 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23255
23256         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23257         error.
23258
23259 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23260
23261         * imap.el (imap-store-password): New variable.
23262         (imap-interactive-login): Use it.
23263         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23264
23265 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23266
23267         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23268         window-start and hscroll to summary window.
23269
23270 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23271
23272         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23273         conversion message to newsrc-dribble when an actual conversion is
23274         performed.
23275
23276 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23277
23278         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23279
23280 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23281
23282         * mm-decode.el (mm-complicated-handles): New function reviving
23283         former definition of mm-multiple-handles.
23284
23285         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23286         (gnus-mime-delete-part): Use it.
23287
23288 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23289
23290         * gnus-agent.el (gnus-agent-read-local):
23291         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23292         avoid the implicit assumption that they will always be equal.
23293         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23294         coding-system-for-write, as the with-temp-file macro first prints
23295         to a buffer then saves the buffer.
23296
23297 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23298
23299         * gnus-art.el (gnus-article-edit-part): New function.
23300         (gnus-mime-save-part-and-strip): Use it; do query instead of
23301         signaling an error; don't use mm-multiple-handles.
23302         (gnus-mime-delete-part): Ditto.
23303
23304 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23305
23306         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23307         old file versions.
23308         (gnus-group-prepare-hook): Remove function that converted list
23309         form of gnus-agent-expire-days to group properties.
23310
23311         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23312         (gnus-request-accept-article): Re-indented.
23313
23314         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23315         converters to handle old agent file formats.  Add logic for a
23316         "backup before upgrading warning".
23317         (gnus-convert-mark-converter-prompt): Developers can mark
23318         functions as needing (default), or not needing,
23319         gnus-convert-old-newsrc's "backup before upgrading warning".
23320         (gnus-convert-converter-needs-prompt): Tests whether the user
23321         should be protected from potentially irreversable changes by the
23322         function.
23323
23324         * legacy-gnus-agent.el: New.  Provides converters that are only
23325         loaded when gnus-convert-old-newsrc needs to call them.
23326
23327 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23328
23329         * mail-source.el (mail-source-touch-pop): Doc fix.
23330
23331         * message.el (message-smtpmail-send-it): Doc fix.
23332
23333 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23334
23335         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23336
23337         * nnmail.el (nnmail-split-fancy): do.
23338
23339         * gnus-kill.el (gnus-kill, gnus-execute): do.
23340
23341 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23342
23343         * gnus-sum.el (gnus-widget-reversible-match)
23344         (gnus-widget-reversible-to-internal)
23345         (gnus-widget-reversible-to-external): New functions.
23346         (gnus-widget-reversible): New widget.
23347         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23348
23349 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23350
23351         * gnus-sum.el (gnus-thread-sort-functions)
23352         (gnus-article-sort-functions): Document `(not F)' items.
23353
23354 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23355
23356         * spam.el (spam-use-gmane-xref): Add new backend.
23357         (spam-gmane-xref-spam-group): Add variable to control the name of the
23358         Gmane spam group.
23359         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23360         (spam-regex-headers-spam, spam-regex-headers-ham)
23361         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23362         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23363         backends and checks.
23364         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23365
23366         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23367         an autodetect method.
23368
23369 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23370
23371         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23372         articles are being added to a group.
23373         (gnus-request-replace-article): Inform the agent that articles
23374         need to be uncached as the cached contents are no longer valid.
23375
23376 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23377
23378         * binhex.el: Don't autoload executable-find.
23379
23380         * canlock.el: Don't autoload mail-fetch-field.
23381
23382         * dgnushack.el: Autoload c-mode for XEmacs.
23383
23384         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23385
23386         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23387         rmail-dont-reply-to and rmail-output.
23388
23389         * gnus-score.el: Don't autoload ffap-string-at-point.
23390
23391         * gnus-setup.el: Don't autoload sc-cite-original.
23392
23393         * imap.el: Don't autoload base64-decode-string,
23394         base64-encode-string and md5.
23395
23396         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23397         and rmail-msg-restore-non-pruned-header.
23398
23399         * mm-decode.el: Don't autoload executable-find.
23400
23401         * mm-url.el: Don't autoload executable-find.
23402
23403         * mm-view.el: Don't autoload diff-mode.
23404
23405         * nndb.el: Don't autoload news-reply-mode, news-setup,
23406         cancel-timer and telnet.
23407
23408         * password.el: Don't autoload run-at-time for Emacs.
23409
23410         * sha1-el.el: Don't autoload executable-find.
23411
23412         * sieve-mode.el: Don't autoload c-mode.
23413
23414         * uudecode.el: Don't autoload executable-find.
23415
23416 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23417
23418         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23419         (gnus-agent-possibly-alter-active): Avoid null in numeric
23420         comparison.
23421         (gnus-agent-set-local): Refuse to save null in local object table.
23422         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23423         list of articles that will be marked as unread.
23424
23425 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23426
23427         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23428
23429 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23430
23431         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23432         language tags.
23433
23434 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23435
23436         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23437         Don't bind "obarray".
23438
23439         * gnus-sum.el (gnus-thread-sort-functions):
23440         Add `gnus-thread-sort-by-most-recent-number' and
23441         `gnus-thread-sort-by-most-recent-date'.
23442         Reported by Kai Grossjohann <kai@emptydomain.de>.
23443
23444 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23445
23446         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23447
23448 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23449
23450         * gnus-cus.el (gnus-agent-customize-category):
23451         Remove ignore-errors macro reference that required cl to be loaded at
23452         run-time.
23453
23454         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23455         single-interval range of the form (min . max).  Previously the
23456         range had to look like ((min . max)).  Likewise, return
23457         (min . max) rather than ((min . max)).
23458         (gnus-range-map): Use gnus-range-normalize to accept
23459         single-interval range.
23460
23461         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23462         the cache, but not the agent, now appear with their usual face.
23463
23464         * dgnushack.el (loaddir): New variable that is bound to the
23465         directory containing the dgnushack.el file. Use loaddir, rather
23466         than srcdir, to update load-path. Change lets dgnushack compile
23467         code in directories other than GNUS/lisp.
23468
23469 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23470
23471         * lpath.el: Don't bind w3m-safe-url-regexp.
23472
23473         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23474         w3m-safe-url-regexp variable buffer-local.
23475
23476         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23477
23478 2004-02-27  Simon Josefsson  <jas@extundo.com>
23479
23480         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23481         gnus-group-real-prefix.
23482         (gnus-summary-move-article): Use it, instead of
23483         gnus-group-real-prefix.
23484
23485 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23486
23487         * lpath.el: Bind w3m-safe-url-regexp.
23488
23489         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23490         w3m-safe-url-regexp variable buffer-local and set it as the value
23491         of mm-w3m-safe-url-regexp.
23492
23493         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23494
23495         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23496         parsing gnus-posting-styles when the message is not for replying.
23497
23498         * dgnushack.el: Autoload sgml-mode for XEmacs.
23499
23500         * nnrss.el (nnrss-opml-export):
23501         Use mm-set-buffer-file-coding-system instead of
23502         set-buffer-file-coding-system.
23503
23504 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23505
23506         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23507         of checkdoc.el).
23508         * nnrss.el: do.
23509         * gnus-mlspl.el: do.
23510         * gnus-ml.el: do.
23511         * gnus-srvr.el: do.
23512
23513         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23514
23515 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23516
23517         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23518         Corrections to custom-manual links.
23519
23520         * gnus-art.el (gnus-article): Ditto.
23521
23522         * mm-decode.el (mime-display, mime-security): Ditto.
23523
23524 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23525
23526         * flow-fill.el: Typo.
23527
23528 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23529
23530         * spam-wash.el: New file.
23531
23532 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23533
23534         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23535
23536 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23537
23538         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23539         to be run with new-articles as LIST1, not LIST2.
23540         (spam-registration-functions): Add spam-use-ham-copy as a nil
23541         registration backend.
23542
23543 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23544
23545         * spam-stat.el (spam-stat-washing-hook): New option.
23546         (spam-stat-buffer-words): Use it.
23547         (spam-stat-process-directory, spam-stat-test-directory):
23548         Use insert-file-contents-literally.
23549         (spam-stat-coding-system): New variable.
23550         (spam-stat-load, spam-stat-save): Use it.
23551
23552 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23553
23554         * spam-report.el (spam-report-plug-agent):
23555         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23556
23557 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23558
23559         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23560         Allow / in mailto URLs.
23561
23562 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23563
23564         * spam-report.el (spam-report-process-queue): Fix interactive use.
23565         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23566         (spam-report-unplug-agent): Doc fixes.
23567         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23568         (spam-report-agentize, spam-report-deagentize): Autoload.
23569
23570 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23571
23572         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23573
23574         * message.el (message-setup-fill-variables): Add mml tags to
23575         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23576         <ajk@iu.edu>.
23577         (message-mode): Don't modify paragraph-separate there.
23578
23579 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23580
23581         * compface.el (uncompface-use-external): Default to undecided.
23582         (uncompface-use-external-threshold): New variable.
23583         (uncompface-float-time): New macro.
23584         (uncompface): Determine whether to use the external decoder if
23585         uncompface-use-external is undecided.
23586
23587 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23588
23589         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23590         after images.
23591
23592         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23593
23594 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23595
23596         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23597
23598         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23599
23600         * gnus-sum.el (gnus-summary-limit-to-age)
23601         (gnus-summary-limit-children): do.
23602
23603         * gnus-int.el (gnus-request-scan): do.
23604
23605         * gnus-group.el (gnus-group-suspend): do.
23606
23607         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23608
23609         * gnus-cite.el (gnus-cite-parse-attributions): do.
23610
23611         * gnus-agent.el (gnus-summary-set-agent-mark)
23612         (gnus-agent-regenerate-group): do.
23613
23614         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23615
23616         * binhex.el (binhex-decode-region-internal): do.
23617
23618 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23619
23620         * gnus-fun.el (gnus-face-properties-alist): New user option.
23621         (gnus-display-x-face-in-from): Use it.
23622
23623         * gnus-art.el (article-display-face): Ditto.
23624
23625         * compface.el (uncompface-use-external): Default to nil.
23626
23627 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23628
23629         * nntp.el (nntp-erase-buffer): New function.
23630         (nntp-retrieve-data, nntp-send-command)
23631         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23632         (nntp-possibly-change-group): Use it.
23633
23634         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23635         Use with-current-buffer.
23636
23637 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23638
23639         * compface.el: Merge the ELisp-based uncompface program.
23640         (compface): New customization group.
23641         (uncompface-use-external): New user option.
23642         (uncompface): Call uncompface-internal if uncompface-use-external
23643         is nil.
23644         (uncompface-internal): New function.  Note that there are also
23645         some other functions and variables added for this function.
23646
23647 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23648
23649         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23650         if necessary.
23651
23652 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23653
23654         * spam-report.el (spam-report-unplug-agent)
23655         (spam-report-plug-agent, spam-report-deagentize)
23656         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23657         Add support for the Agent in spam-report: when unplugged, report to a
23658         file; when plugged, submit all the requests.
23659
23660         * spam.el (spam-register-routine): Fix message about
23661         registration.
23662
23663 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23664
23665         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23666         dependencies.
23667         (rfc2047-encode): Use it.
23668
23669         * gnus-art.el (gnus-button-marker-list): Move before first
23670         reference.
23671
23672         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23673         (imap-parse-body): Fix format string mismatch.
23674
23675         * gnus-score.el (gnus-summary-increase-score): do.
23676
23677         * nnrss.el (nnrss-close): New function.
23678
23679 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23680
23681         * nnrss.el (nnrss-make-filename): New function.
23682         (nnrss-request-delete-group, nnrss-read-server-data)
23683         (nnrss-save-server-data, nnrss-read-group-data)
23684         (nnrss-save-group-data): Use it.
23685         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23686         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23687         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23688
23689 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23690
23691         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23692
23693 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23694
23695         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23696         files.
23697
23698         * message.el (message-generate-headers-first): Don't quote nil
23699         and t in docstrings.
23700
23701         * imap.el (imap-id): do.
23702
23703         * gnus-agent.el (gnus-agent-consider-all-articles)
23704         (gnus-agent-queue-mail): do.
23705
23706 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23707
23708         * spam-report.el (spam-report-process-queue): New function.
23709         Process requests from `spam-report-requests-file'.
23710         (spam-report-process-queue): Doc fix.
23711
23712 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23713
23714         * spam.el (spam-register-routine)
23715         (spam-log-processing-to-registry, spam-log-registered-p)
23716         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23717         Change "check" to "spam-check" for semi-clarity.
23718
23719 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23720
23721         * pop3.el: Require nnheader.
23722
23723         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23724
23725         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23726
23727         * gnus-picon.el: Require cl.
23728
23729         * gnus-fun.el: Require gnus-ems and gnus-util.
23730
23731         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23732
23733         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
23734
23735         * gnus-art.el (gnus-article-edit-mode): Define before first
23736         reference.
23737
23738 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23739
23740         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23741         (gnus-uu-post-encoded): Use point-at-bol.
23742
23743         * gnus-topic.el (gnus-group-active-topic-p): do.
23744
23745         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23746
23747         * gnus-group.el (gnus-group-kill-region): do.
23748
23749         * gnus-art.el (article-date-ut): do.
23750
23751         * message.el (message-fetch-field): Remove redundant
23752         case-fold-search binding.
23753         (message-narrow-to-field): Simplify.
23754
23755 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23756
23757         * spam.el (spam-directory): Derive from `gnus-directory'.
23758
23759         * spam-report.el (spam-report-url-to-file)
23760         (spam-report-requests-file): New function and variable for offline
23761         reporting.
23762         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23763         and user defined function.
23764         (spam-report-url-ping-mm-url): Remove doubled slash.
23765
23766 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23767
23768         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23769
23770 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23771
23772         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23773         Fix format string mismatch.
23774
23775         * sieve.el (sieve-deactivate-all): do.
23776
23777         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23778
23779         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23780
23781         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23782
23783         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23784
23785 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23786
23787         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23788         the list of checks.
23789
23790 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23791
23792         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23793         padding.
23794
23795 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23796
23797         * mm-view.el (mm-fill-flowed): New variable.
23798         (mm-inline-text): Use it.
23799
23800 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23801
23802         * spam.el (spam-spamassassin-register-ham-routine)
23803         (spam-spamassassin-register-spam-routine): Fix function names.
23804
23805 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23806
23807         * gnus.el (gnus-tmp-grouplens): Remove.
23808         (gnus-summary-line-format): Remove grouplens.
23809
23810         * gnus-group.el (gnus-group-line-format): Ditto.
23811
23812         * gnus-spec.el (gnus-format-specs): Ditto.
23813         (gnus-update-format-specifications): Flush the group format spec
23814         cache if there's the grouplens stuff.
23815         (gnus-parse-simple-format): Replace %l with the empty string.
23816
23817 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23818
23819         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23820         omission.
23821
23822 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23823
23824         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23825         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23826
23827 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23828
23829         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23830         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23831         New macros and functions.
23832         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23833         Handle > NLINK_MAX messages.
23834         * nnmaildir.el (nnmaildir-request-set-mark):
23835         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23836
23837 2004-01-25  Alex Schroeder  <alex@gnu.org>
23838
23839         * spam-stat.el (spam-stat-process-directory-age): New option.
23840         (spam-stat-process-directory): Use it.
23841
23842 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23843
23844         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23845         (spam-stat-save): Accept prefix argument.
23846
23847 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23848
23849         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23850         links" error.
23851
23852 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23853
23854         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23855         the rest of the and/or forms.
23856
23857 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23858
23859         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23860         compatibility with old .newsrc.eld files.
23861
23862         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23863
23864         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23865
23866         * gnus-start.el (gnus-1): do.
23867
23868         * gnus-group.el (gnus-group-line-format-alist): do.
23869
23870         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23871
23872         * gnus-gl.el: Remove.
23873
23874 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23875
23876         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23877         marks consisting of a single range {for example, (3 . 5)} rather
23878         than a list of a single range { ((3 . 5)) }.
23879
23880 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23881
23882         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23883         Use with-current-buffer.
23884         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23885         avoid consing a string.
23886
23887         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23888         Remove obsolete entries for big5 and gb2312.
23889
23890 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23891
23892         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23893         uncompressed list.
23894
23895 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23896
23897         * spam-stat.el (spam-stat-strip-xref): New function.
23898         (spam-stat-process-directory): Use it.
23899
23900         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23901         here -- it's done in message-fetch-field.
23902
23903 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23904
23905         * gnus-agent.el (gnus-agent-queue-mail)
23906         (gnus-agent-prompt-send-queue): New variables.
23907         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23908         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23909         "nndraft:queue" along to gnus-draft-send.
23910         Use gnus-agent-prompt-send-queue.
23911         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23912         is "nndraft:queue".  Suggested by Gaute Strokkenes
23913         <gs234@srcf.ucam.org>
23914
23915         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23916         (agent-enable-undownloaded-faces): Add.
23917         (gnus-agent-cat-groups): Use eval-and-compile, not
23918         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23919         method of gnus-agent-cat-groups even when the buffer has been
23920         evaled.
23921         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23922         delete gnus-agent-save-active-1.
23923         (gnus-agent-save-groups): Delete.  Identical to
23924         gnus-agent-save-active.
23925         (gnus-agent-write-active): No longer adjust agent's copy of active
23926         file as agent's adjustments are now stored in their own
23927         file.  Remove optional parameter.
23928         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23929         servers.  Add use of min/max range limits from server's local
23930         file.
23931         (gnus-agent-save-alist): Remove unused optional argument.
23932         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23933         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23934         (gnus-agent-set-local): A per-server file that keeps min/max range
23935         limits for articles known to the agent.  Provides a fast mechanism
23936         for altering many active ranges.
23937         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23938         active file (local makes it unnecessary).
23939         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23940
23941         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23942         (agent-enable-undownloaded-faces): Add.
23943
23944         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23945         disable it when sending to "nndraft:queue".
23946         (gnus-group-send-queue): Add safety check to avoid sending queue
23947         when unplugged.
23948
23949         * gnus-group.el (gnus-group-catchup): Use new
23950         gnus-sequence-of-unread-articles, not
23951         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23952         numbers of articles.  Use gnus-range-map to avoid having to
23953         uncompress the unread list.
23954         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23955         Fix invalid ange-ftp reference.
23956
23957         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23958         (gnus-sorted-range-intersection): Intersection of two ranges
23959         without requiring that they first be uncompressed.
23960
23961         * gnus-start.el (gnus-activate-group): Unless blocked by the
23962         caller, possibly expand the active range to include both cached
23963         and agentized articles.
23964         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23965         multiple version-dependent converters.
23966         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23967         gnus-agent-save-active.
23968         (gnus-save-newsrc-file): Save dirty agent range limits.
23969
23970         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23971         gnus-agent-possibly-alter-active.
23972         (gnus-adjust-marked-articles): Faster handling of simple lists.
23973
23974 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23975
23976         * spam-stat.el (spam-stat-test-directory): New optional argument
23977         displays a list of files detected.  Suggested by Andrew Cohen
23978         <cohen@andy.bu.edu>.
23979         (spam-stat-buffer-words-with-scores): Don't narrow and change
23980         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23981
23982 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23983
23984         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23985         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23986         (spam-spamassassin-arguments)
23987         (spam-spamassassin-spam-flag-header)
23988         (spam-spamassassin-positive-spam-flag-header)
23989         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23990         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23991         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23992         (spam-list-of-processors, spam-list-of-checks)
23993         (spam-list-of-statistical-checks, spam-registration-functions)
23994         (spam-check-spamassassin-headers, spam-check-spamassassin)
23995         (spam-spamassassin-score)
23996         (spam-spamassassin-register-with-sa-learn)
23997         (spam-spamassassin-register-spam-routine)
23998         (spam-spamassassin-register-ham-routine)
23999         (spam-assassin-register-spam-routine)
24000         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24001         (spam-bogofilter-score): Fix to show article before scoring.
24002
24003 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24004
24005         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24006         default scoring function.
24007         (spam-generic-score): Call spam-spamassassin-score if
24008         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24009         spam-bogofilter-score otherwise.
24010
24011         * gnus.el (spam-process, spam-autodetect-methods):
24012         Add spamassassin and spamassassin-headers.
24013
24014 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24015
24016         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24017         Suppress unnecessary messages.
24018
24019 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24020
24021         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24022         make-hash-table.
24023
24024 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24025
24026         * canlock.el (base64-encode-string): Don't autoload it.
24027
24028 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24029
24030         * run-at-time.el: Remove useless (require 'itimer),
24031         eval-and-compile and (featurep 'xemacs).
24032
24033 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24034
24035         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24036         GROUP is a virtual group.
24037
24038 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24039
24040         * gnus.el: Autoload `message-y-or-n-p'.
24041
24042 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24043
24044         * pgg-parse.el: Remove unnecessary (require 'custom).
24045
24046         * pgg-def.el: do.
24047
24048         * nnmail.el: do.
24049
24050         * gnus-undo.el: do.
24051
24052         * gnus-picon.el: do.
24053
24054         * gnus-util.el: do.
24055
24056 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24057
24058         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24059
24060 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24061
24062         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24063         handle, as well as a list.
24064
24065         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24066         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24067         (mm-w3m-cid-retrieve): Simplify.
24068
24069 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24070
24071         * message.el (message-kill-to-signature): Allow prefix arg to
24072         specify number of lines to keep before signature.
24073
24074 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24075
24076         * message.el (message-kill-to-signature): Change docstring.
24077
24078 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24079
24080         * canlock.el: Always require sha1-el.
24081         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24082
24083         * message.el: Autoload sha1 only when compiling.
24084
24085         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24086         eudc-expand-inline for XEmacs.
24087
24088 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24089
24090         * message.el (message-canlock-generate): Require sha1-el.
24091
24092 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24093
24094         * message.el (message-expand-name): Silence the byte compiler.
24095
24096         * lpath.el: Add detect-coding-system.
24097
24098         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24099         cus-edit.
24100
24101 2004-01-13  Simon Josefsson  <jas@extundo.com>
24102
24103         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24104         Invoke gnus-score-mode.
24105         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24106
24107         * gnus-range.el (gnus-compress-sequence): Doc fix.
24108         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24109
24110 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24111
24112         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24113
24114 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24115
24116         * spam.el (spam-get-article-as-string): Update to use
24117         gnus-request-article-this-buffer, much simpler.
24118         (spam-get-article-as-buffer): Remove.
24119
24120 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24121
24122         * message.el (message-expand-name): Use EUDC if the user uses that.
24123
24124 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24125
24126         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24127         character for the encoding to avoid consing a string.
24128
24129         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24130         unnecessarily.
24131
24132         * mm-util.el (mm-replace-chars-in-string): Remove.
24133
24134         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24135         of mm-replace-chars-in-string.
24136
24137 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24138
24139         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24140
24141         * mm-util.el (mm-subst-char-in-string): Support inplace.
24142
24143         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24144         a new string in every iteration.  Use shy groups.
24145
24146 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24147
24148         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24149         * gnus-soup.el (gnus-soup-group-brew):
24150         * gnus-msg.el (gnus-put-message):
24151         * gnus-move.el (gnus-group-move-group-to-server):
24152         * gnus-kill.el (gnus-batch-score):
24153         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24154         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24155         (gnus-group-update-group, gnus-group-read-group)
24156         (gnus-group-make-group, gnus-group-make-help-group)
24157         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24158         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24159         (gnus-group-sort-by-unread, gnus-group-catchup)
24160         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24161         (gnus-group-yank-group, gnus-group-set-info)
24162         (gnus-group-list-groups):
24163         * gnus.el (gnus-generate-new-group-name):
24164         * gnus-delay.el (gnus-delay-send-queue):
24165         * nnvirtual.el (nnvirtual-catchup-group):
24166         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24167         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24168         (gnus-group-prepare-topics, gnus-topic-check-topology):
24169         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24170         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24171         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24172         (gnus-group-make-articles-read):
24173         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24174         (gnus-group-change-level, gnus-kill-newsgroup)
24175         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24176         (gnus-get-unread-articles, gnus-make-articles-unread)
24177         (gnus-make-ascending-articles-unread): Use accessor
24178         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24179         to get group information for improved readability.
24180
24181
24182 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24183
24184         * gnus-art.el (article-decode-mime-words, article-babel)
24185         (gnus-article-highlight-signature, gnus-article-add-buttons)
24186         (gnus-signature-toggle): Use gnus-with-article-buffer.
24187
24188         * gnus-art.el (gnus-article-highlight-headers)
24189         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24190
24191         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24192         (gnus-article-set-globals, gnus-request-article-this-buffer)
24193         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24194         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24195         (gnus-mime-display-alternative): Use with-current-buffer.
24196
24197 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24198
24199         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24200         also under 80 char limit, and call gnus-error if needed.
24201         (spam-fetch-article-header): Fix - it was a
24202         buffer-local variable (gnus-newsgroup-data).
24203         (spam-find-spam): Use spam-generate-fake-headers, forget about
24204         spam-insert-fake-headers.
24205         (spam-insert-fake-headers): Remove.
24206
24207 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24208
24209         * deuglify.el (gnus-article-outlook-unwrap-lines)
24210         (gnus-outlook-rearrange-article)
24211         (gnus-outlook-repair-attribution-outlook)
24212         (gnus-outlook-repair-attribution-block)
24213         (gnus-outlook-repair-attribution-other): Remove redundant
24214         save-excursion.
24215
24216 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24217
24218         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24219         (spam-fetch-field-subject-fast)
24220         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24221         (spam-fetch-article-header): Add functions to deal with Gnus
24222         internals for fast retrieval of article header data.
24223         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24224
24225 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24226
24227         * pop3.el (pop3-md5): Remove.
24228         (pop3-apop): Replace pop3-md5 with md5.
24229
24230         * mm-bodies.el: base64 is always built-in.
24231
24232         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24233         Use with-current-buffer.
24234
24235 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24236
24237         * canlock.el (canlock-insert-header): Remove excessive grouping in
24238         regexp.
24239
24240         * gnus-sum.el (gnus-summary-read-document): Ditto.
24241
24242         * gnus-uu.el (gnus-uu-part-number): Ditto.
24243
24244         * html2text.el (html2text-remove-tags): Ditto.
24245         (html2text-format-tags): Ditto.
24246         (html2text-format-single-elements): Ditto.
24247
24248         * mml.el (mml-parse-1): Ditto.
24249
24250 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24251
24252         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24253
24254         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24255
24256         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24257
24258         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24259
24260 2003-11-15  Simon Josefsson  <jas@extundo.com>
24261
24262         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24263         (pgg-gpg-lookup-key): Use regexp match instead of
24264         split-string (split-string is different between emacs 21.2 and
24265         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24266
24267 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24268
24269         * gnus-art.el (gnus-mime-view-all-parts)
24270         (gnus-article-part-wrapper, gnus-article-view-part):
24271         Use with-current-buffer.
24272
24273 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24274
24275         * spam.el (spam-disable-spam-split-during-ham-respool)
24276         (spam-spamoracle-database, spam-cache-lookups)
24277         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24278         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24279         (spam-group-ham-marks, spam-group-spam-marks)
24280         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24281         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24282         also add spam-use-blackholes to the statistical checks.
24283         (spam-fetch-field-fast): Add interface to fetching fields, may
24284         become a macro.
24285         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24286         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24287         (spam-insert-fake-headers): Fake an article when needed.
24288         (spam-find-spam): Fake article when possible.
24289         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24290         (spam-check-bogofilter-headers): Use message-fetch-field instead
24291         of nnmail-fetch-field.
24292
24293 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24294
24295         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24296
24297 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24298
24299         * spam.el (spam-split): Do not require spam-use-CHECK to be
24300         enabled if that check is passed to spam-split explicitly; also
24301         fix so 'spam doesn't get converted to spam-split-group when
24302         spam-split-symbolic-return is t.
24303         (spam-find-spam): Find registrations of the article and use those
24304         instead of re-running spam-split to find the spam/ham
24305         classification of the article.
24306         (spam-log-processing-to-registry, spam-log-registered-p)
24307         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24308         Use gnus-error instead of gnus-message.
24309         (spam-log-registration-type): Add function to determine the
24310         classification of a message based on registry entries; will
24311         return nil if both 'spam and 'ham are found.
24312         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24313         a reasonably fast local cache without the loading errors.
24314         (spam-cache-lookups): Set to t by default.
24315         (spam-find-spam): Don't try to guess spam-cache-lookups.
24316         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24317         spam-caches entry.
24318         (spam-filelist-build-cache, spam-filelist-check-cache):
24319         Fix caching of whitelist/blacklist entries.
24320         (spam-check-whitelist, spam-check-blacklist):
24321         Invoke spam-from-listed-p with a type, not a cache variable.
24322         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24323
24324 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24325
24326         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24327
24328         * nnmail.el (nnmail-split-fancy): do.
24329
24330         * mml.el (mml-parse): do.
24331
24332         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24333         (gnus-score-adaptive): do.
24334
24335 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24336
24337         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24338         (gnus-mime-button-map): Don't set keymap parent.
24339         (gnus-button-ctan-directory-regexp): Use shy grouping.
24340         (gnus-prev-page-map): Don't set keymap parent.
24341         (gnus-prev-page-map): Remove duplicated one.
24342         (gnus-next-page-map): Don't set keymap parent.
24343         (gnus-mime-security-button-map): Ditto.
24344
24345         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24346         version number.
24347
24348         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24349
24350 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24351
24352         * canlock.el (canlock-sha1-function): Remove.
24353         (canlock-sha1-function-for-verify): Remove.
24354         (canlock-openssl-program): Remove.
24355         (canlock-openssl-args): Remove.
24356         (canlock-ignore-errors): Remove.
24357         (canlock-sha1-with-openssl): Remove.
24358         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24359         (canlock-verify): Don't use canlock-ignore-errors.
24360
24361         * sha1-el.el (sha1-string-external): Make it can return a string
24362         in binary form.
24363         (sha1-region-external): Ditto.
24364         (sha1-string-internal): Ditto.
24365         (sha1-region-internal): Ditto.
24366         (sha1-region): Ditto.
24367         (sha1-string): Ditto.
24368         (sha1): Ditto.
24369
24370 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24371
24372         * spam.el (spam-report-articles-gmane): New command.
24373
24374 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24375
24376         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24377
24378         * run-at-time.el (run-at-time-saved): Remove.
24379         (run-at-time): Doc fix.
24380
24381 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24382
24383         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24384         (gnus-summary-limit-map): Add it.
24385         (gnus-summary-make-menu-bar): do.
24386
24387 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24388
24389         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24390         Make attempt at some caching support (done for BBDB only now).
24391         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24392         addresses to be checked.
24393         (spam-clear-cache-BBDB): Add function, to be invoked by
24394         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24395         (spam-check-BBDB): Check and use the caches, if
24396         spam-cache-lookups is on, remove superfluous (provide).
24397
24398 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24399
24400         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24401
24402 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24403
24404         * run-at-time.el (run-at-time-saved): Move to after the definition
24405         of `run-at-time'.
24406
24407         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24408
24409 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24410
24411         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24412         mm-w3m-local-map-property.
24413
24414         * mm-view.el (mm-w3m-mode-map): Remove.
24415         (mm-w3m-local-map-property): Remove.
24416         (mm-inline-text-html-render-with-w3m): Don't use
24417         mm-w3m-local-map-property.
24418
24419 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24420
24421         * run-at-time.el: New file.
24422
24423         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24424         under Emacs.
24425
24426         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24427         of gnus-set-text-properties.
24428
24429         * gnus-uu.el (gnus-uu-save-article): Ditto.
24430
24431         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24432
24433         * gnus-cite.el (gnus-cite-parse): Ditto.
24434
24435         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24436         of gnus-.
24437
24438         * gnus-xmas.el (run-at-time): Require run-at-time.
24439
24440         * gnus.el: Change calls to nnheader-run-at-time and
24441         password-run-at-time throughout to use run-at-time directly.
24442
24443         * password.el: Remove definition of run-at-time.
24444
24445         * nnheaderxm.el: Remove definition of run-at-time.
24446
24447 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24448
24449         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24450         in prompt.
24451
24452 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24453
24454         * messagexmas.el (message-xmas-redefine): Alias
24455         `message-make-caesar-translation-table' to
24456         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24457         version.
24458
24459         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24460         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24461         `gnus-xmas-set-text-properties'.
24462         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24463         `gnus-xmas-completing-read'.
24464         (gnus-xmas-completing-read): Removed.
24465         (gnus-xmas-open-network-stream): Removed.
24466
24467         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24468         XEmacs version.
24469
24470         * dns.el (dns-make-network-process): Use `open-network-stream'
24471         instead of `gnus-xmas-open-network-stream'.
24472
24473         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24474
24475         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24476
24477 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24478
24479         * gnus-art.el (gnus-mime-display-alternative)
24480         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24481         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24482         Don't use gnus-local-map-property.
24483
24484         * gnus-util.el (gnus-local-map-property): Remove.
24485
24486         * mm-view.el (mm-view-pkcs7-decrypt):
24487         Replace gnus-completing-read-maybe-default with completing-read.
24488
24489         * gnus-util.el (gnus-completing-read): do.
24490         (gnus-completing-read-maybe-default): Remove.
24491
24492 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24493
24494         * password.el: Only autoload `run-at-time' if not XEmacs.
24495         Only autoload the itimer functions if XEmacs.
24496
24497 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24498
24499         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24500         XEmacsen.
24501
24502         * dgnushack.el: Autoload executable-find for XEmacs.
24503
24504 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24505
24506         * gnus-art.el (gnus-read-string): Remove.
24507         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24508         read-string.
24509
24510 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24511
24512         * netrc.el: Autoload password-read.
24513         (netrc): Add configuration group.
24514         (netrc-encoding-method, netrc-openssl-path):
24515         Add variables for encoding and decoding of files with symmetric
24516         ciphers.
24517         (netrc-encode): Add assistant function to encode a file with
24518         netrc-encoding-method.
24519         (netrc-parse): Add interactive parameter, added optional
24520         decoding if netrc-encoding-method is non-nil but otherwise
24521         behavior is standard.
24522         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24523         Do s/encode/encrypt/ everywhere.
24524
24525         * spam.el: Remove executable-find autoload.
24526
24527 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24528
24529         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24530
24531         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24532
24533 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24534
24535         * gnus-art.el (gnus-treat-ansi-sequences)
24536         (article-treat-ansi-sequences): New variable and function.
24537         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24538
24539         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24540         Use it.
24541
24542 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24543
24544         * mm-util.el (mm-quote-arg): Remove.
24545
24546         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24547         shell-quote-argument.
24548
24549         * gnus-uu.el (gnus-uu-command): do.
24550
24551         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24552
24553         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24554         with make-char.
24555
24556         * mm-util.el (mm-make-char): Remove.
24557
24558         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24559         add-minor-mode.
24560
24561         * gnus-undo.el (gnus-undo-mode): do.
24562
24563         * gnus-topic.el (gnus-topic-mode): do.
24564
24565         * gnus-sum.el (gnus-dead-summary-mode): do.
24566
24567         * gnus-start.el (gnus-slave-mode): do.
24568
24569         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24570
24571         * gnus-ml.el (gnus-mailing-list-mode): do.
24572
24573         * gnus-gl.el (gnus-grouplens-mode): do.
24574
24575         * gnus-draft.el (gnus-draft-mode): do.
24576
24577         * gnus-dired.el (gnus-dired-mode): do.
24578
24579         * gnus-ems.el (gnus-add-minor-mode): Remove.
24580
24581         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24582         Replace gnus-char-width with char-width.
24583
24584         * gnus-ems.el (gnus-char-width): Remove.
24585
24586         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24587         Replace gnus-char-width with char-width.
24588
24589         * gnus-ems.el (gnus-char-width): Remove.
24590
24591         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24592         definition.
24593         Remove Emacs 20 hash table compatibility code.
24594
24595         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24596         20 compatibility code.
24597
24598         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24599
24600         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24601
24602         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24603         Replace with point-at-{eol,bol}.
24604
24605         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24606
24607         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24608
24609         * flow-fill.el (fill-flowed-point-at-bol)
24610         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24611
24612         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24613         Replace with point-at-{eol,bol} throughout all files.
24614
24615 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24616
24617         * ntlm.el (ntlm-string-as-unibyte): New macro.
24618         (ntlm-build-auth-response): Use it.
24619
24620         Remove Emacs 20 stuff:
24621         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24622         (butlast, mapc, remove): Remove the compiler macros.
24623         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24624         of delq and copy-sequence.
24625         * gnus-art.el (popup-menu): Remove the compiler macro.
24626         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24627         Emacs 20.
24628
24629 2004-01-05  Simon Josefsson  <jas@extundo.com>
24630
24631         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24632         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24633         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24634         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24635         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24636         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24637         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24638         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24639         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24640         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24641         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24642         string-xor into ntlm-string-xor.
24643         Suggested by Jesper Harder <harder@myrealbox.com>.
24644
24645         * ntlm.el: Don't include poem.
24646
24647         * md4.el (print-int32, print-string-hexa): Remove.
24648         Suggested by Jesper Harder <harder@myrealbox.com>.
24649
24650         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24651
24652         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24653         probably breaks emacs with DL patch, but do we care? Is anyone
24654         still using the DL stuff?)
24655
24656         * sieve-manage.el: Use the password package.
24657         (sieve-manage-read-passwd): Remove.
24658         (sieve-manage-interactive-login): Use password.  Re-add
24659         condition-case around loop.
24660
24661         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24662         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24663         Use the password package.
24664
24665 2003-02-19  Simon Josefsson  <jas@extundo.com>
24666
24667         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24668         token.
24669
24670 2002-08-07  Simon Josefsson  <jas@extundo.com>
24671
24672         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24673         (sieve-manage-authenticators):
24674         (sieve-manage-authenticator-alist): Add some SASL mechs.
24675         (sieve-sasl-auth): New function.
24676         (sieve-manage-cram-md5-auth):
24677         (sieve-manage-plain-auth): Rewrite using SASL library.
24678         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24679         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24680         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24681         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24682
24683 2004-01-05  Simon Josefsson  <jas@extundo.com>
24684
24685         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24686         New files.
24687
24688 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24689
24690         * gnus-group.el (gnus-no-groups-message): Update.
24691
24692         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24693
24694 2003-11-09  Simon Josefsson  <jas@extundo.com>
24695
24696         * imap.el: Support for ID IMAP extension (RFC 2971).
24697         (imap-local-variables): Add imap-id.
24698         (imap-id): New variable.
24699         (imap-id): New function.
24700         (imap-parse-response): Parse untagged ID response.
24701         * nnimap.el (nnimap-id): New variable.
24702         (nnimap-open-connection): Use it.
24703
24704 2003-12-28  Simon Josefsson  <jas@extundo.com>
24705
24706         * gnus-score.el (gnus-score-edit-all-score): New.
24707         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24708
24709 2004-01-04  Simon Josefsson  <jas@extundo.com>
24710
24711         * password.el: Add.
24712
24713 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24714
24715         * dns.el (dns-query-types): Fix typo.
24716         (dns-query-types): New function.
24717         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24718         PTR and SOA replies, see RFC 1035.
24719
24720 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24721
24722         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24723
24724         * Move to Changelog.2.
24725
24726 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24727
24728         * gnus.el (gnus-version-number): Bump version.
24729
24730 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24731
24732         * gnus.el: No Gnus v0.1 is released.
24733
24734 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24735
24736         * gnus.el: No Gnus v0.0 is released.
24737
24738 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24739
24740         * gnus.el (gnus-version-number): Bump.
24741         (gnus-version): No.
24742
24743 See ChangeLog.2 for earlier changes.
24744
24745   Copyright (C) 2004-2012 Free Software Foundation, Inc.
24746
24747   This file is part of GNU Emacs.
24748
24749   GNU Emacs is free software: you can redistribute it and/or modify
24750   it under the terms of the GNU General Public License as published by
24751   the Free Software Foundation, either version 3 of the License, or
24752   (at your option) any later version.
24753
24754   GNU Emacs is distributed in the hope that it will be useful,
24755   but WITHOUT ANY WARRANTY; without even the implied warranty of
24756   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24757   GNU General Public License for more details.
24758
24759   You should have received a copy of the GNU General Public License
24760   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24761
24762 ;; Local Variables:
24763 ;; coding: utf-8
24764 ;; fill-column: 79
24765 ;; add-log-time-zone-rule: t
24766 ;; End: