591943ccf6d299a5a8de6b63f5ed341396fcf8d0
[gnus] / lisp / ChangeLog
1 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2
3         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
4
5 2012-07-21  Julien Danjou  <julien@danjou.info>
6
7         * message.el (message-dont-reply-to-names): Replace deprecated
8         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
9         (message-get-reply-headers): Ditto.
10
11 2012-07-18  Julien Danjou  <julien@danjou.info>
12
13         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
14         `sieve-upload-and-kill'.
15
16         * sieve.el (sieve-bury-buffer): Remove function.
17         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
18         (sieve-upload-and-kill): New function, mapped to C-c C-c.
19
20 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
21
22         * shr.el (shr-expand-url): Handle URL starting with `//'.
23
24 2012-07-13  Chong Yidong  <cyd@gnu.org>
25
26         * smime.el (smime-certificate-info): Set buffer-read-only directly,
27         instead of calling toggle-read-only with a (bogus) argument.
28
29 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
30
31         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
32         of initial input when reading the author to restrict the summary to.
33
34 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * mm-decode.el (mm-shr):
37         Allow overriding charset by mm-charset-override-alist.
38
39 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-art.el (gnus-article-view-part):
42         Toggle subparts of multipart/alternative part.
43
44 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
45
46         * shr.el (shr-render-buffer): New command.
47         (shr-visit-file): Use it.
48
49 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
52         Set no-byte-compile and no-update-autoloads.
53
54 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
57
58 2012-06-25  Julien Danjou  <julien@danjou.info>
59
60         * nnimap.el (nnimap-request-articles-find-limit): Rename from
61         `nnimap-request-move-articles-find-limit' since we do not use it only
62         for move operations.
63         (nnimap-request-accept-article): Use
64         `nnimap-request-articles-find-limit' to limit search by message-id.
65
66 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
67
68         Support higher-resolution time stamps (Bug#9000).
69
70         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
71         VARLIST.  It's optional, for backward compatibility.
72         (encode-time-value): New optional arg PICO.  New type 3.
73         (time-to-seconds) [!float-time]: Support the new picoseconds
74         component if it's used.
75         (seconds-to-time, time-subtract, time-add):
76         Support ps-resolution time stamps as well.
77
78 2012-06-19  Julien Danjou  <julien@danjou.info>
79
80         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
81
82         * nnimap.el (nnimap-log-buffer): Check that
83         `window-point-insertion-type' is boundp, since it's not available in
84         XEmacs.
85
86 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
87
88         * nnimap.el (nnimap-log-buffer): Add this, setting
89         `window-point-insertion-type' in the buffer to t.
90         (nnimap-log-command): Use nnimap-log-buffer.
91
92 2012-06-19  Julien Danjou  <julien@danjou.info>
93
94         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
95         argument to be able to limit the search.
96         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
97         (nnimap-request-move-articles-find-limit): Add this to limit the search
98         by Message-Id after a message move.
99         (nnimap): Add defgroup.
100
101 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
102
103         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
104
105 2012-06-15  Julien Danjou  <julien@danjou.info>
106
107         * nnimap.el (nnimap-find-article-by-message-id): Use
108         `nnimap-possibly-change-group' rather than its own EXAMINE call.
109         (nnimap-possibly-change-group): Add read-only argument.
110         (nnimap-request-list): Use nnimap-possibly-change-group rather than
111         issuing EXAMINE manually.
112         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
113         with read-only argument.
114         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
115         cannot possibly change because we need to be sure that it's either
116         read-write or read-only.
117
118 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
121         being bound to a lambda form.
122
123 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
124
125         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
126         articles when fetch-old is non-nil (bug#11370).
127
128 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
129
130         * gnus-picon.el (gnus-picon-properties): New defcustom.
131         (gnus-picon-create-glyph): Use it.
132
133 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * gnus-group.el (gnus-group-get-new-news): Respect
136         `gnus-group-use-permanent-levels', as documented (bug#11638).
137
138 2012-06-10  Dave Abrahams  <dave@boostpro.com>
139
140         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
141         groups (bug#11641).
142
143 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
144
145         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
146         is an integer to avoid later problems.
147
148 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
151         locales.
152
153         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
154         on a handle.
155
156         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
157         address as the default.
158         (gnus-summary-insert-old-articles): Don't include unexistent messages.
159
160         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
161         makes no sense to query the user about internal files.
162
163         * gnus-spec.el: Remove all the byte-compilation stuff, since
164         benchmarking shows that it doesn't help when entering large summary
165         buffers.
166
167         * gnus-xmas.el (gnus-xmas-define): Remove.
168
169         * gnus-util.el (gnus-byte-code): Remove.
170
171         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
172         grouplens stuff.
173
174 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
177         (bug#11514).
178
179 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
180
181         * message.el (message-buffers): Return all buffers derived from Message
182         to make `gnus-dired-attach' work with mu4e.
183
184 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
185
186         * nntp.el: Stop the `letf' madness.
187         (nntp--report-1): New var.
188         (nntp-report): Merge nntp-report-1 into it.
189         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
190         the nntp-report function.
191
192         * auth-source.el: Fix comment-style to follow the convention.
193
194 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
195
196         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
197         (mm-dissect-singlepart): Don't guess the MIME type of
198         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
199         set.
200         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
201         toplevel MIME type is multipart/encrypted.
202
203 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
206         a string so that Gcc works (bug#11514).
207
208 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
209
210         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
211         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
212
213 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
214
215         * gnus-win.el (gnus-configure-frame): Don't signal an error when
216         jumping to *Server* from a dedicated *Group* window.
217         (gnus-configure-frame): CSE.
218
219         * gnus-registry.el: Minor style cleanup.
220         (gnus-registry--set/remove-mark): New function, extracted from
221         gnus-registry-install-shortcuts.
222         (gnus-registry-install-shortcuts): Use it.
223
224 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * nnspool.el (news-path): Use eval-and-compile.
227
228 2012-05-24  Glenn Morris  <rgm@gnu.org>
229
230         * nnspool.el (news-directory, news-path, news-inews-program):
231         Move here from paths.el.  Don't see a need for these to be autoloaded.
232
233         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
234         Merge in doc from paths.el version.  Don't see any need for this to be
235         autoloaded, or for the warning about users not setting it.
236
237 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
238
239         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
240         format.  In particular, add an optional argument and a docstring.
241
242         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
243
244         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
245         current before calling `gnus-groups-to-gnus-format'.
246         Note that this was already the case for `gnus-active-to-gnus-format'.
247
248 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
249
250         Fix minor Y10k bug.
251         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
252
253 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
254
255         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
256         message once it's actually open.
257
258 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
259
260         * gnus.el: Ma Gnus v0.5 is released.
261
262 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
263
264         * auth-source.el (auth-source--aput-1, auth-source--aput)
265         (auth-source--aget): New functions and macros.
266         Use them instead of aput/aget.
267
268 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
269
270         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
271
272 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
273
274         * plstore.el (plstore-called-interactively-p): New compat macro copied
275         from message.el.
276         (plstore-mode): Use it.
277
278 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
279
280         * plstore.el: Revive the editing feature.
281         (plstore-mode): New mode to edit plstore file.
282         (plstore-mode-toggle-display, plstore-mode-original)
283         (plstore-mode-decoded): New command.
284         (plstore--encode, plstore--decode, plstore--write-contents-functions)
285         (plstore--insert-buffer, plstore--make): New function.
286         (plstore-open, plstore-save): Simplify by using them.
287
288 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
291
292 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
293
294         * tls.el (open-tls-stream): Remove unused binding.
295
296 2012-04-16  Glenn Morris  <rgm@gnu.org>
297
298         * nndraft.el (nndraft-request-list): Fix declaration.
299
300 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * mm-decode.el (mm-dissect-buffer): Doc fix.
303
304         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
305         don't have a current group.
306
307         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
308         buffer if it doesn't exist.
309
310         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
311         given, mark the group as ephemeral with the current window conf.
312
313         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
314         buffer exists, which it doesn't if we haven't started Gnus.
315         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
316
317 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * mml.el (mml-generate-mime): Allow specifying what the top-level part
320         type is.
321
322         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
323         `unexists' entries.
324         (gnus-clean-old-newsrc): Fix last checkin.
325
326         * nnimap.el (nnimap-update-info): None of the articles below the active
327         low-water mark exist.
328
329         * dgnushack.el: Get rid of XEmacs compilation warning.
330
331         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
332         would have gotten if we posted to the group, and use that to compare
333         against the message we want to cancel (bug#10808).
334
335         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
336         on XEmacs.
337
338 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
339
340         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
341         `scroll-margin'.
342
343 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
344
345         * gnus-cite.el (gnus-dissect-cited-text): A single line without
346         citation prefix within a block of cited text should be considered part
347         of that block *only* if it is a blank line.
348
349 2012-04-09  Chong Yidong  <cyd@gnu.org>
350
351         * binhex.el, hashcash.el, uudecode.el:
352         Remove * characters from the front of variable docstrings.
353
354 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
355
356         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
357         before kinsoku-bol characters nor within kinsoku-eol characters.
358
359 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
362         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
363         (gnus-sync-read): Use mapc instead of mapcar.
364
365         * mm-archive.el: Require mm-decode for some macros.
366         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
367         the byte compiler.
368         (mm-archive-decoders): New function that returns the value of
369         the mm-archive-decoders variable.
370
371         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
372         instead.
373         (mm-dissect-singlepart): Use the function mm-archive-decoders.
374
375         * nnimap.el (gnus-refer-thread-use-nnir):
376         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
377
378 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
381
382 2012-03-12  Peter Münster  <pmrb@free.fr>
383
384         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
385         (gnus-demon-cancel): Ditto.
386         (gnus-demon-run-callback): When function cannot be called due to low
387         idleness, call it when idleness reaches the expected value, instead of
388         waiting another timer period.
389         (gnus-demon-init): Add `time' to arguments of call-back.
390
391 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
394
395         * gnus.el: Register gnus-registry functions.
396
397         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
398         indent.
399
400         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
401         enabled before warping.
402
403 2012-03-22  Dave Abrahams  <dave@boostpro.com>
404
405         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
406         registry about each article retrieved.
407
408         * gnus-int.el (gnus-select-group-with-message-id): New function.
409         (gnus-try-warping-via-registry): Ditto.
410         (gnus-warp-to-article): Fall back on the registry.
411
412 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
413
414         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
415         inboxes.
416
417 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
420
421 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
424         gnus-gcc-self-resent-messages may be a group parameter.
425         (gnus-summary-resend-message): Don't encode encoded words in header
426         when Gcc'ing resent message.
427
428 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * shr.el (shr-insert): Treat non-breaking space just like normal
431         space.  This seems to produce more pleasing results.
432         (shr-insert): Only insert a blank line if we're starting from an image.
433         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
434         (shr-ensure-paragraph): Consider lines with white space to be blank.
435
436 2012-03-15  Elias Pipping  <pipping@lavabit.com>
437
438         * Makefile.in: Respect DESTDIR.
439
440 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
441
442         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
443         and gnus-gcc-post-body-encode-hook.
444
445 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446
447         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
448         messages that don't exist.
449
450         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
451
452 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
455         a string so that Gcc works (bug#11514).
456
457 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
458
459         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
460
461 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
464         don't have a current group.
465
466 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
469         Remove.
470
471         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
472
473         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
474
475 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
478         have a group name.
479
480         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
481         a multibyte buffer (bug#7410).
482         (article-wash-html): Parse the original article buffer to get the
483         unencoded data (bug#7410).
484
485         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
486         .newsrc.el files.
487
488 2012-04-05  Bastien Guerry  <bzg@altern.org>
489
490         * color.el (color-lighten-name): Fix typo.
491
492 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
495         "#" to avoid having them interpreted as comments.
496
497 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * shr.el (shr-insert): Update the text state properly to avoid
500         inserting spurious paragraph starts.
501
502 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * shr.el (shr-table-widths): Divide the extra width more fairly over
505         the TDs (bug#10973).
506         (shr-render-td): Don't delete too much padding.
507         (shr-natural-width): Compute the natural width more correctly.
508         (shr-insert): Allow the natural width to be computed for tables again.
509         (shr-tag-table-1): Rework how the natural widths are computed by
510         rendering the table a third time.
511         (shr-natural-width): Removed.
512         (shr-buffer-width): New function.
513         (shr-expand-newlines): Use it.
514
515         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
516         using a `gnus-use-full-window' setup (bug#11013).
517
518 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
521         24.1 release.
522
523 2012-03-10  David Edmondson  <dme@dme.org>
524
525         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
526         'Forwarded Message' header and the start of the message.
527
528 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
529
530         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
531         isn't running (bug#10897).
532
533 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
536         This is inconsistent with all the other stream functions, which leave
537         the setting up to the higher levels (if so wanted) (bug#10931).
538
539 2012-02-28  Glenn Morris  <rgm@gnu.org>
540
541         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
542         mm-decode.el: Standardize possessive apostrophe usage.
543
544 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
547
548 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
549
550         * parse-time.el (parse-time-string): Allow extractor to return nil.
551
552 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
555
556 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
557
558         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
559
560 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
561
562         * mm-decode.el (mm-shr): Remove "soft hyphens".
563
564         * nnimap.el (nnimap-request-list): Return the group names encoded as
565         utf8.  Otherwise non-European group names don't work.
566         (nnimap-request-newgroups): Ditto.
567
568         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
569         the default in `read-string' (bug#10757).
570
571         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
572         topics (bug#10843).
573
574         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
575         buffer.  Suggested by Herbert Valerio Riedel.
576         (nnimap-request-move-article): Delete the message from the correct IMAP
577         server.
578
579 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
580
581         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
582         Reported by Peter Münster.
583
584 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
585
586         * shr.el (shr-image-fetched): Make sure we really kill the right
587         buffer.
588
589 2012-02-16  Leo Liu  <sdl.web@gmail.com>
590
591         * gnus-start.el (gnus-1): Avoid duplicate entries.
592
593 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
594
595         * imap.el: Remove.
596
597         * nntp.el (nntp-coding-system-for-read): Remove.
598         (nntp-coding-system-for-write): Ditto.
599         (nntp-open-connection): Just use `binary' directly.
600
601         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
602         Gnus 0.3.
603
604 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
605
606         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
607         application/octet-stream parts really is.
608
609         * gnus-sum.el (gnus-propagate-marks): Remove.
610
611 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
612
613         * shr.el (shr-rescale-image): Undo previous change; see
614         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
615
616 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
617
618         * gnus.el: Ma Gnus v0.3 is released.
619
620 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
621
622         * gnus-sum.el (gnus-summary-local-variables): Make
623         `gnus-newsgroup-unexist' into a local variable.
624
625 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
626
627         * registry.el (registry-usage-test, registry-persistence-test): Move to
628         tests/gnustest-registry.el.
629         (registry-make-testable-db, registry-match-test)
630         (registry-instantiation-test): Move to tests/gnustest-registry.el.
631
632         * gnus-registry.el (gnus-registry-misc-test)
633         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
634
635         * tests/gnustest-registry.el: New file with the registry and
636         gnus-registry ERT tests.
637
638 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
639
640         * gnus-msg.el (gnus-summary-resend-message): Make
641         gnus-summary-resend-message-insert-gcc be last item in
642         message-header-setup-hook.
643
644 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
645
646         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
647         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
648         Remove.
649         (nnfolder-open-server): Don't use marks.
650         (nnfolder-request-delete-group): Ditto.
651         (nnfolder-request-rename-group): Ditto.
652         (nnfolder-request-set-mark, nnfolder-request-marks)
653         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
654         (nnfolder-save-marks, nnfolder-open-marks): Remove.
655
656         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
657         (nnml-marks-modtime): Remove.
658         (nnml-request-delete-group): Don't use marks.
659         (nnml-request-rename-group): Ditto.
660         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
661         (nnml-save-marks, nnml-open-marks): Remove.
662
663         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
664         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
665         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
666         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
667         (nntp-server-to-method-cache): Remove.
668
669         * shr.el (shr-rescale-image): Fix wrong merge.
670
671 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
672
673         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
674         too-wide lines.
675
676 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
677
678         * nnimap.el (nnimap-record-commands): New variable.
679         (nnimap-log-command): Use it.
680         (nnimap-make-process-buffer): Add a space to the process buffer.
681         (nnimap-transform-headers): Don't bug out on header lines containing
682         stuff that look like IMAP length encodings.
683
684         * shr.el (shr-rescale-image): Allow viewing large images.
685
686 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
687
688         * nnml.el (nnml-request-compact-group): Delete the marks file after
689         compaction (bug#10800).
690
691         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
692         group exit.
693
694         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
695         QRESYNC/FETCH output.
696
697 2012-02-11  Glenn Morris  <rgm@gnu.org>
698
699         * sieve-manage.el (sieve-manage-default-stream):
700         * shr.el (shr):
701         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
702         (nnir-retrieve-headers-override-function)
703         (nnir-imap-default-search-key, nnir-notmuch-program)
704         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
705         (nnir-method-default-engines):
706         * message.el (message-cite-reply-position):
707         * gssapi.el (gssapi-program):
708         * gravatar.el (gravatar):
709         * gnus-sum.el (gnus-refer-thread-use-nnir):
710         * gnus-registry.el (gnus-registry-unfollowed-addresses)
711         (gnus-registry-max-pruned-entries):
712         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
713         * gnus-int.el (gnus-after-set-mark-hook)
714         (gnus-before-update-mark-hook):
715         * gnus-async.el (gnus-async-post-fetch-function):
716         * auth-source.el (auth-source-cache-expiry):
717         Add missing :version tags to new defcustoms and defgroups.
718
719 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-sum.el (gnus-adjust-marked-articles): Add to
722         `gnus-newsgroup-unexist'.
723
724         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
725         marks.
726         (gnus-article-special-mark-lists): Put the `unexist' in the special
727         marks list instead.
728
729         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
730         articles in the list of articles to be selected.
731
732         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
733         articles.
734         (nnimap-update-info): Keep track of unexisting articles.
735         (nnimap-update-qresync-info): Ditto.
736
737 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
738
739         * message.el (message-default-send-mail-function): Made into own
740         function for reuse by emacsbug.el.
741
742 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
743
744         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
745         `gnus-sloppily-equal-method-parameters' to avoid a warning.
746
747 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
748
749         * mm-archive.el (mm-archive-dissect-and-inline): New function.
750         (mm-archive-dissect-and-inline): Fix up the undisplayer.
751
752         * gnus-compat.el: Define `timer-set-function'.
753
754         * mm-decode.el (mm-display-external): Output the text from the command
755         in the buffer after the command finished.  This makes text-based
756         commands behave better.
757
758 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
759
760         * gnus-compat.el: Add a compat for the old `url-retrieve'.
761
762 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
763
764         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
765         23.1.
766
767 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
770
771 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
772
773         * message.el (smtpmail-smtp-user): Silence compiler warning.
774
775 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
776
777         * message.el (message-multi-smtp-send-mail): Also allow specifying the
778         SMTP user name.
779
780 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * gnus-sum.el (gnus-summary-show-thread):
783         next-single-char-property-change may return nil in XEmacs.
784         (gnus-summary-article-map): Fix typo.
785
786 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
787
788         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
789         running.
790
791         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
792
793         * gnus.el (gnus-server-extend-method): Don't add an -address component
794         if the method already has one (bug#9676).
795
796 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
799         of an initial-input for consistency (bug#10757).
800
801         * dgnushack.el: Fix XEmacs compilation warning.
802
803         * shr.el: Inhibit getting and sending cookies when fetching pictures.
804
805         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
806
807 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
808
809         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
810         lines that are narrower than the window width.  Otherwise background
811         "blocks" will look less readable.
812
813 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
814
815         * nnimap.el (nnimap-transform-headers): Remove unused variable.
816         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
817         have newlines within the strings, and where the UID comes after the
818         BODYSTRUCTURE element (bug#10537).
819
820         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
821         (bug#10732).
822
823         * shr.el (shr-insert-document): Add doc string.
824         (shr-visit-file): Ditto.
825         (shr-remove-trailing-whitespace): New function.
826         (shr-insert-document): Use it to clean up trailing whitespace as the
827         final step (bug#10714).
828
829 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
830
831         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
832         buffer if `gnus-kill-summary-on-exit' is nil.
833
834 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
837         when just reading a single group from "without" Gnus.
838
839 2012-02-06  Chong Yidong  <cyd@gnu.org>
840
841         * gnus-sum.el (gnus-summary-show-thread):
842         next-single-char-property-change never returns nil (Bug#8657).
843
844 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
845
846         * message.el (message-multi-smtp-send-mail): New function.
847         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
848         header to implement multi-SMTP functionality.
849
850         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
851         (gnus-agentize): Don't set it.
852         (gnus-agent-send-mail): Don't use it.
853
854         * gnus-sum.el (gnus-summary-widget-backward): New function and
855         keystroke.
856
857         * gnus-compat.el: More the compat functions more compatible.
858
859         * shr.el (shr-put-image): Remove underlines from sliced images.
860         (shr-zoom-image): Compute the region to be replaced more correctly.
861
862 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
865         (gnus-summary-resend-message-insert-gcc): New function.
866         (gnus-summary-resend-message): Modify message-header-setup-hook and
867         message-sent-hook to make it work for Gcc.
868         (gnus-inews-do-gcc): Update the number of unread articles of groups
869         that messages are Gcc'd to.
870
871         * message.el (message-resend): Run message-sent-hook to do Gcc.
872
873 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * lpath.el: Fix an XEmacs compilation warning.
876
877         * gnus-compat.el: Require `help-fns' to fix compilation error.
878
879         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
880         a higher level to silence compilation.
881
882         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
883         parameter to allow controlling the scaling.
884
885         * shr.el (shr-zoom-image): New command and keystroke.
886         (shr-put-image): Take a `size' flag to say how to scale the image.
887
888         * gnus-compat.el: Redefine `delete-directory' to provide recursive
889         deletion unless already defined.
890
891         * gnus.el (gnus-compat): Require it.
892
893         * gnus-compat.el: New file.
894
895         * gnus-start.el (gnus-clean-old-newsrc): New function.
896         (gnus-read-newsrc-file): Use it.
897
898         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
899         Use recursive deletion.
900         (mm-dissect-archive): Add support for zip files.
901
902         * gnus-util.el (gnus-recursive-directory-files): New function.
903
904         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
905         (mm-archive-decoders): Add tgz support.
906
907         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
908         Otherwise inserting text into the Gnus buffer can look odd.
909
910         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
911
912         * mm-archive.el (mm-archive-decoders): Add support for tar.
913
914         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
915
916         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
917
918 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
919
920         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
921
922         * mm-archive.el: New file.
923
924         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
925
926         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
927
928         * message.el (message-goto-*): Make all the `message-goto-*' commands
929         push the mark before moving point.  This makes it easier to go back to
930         where you came from after editing whatever you jumped to.
931
932 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
933
934         * gnus.el: Ma Gnus v0.1 is released.
935
936 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
937
938         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
939         without reconnecting.
940         (nnimap-possibly-change-group): Ditto.
941         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
942         connection has died before being called.
943
944 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
945
946         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
947         an initial sync unless we're really doing one.
948
949         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
950         address parameter if one already exists (bug#9676).
951
952         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
953         not the prefix, as documented (bug#10689).
954
955 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
956
957         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
958         the "server".
959
960         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
961         the real error message with the useless "previously known to be down".
962         Which isn't even correct.
963
964         * nntp.el (nntp-open-connection): Report the error message if the nntp
965         server can't be reached.
966
967         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
968         groups we do a total scan for.
969         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
970         doing that.
971
972 2012-01-31  Jim Meyering  <jim@meyering.net>
973
974         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
975         Correct a comment (insert "not") and hide nominally-doubled "to".
976
977 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus.el (gnus-version): Change name to "Ma Gnus".
980
981 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
982
983         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
984         section in the manual.
985
986 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
987
988         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
989         words.
990         (rfc2047-encode-string): Ditto.
991         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
992         understand folded filename="..." parameters, for instance.
993
994         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
995         the message for greater debuggability.
996
997 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
998
999         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1000         instead of setting it locally, since the latter doesn't seem to have
1001         any effect (most of the time).
1002
1003 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1004
1005         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1006         function call.
1007
1008 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1009
1010         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1011         seconds, and make the repeat clause with HH:MM specs work as
1012         documented.
1013
1014 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1015
1016         * proto-stream.el (proto-stream-capability-open): Fall back on
1017         :end-of-command if :end-of-capability doesn't exist.
1018
1019 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1022         bound globally in old Emacsen and XEmacsen.
1023
1024 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1025
1026         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1027         so that previous errors don't prohibit getting new news.
1028
1029         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1030
1031         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1032
1033 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1034
1035         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1036         buffer, not of the string which is its name.
1037
1038 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1039
1040         * proto-stream.el (proto-stream-capability-open): Wait for
1041         :end-of-capability, not :end-of-command.
1042
1043         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1044         non-server-marks groups.
1045         (gnus-group-make-articles-read): Ditto.
1046
1047         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1048         methods (bug#9676).
1049
1050         * gnus.el (gnus-method-ephemeral-p): New function.
1051
1052 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1055         left-to-right.
1056
1057 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1058
1059         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1060         warning.
1061
1062 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1065         macroexpand the nnir things, since they haven't been defined yet, and
1066         nnir requires gnus-sum.
1067
1068 2012-01-24  Julien Danjou  <julien@danjou.info>
1069
1070         * color.el (color-rgb-to-hsl): Fix value computing.
1071         (color-hue-to-rgb): New function.
1072         (color-hsl-to-rgb): New function.
1073         (color-clamp, color-saturate-hsl, color-saturate-name)
1074         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1075         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1076
1077 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1080
1081 2012-01-19  Julien Danjou  <julien@danjou.info>
1082
1083         * color.el (color-name-to-rgb): Use the white color to find the max
1084         color component value and return correctly computed values.
1085         (color-name-to-rgb): Add missing float conversion for max value.
1086
1087 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1088
1089         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1090         logical server name in addition to the actual machine address.
1091
1092         * auth-source.el (auth-source-user-and-password): Add convenience
1093         wrapper to search by just host and optionally user.
1094
1095 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1098         after rendering.
1099
1100 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1101
1102         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1103         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1104         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1105
1106 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1109         (bug#9693).
1110         (gnus-summary-setup-buffer): Document return value (bug#9697).
1111
1112         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1113         since ido doesn't work on symbols (bug#9632).
1114
1115         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1116         when getting a single value as when getting all the values.  This means
1117         that atoms like `gcc-self' work cumulatively, like variable settings,
1118         instead of getting the value from the last matching clause.
1119         (gnus-group-find-parameter): Protect against the group buffer not
1120         existing (bug#9585).
1121
1122 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus-start.el (gnus-activate-group): Document more parameters
1125         (bug#9694).
1126
1127         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1128         (bug#9692).
1129
1130         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1131         article was fetched, so that it can be expired later (bug#9958).
1132         (gnus-agent-summary-fetch-series): Add doc string.
1133         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1134         (bug#9517).
1135
1136         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1137         retrieval is happening.
1138
1139         * gnus.el (gnus-parameters): Doc fix.
1140
1141 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1142
1143         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1144         show the thread after expansion.
1145
1146 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * gnus-art.el (article-narrow-to-head): If the head is completely
1149         empty, narrow to the empty region (bug#9764).
1150
1151         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1152         read, and then mark them as unread only when the unread mark is used.
1153         This makes `C-- T k' actually work, even though it's confusing.
1154
1155         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1156         alive before we try to find its window.
1157
1158 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1159
1160         * mm-decode.el (mm-display-external): Use a longer timeout for the
1161         deletion to allow slow programs to display the file.
1162
1163 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1166         prompt to be less confusing.
1167
1168         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1169         argument to `message-reply'.  This broke `special-display-*' frame
1170         pop-uping (bug#10238).
1171
1172 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1175         systems, since these allegedly don't work there.
1176
1177 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1178
1179         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1180         live buffer.
1181
1182 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * nnir.el (nnir-retrieve-headers): Protect against the article not
1185         existing on the server (bug#10335).
1186
1187 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1188
1189         * gnus-agent.el (gnus-agent-load-local): Recompute
1190         gnus-agent-article-local on changing method.
1191
1192 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * gnus.el (gnus-parameters): Note precedence.
1195
1196 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1197
1198         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1199         in the group buffer.
1200
1201 2012-01-04  Julien Danjou  <julien@danjou.info>
1202
1203         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1204         change.
1205
1206 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1209         too.
1210
1211         * nntp.el (nntp-retrieve-group-data-early): Use it.
1212
1213 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * nntp.el (nntp-retrieval-in-progress): New variable.
1216         (nntp-make-process-buffer): Make it buffer-local.
1217
1218         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1219         2010.
1220         (gnus-demon-init): Use it to compute the time if time is on the form
1221         "04:23".
1222
1223         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1224
1225         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1226         status in the correct buffer.
1227
1228 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1229
1230         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1231         when opening topics (bug#10407).
1232
1233 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1234
1235         * gnus-cus.el (gnus-score-customize):
1236         * gnus-sum.el (gnus-sort-gathered-threads):
1237         * message.el (message-shorten-references):
1238         * nnmairix.el (nnmairix-request-group):
1239         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1240
1241 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1242
1243         * gnus-agent.el (gnus-agent-regenerate-group):
1244         * gnus-int.el (gnus-retrieve-group-data-early):
1245         * mm-util.el (mm-codepage-ibm-list):
1246         * nndiary.el (Commentary, nndiary-get-new-mail):
1247         * nnir.el (nnir):
1248         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1249
1250 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * mm-view.el (mm-display-inline-fontify): Add comment.
1253
1254 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1255
1256         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1257         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1258
1259 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1260
1261         * gnus-art.el (gnus-split-methods):
1262         * gnus-msg.el (gnus-configure-posting-styles):
1263         * gnus-spec.el (gnus-parse-simple-format):
1264         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1265         * message.el (message-do-actions): Spelling fix.
1266
1267 2011-12-15  Juri Linkov  <juri@jurta.org>
1268
1269         * mm-decode.el (mm-inline-media-tests): Add missing
1270         `mm-handle-media-subtype'.
1271
1272 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1273
1274         * gnus-group.el (gnus-group-tool-bar):
1275         * gnus-sum.el (gnus-summary-tool-bar):
1276         * message.el (message-tool-bar):
1277         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1278
1279 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1280
1281         * plstore.el (plstore--insert-buffer): Spelling fix.
1282
1283 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1284
1285         * message.el (message-valid-fqdn-regexp): Update with newly approved
1286         top-level domain names ".tel" and ".asia".
1287
1288 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1291         unconditionally.
1292
1293 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1296         pop-to-buffer-same-window for old Emacsen.
1297
1298 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1299
1300         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1301
1302 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1303
1304         * netrc.el (netrc-credentials): Spelling fix.
1305
1306 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1307
1308         * gnus-fun.el (gnus-fun-ppm-change-string):
1309         * gnus-msg.el (gnus-inews-do-gcc):
1310         * gnus-sum.el (gnus-summary-find-for-reselect):
1311         * gnus.el (gnus-summary-cancelled):
1312         * message.el (message-cancel-hook, message-send-news):
1313         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1314         * nnir.el (nnir-run-hyrex):
1315         * nntp.el (nntp-with-open-group-function):
1316         * pgg.el (pgg-pending-timers): Spelling fix.
1317
1318 2011-12-04  Chong Yidong  <cyd@gnu.org>
1319
1320         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1321         change (Bug#10200).
1322
1323 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * compface.el (uncompface):
1326         * gnus-art.el (gnus-article-x-face-command): Update the header format
1327         of icon data for the most recent icontopbm program.
1328
1329 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-msg.el (gnus-inews-do-gcc):
1332         * message.el (message-send-mail):
1333         * mml.el (mml-generate-mime): Share the value of the buffer-local
1334         `message-options' variable between a draft buffer and temprary working
1335         buffers.
1336
1337 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1338
1339         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1340
1341 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1344         for Cygwin.
1345
1346 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1347
1348         * gnus-group.el (gnus-group-prepare-flat):
1349         * mm-bodies.el (mm-encode-body):
1350         * mml.el (mml-preview):
1351         * nnml.el (nnml-request-compact-group):
1352         * pop3.el (pop3-stream-type): Spelling fix.
1353
1354 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1355
1356         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1357
1358 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1359
1360         * color.el (color-rgb-to-hsl):
1361         * gmm-utils.el (gmm-tool-bar-style):
1362         * gnus-group.el (gnus-group-prepare-flat):
1363         * gnus-topic.el (gnus-topic-prepare-topic):
1364         * mm-decode.el (mm-discouraged-alternatives):
1365         * rfc2047.el (rfc2047-encode-1):
1366         * starttls.el: Spelling fix.
1367
1368 2011-11-24  Glenn Morris  <rgm@gnu.org>
1369
1370         * binhex.el (binhex-begin-line): Give it basic doc-string.
1371
1372         * starttls.el, tls.el: Fix case of "GnuTLS".
1373
1374 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1375
1376         * gnus-group.el (gnus-group-highlight): Fix typo.
1377
1378 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1379
1380         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1381         value of `delete-file', that returns nil for a local file but returns t
1382         for a remote file using ssh.
1383
1384 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1385
1386         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1387
1388 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1391         avoid later breakage.
1392
1393 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1396         article buffers' name.
1397
1398 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1401         by Paul Eggert's spellfixes two days ago.
1402
1403 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1406         doesn't have it.
1407
1408         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1409         buffer-local instead of binding them to avoid warnings.  Also demote
1410         errors (bug#10063).
1411         (font-lock-mode-hook): Shut up byte compiler.
1412
1413 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1414
1415         * mm-util.el (mm-charset-after):
1416         * nnir.el (nnir-run-hyrex):
1417         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1418         (ntlm-get-password-hashes, ntlm-md4hash):
1419         * smime.el: Fix typo.
1420
1421 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1422
1423         * gnus-agent.el (gnus-agent-expire-group-1):
1424         * nndiary.el (nndiary-last-occurence):
1425         * nnimap.el (nnimap-request-set-mark):
1426         * nnmairix.el (nnmairix-only-use-registry):
1427         * gnus-group.el (gnus-group-prepare-flat):
1428         * gnus-sum.el (gnus-decode-encoded-word-methods):
1429         * message.el (message-wash-subject):
1430         * nntp.el (nntp-retrieve-headers-with-xover):
1431         * smime.el (smime-certificate-directory): Spelling fix.
1432
1433 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1434
1435         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1436
1437         * color.el:
1438         * gnus-agent.el (gnus-agent-possibly-alter-active):
1439         * gnus-dired.el (gnus-dired-print):
1440         * mail-parse.el:
1441         * nnmairix.el (nnmairix-request-group):
1442         * shr.el (shr-image-displayer):
1443         * sieve-manage.el:
1444         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1445
1446 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1447
1448         * gnus-sum.el (gnus-auto-select-subject):
1449         * spam-report.el (spam-report-resend): Spelling fix.
1450
1451 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1452
1453         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1454         * gnus-art.el (gnus-default-article-saver):
1455         * gnus-srvr.el (gnus-server-copy-server):
1456         * gnus.el (gnus-sloppily-equal-method-parameters):
1457         * html2text.el (html2text-format-tag-list):
1458         * message.el (message-narrow-to-head):
1459         * nndiary.el:
1460         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1461         * sieve.el: Spelling fix.
1462
1463 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1464
1465         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1466         * gnus-sum.el (gnus-summary-make-menu-bar):
1467         * gnus-uu.el (gnus-uu-decode-postscript)
1468         (gnus-uu-decode-postscript-and-save):
1469         * mailcap.el (mailcap-print-command):
1470         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1471         Fix typos.
1472
1473 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1474
1475         * gnus-art.el (gnus-article-part-wrapper):
1476         * html2text.el (html2text-fix-paragraphs):
1477         * mm-decode.el (mm-image-fit-p):
1478         * rfc2047.el (rfc2047-encode-message-header):
1479         * shr-color.el (shr-color-visible-distance-min)
1480         (shr-color-relative-to-absolute, set-minimum-interval)
1481         (shr-color-visible): Fix typos.
1482
1483 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1484
1485         * gmm-utils.el (gmm-tool-bar-item):
1486         * gnus-art.el (gnus-treat-body-boundary):
1487         * gnus-diary.el (gnus-user-format-function-d):
1488         * gnus-start.el (gnus-get-unread-articles):
1489         * pgg-gpg.el (pgg-gpg-update-agent):
1490         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1491
1492 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1493
1494         * gnus-topic.el (gnus-group-prepare-topics):
1495         * gnus-uu.el (gnus-extract-view):
1496         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1497
1498 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1499
1500         * spam.el: Move BBDB autoloads.
1501         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1502         BBDB 2 and 3.
1503         (spam-check-BBDB): Use it.
1504         (spam-enter-ham-BBDB): Use it.
1505
1506 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1507
1508         * smime.el (smime-draw-buffer): Spelling fix.
1509
1510 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1511
1512         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1513         for scanning exactly one level.
1514         * gnus-start.el (gnus-get-unread-articles): Ditto.
1515
1516 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1519         slightly clearer.
1520
1521 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1522
1523         * gnus-sync.el: More commentary about setup.
1524
1525 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * message.el (message-send-and-exit): Document `arg'.
1528
1529 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1530
1531         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1532
1533 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1534
1535         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1536
1537         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1538         we don't use `bound-and-true-p'.
1539
1540 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1541
1542         * gnus-util.el (gnus-bound-and-true-p): Remove.
1543         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1544         * nnir.el: Use it.
1545         * nnmairix.el: Use it.
1546
1547 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1548
1549         * gnus-sync.el: Improve docs about CouchDB admins.
1550
1551         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1552         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1553         for reasons unknown.
1554         * nnir.el: Use it.
1555         * nnmairix.el: Use it.
1556
1557         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1558         * nnir.el: Ditto.
1559         * nnmairix.el: Ditto.
1560
1561         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1562
1563 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1564
1565         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1566         not needed.  Provide xmlplistread list function to produce XML plist
1567         output for non-Gnus LeSync clients.
1568
1569 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1572
1573         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1574         and save against it.  Group subscriptions, read marks, other marks,
1575         subscription levels, topic names, and topic offsets (the group's
1576         position within the topic) are saved.  This is an experimental backend
1577         and may change significantly.  Load json.el from the gnus-fallback-lib
1578         if it's not available otherwise.
1579         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1580
1581 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1582
1583         * message.el (message-completion-function): Make sure
1584         message-tab-body-function is not attempted if one of
1585         message-completion-alist fails to find a completion (bug#9158).
1586
1587 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1588
1589         * mml.el (mml-quote-region): Quote <#secure> tag.
1590         (mml-generate-mime-1): Unquote <#secure> tag.
1591
1592 2011-10-20  Chong Yidong  <cyd@gnu.org>
1593
1594         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1595         calling a minor mode from Lisp with nil arg enables it, so we have to
1596         make the wording a bit ambiguous here).
1597
1598 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1599
1600         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1601         * nnir.el (nnir-mode): Use it.
1602         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1603         Use it.
1604
1605         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1606         * nnmairix.el (gnus-registry-enabled): Ditto.
1607
1608 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1609
1610         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1611         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1612         only while we need to find out if it should be t or nil.
1613         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1614         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1615         the registry is installed.  Set it to nil when it's unloaded.
1616         (gnus-registry-install-p): Provide user guidance for the initial value
1617         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1618         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1619         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1620         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1621         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1622         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1623         `gnus-registry-install'.
1624
1625 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1626
1627         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1628         previous change.
1629         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1630         primary key is marked as disabled.
1631
1632 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1633
1634         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1635         primary key is marked as disabled.
1636
1637 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1638
1639         * html2text.el (html2text-clean-anchor): Check for quotes around
1640         `href' value.
1641
1642 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1643
1644         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1645         searching.  Drop `bbdb-cache'.
1646
1647 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * message.el (message-signed-or-encrypted-p): Exclude header when
1650         checking if there is signed or encrypted body in text/plain message.
1651
1652 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1653
1654         * html2text.el (html2text-get-attr): Correctly handle attribute values
1655         containing "=".
1656
1657 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1658
1659         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1660         handle bindings.
1661
1662 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * gnus-win.el (gnus-configure-windows): Protect against reading
1665         ephemeral groups outside of Gnus.
1666
1667 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * shr.el (shr-tag-img): Don't get images displayed in tables.
1670
1671 2011-10-03  Glenn Morris  <rgm@gnu.org>
1672
1673         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1674         the "maintainer" version of debbugs.gnu.org reports.
1675
1676 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1679         make asynchronous adjacent image insertion work better.
1680
1681 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1682
1683         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1684         documentation.
1685
1686 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1689         `gnus-asynchronous' isn't shadowed.
1690
1691 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1694
1695         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1696         (nnimap-insert-partial-structure): The charset parameter isn't
1697         case-sensitive.
1698
1699         * nnheader.el (nnheader-message-maybe): New function.
1700
1701         * shr.el (shr-tag-table): Render totally broken tables better.
1702
1703         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1704         computing the boundary.
1705
1706 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * pop3.el (pop3-number-of-responses): Remove.
1709         (pop3-wait-for-messages): Rewrite to take linear time instead of
1710         exponential time.
1711
1712 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1715         re-fetch images.
1716
1717         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1718         re-fetch images when hitting `g' in Gnus.
1719
1720 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1723         (mml-compute-boundary): Don't check collision if it is non-nil.
1724         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1725         before checking collision.
1726
1727 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * message.el (message-indent-citation): Really make sure there's a
1730         newline at the end.
1731
1732         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1733         Fix suggested by John Wiegley.
1734
1735         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1736
1737         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1738
1739         * message.el (message-default-send-rename-function): Break out into its
1740         own function.
1741
1742         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1743         doesn't work under XEmacs.
1744
1745         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1746         of "imaps" to word around Windows problems.
1747         (nnimap-open-connection-1): Use it.
1748
1749         * message.el (message-indent-citation): Revert last change which made
1750         `F' not work.
1751
1752 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1753
1754         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1755         terminal as well.
1756
1757 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1760         because it displays images using overlays that aren't easy to copy to
1761         the article buffer.
1762
1763 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1764
1765         * message.el (message-indent-citation): Fix empty line removal at the
1766         end of the citation.
1767
1768 2011-09-20  Julien Danjou  <julien@danjou.info>
1769
1770         * auth-source.el (auth-source-netrc-create): Use default value for
1771         password if specified.  Evaluate default.
1772         (auth-source-plstore-create): Ditto.
1773         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1774         value evaluation.
1775         (auth-source-netrc-create): Typo fix.
1776         (auth-source-plstore-create): Ditto.
1777
1778         * password-cache.el (password-cache-remove): Remove entries even if the
1779         value is nil, so that password with a nil value (negative caching) is
1780         possible to invalidate.
1781
1782         * auth-source.el (auth-source-format-cache-entry): New function.
1783
1784 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1787
1788 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1791
1792 2011-09-19  Julien Danjou  <julien@danjou.info>
1793
1794         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1795         which work with things that are not ASCII.
1796
1797 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1800
1801 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1804         message level.
1805
1806 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1809
1810 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1813
1814 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1815
1816         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1817         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1818
1819 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1820
1821         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1822         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1823         articles.
1824
1825 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1826
1827         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1828         (message-mail-other-window, message-mail-other-frame)
1829         (message-news-other-window, message-news-other-frame):
1830         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1831         instead of setting buffer display varibles.
1832
1833 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1836
1837         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1838
1839 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1842         duplicates" to a higher level.
1843
1844         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1845         most egregious messages.
1846
1847 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1850
1851 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1852
1853         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1854         up the file (bug#9351).
1855
1856 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1859         it does with all other backends, but decode the names immediately after
1860         getting them.
1861
1862         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1863         decoding nnimap groups.
1864
1865         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1866         newsrc file.  It doesn't seem like an important optimization any more.
1867
1868 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1869
1870         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1871         overflows.
1872
1873 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1876         (gnus-interactive-exit): Extend to `quiet'.
1877
1878         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1879
1880         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1881         string.
1882
1883         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1884         renaming function arguments from `this'.
1885
1886         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1887
1888         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1889         has been renamed.
1890         (gnus-lrm-string-p): Include RLM and PDF, too.
1891
1892         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1893         (bug#9225).
1894
1895 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1896
1897         Add autoload cookies for functions used by sendmail.el.
1898         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1899
1900         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1901
1902 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * gnus-art.el (article-date-ut): Work properly even when there are
1905         things like Date header in the body; work for forwarded parts.
1906
1907 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1908
1909         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1910         original-article-buffer.
1911
1912 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1913
1914         * nnir.el (nnir-compose-result): Fix matching of server type.
1915         (nnir-run-swish++): Ditto.
1916         (nnir-run-namazu): Ditto.
1917         (nnir-run-notmuch): Ditto.
1918
1919 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1922         (bug#9405).
1923
1924         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1925         (bug#9421).
1926
1927         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1928         (bug#9425).
1929
1930         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1931         thing (bug#9426).
1932
1933 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1936         the error message.
1937
1938 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1939
1940         * message.el (message-setup-1): Return t (Bug#9392).
1941
1942 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1943
1944         * gnus-sum.el: When adding article headers to a summary buffer also
1945         update gnus-newsgroup-articles (bug#9386).
1946
1947 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * auth-source.el: Autoload help-mode.
1950
1951 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1954         names.
1955
1956 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1957
1958         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1959         mm-replace-in-string for compatibility issues.
1960         * mml2015.el (mml2015-epg-verify): Ditto.
1961
1962 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1965
1966         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1967
1968 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1971         continue on and do the clean-up phase (bug#9188).
1972
1973         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1974         just ignore groups that can't be opened instead of erroring out
1975         (bug#9225).
1976
1977         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1978         nil since some many people are fuddy-duddies.
1979
1980         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1981         images.
1982
1983         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1984         instead.
1985
1986         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1987
1988         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1989
1990         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1991         processing.
1992
1993         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1994         buffer to avoid warnings.
1995
1996 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1997
1998         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1999         specified to reduce precision.
2000
2001 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2004         bodystructures (bug#9314).
2005
2006 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2009         Make button keymap non-sticky after buttons.
2010
2011 2011-08-18  David Engster  <dengste@eml.cc>
2012
2013         * nnmairix.el (nnmairix-request-set-mark)
2014         (nnmairix-goto-original-article): Remove adding of article to registry,
2015         since `gnus-registry-add-group' isn't available anymore.
2016         (nnmairix-determine-original-group-from-registry):
2017         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2018         available anymore.
2019
2020 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2021
2022         * starttls.el (starttls-any-program-available): Define as obsolete
2023         function.
2024
2025 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2028         versions which Gnus use when appropriate.
2029
2030         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2031         a pretty destructive command.
2032
2033         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2034
2035 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * message.el (message-fix-before-sending): Make a different warning
2038         about NUL characters (bug#9270).
2039
2040         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2041         from custom (bug#9260).
2042
2043         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2044         things work in Emacs 22 and XEmacs, too.
2045
2046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2047         default From.
2048
2049         * gnus-spec.el (gnus-lrm-string-p): New macro.
2050         (gnus-lrm-string): New constant.
2051         (gnus-summary-line-format-spec): LRM-ify the from.
2052         (gnus-tilde-max-form): LRM-ify string chopping.
2053
2054         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2055
2056         * message.el (message-is-yours-p): Allow disabling canlock checking
2057         (bug#9295).
2058         (message-shoot-gnksa-feet): Add `canlock-verify'.
2059         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2060         message directory isn't writable (bug#9304).
2061
2062         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2063         non-world-readable.
2064
2065 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2068         articles.
2069
2070 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2071
2072         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2073         copy-list.
2074
2075 2011-08-12  Sam Steingold  <sds@gnu.org>
2076
2077         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2078         in the reverse order to avoid modifying the cache with `nreverse'.
2079         (gnus-all-score-files): Do not modify the value returned by
2080         `gnus-score-find-alist' because it lives in a cache variable.
2081         (gnus-current-home-score-file): No need to `nreverse' the return value
2082         of `gnus-score-find-alist', it is already in the correct order.
2083
2084 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2085
2086         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2087         type MESSAGE and subtype RFC822 is slightly different from those of
2088         type TEXT.
2089
2090 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2091
2092         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2093         This allows article-referral to work from an nnir group.
2094
2095 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2096
2097         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2098
2099 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2100
2101         * mml1991.el (mml1991-epg-find-usable-key)
2102         (mml1991-epg-find-usable-secret-key): New function.
2103         (mml1991-epg-sign): Check if signing key is usable.
2104         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2105
2106 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2107
2108         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2109         server-variables only.  This should fix a bug introduced with commit
2110         e1889675b7f4adf057833c5513c9374134c4e053.
2111         (nnir-run-query): 'nnir-search-engine should not be set from the global
2112         environment.
2113
2114 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2115
2116         * nnir.el (nnir-search-thread): Position point on referring article
2117         line.
2118         (nnir-warp-to-article): Clean up summary buffers.
2119
2120         * nnimap.el (nnimap-request-thread): Whitespace fix.
2121
2122 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2123
2124         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2125
2126 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * starttls.el (starttls-available-p): Rename from
2129         `starttls-any-program-available' and changed return convention.
2130
2131 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2132
2133         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2134         `unix-sync' unless it's defined.
2135
2136 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2137
2138         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2139         `aref' for XEmacs compatibiltiy.
2140
2141 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2144
2145 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2146
2147         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2148         closures, quote the form properly (bug#9194).
2149
2150 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2153         (gnus-summary-insert-new-articles): Protect against servers that are
2154         down.
2155
2156 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2157
2158         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2159         in mm handle if none is specified.
2160
2161 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2162
2163         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2164
2165 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2166
2167         * nnir.el (nnir-search-thread): New function to make an nnir group
2168         based on a thread query.
2169
2170         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2171         of nnir in thread referral.
2172         (gnus-summary-refer-thread): Use it.
2173
2174         * nnimap.el (nnimap-request-thread): Use it.
2175
2176 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * shr.el (shr-tag-comment): Ignore HTML comments.
2179
2180 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2181
2182         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2183         argument.
2184         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2185         Use `nnir-address' to handle server info rather than passing an arg.
2186
2187         * nnimap.el (nnimap-make-thread-query): New utility function to format
2188         an imap thread search query.
2189         (nnimap-request-thread): Use it.
2190
2191         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2192         right select-method if we are not going back to the group buffer.
2193
2194 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2197         enter invalid buffer configurations into the quit form (bug#9107).
2198         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2199         unplugged/plugged.
2200
2201         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2202         keep track of which ones are unread (bug#9061).
2203
2204         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2205         (bug#9055).
2206
2207         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2208         (bug#9041).
2209
2210         * gnus-html.el (mm-util): Require (bug#9073).
2211
2212         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2213         (gnus-summary-refer-thread): Use it to remove duplicates in the
2214         un-threaded view (bug#9053).
2215         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2216
2217 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2218
2219         * nnir.el (nnir-read-server-parm): Use default value from global
2220         variable.  Without this the default search engine parameters aren't
2221         used at all.
2222
2223 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * message.el (message-unique-id): Don't use the undocumented return
2226         value from (random t) (bug#9118).
2227
2228 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * message.el (message-auto-save-directory): If the ~/Mail directory
2231         doesn't exist, use ~ as the auto-save directory (bug#4432).
2232
2233         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2234         hasn't already been started.
2235
2236 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2239
2240         * message.el (message-reply): Work around mysterious bug where
2241         `message-mode' seems to overwrite the locally bound `subject' variable.
2242
2243 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2244
2245         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2246         correct group.
2247
2248         * gnus-int.el (gnus-request-thread): Add group argument.
2249
2250         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2251
2252 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2255
2256         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2257         renamed to `debbugs-gnu-*'.
2258
2259 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2260
2261         * plstore.el: Revert the editing feature since it is not urgent.
2262         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2263         (plstore-mode-decoded): Remove.
2264
2265 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2268         isn't very interesting any more, and it leaks potentially secret data.
2269         (gnus-debug): Remove.
2270
2271         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2272         use of :custom-show.
2273
2274 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2275
2276         * plstore.el: Add documentation.
2277         (plstore-mode): New mode to edit plstore file.
2278         (plstore-mode-toggle-display, plstore-mode-original)
2279         (plstore-mode-decoded): New command.
2280         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2281         (plstore--insert-buffer, plstore--make): New function.
2282         (plstore-open, plstore-save): Simplify by using them.
2283
2284 2011-07-06  Glenn Morris  <rgm@gnu.org>
2285
2286         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2287
2288 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2291         no longer is much used.
2292         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2293         Articles".
2294
2295 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2296
2297         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2298         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2299         `notmuch' backend.
2300
2301 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * mm-decode.el (mm-text-html-renderer): Doc fix.
2304
2305         * gnus-msg.el (gnus-bug): Fix the MML tag.
2306
2307         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2308
2309 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2310
2311         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2312         secondary methods if started with `gnus-no-server'.
2313
2314 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2315
2316         * message.el (message-return-action): Fix typo in docstring.
2317
2318 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2321         bug reports at once.
2322
2323         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2324
2325 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * nndraft.el: Require gnus-group.
2328         (nndraft-request-list): Declare.
2329
2330         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2331         no unread article unless it matches gnus-permanently-visible-groups.
2332
2333         * nndraft.el (nndraft-update-unread-articles): New function.
2334         (nndraft-request-associate-buffer): Use it to update the number of
2335         unread articles for the nndraft groups in the group buffer when saving
2336         or killing a draft message.
2337
2338 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2341         systems to binary before writing and reading the mbox files.
2342
2343         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2344         instead of trying to list them all (bug#8978).
2345
2346 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2347
2348         * pop3.el (pop3-open-server): Use :end-of-capability.
2349
2350 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2353         the id is always a number.
2354
2355         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2356
2357         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2358         debbugs mode, if possible.
2359
2360 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2361
2362         * auth-source.el (auth-source-token-passphrase-callback-function):
2363         Reindent.
2364         (epg-context-operation): Remove unnecessary autoload.
2365
2366 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus.el (gnus-list-debbugs): New command.
2369
2370         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2371         mboxstat instead of the maintbox, since the stat seems to be fuller.
2372
2373         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2374         summary buffers.
2375
2376         * message.el (message-get-reply-headers): Delete all duplicates,
2377         instead of the first.
2378         (message-get-reply-headers): Ensure that we have progress while
2379         deleting duplicates.
2380
2381         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2382         gnus-posting-style value from the summary buffer to make it easier to
2383         make that a per-buffer conf.
2384
2385 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2386
2387         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2388         found by setting `shortcut' in 'query.
2389         (nnir-request-article): Use `shortcut' setting when requesting article
2390         by Message-ID.
2391
2392 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2393
2394         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2395         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2396         Bring the pseudo-headers back too.
2397
2398 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2399
2400         * auth-source.el (auth-source-token-passphrase-callback-function):
2401         Simplify and remove EPA dependency.
2402
2403 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2404
2405         * nnir.el (nnir-request-article): Fix error message text.
2406
2407 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2408
2409         * auth-source.el (plstore-delete): Autoload.
2410         (auth-source-plstore-search): Support delete operation.
2411         * plstore.el (plstore-delete): New function.
2412
2413 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2416         mark actually existing articles as unread rather than the ones that
2417         active asserts.
2418
2419 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2420
2421         * nntp.el (nntp-record-command):
2422         * gnus-util.el (gnus-message-with-timestamp-1):
2423         Use format-time-string rather than decoding time stamps by hand.
2424         This is simpler and insulates the code from potential changes to
2425         current-time format.
2426
2427 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2430
2431 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2432
2433         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2434         (plstore-save): Support public key encryption.
2435         (plstore--init-from-buffer): New function.
2436         (plstore-open): Use it; fix error when opening a non-existent file.
2437         (plstore-revert): Use plstore--init-from-buffer.
2438
2439 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2440
2441         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2442
2443 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2446         for old Emacsen.
2447
2448 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2449
2450         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2451         is not fully working.
2452
2453 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * dgnushack.el: Autoload sha1 on XEmacs.
2456
2457         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2458         quit window configuration.
2459
2460         * auth-source.el (epg-context-set-passphrase-callback):
2461         Remove duplicate autoload.
2462
2463 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2464
2465         * nnir.el (nnir-request-article): Allow requesting articles by
2466         Message-ID with nnimap.
2467
2468         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2469         current server.
2470
2471 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2472
2473         * auth-source.el: Autoload EPA/EPG functions.
2474         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2475         changed when EPA/EPG is not available.
2476         (auth-source-backend): Rename "arg" member to "data".
2477         (auth-source-backend-parse, auth-source-plstore-search)
2478         (auth-source-plstore-create): Use it.
2479
2480 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2481
2482         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2483         `gnus-refer-article-methods'.
2484
2485 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2486
2487         * auth-source.el: Require EPA and EPG.
2488         (auth-source-passphrase-alist): New variable.
2489         (auth-source-passphrase-callback-function)
2490         (auth-source-token-passphrase-callback-function): Callbacks for the
2491         netrc field encryption (GPG tokens).
2492         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2493         Symmetric encryption and decryption of the netrc GPG tokens.
2494         (auth-source-netrc-normalize): Use them, simplifying the closure.
2495
2496 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2499         is available.
2500
2501 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2504         non-nil, and `nnimap-split-methods' is nil, use the former.
2505
2506 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2507
2508         * plstore.el (plstore-revert): New function.
2509         (plstore-open): Use it; hide the buffer from user.
2510
2511 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2512
2513         * auth-source.el (auth-source-backend): New member "arg".
2514         (auth-source-backend-parse): Handle new backend 'plstore.
2515         * plstore.el: New file.
2516
2517 2011-06-30  Glenn Morris  <rgm@gnu.org>
2518
2519         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2520
2521 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2524         expiring articles to.
2525
2526         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2527         variations as ASCII (bug#5458).
2528
2529 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2532
2533 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * message.el (message-point-in-header-p): Tweak the function to default
2536         to saying that we're not in the headers if there is no separator at
2537         all.  This makes it possible to use the Message version of `M-q' in
2538         buffers with no headers (bug#7987).
2539         (message-point-in-header-p): Fix last checkin to work with an empty
2540         mail-header-separator, too.
2541
2542         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2543         again, save the choice via customize.
2544
2545 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546
2547         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2548
2549         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2550         ended the connection, bail out before waiting infinitely on a new
2551         connection.
2552
2553 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2554
2555         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2556         reports.
2557
2558         * gnus.el (gnus-bug-package): Use "gnus."
2559         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2560
2561 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * dgnushack.el: Make the timer warning go away on XEmacs.
2564
2565         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2566         animations going on at article exit time.
2567
2568         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2569         since removing it breaks people upgrading.
2570
2571         * shr.el (shr-put-image): Use the new interface for animating images.
2572         (shr-put-image): Animate for 60 seconds.
2573
2574         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2575         avoid compiler warnings.
2576
2577         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2578         error with `find-file-hooks' on Emacs 22.
2579         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2580         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2581         on all architectures.
2582
2583         * spam.el (spam-stat): Require in a normal fashion without binding
2584         `spam-stat-install-hooks' to avoid compilation warnings.
2585
2586         * spam-stat.el (spam-stat-install-hooks): Remove.
2587         (spam-stat-install-hooks): Don't run automatically.
2588
2589 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2590
2591         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2592         and keystroke.
2593
2594 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * auth-source.el (auth-source-netrc-cache): Move forward.
2597
2598 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * proto-stream.el (proto-stream-open-starttls): Use
2601         `gnutls-available-p' to see whether we have built-in support.
2602
2603         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2604         we already know.
2605         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2606         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2607
2608 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2611         %S format, since that looks odd.
2612         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2613         file, especially when saving.
2614
2615 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2616
2617         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2618         article found.
2619
2620 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2621
2622         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2623         `auth-source-save-secrets' with a more sensitive alist that can be
2624         configured per file.  Experimental, so defaults to 'never.
2625         (auth-source-netrc-create): Use it.  Still experimental code.
2626         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2627         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2628
2629 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2630
2631         * auth-source.el (auth-source-save-secrets): New variable to control if
2632         secret tokens should be saved encrypted.
2633         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2634         to `auth-source-netrc-normalize'.
2635         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2636         on the EPA variables being defined.
2637         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2638         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2639         the lexical-let closure.
2640         (auth-source-netrc-create): Create "gpg:" tokens according to
2641         `auth-source-save-secrets'.
2642
2643 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * gnus-group.el (gnus-group-update-group): Add new argument
2646         `info-unchanged' that stops updating dribble buffer.
2647
2648         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2649         deletes lines matching to it in dribble buffer.
2650
2651         * gnus-agent.el (gnus-agent-fetch-group-1):
2652         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2653         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2654         * gnus-start.el (gnus-group-change-level):
2655         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2656
2657         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2658         if newsgroup info is not changed.
2659
2660         * gnus-group.el (gnus-group-get-new-news-this-group):
2661         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2662         Don't update dribble buffer.
2663
2664 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2667         remove entries with groups we ignore.
2668
2669 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2672         the underline comes at the bottom.
2673
2674 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2675
2676         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2677         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2678         (gnus-registry-article-marks-to-names): Rename from
2679         `gnus-registry-user-format-function-M2'.
2680
2681 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2684         ephemeral group.
2685
2686 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * shr.el (shr-browse-image): Copy the URL if called interactively.
2689
2690 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2693         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2694         done, then unselected articles may be marked as read.
2695
2696         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2697         since not doing this seems to lead to a race condition in pop3-logon.
2698
2699         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2700         so that the call chain it correct when we call "upwards".
2701
2702         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2703         in read-only groups.
2704
2705         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2706
2707         * message.el (message-cite-reply-position): Doc string fix.
2708
2709         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2710         avoid regexp overflow.
2711         (nnimap-transform-split-mail): Ditto.
2712
2713         * pop3.el (pop3-retr): Error out if the server closes the connection.
2714
2715 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2716
2717         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2718         mm-with-unibyte-current-buffer.  The buffer should not contain any
2719         multibyte chars anyway at this stage.
2720
2721 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2724         at the end of lines.
2725
2726 2011-05-29  Julien Danjou  <julien@danjou.info>
2727
2728         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2729
2730 2011-05-27  Glenn Morris  <rgm@gnu.org>
2731
2732         * gnus-group.el (gnus-bug-group-download-format-alist):
2733         Use the "maintainer" version of debian reports as well.
2734
2735 2011-05-26  Glenn Morris  <rgm@gnu.org>
2736
2737         * gnus-group.el (gnus-bug-group-download-format-alist):
2738         Use the "maintainer" version of debbugs.gnu.org reports.
2739
2740 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2743
2744 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2745
2746         * gnus-cus.el (gnus-agent-customize-category):
2747         * gnus-delay.el (gnus-delay-send-queue):
2748         * gnus.el (gnus-other-frame):
2749         Don't quote lambda expressions with `quote'.
2750
2751 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2752
2753         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2754         the thread moves us backwards and so we loop forever.
2755
2756 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2759         whitespace in base64 data lines.
2760
2761 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2762
2763         * gnus-registry.el (gnus-registry-user-format-function-M):
2764         Use `mapconcat'.
2765         (gnus-registry-user-format-function-M2): Use to see the full text of
2766         the marks.  Make "," the mark text separator.
2767
2768         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2769         authentication with auth-source.
2770
2771 2011-05-17  Glenn Morris  <rgm@gnu.org>
2772
2773         * gnus-group.el (gnus-import-other-newsrc-file):
2774         Use insert-file-contents.
2775
2776 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2777
2778         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2779         1000 iterations.
2780
2781 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * nntp.el (nntp-open-connection): Check if process-type is available.
2784
2785 2011-05-16  Julien Danjou  <julien@danjou.info>
2786
2787         * shr.el (shr-tag-del): Add support for del tag.
2788
2789 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus-html.el (gnus-html-put-image): Register a displayer.
2792
2793         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2794
2795 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2796
2797         * registry.el (prune-factor): New initialization parameter defaulting
2798         to 0.1.
2799         (registry-prune-hard): Use it.
2800
2801         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2802         0.1 expicitly.
2803
2804 2011-05-13  Glenn Morris  <rgm@gnu.org>
2805
2806         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2807         is bound, since this function requires sendmail.
2808
2809 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2810
2811         * registry.el (registry-usage-test): Disable pruning test.
2812
2813 2011-05-11  David Engster  <dengste@eml.cc>
2814
2815         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2816         Bind set-network-process-option for XEmacs.
2817
2818 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2819
2820         * registry.el (registry-prune-hard-candidates)
2821         (registry-prune-soft-candidates): Helper methods for registry pruning.
2822         (registry-prune): Use them.  Make the sort function optional.
2823
2824 2011-05-10  Jim Meyering  <meyering@redhat.com>
2825
2826         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2827
2828 2011-05-10  Julien Danjou  <julien@danjou.info>
2829
2830         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2831         symbol and not a list.
2832
2833 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * gnus-art.el (gnus-article-mode): Move binding of
2836         shr-put-image-function here from gnus-article-prepare-display.
2837
2838         * shr.el (shr-put-image-function): New variable.
2839         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2840         (shr-put-image): Return scaled image.
2841
2842         * gnus-art.el (gnus-shr-put-image): New function.
2843         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2844
2845         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2846         original ones, as deletable.
2847
2848 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2849
2850         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2851
2852 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2853
2854         * registry.el (registry-full): Add convenience method.  Fix logic.
2855         (registry-insert): Use it.  Fix logic here too.
2856
2857         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2858         `registry-prune' if `registry-full' returns t.
2859         (gnus-registry-handle-action)
2860         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2861         (gnus-registry-usage-test): Use it.
2862
2863 2011-05-07  Julien Danjou  <julien@danjou.info>
2864
2865         * shr.el (shr-link): Make shr-link inherit from link by default.
2866
2867 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2868
2869         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2870
2871 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2874         error out because the face is not a list.
2875
2876 2011-05-05  Glenn Morris  <rgm@gnu.org>
2877
2878         * proto-stream.el (gnutls-negotiate): Fix declarations.
2879
2880         * gnus-start.el (gnus-propagate-marks): Declare.
2881
2882 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2883
2884         * registry.el (registry-reindex): Fix percentage message.
2885
2886         * proto-stream.el (network-stream-open-starttls): Adjust to call
2887         `gnutls-negotiate' with :process and :hostname arguments.
2888
2889 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2890
2891         * shr.el: Add shr-link face for links.
2892         (shr-urlify): Use it.
2893
2894         * registry.el (registry-insert): Make error message more helpful.
2895
2896 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * gnus-html.el (gnus-html-schedule-image-fetching):
2899         Use url-queue-retrieve, if it exists.
2900
2901         * shr.el (shr-tag-img): Ditto.
2902
2903         * gnus.el: Autoload more gnus-agent functions.
2904
2905         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2906         agent if we haven't already (bug#8502).
2907
2908         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2909         into the Agent, too.
2910
2911         * gnus-agent.el (gnus-agent-store-article): New function.
2912
2913         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2914         and moved from that file for reuse.
2915
2916         * pop3.el (pop3-open-server): Error messages are "-ERR".
2917
2918 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2921         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2922
2923 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2924
2925         * gnus.el: No Gnus v0.17 is released.
2926
2927 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2928
2929         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2930         buffer has moved to a different frame.
2931
2932 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2935         to get the conversion from unibyte to multibyte buffers to work on
2936         Emacs 22.
2937
2938         * nntp.el (nntp-request-article): Slight clean-up.
2939
2940 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * shr.el (shr-strike-through): New face.
2943         (shr-tag-s): Use it to provide <s> support.
2944         (shr-tag-s): Remove duplicate definition.
2945
2946 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2947
2948         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2949         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2950
2951 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2952
2953         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2954         `gnutls-negotiate'.
2955         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2956
2957 2011-04-23  Glenn Morris  <rgm@gnu.org>
2958
2959         * gnus-sum.el (gnus-extra-headers): Bump :version.
2960
2961 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * shr.el (shr-tag-sup): New function.
2964         (shr-tag-sub): Ditto.
2965
2966 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2967
2968         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2969         for the case where `gnus-registry-ignored-groups' is a list of lists,
2970         and don't call `gnus-parameter-registry-ignore' otherwise.
2971
2972 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * nnimap.el (nnimap-user): New backend variable.
2975         (nnimap-open-connection-1): Use it.
2976         (nnimap-credentials): Accept user parameter so it's explicit what user
2977         name is desired.
2978
2979         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2980         default.
2981
2982         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2983         not gnus-registry.el.
2984
2985         * gnus-registry.el: Mention in comments how to modify
2986         `gnus-extra-headers' for proper recipient tracking and that it may
2987         already have To and Cc recently, which it does as of this commit.
2988         (gnus-registry-ignored-groups): Remove defcustom.
2989         Explain why in comments.
2990         (gnus-registry-action): Fix data-header reference to use the extra
2991         headers.  Explain in package commentary how to add To and Cc headers to
2992         the gnus-extra-headers.
2993         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2994         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2995         parameter list or a string list in `gnus-registry-ignored-groups'.
2996         Fix logic error.
2997
2998 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * shr.el (shr-expand-url): Protect against null urls.
3001
3002 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * shr.el (shr-base): New binding.
3005         (shr-tag-base): Keep track of <base>.
3006         (shr-expand-url): New function used throughout.
3007
3008 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3009
3010         * gnus-registry.el
3011         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3012         (gnus-registry-ignored-groups): New variable.
3013         (gnus-registry-ignore-group-p): Use it.
3014         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3015         set the destination group to nil (same as delete) if it's ignored.
3016
3017 2011-04-20  David Engster  <dengste@eml.cc>
3018
3019         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3020
3021         * Makefile.in (test-nntp): New rule.
3022         (check): Add it.
3023         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3024
3025 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-registry.el (gnus-registry-action)
3028         (gnus-registry-fetch-header-fast):
3029         Don't use mail-header that looks an internal function of mailheader.el.
3030
3031 2011-04-19  Glenn Morris  <rgm@gnu.org>
3032
3033         * time-date.el (time-to-days): Remove unused local variables.
3034
3035 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-registry.el: Eliminate cl functions.
3038         (gnus-registry-sort-addresses): New function that replaces mapcan.
3039         (gnus-registry-action, gnus-registry-spool-action)
3040         (gnus-registry-split-fancy-with-parent)
3041         (gnus-registry-fetch-recipients-fast): Use it.
3042         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3043
3044         * registry.el (initialize-instance, registry-lookup)
3045         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3046         (registry-lookup-secondary-value, registry-search, registry-delete)
3047         (registry-insert, registry-reindex, registry-size, registry-prune):
3048         Use eval-and-compile.
3049
3050 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3051
3052         * registry.el (registry-reindex): New method to recreate the secondary
3053         registry indices.
3054
3055         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3056         tracked field changes.
3057         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3058         (gnus-registry-action, gnus-registry-spool-action)
3059         (gnus-registry-handle-action)
3060         (gnus-registry--split-fancy-with-parent-internal)
3061         (gnus-registry-split-fancy-with-parent)
3062         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3063         move, and delete actions, and for fancy splitting with parent.
3064         (gnus-registry-extract-addresses)
3065         (gnus-registry-fetch-recipients-fast)
3066         (gnus-registry-fetch-header-fast): Convenience functions.
3067         (gnus-registry-misc-test): ERT test of
3068         `gnus-registry-extract-addresses'.
3069
3070 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3073         Track by subject first, then sender.
3074
3075 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3076
3077         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3078
3079         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3080         Lisp.
3081
3082         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3083         (gnus-draft-send): Use it to avoid popping
3084         up frames from gnus-group-send-queue.
3085
3086 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3087
3088         * gnus-registry.el: Updated gnus-registry docs.
3089
3090 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3091
3092         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3093         Fix logic bug.
3094         (gnus-registry-post-process-groups): Fix logging of no results and
3095         quote sender and subject.
3096
3097 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3100         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3101         gnutls-cli are too slow to be done opportunistically.
3102
3103         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3104         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3105         we had no early-data returned.
3106         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3107         two async commands to the same server at the same time.
3108
3109 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3110
3111         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3112
3113 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3116         "warning" level.
3117
3118         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3119         (mm-url-insert-file-contents): Don't set the package names.
3120
3121 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3122
3123         * gnus-registry.el (gnus-registry-action): Remove properties and
3124         simplify subject in `gnus-registry-handle-action'.
3125         (gnus-registry-spool-action): Get subject and sender from message if
3126         they are not passed in.
3127         (gnus-registry-handle-action): Remove properties and simplify subject
3128         consistently.
3129
3130 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3131
3132         * registry.el: Require CL before using defmacro*.
3133
3134 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * gnus-art.el (article-treat-date): Assume that
3137         gnus-article-date-headers may be a group parameter.
3138
3139 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3140
3141         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3142
3143         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3144         interactively so the newsrc file can contain foreign groups too.
3145         Useful for debugging but not much for users.
3146
3147 2011-04-07  David Engster  <dengste@eml.cc>
3148
3149         * registry.el (registry-usage-test): Only do
3150         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3151         lexical binding.
3152
3153 2011-04-07  David Engster  <dengste@eml.cc>
3154
3155         * Makefile.in (check, test-registry): New rules for test-suite.
3156
3157 2011-04-06  David Engster  <dengste@eml.cc>
3158
3159         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3160         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3161
3162 2011-04-06  David Engster  <dengste@eml.cc>
3163
3164         * registry.el (initialize-instance): Change :after to :AFTER to be
3165         compatible with old EIEIO version in XEmacs.
3166
3167 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3168
3169         * gnus-registry.el (gnus-registry-post-process-groups)
3170         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3171         and provide better messaging.
3172
3173 2011-04-06  David Engster  <dengste@eml.cc>
3174
3175         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3176         errors.
3177
3178         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3179         dgnushack-compile with error-on-warn enabled, and to signal an error if
3180         clean compilation failed.
3181         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3182         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3183
3184 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3185
3186         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3187         unconditionally anyway, discarding errors.
3188         (gnus-registry-delete-entries): New convenience function.
3189         (gnus-registry-import-eld): Import from old .eld registry.
3190
3191         * registry.el: Don't use ERT if it's not available.  Load it
3192         unconditionally anyway, discarding errors.
3193
3194         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3195         version from the Claudio Bley GnuTLS patch (extra optional parameters
3196         and host name).
3197
3198 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3199
3200         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3201         fixup the parameters that can be customized by the user between
3202         save/read cycles.
3203         (gnus-registry-read): Use it.
3204         (gnus-registry-make-db): Use it.
3205         (gnus-registry-spool-action, gnus-registry-handle-action):
3206         Fix messaging.
3207         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3208         Map references to actual group names with sender and subject tracking.
3209         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3210         (gnus-registry-usage-test): Add subject lookup test.
3211
3212         * registry.el (registry-db, initialize-instance): Set up constructor
3213         instead of :initform arguments for the sake of older Emacsen.
3214         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3215         pre-lexbind merge bug.
3216         (registry-usage-test): Use it.
3217         (initialize-instance, registry-db): Move the non-function initforms
3218         back to the class definition.
3219
3220 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3221
3222         * registry.el: New library to manage gnus-registry-style data.
3223
3224         * gnus-registry.el: Use it (major rewrite).
3225
3226         * nnregistry.el: Use it.
3227
3228         * spam.el: Use it.
3229
3230 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231
3232         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3233         marks on non-selected articles.
3234
3235 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3236
3237         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3238         parameter to open-protocol-stream.
3239
3240 2011-04-01  Julien Danjou  <julien@danjou.info>
3241
3242         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3243         fundamental-mode.
3244
3245 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3248         servers.
3249
3250 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3253         made marks not propagate, again.
3254
3255 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3256
3257         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3258         Make this the default type.
3259         (proto-stream-open-plain): Rename from proto-stream-open-default.
3260         (open-protocol-stream, proto-stream-open-starttls)
3261         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3262         with `plain'.
3263
3264         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3265         value.
3266
3267         * nntp.el (nntp-open-connection-function): Document the fact that some
3268         values are not functions but are instead handled specially.
3269         Recognize nntp-open-plain-stream value.
3270         (nntp-open-connection): Recognize that value.
3271
3272 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3275         where it seems to be needed.
3276
3277 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3280         stuff.
3281
3282         * gnus-score.el (gnus-score-string): Fix calling convention of
3283         `gnus-simplify-buffer-fuzzy' after last patches.
3284
3285         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3286         server for articles we didn't get any headers for.  This is a sanity
3287         check.
3288
3289 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3290
3291         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3292         new CAPABILITY, use it.
3293
3294 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3297         downloading anything.
3298
3299         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3300
3301 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3302
3303         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3304         colors.
3305         (gnus-splash-svg-color-symbols): New function.
3306
3307 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308
3309         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3310         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3311         (gnus-simplify-subject-fuzzy): Use the local
3312         gnus-simplify-subject-fuzzy-regex instead of the global one.
3313         This makes using this variable in group parameters work.
3314
3315 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3316
3317         * gnus-registry.el (gnus-registry-unfollowed-groups):
3318         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3319         archive:sent-YYYY-MM-DD groups).
3320         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3321         tracking if there are more than `gnus-registry-max-track-groups'
3322         matches.
3323
3324 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3325
3326         * message.el (message--yank-original-internal): New function to do the
3327         insertion cleanly inside eval in `message-yank-original'.
3328         (message-yank-original): Use it.
3329
3330 2011-03-29  Julien Danjou  <julien@danjou.info>
3331
3332         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3333         local variables disabled rather than `normal-mode'.
3334
3335 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3336
3337         * imap.el (imap-shell-open, imap-process-connection-type):
3338         Use imap-process-connection-type for 'shell' streams as well as
3339         Kerberos, SSL, other subprocesses.
3340
3341 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3342
3343         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3344         with open-network-stream.
3345         (proto-stream-always-use-starttls): Option removed.
3346         (open-protocol-stream): Return a process object by default.  Provide a
3347         new parameter :return-list specifying a list-type return value, which
3348         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3349         :type `network' to `try-starttls', and `network-only' to `default'.
3350         Make `default' the default, for compatibility with open-network-stream.
3351         Handle the no-parameter case exactly as open-network-stream, with no
3352         additional stream processing.  Search plists using plist-get.
3353         Explicitly add :end-of-commend parameter if it is missing.
3354         (proto-stream-open-default): Rename from
3355         proto-stream-open-network-only.  Return 'default as the type.
3356         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3357         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3358         failed.  Always return a list with a (possibly dead) process as the
3359         first element, for compatibility with open-network-stream.
3360         (proto-stream-open-tls): Use plist-get.  Always return a list.
3361         (proto-stream-open-shell): Return `default' as connection type.
3362         (proto-stream-capability-open): Use plist-get.
3363         (proto-stream-eoc): Function deleted.
3364
3365         * nnimap.el (nnimap-stream, nnimap-open-connection)
3366         (nnimap-open-connection-1): Handle renaming of :type parameter for
3367         open-protocol-stream.
3368         (nnimap-open-connection-1): Pass a :return-list parameter
3369         open-protocol-stream to obtain a list return value.  Parse this list
3370         using plist-get.
3371
3372         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3373         for open-protocol-stream.  Accept open-protocol-stream return value
3374         that is a subprocess object instead of a list.  Handle the case of a
3375         dead returned process.
3376
3377 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3380
3381         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3382
3383 2011-03-21  Julien Danjou  <julien@danjou.info>
3384
3385         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3386         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3387         query.
3388         (mm-inline-text): Render normal text with fontification whenever
3389         possible.
3390
3391         * gnus-sum.el (gnus-summary-save-parts-1):
3392         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3393         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3394         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3395         Use `mm-handle-filename'.
3396
3397         * mm-util.el (mm-handle-filename): New function, return the filename of
3398         an handle.
3399
3400 2011-03-18  Julien Danjou  <julien@danjou.info>
3401
3402         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3403         (gnus-buffer-live-p): Check that buffer is not nil.
3404
3405 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3406
3407         * gnus.el: No Gnus v0.15 is released.
3408
3409 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3412         avoid warning on XEmacs.
3413
3414         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3415         on XEmacs.
3416
3417         * gnus-art.el: Require mouse, which the build bot seems to say is
3418         needed.
3419
3420         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3421
3422         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3423         XEmacs, since it doesn't have url-retrieve-synchronously.
3424
3425         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3426         since assoc-string doesn't exist in XEmacs.
3427
3428 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3429
3430         * gnus-group.el (gnus-group-list-ticked): New function.
3431         (gnus-group-make-menu-bar): Provide a menu entry for it.
3432         (gnus-group-list-map): Provide a binding for it.
3433
3434 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * shr.el (shr-visit-file): New command.
3437
3438         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3439
3440 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3441
3442         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3443         servers.
3444
3445 2011-03-16  Julien Danjou  <julien@danjou.info>
3446
3447         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3448         inline.
3449
3450         * gnus-art.el (article-hide-list-identifiers):
3451         Use gnus-group-get-list-identifiers.
3452
3453         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3454         (gnus-summary-remove-list-identifiers):
3455         Use gnus-group-get-list-identifiers to get regexp.
3456         (gnus-select-newsgroup, gnus-summary-insert-subject)
3457         (gnus-summary-insert-articles):
3458         Call gnus-summary-remove-list-identifiers unconditionally.
3459
3460 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3463         we're selecting a group with unread articles.
3464
3465         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3466
3467         * gssapi.el: New file separated out from imap.el to provide a general
3468         Kerberos 5 connection facility for Emacs.
3469
3470         * message.el (message-elide-ellipsis): Document the format spec
3471         ellipsis.
3472
3473 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3474
3475         * message.el (message-elide-region): Allow the ellipsis to say how many
3476         lines were removed.
3477
3478 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3481         window configurations containing buffers that are now dead.
3482
3483         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3484         parsing to avoid integer overflows.
3485         (nnimap-parse-flags): Simplify the last change.
3486         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3487         too large for 32-bit Emacsen.
3488
3489 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3490
3491         * auth-source.el (auth-source-netrc-create):
3492         * message.el (message-yank-original): Fix use of `case'.
3493
3494 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3495
3496         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3497         XEmacs, which was one character too wide.
3498
3499 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3500
3501         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3502         default number of articles to display.
3503         (gnus-articles-to-read): Use pretty names for prompt.
3504
3505 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * gnus-int.el (gnus-open-server): Ditto.
3508
3509         * gnus-start.el (gnus-activate-group): Give a backtrace if
3510         debug-on-quit is set and the user hits `C-g'.
3511         (gnus-read-active-file): Ditto.
3512
3513         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3514
3515 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3516
3517         * message.el (message-yank-original): Use cond instead of CL case.
3518
3519 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3520
3521         * auth-source.el (auth-source-netrc-create): Use usual format for the
3522         default in prompts.
3523
3524 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * lpath.el: Fbind read-char-choice for XEmacs.
3527
3528 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3529
3530         * auth-source.el (auth-source-netrc-create): Show the default in the
3531         prompt when prompting for token creation.
3532
3533 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3534
3535         * auth-source.el (auth-source-format-prompt): Always convert the value
3536         to a string to avoid evaluating non-string arguments.
3537         (auth-source-netrc-create): Offer default properly, not as initial
3538         content in `read-string'.
3539         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3540         of line to determine if we've been run before.  If so, don't run again,
3541         but print a trivial message to indicate the cache was hit instead.
3542
3543 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3544
3545         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3546         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3547         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3548         Gnus.
3549
3550 2011-03-11  Julien Danjou  <julien@danjou.info>
3551
3552         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3553         modified file".
3554
3555 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3556
3557         * auth-source.el (auth-source-read-char-choice): New function to read a
3558         character choice using `dropdown-list', `read-char-choice', or
3559         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3560         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3561         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3562         (auth-source-netrc-saver): Use it.
3563         (auth-source-pick-first-password): New convenience function.
3564
3565 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3566
3567         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3568         parameter in the credentials.
3569         (nnimap-open-connection-1): Use it after a successful login.
3570         (nnimap-credentials): Add IMAP-specific user and password prompt.
3571
3572         * auth-source.el (auth-source-search): Add :require parameter, taking a
3573         list.  Document it and the :save-function return token.  Pass :require
3574         down.  Change the CREATED message from a warning to a debug statement.
3575         (auth-source-search-backends): Pass :require down.
3576         (auth-source-netrc-search): Pass :require down.
3577         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3578         Change save prompt to indicate all modifications saved here are
3579         deletions.
3580         (auth-source-netrc-create): Take user login name as default in user
3581         prompt.  Move all the save functionality to a lexically bound function
3582         under the :save-function token in the returned list.  Set up clearer
3583         default prompts for user, host, port, and secret.
3584         (auth-source-netrc-saver): New function, intended to be wrapped for
3585         :save-function.
3586
3587 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3590         lines to be spaces instead.
3591
3592 2011-03-07  Julien Danjou  <julien@danjou.info>
3593
3594         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3595         (sieve-sasl-auth): Check that auth-source-search did return something,
3596         or just return an empty string.
3597
3598 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3599
3600         * gnus.el (gnus-interactive): Use read-directory-name.
3601
3602         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3603         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3604         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3605         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3606         Likewise.
3607
3608         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3609
3610 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3613         onto the list of killed groups, too.  This makes killed nnimap groups,
3614         for instance, more reliably not reappear.
3615
3616         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3617         the parent.
3618
3619         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3620
3621         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3622         really have server-side marks.
3623
3624         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3625         since most backends do not usefully have server-side marks.
3626         (gnus-update-read-articles): Propagate marks to all backends that
3627         really have server-side marks.
3628
3629 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3630
3631         * message.el (message-cite-reply-position, message-cite-style):
3632         New variables.
3633         (message-yank-original): Use the new citation styles.
3634
3635 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3636
3637         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3638         buffer-local issue); don't mark it buffer-local when running under
3639         XEmacs.
3640
3641 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3642
3643         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3644         numbers too big to be `read'.
3645
3646 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3647
3648         * password-cache.el (password-in-cache-p): Add autoload.
3649
3650         * message.el (message-options): Make buffer-local two ways to attempt
3651         to fix a XEmacs bug.
3652
3653 2011-03-02  Julien Danjou  <julien@danjou.info>
3654
3655         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3656
3657 2011-03-01  Julien Danjou  <julien@danjou.info>
3658
3659         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3660         group.
3661         (article-hide-list-identifiers): Use list-identifier group parameter.
3662
3663 2011-02-28  Julien Danjou  <julien@danjou.info>
3664
3665         * sieve.el (sieve-buffer-script-name): New local variable to store
3666         sieve script name.
3667         (sieve-edit-script): Store sieve script name.
3668         (sieve-upload): Use sieve script name when uploading.
3669         (sieve-upload): Use substitute-command-keys.
3670         (sieve-edit-script): Use substitute-command-keys.
3671         (sieve-refresh-scriptlist): Use substitute-command-keys.
3672         (sieve-manage-mode-map): Define keymap properly.
3673         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3674         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3675         Remove commented code about cvs.
3676         (sieve-manage-quit): New function.
3677         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3678
3679 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3682
3683 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3684
3685         * auth-source.el (auth-source-search): Cache empty result sets.
3686
3687         * password-cache.el (password-in-cache-p): Convenience function to
3688         check if a key is in the cache, even if the value is nil.
3689
3690         * auth-source.el (auth-source-save-behavior): New variable to replace
3691         `auth-source-never-create'.
3692         (auth-source-netrc-create): Use it.
3693         (auth-source-never-save): Remove.
3694
3695 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3696
3697         * nnimap.el (nnimap-stream): Doc fix.
3698         (nnimap-open-connection-1): Reverse the order of the ports to that the
3699         prompted-for port is first.
3700
3701         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3702         retrieval by the no-group selection.
3703
3704         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3705         numerical parameters.
3706
3707 2011-02-25  Julien Danjou  <julien@danjou.info>
3708
3709         * gnus-gravatar.el: Use gnus-with-article-buffer.
3710
3711         * gnus-art.el (gnus-with-article-buffer): Check that the
3712         gnus-article-buffer is alive.
3713
3714 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3715
3716         * auth-source.el (auth-source-creation-prompts): New variable to manage
3717         creation-time prompts.
3718         (auth-source-search): Document it.
3719         (auth-source-format-prompt): Add utility function.
3720         (auth-source-netrc-create): Don't default the user name to
3721         user-login-name.  Use `auth-source-creation-prompts' and some default
3722         prompts for user, host, port, and password (the default generic prompt
3723         remains ugly).
3724         (auth-source-never-save): Add customizable option to never save info.
3725         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3726         mode excursion.
3727
3728 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3731         argument that XEmacs doesn't support.
3732
3733         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3734         compiled for Emacsen having no `libxml-parse-html-region' support.
3735
3736         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3737
3738         * lpath.el: Bind buffer-save-without-query for XEmacs.
3739
3740 2011-02-23  Julien Danjou  <julien@danjou.info>
3741
3742         * gnus-art.el (article-make-date-line): Ignore errors if time is
3743         invalid and not convertible.
3744         (article-make-date-line): Only add lapsed time if time is not nil.
3745
3746 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3747
3748         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3749         `read-char-choice' for backwards compatibility.
3750         (auth-source-netrc-element-or-first): New function to DTRT for
3751         parameter extraction.
3752         (auth-source-netrc-create): Use it and fix multiple parameter print
3753         bug.  Use the default passed from above (given-default) or the
3754         built-in (user-login-name for :user).
3755
3756 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3757
3758         * gnus-start.el (gnus-dribble-read-file):
3759         Set buffer-save-without-query, since we always want to save the dribble
3760         file, probably.
3761
3762         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3763         nnimap.
3764
3765         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3766         -summary- since it's a user-visible variable.
3767
3768         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3769         first time you use the new Gnus.
3770
3771 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3772
3773         * auth-source.el: Don't load netrc.el.
3774         (auth-sources): Search ~/.netrc as well by default.
3775         (auth-source-debug): Add 'trivia option for extra output.
3776         (auth-source-do-trivia): Use it.
3777         (auth-source-search): Simplify logic to use
3778         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3779         appropriate.  Don't keep a running count at this level.  Layer :create
3780         and :delete options appropriately on the first and second passes.
3781         Don't track the backend with the search results.
3782         (auth-source-search-backends): New function to search a list of
3783         backends for a processed spec.
3784         (auth-source-netrc-parse): Cache all netrc files, making
3785         auth-source-netrc-cache an alist keyed by the file name and using the
3786         file mtime as the caching criterion.  Keep the obfuscated data secret
3787         with a lexical bind.
3788         (auth-source-netrc-search): Don't calculate the length of the results
3789         unnecessarily.
3790         (auth-source-search-backends): Fix bug.
3791         (auth-source-netrc-create): Rework prompts.
3792
3793 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3794
3795         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3796         Lower case names of search constraints.
3797         (nnir-run-query): Cache and reuse search constraints for all imap
3798         servers.
3799
3800 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3801
3802         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3803         after exit.
3804         (gnus-setup-message): Define missing variable from last checkin.
3805
3806         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3807         value, show the raw article.
3808
3809 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3810
3811         * gnus.el: No Gnus v0.13 is released.
3812
3813 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3814
3815         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3816         auth-source now accepts numbers.
3817
3818         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3819         spec, too.
3820         (auth-source-ensure-strings): New function.
3821
3822         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3823         (gnus-article-setup-buffer): Always restart the date timer so that user
3824         changes to the frequency is respected.
3825
3826         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3827         port numbers, so make sure it gets that if nnimap-server-port is
3828         explicit.
3829
3830 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3831
3832         * nnimap.el (nnimap-inbox): Doc fix.
3833
3834 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3835
3836         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3837         Autoload.  Add optional arg FRAME, and pass it to color-values.
3838         (color-complement): Caller changed.  Doc fix.
3839         (color-gradient): Rewrite for better clarity and efficiency.
3840
3841 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3842
3843         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3844         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3845         color-lab-to-srgb.
3846
3847 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3848
3849         * color.el: First part of merge from hexrgb.el.
3850         (color-rgb-to-hex): Rename from color-rgb->hex.
3851         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3852         saturation to zero if the value is too small.
3853         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3854         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3855         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3856         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3857         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3858         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3859         (color-cie-de2000): Doc fix.
3860
3861 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3862
3863         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3864         given method as in the group name if we're using an extended method.
3865         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3866         command, if we're using that, instead of waiting for the beginning.
3867
3868         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3869         we're sure to get unique server names, and we don't output two async
3870         commands in the same buffer.  This fixes an NNTP hang for some users.
3871
3872 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3873
3874         * gnus.el: No Gnus v0.11 is released.
3875
3876 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3877
3878         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3879         summary buffer before reading going to the next buffer.  This avoids
3880         putting the point in the group buffer if you `C-g' the command.
3881
3882         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3883         cache (for now) to make ~/.authinfo.gpg files usable.
3884
3885         * nnfolder.el (copyright-update): Define for the compiler.
3886
3887         * auth-source.el (auth-source-search): Fix unbound variable.
3888
3889 2011-02-19  Glenn Morris  <rgm@gnu.org>
3890
3891         * gnus.el (gnus-meta): Doc fix.
3892
3893 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3894
3895         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3896         in case it's not yet loaded.
3897
3898 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3899
3900         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3901         line we're waiting for.
3902
3903 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3904
3905         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3906         face with line-width greater than zero will cause RET in gnus summary
3907         buffer to scroll down article page-wise because auto vscroll happens,
3908         it should be temporally disabled when doing a scroll-up.
3909
3910 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3911
3912         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3913         outputs from the server.
3914
3915 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3916
3917         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3918         later so that bbdb can hook in easier.
3919
3920 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3921
3922         * auth-source.el (auth-source-search): Don't try to create credentials
3923         if the caller doesn't want that.
3924         (auth-source-search): If we don't find a match, don't bug out on
3925         non-bound variables.
3926         (auth-source-search): Only ask a single backend to create the
3927         credentials.
3928
3929         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3930         logging.
3931         (nnimap-credentials): Protect against auth-source-search returning nil.
3932         (nnimap-request-list): Protect against not being able to open the
3933         server.
3934
3935 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3936
3937         * auth-source.el (auth-source-search): Do a two-phase search, one with
3938         no :create to get the responses from all backends.
3939
3940         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3941         when getting credentials.
3942
3943         * gnus-util.el (gnus-delete-duplicates): New function.
3944
3945 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3946
3947         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3948         a creation default, pass the whole port list down.  It will be
3949         completed.
3950
3951         * auth-source.el (auth-source-search): Updated docs to talk about
3952         multiple creation choices.
3953         (auth-source-netrc-create): Accept a list as a value (from the search
3954         parameters) and do completion on that list.  Keep a separate netrc line
3955         with the password obscured for showing the user.
3956
3957         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3958         first choice to `auth-source-search' so it will be used for entry
3959         creation instead of the server's Gnus-specific name.
3960         (nnimap-credentials): Rely on the auth-source library to select which
3961         port is actually wanted in the new netrc entry, so don't override
3962         `auth-source-creation-defaults'.
3963
3964         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3965         :protocol and accept a missing user, host, or port as a wildcard match.
3966         (auth-source-debug): Default to off.
3967
3968         (auth-source-netrc-search, auth-source-netrc-create)
3969         (auth-source-secrets-search, auth-source-secrets-create)
3970         (auth-source-user-or-password, auth-source-backend, auth-sources)
3971         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3972         instead of :protocol.
3973
3974         * nnimap.el (nnimap-credentials): Pass a port default to
3975         `auth-source-search' in case an entry needs to be created.
3976         (nnimap-open-connection-1): Use :port instead of :protocol.
3977
3978 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * auth-source.el: Bind load-path when loading EIEIO from
3981         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3982         21.4 doesn't support, to `require'.
3983         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3984         delete-dups that is not available in XEmacs 21.4.
3985
3986 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3987
3988         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3989         as EIEIO must also be loaded when auth-source.el is being
3990         byte-compiled.
3991
3992 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3993
3994         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3995
3996         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3997
3998         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3999
4000         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4001
4002         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4003
4004         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4005
4006         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4007
4008         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4009         necessary.
4010
4011 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4012
4013         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4014         nil means that nnimap doesn't get updated.
4015
4016 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4019         result when the user doesn't want to write to the file.
4020         (auth-source-netrc-search): Expect a synthetic result and proceed
4021         accordingly.
4022         (auth-source-cache-expiry): New variable to override
4023         `password-cache-expiry'.
4024         (auth-source-remember): Use it.
4025
4026         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4027         parameter.  Create entry if necessary by using :create t.
4028         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4029
4030 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4031
4032         * auth-source.el (auth-source-debug): Enable by default and don't
4033         mention the obsolete `auth-source-hide-passwords'.
4034         (auth-source-do-warn): New function to debug unconditionally.
4035         (auth-source-do-debug): Use it.
4036         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4037         and for Secrets API entries when the secrets.el library is not
4038         available.
4039
4040 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4041
4042         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4043         (gnus-summary-exit): Kill the correct article buffer on exit from a
4044         `C-d' group.
4045
4046         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4047         gnus-propagate-marks.
4048
4049         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4050         before killing the buffers so that a non-full window conf gets handled
4051         correctly.
4052         (gnus-summary-exit): Ditto.
4053         (gnus-summary-read-group-1): Ditto.
4054
4055         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4056         async code again so that we can debug it properly.
4057
4058         * message.el (message-reply): Take an optional switch-buffer parameter
4059         so that Gnus window confs are respected better.
4060
4061 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4062
4063         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4064         `plist-get' to accept non-list parameters (XEmacs issue).
4065         Fix docstring.
4066         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4067         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4068         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4069         Login collection is "Login" and not "login".
4070
4071 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4072
4073         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4074         multiple headers.
4075
4076         * nnimap.el (nnimap-inhibit-logging): New variable.
4077         (nnimap-log-command): Don't log login commands.
4078
4079         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4080         to have more parameters.
4081
4082         * nnimap.el (nnimap-send-command): Mark the command time for each
4083         command, so that we don't get NOOPs stepping on our toes.
4084
4085         * gnus-art.el (article-date-ut): Get the date from the Date header on
4086         `t'.
4087
4088 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * auth-source.el (auth-source-search): Use copy-sequence instead of
4091         the cl.el copy-list.
4092
4093 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4094
4095         * imap.el: Bring it back (revert
4096         84d800cd31de3064f0ed39617d725709a2f8f42f).
4097
4098 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4099
4100         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4101         Improve prompt.
4102
4103 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4104
4105         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4106         washing status from the default format.  It isn't very informative.
4107
4108 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4109
4110         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4111         Fix Gcc processing on imap.
4112
4113 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * imap.el: Remove file.  All the functionality is in nnimap.el.
4116
4117 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4118
4119         * message.el (message-bury): Don't pop up a new window when selected
4120         window is dedicated.
4121
4122 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4123
4124         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4125
4126 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4127
4128         * sieve-manage.el: Autoload `auth-source-search'.
4129         (sieve-sasl-auth): Use it.
4130
4131 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4132
4133         * nnimap.el: Autoload `auth-source-forget+'.
4134         (nnimap-open-connection-1): Use it if the connection fails.
4135
4136         * auth-source.el: Require `password-cache'.
4137         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4138         obsolete.
4139         (auth-source-magic): Marker for `password-cache' keys.
4140         (auth-source-do-cache): Update docstring.
4141         (auth-source-search): Use and check cache.
4142         (auth-source-forget-all-cached, auth-source-remember)
4143         (auth-source-recall, auth-source-forget, auth-source-forget+)
4144         (auth-source-specmatchp): Caching support functions.
4145         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4146         Remove and obsolete.
4147         (auth-source-user-or-password): Remove caching to further discourage
4148         using it.  Always hide passwords.
4149
4150         * password-cache.el (password-cache-remove): Accept secrets that are
4151         not strings.
4152
4153 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4154
4155         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4156         code for now, since it doesn't work for all users.
4157
4158 2011-02-09  Julien Danjou  <julien@danjou.info>
4159
4160         * message.el (message-options): Make message-options really buffer
4161         local.
4162
4163 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4164
4165         * mail-source.el: Autoload `auth-source-search'.
4166         (mail-source-keyword-map): Note order matters.
4167         (mail-source-set-1): Get all the mail-source source values and
4168         defaults and search auth-source on those if needed.  This can all
4169         probably be simplified.
4170
4171         * nnimap.el: Autoload `auth-source-search'.
4172         (nnimap-credentials): Use it.
4173         (nnimap-open-connection-1): Ask for the virtual server and physical
4174         address in one shot.
4175
4176         * nntp.el: Autoload `auth-source-search'.
4177         (nntp-send-authinfo): Use it.  Note TODO.
4178
4179 2011-02-08  Julien Danjou  <julien@danjou.info>
4180
4181         * shr.el (shr-tag-body): Add support for text attribute in body
4182         markups.
4183
4184         * message.el (message-options): Make message-options a local variable.
4185
4186 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4187
4188         * auth-source.el (auth-source-secrets-search)
4189         (auth-source-user-or-password): Use `append' instead of `nconc'.
4190         (auth-source-user-or-password): Build return list better and protect
4191         against nil :secret.
4192
4193 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4194
4195         * nnimap.el (nnimap-update-info): Refactor slightly.
4196         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4197         (nnimap-update-info): Clean up slightly.
4198         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4199         characters.
4200         (nnimap-process-quirk): Rename function to avoid collision.
4201         (nnimap-update-info): Fix macrology bug-out.
4202         (nnimap-update-info): Simplify split history test.
4203
4204 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4205
4206         * auth-source.el (top): Require 'eieio unconditionally.
4207         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4208         (auth-source-secrets-search): Limit search when `max' is greater than
4209         number of results.
4210
4211 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4212
4213         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4214         part not returning any data.
4215
4216         * proto-stream.el (open-protocol-stream): Document the return value.
4217
4218 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4219
4220         * auth-source.el (auth-source-secrets-search): Add examples.
4221
4222 2011-02-06  Julien Danjou  <julien@danjou.info>
4223
4224         * message.el (message-setup-1): Handle message-generate-headers-first
4225         set to t.
4226
4227 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4228
4229         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4230         API with a string "secrets:collection-name" and with 'default.
4231         (auth-source-backend-parse): Parse "secrets:collection-name" and
4232         'default.  Recurse on parses instead of repeating code.  Use the
4233         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4234         message when ignoring a source.
4235         (auth-source-search): List ignored search keys at the top level.
4236         (auth-source-netrc-create): Use `case' instead of `cond'.
4237         (auth-source-secrets-search): Created with TODOs.
4238         (auth-source-secrets-create): Created with TODOs.
4239         (auth-source-retrieve, auth-source-create, auth-source-delete)
4240         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4241         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4242         (auth-source-user-or-password-sftp)
4243         (auth-source-user-or-password-smtp): Remove.
4244         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4245         around `auth-source-search'.  Not tested thoroughly.
4246
4247 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4248
4249         * auth-source.el: Bring in assoc and eioeio libraries.
4250         (secrets-enabled): New variable to track the status of the Secrets API.
4251         (auth-source-backend): New EIOEIO class to represent a backend.
4252         (auth-source-creation-defaults): New variable to set prompt defaults
4253         during token creation (see the `auth-source-search' docstring for
4254         details).
4255         (auth-sources): Simplify to allow a simple string as a netrc backend
4256         spec.
4257         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4258         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4259         (auth-source-search): Main auth-source API entry point.
4260         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4261         (auth-source-search-collection): Helper function for searching.
4262         (auth-source-netrc-parse, auth-source-netrc-normalize)
4263         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4264         Supports search, create, and delete.
4265         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4266         backend stubs.
4267         (auth-source-user-or-password): Call `auth-source-search' but it's not
4268         ready yet.
4269
4270 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4271
4272         * message.el (message-setup-1): Remove the read-only stuff, since it
4273         doesn't work under XEmacs, for some reason.
4274
4275         * gnus-sum.el (gnus-user-date): Rename back from
4276         gnus-summary-user-date since user code refers to it.
4277
4278         * shr.el (shr-render-td): Store the actual background color used.
4279
4280         * message.el (message-setup-1): Don't bind the constant
4281         -forbidden-properties.
4282         (message-setup-1): Revert previous change, since it needs to bind the
4283         props to insert them.
4284         (message-resend): Allow removing the read-only separator line.
4285
4286 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4287
4288         * nnimap.el (nnimap-request-accept-article): Give an error message if
4289         the APPEND wasn't successful.
4290
4291 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4292
4293         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4294         that have no groups.
4295
4296 2011-02-03  Julien Danjou  <julien@danjou.info>
4297
4298         * gnus-draft.el: Remove progn around gnus-draft-setup.
4299
4300 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4301
4302         * gnus-start.el (gnus-read-active-for-groups): This function is never
4303         called with a nil `infos', so clean that up.
4304         (gnus-get-unread-articles): Request active files from primary/secondary
4305         methods that have no groups (yet).
4306
4307 2011-02-03  Julien Danjou  <julien@danjou.info>
4308
4309         * message.el (message-setup-1): Always generate References first.
4310         (message-mail): Return the return value of message-setup, not always t.
4311         (message-setup-1): Insert mail-header-separator with read-only and
4312         intangible properties set.
4313
4314         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4315         user-date in docstring.
4316
4317         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4318
4319         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4320         docstring.
4321
4322         * gnus.el (gnus-user-date-format-alist): Change default value.
4323         Use defcustom, with type and group. Move from gnus-util.el.
4324         Rename to gnus-summary-user-date-format-alist.
4325
4326 2011-02-03  Glenn Morris  <rgm@gnu.org>
4327
4328         * nnimap.el (gnus-fetch-headers): Declare.
4329
4330         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4331
4332 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4333
4334         * message.el (message-forward-make-body-digest-plain)
4335         (message-followup, message-reply): Clean up things noted by Stefan.
4336
4337         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4338         gnus-article-update-date-headers is nil.
4339         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4340         it didn't really work with defcustom.
4341         (article-update-date-lapsed): Make sure the window start doesn't move,
4342         either.
4343
4344 2011-02-01  Julien Danjou  <julien@danjou.info>
4345
4346         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4347         format.
4348
4349         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4350         standard in Emacs nowadays.
4351
4352         * color.el (color-gradient): Add a color-gradient function.
4353
4354 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4355
4356         * message.el (message-expand-name): Don't trust the return value of
4357         bbdb-complete-name.
4358         (message-check-news-header-syntax): Remove unused var `start'.
4359         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4360         (message-inhibit-body-encoding): Move to before first use.
4361         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4362         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4363         (Organization, Message-ID, Date, mh-previous-window-config):
4364         Defvar the vars using dynamic scoping.
4365
4366 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4367
4368         * shr.el (shr-render-td): Only do colors at the final rendering.
4369         Should be slightly faster.
4370         (shr-insert-table): Fix up TD background colors when doing the
4371         vertical padding.
4372
4373         * gnus-art.el (article-date-ut): Protect against articles with no Date
4374         header.
4375         (article-update-date-lapsed): Don't use current-column to find the
4376         horizontal position.  It's fragile in the presence of \003 characters.
4377
4378         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4379
4380 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4381
4382         * gnus-art.el (article-transform-date): Rewrite to still work when
4383         there are several rfc2822 parts.
4384         (article-transform-date): Fix infinite recursion.
4385         (article-date-ut): Replace infinitely many Date headers with a single
4386         one when called interactively.
4387
4388         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4389         secure manner.
4390
4391         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4392         move around by not using save-window-excursion.  It seems to work...
4393
4394 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * gnus-art.el (article-make-date-line): Work for user-defined format.
4397
4398 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4399
4400         * nntp.el (nntp-retrieve-group-data-early)
4401         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4402         fetching functions.
4403
4404         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4405         thoroughly for all backends that have no known groups.  This should
4406         allow new nnml methods to retrieve mail.
4407
4408         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4409         that Gnus doesn't know exists again.
4410
4411         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4412         (gnus-treat-date-ut): Ditto.
4413         (gnus-article-update-date-header): Rename.
4414         (gnus-treat-date-local): Remove.
4415         (gnus-treat-date-english): Remove.
4416         (gnus-treat-date-lapsed): Remove.
4417         (gnus-treat-date-combined-lapsed): Remove.
4418         (gnus-treat-date-original): Remove.
4419         (gnus-treat-date-iso8601): Remove.
4420         (gnus-treat-date-user-defined): Remove.
4421         (gnus-article-date-headers): New variable to control all the date
4422         header options.
4423         (article-date-ut): Rewrite to allow using the new way to format date
4424         headers(s).
4425
4426 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4427
4428         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4429         method.
4430         (nnmail-article-group): A better test for fanciness.
4431
4432         * nnimap.el (nnimap-request-head): Protect against not finding the
4433         article by Message-ID.
4434
4435 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4436
4437         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4438         keep point at the "same place".
4439
4440 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4441
4442         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4443         data if the group is inactive.
4444
4445 2011-01-28  Julien Danjou  <julien@danjou.info>
4446
4447         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4448         (gnus-all-windows-visible-p): Remove old compatibility code.
4449         (gnus-window-top-edge): Add docstring.
4450
4451         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4452
4453 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4454
4455         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4456         older request-update-info.
4457
4458         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4459
4460 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4461
4462         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4463         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4464
4465 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4466
4467         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4468         groups.  This makes the nndraft:queue group pop up if it's not already
4469         there.
4470
4471         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4472         messages" logic, which was reversed.
4473
4474         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4475         the "same place" even if point is on the line being replaced.
4476         (article-update-date-lapsed): Allow updating both the combined lapsed
4477         and the lapsed headers.
4478         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4479         (article-make-date-line): Limit the number of segments dynamically to
4480         avoid too-long lines.
4481
4482 2011-01-27  Julien Danjou  <julien@danjou.info>
4483
4484         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4485         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4486
4487 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4490         Use plist-get instead of the cl function getf.
4491
4492 2011-01-27  Glenn Morris  <rgm@gnu.org>
4493
4494         * gnus-util.el (float-time): Get rid of compiler warning, again.
4495
4496 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4497
4498         * shr.el (shr-put-color): Special-case background colors: Do put them
4499         at the blank parts at the front of the lines.
4500
4501         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4502         exit hook to nix out all data on readedness on group exit.
4503
4504         * gnus-util.el (float-time): If float-time is bound, always use it on
4505         all Emacsen.  It's unclear why the subrp check was there.
4506         (time-date): Require to make some autoload issues on XEmacs go away.
4507
4508         * shr.el (shr-put-color): Don't do the box padding in tables, since
4509         they're already padded.
4510
4511 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4512
4513         * gnus-art.el (gnus-article-next-page): When the last line of the
4514         article is displayed, scroll down once more instead of going to the
4515         next article at once.
4516         (article-lapsed-string): Refactor out and allow specifying how many
4517         segments you want.
4518         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4519         (gnus-article-update-lapsed-header): New variable.
4520
4521         * shr.el: Revert change that made headings use different-sized faces.
4522         The Emacs display engine isn't advanced enough that, for instance,
4523         tables can comfortably use differently-sized faces.
4524
4525 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4526
4527         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4528         used.
4529         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4530         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4531         we're using an encrypted connection.
4532
4533         * proto-stream.el: Alter the interface functions to also return the
4534         actual stream type used: network or tls.
4535
4536 2011-01-25  Julien Danjou  <julien@danjou.info>
4537
4538         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4539         (mm-display-javascript-inline): New function.
4540
4541         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4542         viewing function.
4543
4544 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * shr.el (shr-expand-newlines): Fix variable name.
4547
4548 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4549
4550         * shr.el (shr-expand-newlines): Make nested boxes work.
4551
4552 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4553
4554         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4555         backgrounds.
4556         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4557         in a more sensible manner.
4558
4559 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4562         if EPG is loaded.
4563
4564 2011-01-24  Julien Danjou  <julien@danjou.info>
4565
4566         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4567         tags.
4568
4569 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4570
4571         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4572         commands.
4573
4574         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4575         in the article buffer.
4576         (gnus-gravatar-insert): Use blank space from the current buffer to
4577         avoid breaking text properties.  This makes X-Sent updating work again.
4578
4579         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4580
4581 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4584         fix the bug in url-http.el instead.
4585
4586         * shr.el (shr-image-fetched): Ditto.
4587
4588         * shr.el (shr-image-fetched): Avoid having point move in the article
4589         buffer.
4590
4591         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4592         buffer after being called.  It's apparently being killed by url.el, and
4593         killing it made point move to end-of-buffer in a random buffer.
4594
4595         * shr.el (shr-image-fetched): Ditto.
4596
4597 2011-01-23  Julien Danjou  <julien@danjou.info>
4598
4599         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4600
4601         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4602         text/x-org.
4603
4604 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4605
4606         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4607         (i.e., nnimap) returning nil as the article number.
4608
4609 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4610
4611         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4612         "DelSp" parameter in RFC3676.
4613
4614 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4615
4616         * message.el (message-check-recipients): Display the encoded version of
4617         the bogus address if they differ.
4618
4619         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4620         after sending.
4621
4622         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4623
4624         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4625
4626         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4627         group buffer after sending the queue.
4628
4629         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4630
4631 2011-01-22  Julien Danjou  <julien@danjou.info>
4632
4633         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4634
4635 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4636
4637         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4638         nested related parts.
4639
4640         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4641         unexpired articles.  This fixes the regression that led expiry marks to
4642         disappear from nnfolder groups.
4643
4644 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4645
4646         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4647         Don't confuse the "ret" of "retrograde" with RET.
4648
4649 2011-01-21  Julien Danjou  <julien@danjou.info>
4650
4651         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4652         than mm-insert-inline.
4653
4654 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4657         Widen article buffer.
4658
4659 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4660
4661         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4662         the temp buffer.
4663         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4664
4665 2011-01-20  Julien Danjou  <julien@danjou.info>
4666
4667         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4668
4669         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4670         than mm-insert-inline to insert inline part: this respect
4671         mm-inline-media-tests displayers.
4672
4673         * mm-view.el (mm-display-shell-script-inline): New function.
4674
4675         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4676
4677         * mm-uu.el (mm-uu-type-alist): Add org block.
4678         (mm-uu-org-src-code-block-extract): New function.
4679
4680         * mm-view.el (mm-display-org-inline): New function.
4681
4682         * mm-decode.el (mm-automatic-display): Add text/org.
4683
4684         * mailcap.el (mailcap-mime-extensions): Add .org.
4685
4686 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4689         gnus-article-add-buttons.
4690
4691 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4692
4693         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4694         From header with a date and "nobody" as the sender.
4695
4696 2011-01-19  Julien Danjou  <julien@danjou.info>
4697
4698         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4699         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4700         if you have the same regexp several times.
4701         (gnus-button-push): Fix matching when regexp is symbol.
4702
4703 2011-01-15  Glenn Morris  <rgm@gnu.org>
4704
4705         * message.el (message-mail): A compose-mail function should
4706         accept headers as strings.
4707
4708 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4709
4710         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4711         Add :vert-only tags.
4712         (message-mail): New arg RETURN-ACTION.
4713         (message-return-action): New var.
4714         (message-bury): Use it.
4715         (message-mode): Make it buffer-local.
4716         (message-send-and-exit): Always call message-bury.
4717
4718         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4719         message-mail.
4720
4721 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * nnimap.el (nnimap-convert-partial-article): Protect against
4724         zero-length body parts.
4725
4726         * mm-decode.el (mm-preferred-alternative-precedence):
4727         Discourage showing empty parts.
4728
4729         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4730         and stuff if the backend didn't return the article number.  This fixes
4731         an Exchange-related nnimap bug.
4732
4733         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4734         group window, because it does the wrong thing when a separate frame
4735         displays the group buffer.
4736
4737         * proto-stream.el (open-protocol-stream): Protect against the low-level
4738         transport functions returning nil.
4739
4740 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4741
4742         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4743         (mml2015-epg-find-usable-secret-key): New function.
4744         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4745         mml2015-epg-find-usable-key (Bug#7797).
4746         (mml2015-epg-encrypt): Ditto.
4747
4748 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * dgnushack.el (rot13-string): Fix the way to get the argument.
4751
4752 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4755
4756 2011-01-03  Glenn Morris  <rgm@gnu.org>
4757
4758         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4759
4760         * sieve.el (sieve-open-server): Give a more explicit error if
4761         sieve-manage-open returns nil.  (Bug#7720)
4762
4763 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4764
4765         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4766
4767 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4770         This avoids sending passwords in plain text over non-encrypted
4771         channels.
4772
4773         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4774
4775         * nnimap.el (nnimap-login): Refactored out into own function, and
4776         implement CRAM-MD5.
4777         (nnimap-wait-for-line): Refactored out.
4778
4779         * mm-view.el (mml-smime): Require.
4780
4781 2010-12-20  David Engster  <deng@eml.cc>
4782
4783         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4784         use EPG to decrypt S/MIME messages instead of openssl.
4785
4786 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4789
4790         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4791         status is the group clearly is unreachable.
4792
4793         * auth-source.el (auth-source-create): Add the optional second
4794         parameter to `local-variable-p' to be compatible with XEmacs.
4795
4796 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4797
4798         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4799         work when using a compressed nnml folder.
4800
4801 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4804         backends after sanitising on entry, because this never makes sense:
4805         If the articles have gone missing, then the data no longer exists on
4806         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4807         overwrite anything anyway.
4808
4809         * shr.el (shr-insert-document): Bind shr-width dynamically to
4810         window-width if it's nil.
4811
4812 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4813
4814         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4815         with the meaning of using the full emacs window width for rendering.
4816
4817 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4818
4819         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4820         case when sender is not given.
4821
4822 2010-12-23  Julien Danjou  <julien@danjou.info>
4823
4824         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4825         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4826         the addresses, otherwise we might misplaced the gravatar.
4827
4828 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4829
4830         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4831         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4832         obsolete in Emacs.
4833
4834 2010-12-20  Julien Danjou  <julien@danjou.info>
4835
4836         * gnus-util.el (gnus-rescale-image): Revert last change.
4837
4838 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4839
4840         * binhex.el: Improve commentary (Bug#7482).
4841
4842 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * gnus-group.el (gnus-group-delete-articles): New command.
4845
4846 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4847
4848         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4849
4850 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4851
4852         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4853         here, since it's up to the backends to do CRLF removal if their
4854         protocol has it.
4855
4856         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4857
4858 2010-12-17  Julien Danjou  <julien@danjou.info>
4859
4860         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4861         they are from file.  Can also scale up.
4862
4863 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4864
4865         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4866         Restore gnus-use-agent.
4867         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4868
4869         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4870
4871 2010-12-17  Julien Danjou  <julien@danjou.info>
4872
4873         * gravatar.el (gravatar-retrieve-synchronously): New function.
4874         (gravatar-get-data): Make more robust.
4875
4876 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4879
4880 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4883         to really consider the last line.
4884
4885 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4886
4887         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4888         list of recipient keys, or use symmetric encryption if not a list.
4889         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4890         EPA override, replacing the call to `netrc-store-data'.
4891
4892 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4893
4894         * gnus-srvr.el: Avoid passing nil regexp argument to
4895         delete-matching-lines.
4896
4897 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4900         fetching stops when Gnus exits.
4901
4902         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4903         function.
4904         (nnfolder-request-expire-articles): Save all the buffers after doing
4905         expiry.
4906
4907         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4908         the last article", since that led to serious performance regressions
4909         when expiring nnml groups.
4910
4911 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4912
4913         * nnir.el: Improve customizations.
4914
4915 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916
4917         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4918
4919         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4920         group has been killed.
4921         (gnus-group-yank-group): Ditto.
4922
4923         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4924
4925         * nnimap.el (nnimap-request-update-group-status): New function.
4926
4927         * gnus-int.el (gnus-request-update-group-status): New interface
4928         function.
4929
4930         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4931         copying read-ness to the backends.
4932
4933         * nnimap.el (nnimap-quirk): New function.
4934         (nnimap-retrieve-group-data-early): Use it.
4935         (nnimap-quirks): New alist.
4936
4937 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4940         don't delete it within indentation.
4941
4942 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943
4944         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4945         previous line.
4946
4947 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4950         QRESYNC command by deleting a superfluous space which broke Cyrus
4951         servers.  This change will break other servers that are buggy the other
4952         way around.
4953
4954 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4955
4956         * spam.el: Reindent and fix long lines.
4957         (spam-copy-or-move-routine): Exclude invalid move destinations.
4958
4959 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4960
4961         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4962         installed the registry.
4963
4964 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4967
4968 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4969
4970         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4971         groupname doesn't contain "gmane".
4972
4973 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4974
4975         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4976         and netrc-bound-and-true-p bindings.
4977         (netrc-parse): Cache the netrc contents.
4978
4979         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4980         (gnus-1): Don't create the nndrafts group twice.
4981         (gnus-setup-news): There's no need to read the active file here, since
4982         that's done again later on a per-backend basis.
4983         (gnus-start-draft-setup): Make sure that the new group is started out
4984         empty.
4985
4986         * gnus-agent.el (gnus-agentize): Don't create the queue group
4987         automatically on startup.  It'll be created later, if needed.
4988
4989         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4990         of automatically subscribed groups.
4991         (gnus-auto-subscribed-categories): New variable.
4992         (gnus-matches-options-n): Use it.
4993         (gnus-default-subscribed-newsgroups): Remove unused variable.
4994         (gnus-start-draft-setup): Message a bit less.
4995
4996 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4997
4998         * nnir.el (nnir-run-imap): Return article list in order of increasing
4999         UID.
5000
5001 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * gnus-sum.el (gnus-summary-enter-digest-group):
5004         Mention gnus-auto-select-on-ephemeral-exit.
5005
5006         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5007         convention of the network-only option.
5008
5009 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5010
5011         * proto-stream.el (proto-stream-open-network-only): New function to
5012         have a way to specify non-STARTTLS upgrade connections.
5013
5014 2010-12-10  Julien Danjou  <julien@danjou.info>
5015
5016         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5017         email address is nil.
5018
5019         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5020
5021 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5022
5023         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5024         deletion.
5025         (nnir-run-imap): Only need to parse list once.
5026
5027 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * shr.el (shr-tag-script): Ignore <script>.
5030         (shr-tag-label): Add <label> support.
5031
5032 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5035
5036         * shr.el (shr-image-displayer): Work for images lined side by side.
5037
5038 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5039
5040         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5041         parameter, since XEmacs doesn't accept t as a parameter.
5042
5043 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5044
5045         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5046         ids.
5047         (nnir-run-gmane): Simplify groupspec formatting.
5048         (nnir-request-expire-articles): New function.
5049
5050 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051
5052         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5053         overflow, possibly.
5054
5055         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5056         (shr-render-td): Handle td style="" better.
5057         (shr-tag-table): Use the color from the style sheet.
5058         (shr-render-td): Make sure we copy over all the overlays, too.
5059
5060 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5061
5062         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5063         (nnir-request-article): Improve article retrieval.
5064
5065 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * mm-util.el (mm-extra-numeric-entities): New variable.
5068
5069         * mm-url.el (mm-url-decode-entities):
5070         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5071
5072         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5073
5074 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5075
5076         * message.el: Use completion-at-point.
5077         (message-completion-function): New fun, extracted from message-tab.
5078         (message-mode): Use it for completion-at-point-functions.
5079         (message-tab): Use it and completion-at-point.
5080
5081 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5084         character if a non-breakable character follows.
5085
5086 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5089         any stream.
5090
5091         * shr.el (shr-tag-font): Colorize the region.
5092         (shr-tag-body): Ditto.
5093         (shr-tag-font): Actually let the styles be inherited instead of
5094         overwriting them.
5095         (shr-tag-font): Get the background color right.
5096         (shr-tag-style): Ignore all <style> tags for the moment.
5097
5098         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5099         a Message-ID to avoid having nnimap depend on gnus-sum.
5100
5101         * shr.el (shr-descend): Only colorize something if we have a node that
5102         sets colors.
5103
5104 2010-12-06  Julien Danjou  <julien@danjou.info>
5105
5106         * shr.el (shr-render-td): Render td content with shr-descend, so style
5107         will be applied to <td> too.
5108         (shr-colorize-region): Colorize region even if we only have a background.
5109         (shr-tag-body): Fix color and background color inheritance.
5110         Do not recolorize after shr-generic.
5111         (shr-tag-font): Let shr-generic colorize via inheritance.
5112
5113 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5116
5117 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5118
5119         * nnir.el (nnir-request-move-article): Remove obsolete code.
5120
5121 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5124
5125 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * gnus-sum.el (gnus-summary-respool-article): The completion function
5128         expects a list instead of an alist.
5129
5130         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5131         string as the parameter.
5132
5133         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5134
5135         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5136         styles.
5137         (shr-colorize-region): New function.
5138         (shr-insert-background-overlay): Remove.
5139         (shr-render-td): Background setting should be taken care of on a higher
5140         level.
5141         (shr-tag-body): Use post-hoc colorizations.
5142         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5143         (shr-put-color-1): Don't overwrite old colors.
5144         (shr-colorize-region): When the background color isn't explicit, use
5145         a fixed background.
5146
5147         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5148         nnmail variables.
5149
5150 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5151
5152         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5153         unless necessary.
5154
5155 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5156
5157         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5158         server.
5159
5160 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5163         so that TAB works.
5164
5165         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5166         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5167
5168         * shr.el (shr-urlify): Show the URL before the title to avoid
5169         misleading URLs.
5170
5171 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5172
5173         * shr.el (shr-urlify): Display the title in <a> tags.
5174
5175 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5176
5177         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5178
5179 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5180
5181         * nnir.el: Rearrange code to allow macros to be autoloaded by
5182         gnus-sum.el.
5183         (nnir-retrieve-headers-override-function): Make this variable
5184         customizable.
5185         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5186
5187         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5188         from nnir.el.
5189
5190 2010-12-03  Julien Danjou  <julien@danjou.info>
5191
5192         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5193
5194 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5197         allow optional argument `environment'.
5198
5199 2010-12-03  Glenn Morris  <rgm@gnu.org>
5200
5201         * mm-extern.el (message-goto-body): Update declaration.
5202
5203 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * gnus-util.el (gnus-macroexpand-all): New function.
5206
5207         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5208         instead of macroexpand-all that is unavailable in XEmacs.
5209
5210 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5211
5212         * nnir.el (nnir-summary-line-format): New variable.
5213         (nnir-mode): Use it.
5214         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5215         (nnir-article-ids): Reimplement as defsubst.
5216         (nnir-retrieve-headers): Don't mangle the subject header.
5217         (nnir-run-imap): Use 100 as RSV score.
5218         (nnir-run-find-grep): Fix for full server searching.
5219         (nnir-run-gmane): Better restriction to gmane groups.
5220
5221         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5222         summary buffers.
5223
5224 2010-12-02  Julien Danjou  <julien@danjou.info>
5225
5226         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5227
5228         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5229
5230         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5231         support.
5232
5233 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5234
5235         * nnir.el: Update to handle the registry better.
5236         (autoload): Silence byte-compiler.
5237         (nnir-open-server): Add a hook for nnir groups.
5238         (nnir-request-move-article): Don't mangle the header.  Better to use
5239         formatting variables (which will be added in the future).
5240         (nnir-registry-action): Update the registry using the original article
5241         group name.
5242         (nnir-mode): Install nnir-specific hooks for updating the registry.
5243
5244         * gnus-sum.el
5245         (gnus-article-original-subject,gnus-newsgroup-original-name):
5246         Remove obsolete variables.
5247         (gnus-summary-move-article): Remove use of obsolete variables.
5248         (gnus-summary-local-variables): Make move and delete hooks local to
5249         summary buffers.
5250
5251 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * rtree.el: New file.
5254
5255 2010-12-01  Julien Danjou  <julien@danjou.info>
5256
5257         * message.el (message-user-organization): Do not use
5258         gnus-local-organization.
5259
5260         * gnus.el: Remove gnus-local-organization.
5261
5262         * gnus-msg.el: Remove nastygram thing.
5263
5264 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5267         funcall.
5268
5269 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5272         names.
5273
5274         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5275         characters.
5276
5277         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5278         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5279         Suggested by Štěpán Němec <stepnem@gmail.com>.
5280         (gnus-gravatar-transform-address): Use mail-extract-address-components
5281         that supports non-ASCII names rather than mail-header-parse-addresses.
5282
5283 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284
5285         * proto-stream.el (open-protocol-stream): All starttls connections are
5286         handled by the network handler.
5287
5288 2010-11-30  Julien Danjou  <julien@danjou.info>
5289
5290         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5291         (nnimap-open-connection-1): Fix PREAUTH.
5292
5293         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5294
5295 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5298         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5299         (shr-insert): Use them.
5300         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5301
5302 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5303
5304         * nnir.el (nnir-request-move-article): Bail out if original group
5305         doesn't support article moves.
5306         (nnir-get-active): Improve active list retrieval.
5307
5308 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5311
5312 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5313
5314         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5315         seem to accept strings-with-numbers as port numbers.
5316
5317 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5318
5319         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5320         change the registry.
5321
5322 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5325         delete-dups that is not available in XEmacs 21.4.
5326
5327         * mm-util.el (mm-delete-duplicates): Add comment.
5328
5329 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5330
5331         * nnir.el (nnir-ignored-newsgroups): New variable.
5332         (nnir-get-active): Use it.
5333
5334 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * proto-stream.el (proto-stream-open-network): Add some comments.
5337
5338         * nntp.el (nntp-open-connection): Provide a :success condition.
5339
5340         * nnimap.el (nnimap-open-connection-1): Ditto.
5341
5342         * proto-stream.el (proto-stream-open-network): See what the response to
5343         the STARTTLS command is.
5344
5345         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5346         backwards compatibility).
5347         (nnimap-open-connection-1): Really respect nnimap-server-port.
5348
5349         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5350         TLS upgrades we don't really care about the identity of the peer.
5351         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5352         that what we've checked for.
5353         (proto-stream-always-use-starttls): Only default to t if
5354         open-gnutls-stream exists.
5355         (proto-stream-open-network): If STARTTLS failed, then just open a
5356         normal connection.
5357         (proto-stream-open-network): Wait until the greeting before doing
5358         STARTTLS.
5359
5360         * nntp.el (nntp-open-connection): Report what the connection error is.
5361
5362         * proto-stream.el (open-protocol-stream): Rename from
5363         open-proto-stream.
5364
5365 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5366
5367         * nnimap.el (nnimap-stream): Change default to `undecided'.
5368         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5369         first, and then network.
5370         (nnimap-open-connection-1): Respect nnimap-server-port.
5371         (nnimap-open-connection): Be more backwards-compatible.
5372
5373         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5374         (proto-stream-open-starttls): De-duplicate the starttls code.
5375         (proto-stream-open-starttls): Folded back into the main function.
5376         (proto-stream-open-network): Fix typo in the gnutls path.
5377         (proto-stream-command): Refactor out.
5378
5379         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5380
5381         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5382         starttls.el STARTTLS.
5383
5384         * color.el (color-lab->srgb): Fix function call name.
5385
5386         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5387         if we're using tls.el.
5388         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5389         built in, then don't try to establish a STARTTLS connection.
5390
5391         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5392         servers.
5393
5394         * proto-stream.el (open-proto-stream): Use network, not stream.
5395         (open-proto-stream): Add a way to specify what the end of a command is.
5396
5397         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5398         connections types.
5399         (nntp-open-network-stream): Remove.
5400         (nntp-open-ssl-stream): Remove.
5401         (nntp-open-tls-stream): Remove.
5402         (nntp-ssl-program): Remove.
5403
5404         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5405
5406 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5407
5408         * nnir.el: Fix typos.
5409         (nnir-retrieve-headers-override-function): Rename variable to reflect
5410         new semantics.
5411         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5412         macros.
5413         (nnir-request-article, nnir-request-move-article): Use them.
5414         (nnir-categorize): New function.
5415         (nnir-run-query): Use it.
5416         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5417         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5418         sorted.
5419         (nnir-group-full-name): Use gnus-group-full-name instead.
5420         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5421         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5422
5423 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5426
5427         * proto-stream.el: New library to provide protocol-specific
5428         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5429         protocols.
5430         (open-proto-stream): Complete the documentation.
5431         (proto-stream-open-network): Fix some typos.
5432
5433         * nnimap.el (nnimap-open-connection): Use it.
5434
5435 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5436
5437         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5438         negotiation.
5439
5440 2010-11-26  Julien Danjou  <julien@danjou.info>
5441
5442         * color.el: Rename various rgb functions to srgb.
5443
5444 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5447         names.
5448
5449 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * shr.el (shr-insert): Revert last change.
5452         (shr-find-fill-point): Never leave point being at bol;
5453         relax the kinsoku limitation when rendering tables.
5454
5455 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5458         results from -accept-article.
5459
5460         * shr-color.el: Require cl when compiling.
5461
5462         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5463         checkin.
5464
5465         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5466
5467         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5468
5469         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5470         'add and 'delete to set backend marks.
5471
5472         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5473
5474         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5475
5476         * nntp.el (nntp-request-set-mark): Use it.
5477
5478         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5479
5480         * nnml.el (nnml-request-set-mark): Ditto.
5481
5482         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5483         introduces regressions in article selection.
5484         (nnimap-find-uid-response): New function.
5485         (nnimap-request-accept-article): Use the UID returned, if any.
5486         (nnimap-request-move-article): Use the UID returned, if any.
5487         (nnimap-get-groups): Reimplement to work with folded lines.
5488         (nnimap-find-uid-response): The UID is the last element in the list.
5489         (nnimap-request-set-mark): Extend syntax with 'set.
5490
5491         * nnml.el (nnml-request-set-mark): Ditto.
5492
5493         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5494
5495         * nntp.el (nntp-request-set-mark): Ditto.
5496
5497 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * message.el (message-called-interactively-p): A temporary macro.
5500         (message-goto-body): Use it temporarily.
5501
5502 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5505         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5506         (nnimap-last-response-string): Fix last unfolding fix.
5507
5508 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * shr.el (shr-insert): Fix the way to fold lines.
5511
5512 2010-11-25  Julien Danjou  <julien@danjou.info>
5513
5514         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5515
5516         * color.el: Rename from color-lab.el
5517         (color-rgb->hex): Add.
5518         (color-complement): Add.
5519         (color-complement-hex): Add.
5520
5521         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5522
5523 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524
5525         * shr-color.el (shr-color-visible): Don't bug out if the color names
5526         don't exist.
5527
5528 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5531         assuming that article displaying or another mml-preview may be
5532         interrupted for an error or for the like.
5533
5534         * shr.el (shr-get-background): Fix argument name.
5535
5536 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5537
5538         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5539
5540         * gnus-sum.el (gnus-summary-include-articles): New function.
5541
5542         * message.el (message-goto-body): called-interactively-p needs a
5543         parameter, so use `any'.
5544
5545         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5546         clear marks before moving, since they're synced from the Gnus side
5547         first.
5548
5549         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5550         (gnus-summary-move-article): Copy over all marks before moving, so that
5551         IMAP doesn't think a new article has arrived.
5552
5553 2010-11-24  Julien Danjou  <julien@danjou.info>
5554
5555         * shr.el (shr-insert-background-overlay): Fix typo.
5556         (shr-render-td): Copy the background before rendering.
5557
5558         * shr-color.el (shr-color-visible): Fix docstring.
5559
5560         * shr.el (shr-tag-table): Add bgcolor support.
5561         (shr-render-td): Add bgcolor support.
5562         (shr-get-background): Add.
5563         (shr-insert-foreground-overlay): Use shr-get-background.
5564
5565         * message.el (message-goto-body): Use called-interactively-p.
5566         (message-in-body-p): message-goto-body returns point.
5567
5568 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5569
5570         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5571         Fixes something or other in Emacs 23, and is backwards compatible.
5572
5573         * message.el (message-goto-body): Remove the <#secure special-casing,
5574         which is too special.
5575
5576         * shr.el (shr-parse-style): Drop !important from styles.
5577
5578 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5579
5580         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5581         this function to return incorrect results when calling it with an
5582         explicit article argument different from
5583         (gnus-summary-article-number).
5584
5585 2010-11-24  Julien Danjou  <julien@danjou.info>
5586
5587         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5588         (shr-tag-body): Add background support.
5589         (shr-descend): Add background support.
5590         (shr-tag-title): Add.
5591
5592         * shr-color.el (shr-color-visible): Really return original background
5593         if fixed.
5594
5595 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * shr.el (shr-color-check): Protect against non-existent color names.
5598
5599 2010-11-24  Julien Danjou  <julien@danjou.info>
5600
5601         * color-lab.el: Require 'cl when compiling.
5602
5603         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5604
5605         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5606         matched part.
5607
5608         * color-lab.el: Fix all expt calls to use float type.
5609
5610 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5613         expression to shr-color-check as is.
5614
5615         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5616
5617         * color-lab.el: Add coding cookie.
5618         (float-pi): Use eval-and-compile.
5619
5620         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5621         compiled for Emacsen having no `libxml-parse-html-region' support.
5622
5623 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * shr.el (shr-insert-color-overlay): Split stuff like
5626         "#444444 !important" to find the real color.
5627         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5628         parse <font color="red"> entries.
5629
5630 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5631
5632         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5633         point when parsing headers.
5634
5635         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5636         is positioned properly when parsing headers.
5637
5638 2010-11-23  Julien Danjou  <julien@danjou.info>
5639
5640         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5641
5642         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5643
5644         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5645
5646         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5647         Use shr-color-hue-to-rgb.
5648         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5649
5650 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5651
5652         * shr.el (shr-color->hexadecimal): Autoload.
5653         (shr-descend): Add color to all tags.
5654
5655 2010-11-22  Julien Danjou  <julien@danjou.info>
5656
5657         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5658         shr-color->hexadecimal.
5659
5660         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5661         RGB() or HSL() color representation.
5662
5663         * shr.el (shr-tag-font): Add.
5664         (shr-tag-color-check): New function to get better colors.
5665         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5666         tag-span.
5667
5668         * shr-color.el: New file.
5669
5670         * color-lab.el: New file.
5671
5672         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5673
5674 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5675
5676         * nnir.el: Fix typo in comments.
5677         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5678         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5679
5680 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5683
5684         * nnimap.el (nnimap-get-capabilities): Refactor out.
5685         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5686
5687 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5688
5689         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5690         appearing when `mm-uu-hide-markers' is nil.
5691
5692 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693
5694         * nnimap.el (nnimap-unselect-group): Make into its own function.
5695         (nnimap-request-rename-group): Unselect group before renaming.
5696         This had gotten lost somewhere.
5697         (nnimap-request-accept-article): Keep track of examined groups, and
5698         unselect the group before APPENDing to read-only groups.
5699         (nnimap-request-move-article): Clear flags before moving so that they
5700         can be re-set later.
5701
5702 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5705         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5706
5707 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-art.el (gnus-mime-display-single):
5710         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5711         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5712         parameter.
5713
5714 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5715
5716         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5717         (shr-table-vertical-line): New variable.
5718         (shr-insert-table): Use it.
5719
5720 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-html.el (gnus-html-wash-images): Don't display images if
5723         gnus-inhibit-images is non-nil; register displayer for cid images.
5724         (gnus-html-display-image): Work for cid image.
5725         (gnus-html-insert-image): Allow arguments.
5726         (gnus-html-put-image): Inhibit read-only.
5727         (gnus-html-prefetch-images): Don't prefetch images if
5728         gnus-inhibit-images is non-nil.
5729
5730 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * shr.el (shr-put-image): Break lines when inserting big pictures.
5733
5734 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5735
5736         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5737         sender, thanks Katsumi Yamaoka.
5738
5739 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5740
5741         * nnir.el (nnir-run-imap): Reverse the article list for each group
5742         rather than the whole list.
5743
5744 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * shr.el (shr-image-displayer): Protect function against non-existent
5747         image source.
5748
5749         * gnus-art.el (gnus-inhibit-images): New user option.
5750         (gnus-mime-display-single): Don't display image if it is non-nil.
5751
5752         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5753         gnus-inhibit-images.
5754
5755         * shr.el (shr-image-displayer): New function.
5756         (shr-tag-img): Use it.
5757
5758 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5759
5760         * mml2015.el (mml2015-epg-sign): Use From header.
5761
5762 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5763
5764         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5765
5766         * gnus-util.el (gnus-find-text-property-region): Return markers.
5767
5768         * shr.el (shr-tag-img): Put a displayer in the text property.
5769
5770         * gnus-util.el (gnus-find-text-property-region): New utility function.
5771
5772         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5773         (gnus-html-show-images): Remove.
5774
5775         * gnus-art.el (gnus-article-show-images): New, more general function.
5776
5777         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5778         image url text properties.
5779
5780         * shr.el: Ditto.
5781
5782         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5783         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5784
5785 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5788         work for two or more articles.
5789
5790 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5793         divide an image that's in an html article to two or more when washing
5794         non-ASCII characters in alt text of it.
5795
5796 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5799         smime-decrypt-region using function argument.
5800         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5801
5802         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5803
5804         * smime.el (smime-decrypt-region): Catch it.
5805
5806 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5807
5808         * smime.el (smime-mode-map): Move initialization into declaration.
5809         (gnus-run-mode-hooks): Don't autoload.
5810         (smime-mode): Use define-derived-mode.
5811
5812 2010-11-11  Glenn Morris  <rgm@gnu.org>
5813
5814         * smime.el (from): Restrict declaration to XEmacs.
5815
5816         * nnir.el (gnus-group-topic-name): Autoload.
5817
5818 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * shr.el (shr-insert): Don't break long line if it is because of
5821         kinsoku-bol characters in the line end.
5822
5823 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5824
5825         * nnir.el (nnir-request-move-article): Fix to provide original group
5826         and subject.
5827         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5828         been retrieved.
5829
5830         * gnus-sum.el (gnus-summary-move-article): Use original group and
5831         subject for virtual articles such as those in an nnir summary buffer.
5832
5833 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5836         least 21.5).
5837
5838         * smime.el (from): Declare it again for XEmacs.
5839
5840 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * message.el (message-resend): Don't disable encoding unless it's
5843         already encoded.
5844
5845         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5846         low-numbered articles.
5847
5848 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * rfc2047.el (rfc2047-syntax-table): Simplify.
5851
5852         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5853
5854         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5855         set-char-table-range for XEmacs.
5856
5857 2010-11-10  Glenn Morris  <rgm@gnu.org>
5858
5859         * time-date.el (time-to-seconds): Always an alias on Emacs,
5860         never a real function.
5861         (with-no-warnings): Remove compat stub, now unused.
5862         (time-less-p): Doc fix.
5863         (time-to-number-of-days): Simplify.
5864
5865         * smime.el (from): Remove unused declaration.
5866
5867         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5868         (gnus-float-time): On Emacs, always an alias.
5869
5870         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5871         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5872
5873 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * dgnushack.el: Don't use ignore-errors in the top level form since it
5876         is unavailable in XEmacs even if cl is loaded.
5877
5878         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5879
5880 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * shr.el (browse-url-mailto): Autoload.
5883
5884         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5885
5886         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5887         regexp doesn't need quoting.
5888
5889 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5890
5891         * message.el (message-subject-trailing-was-ask-regexp)
5892         (message-subject-trailing-was-regexp): Match was: in addition to was.
5893
5894 2010-11-09  Glenn Morris  <rgm@gnu.org>
5895
5896         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5897         (nnbabyl-check-mbox): Use point-at-bol.
5898
5899 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900
5901         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5902
5903         * message.el (message-mailto): New function.
5904         (message-mailto): Should accept other parameters.
5905         (message-mailto): Remove since it duplicates browse-url-mailto
5906         functionality.
5907
5908 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5909
5910         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5911         methods.
5912         (gnus-read-active-file): Ditto.
5913
5914         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5915         ": " from the prompt.
5916         (gnus-group-make-group): Ditto.
5917
5918 2010-11-07  Glenn Morris  <rgm@gnu.org>
5919
5920         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5921         (gnus-bookmark-kill-line): Use point-at-eol.
5922
5923 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5926         asterisks in From header.
5927
5928 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5931         string to avoid making the From headers syntactically invalid.
5932
5933         * message.el (message-send-mail): Don't insert courtesy messages if the
5934         message already has List-Post and List-ID messages.
5935
5936 2010-11-06  Glenn Morris  <rgm@gnu.org>
5937
5938         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5939         `condition', `type', `length' a prefix.
5940         (gnus-treat-predicate): Update for above name changes.
5941
5942 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5943
5944         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5945         binding.  Handled by `gnus-summary-refer-thread' instead.
5946         (nnir-warp-to-article): New backend function.
5947
5948         * nnimap.el (nnimap-request-thread): Force dependency updating.
5949
5950         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5951         (gnus-summary-refer-thread): Rework to improve thread-referral.
5952
5953         * gnus-int.el (gnus-warp-to-article): New function.
5954
5955         * gnus-sum.el (gnus-summary-article-map): Bind it.
5956
5957 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5958
5959         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5960         gnus-summary-refer-thread.
5961
5962         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5963         headers.
5964         (gnus-summary-limit-include-thread): Prevent articles in thread from
5965         being cut in gnus-cut-threads.
5966         (gnus-summary-refer-thread): Limit retrieved headers to those in
5967         thread.
5968
5969 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5970
5971         * message.el (message-send-mail): Use the value of
5972         message-courtesy-message from the message buffer.
5973
5974         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5975
5976         * shr.el (shr-browse-url): Implement mailto: URLs.
5977
5978         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5979         "raw".
5980
5981         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5982         if it's already selected.
5983
5984         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5985
5986 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5989         to measure the length and truncate alt text.
5990
5991 2010-11-03  Glenn Morris  <rgm@gnu.org>
5992
5993         * nndiary.el (nndiary-generate-nov-databases-1)
5994         (nndiary-generate-active-info): Rename dynamic variable `files' to
5995         something less generic.
5996
5997 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5998
5999         * nnir.el (nnir-request-move-article): Call the underlying backend to
6000         move articles from nnir.
6001
6002 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6003
6004         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6005
6006 2010-11-02  Julien Danjou  <julien@danjou.info>
6007
6008         * nnir.el: Remove wais support.
6009
6010 2010-11-02  Glenn Morris  <rgm@gnu.org>
6011
6012         * gnus-html.el: Reorder requirements to quieten compiler.
6013
6014 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6017         properly for XEmacs as well.
6018         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6019         (gnus-article-natural-long-line-p): Use window-width rather than
6020         frame-width.
6021
6022 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6023
6024         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6025         (nnir-read-parms): Don't modify query.
6026         (nnir-run-query): Add ability to search topic on current line.
6027         (nnir-get-active): Clean up.
6028
6029 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6032         degenerate articles.
6033
6034         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6035         (gnus-print-buffer): Just print the buffer as is, without any copying
6036         to a buffer and then re-highlighting.
6037
6038         * nnimap.el (nnimap-request-group): Store the new updated info.
6039         (nnimap-request-group): Select the group when we don't know whether it
6040         exists or not.
6041
6042         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6043         groups.
6044
6045         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6046         groups.
6047
6048         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6049         groups.
6050
6051         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6052         long-lines case by only filling the long lines.
6053
6054         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6055         (bug #7311).
6056
6057 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * shr.el: No need to declare `declare-function' since shr.el is for
6060         only Emacsen that provide `libxml-parse-html-region'.
6061
6062         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6063         effective only in a file it is referred to.
6064
6065 2010-11-01  Glenn Morris  <rgm@gnu.org>
6066
6067         * mm-util.el (gnus-completing-read): Autoload.
6068         (mm-read-coding-system): Simplify Emacs definition.
6069
6070         * nnmail.el (gnus-activate-group):
6071         * nnimap.el (gnutls-negotiate):
6072         * nntp.el (netrc-parse): Fix declarations.
6073
6074 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6077         string-match-p in Emacs >=23.
6078
6079         * gnus-msg.el (gnus-configure-posting-styles):
6080         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6081
6082 2010-11-01  Glenn Morris  <rgm@gnu.org>
6083
6084         * nnir.el (declare-function): Add compat stub.
6085         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6086         (nnir-run-gmane): Require 'mm-url.
6087
6088         * mm-util.el (mm-string-to-multibyte): Simplify.
6089
6090         * shr.el (declare-function): Add compat stub.
6091         (url-cache-create-filename): Declare.
6092         (mm-disable-multibyte, widget-convert-button): Autoload.
6093
6094         * smime.el (ldap-search): Declare.
6095         (smime-cert-by-ldap-1): Require ldap on Emacs.
6096
6097         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6098         (nnimap-keepalive): Use gnus-float-time.
6099
6100         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6101         (mail-source-delete-crash-box): Use gnus-float-time.
6102
6103         * gnus-dired.el (gnus-completing-read): Autoload.
6104
6105         * mm-view.el (gnus-rescale-image): Autoload.
6106
6107         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6108
6109         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6110
6111         * sieve-manage.el: Require 'cl when compiling.
6112
6113         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6114         (gnus-iswitchb-completing-read): Require iswitchb.
6115         (gnus-select-frame-set-input-focus): Silence compiler.
6116
6117 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6118
6119         * message.el (message-subject-trailing-was-query): Change default to t,
6120         since I think that's what most people want.
6121
6122         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6123         appending for easier debugging.
6124         (nnimap-wait-for-connection): Take a regexp.
6125         (nnimap-request-accept-article): Wait for the continuation line before
6126         sending anything unless we're streaming.
6127
6128         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6129         leave the header washing to take place.
6130
6131 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6132
6133         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6134         regular expression match and replace in posting styles.
6135
6136 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6137
6138         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6139         an entire server.
6140         (nnir-get-active): New function.
6141         (nnir-run-imap): Use it.
6142         (nnir-run-gmane): Who knew, gmane search returns an article score!
6143
6144         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6145         server on the current line with nnir.
6146
6147 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6150         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6151         left edge.
6152         (gnus-article-foldable-buffer): Skip past the prefix when determining
6153         raggedness.
6154
6155         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6156         the raw article, and change `C-u g' to show the article without doing
6157         treatments.
6158
6159         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6160         on to `gnus-treat-article'.
6161         (gnus-inhibit-article-treatments): New variable.
6162
6163         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6164
6165         * gnus-art.el (gnus-treatment-function-alist): Have
6166         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6167         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6168         sections.
6169
6170         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6171         parameter.
6172         (gnus-article-fill-cited-long-lines): New function.
6173         (gnus-article-fill-cited-article): Allow filling only long sections.
6174
6175         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6176         and non-punctuation (like after the apostrophe in "'We").
6177
6178         * gnus-sum.el (gnus-summary-select-article): Make sure
6179         gnus-original-article-buffer is alive.
6180
6181         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6182         reflect the order they're in in the digest.
6183
6184         * gnus.el (gnus-group-startup-message): Move point to the start of the
6185         buffer.
6186
6187         * nnimap.el (nnimap-capability): New function.
6188         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6189         is set.
6190
6191 2010-10-31  David Engster  <dengste@eml.cc>
6192
6193         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6194         conform with changes to gnus-completing-read.
6195
6196 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6199
6200 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6201
6202         * nnir.el: Move defvar, defcustom around to keep file organized
6203         and keep byte-compiler quiet.
6204         (nnir-read-parms): Accept search-engine as arg.
6205         (nnir-run-query): Pass search-engine as arg.
6206         (nnir-search-engine): Remove.
6207
6208 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * shr.el (shr-generic): The text nodes should be text, not :text.
6211
6212         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6213         later in the file.
6214
6215 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6216
6217         * nnir.el: General clean up.  Allow searching with multiple engines.
6218         Allow separate extra-parameters for each engine.
6219         Batch queries when possible.
6220         (nnir-imap-default-search-key,nnir-method-default-engines):
6221         Add customize interface.
6222         (nnir-run-gmane): New engine.
6223         (nnir-engines): Use it.  Qualify all prompts with engine name.
6224         (nnir-search-engine): Remove global variable.
6225         (nnir-run-hyrex): Restore for now.
6226         (nnir-extra-parms,nnir-search-history): New variables.
6227         (gnus-group-make-nnir-group): Use them.
6228         (nnir-group-server): Remove in favor of gnus-group-server.
6229         (nnir-request-group): Avoid searching twice.
6230         (nnir-sort-groups-by-server): New function.
6231
6232 2010-10-30  Julien Danjou  <julien@danjou.info>
6233
6234         * gnus-group.el: Remove gnus-group-fetch-control.
6235
6236         * gnus-start.el (gnus-find-new-newsgroups):
6237         Remove gnus-check-first-time-used.
6238
6239         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6240
6241 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6242
6243         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6244         set on groups that don't have \* permanentflags.
6245
6246 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6247
6248         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6249         control the background color.
6250         (shr-tag-img): Ignore very small web bug type images.
6251         (shr-put-image): Add help-echo alt texts to the images.
6252         (shr-tag-video): Show the video poster image.
6253
6254 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * shr.el (shr-table-depth): New variable.
6257         (shr-tag-table-1): Only insert the images after the top-level table.
6258
6259         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6260
6261         * gnus-util.el (gnus-list-memq-of-list): New function.
6262
6263         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6264         selected.
6265         (nnimap-unsplittable-articles): New slot.
6266         (nnimap-new-articles): Use it.
6267
6268 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6269
6270         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6271         move to the previous line on `M-g'.
6272
6273 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274
6275         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6276         *-request-group, which seems unnecessary.
6277
6278         * nnimap.el (nnimap-quote-specials): Function copied over from
6279         imap.el.
6280         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6281         they support that.  Suggested by Tom Regner.
6282
6283 2010-10-29  Julien Danjou  <julien@danjou.info>
6284
6285         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6286         defalias.
6287         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6288
6289         * gnus.el: Remove `gnus-nntp-service' variable.
6290         (gnus-secondary-servers): Make obsolete.
6291         (gnus-nntp-server): Make obsolete.
6292
6293         * gnus-start.el (gnus-1): Remove x-splash calls.
6294
6295         * gnus-ems.el (gnus-x-splash): Remove.
6296
6297         * gnus.el (gnus-group-startup-message): Simplify/update code.
6298
6299         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6300         definition.
6301
6302         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6303         capability before doing anything.
6304         (gnus-group-insert-group-line): Remove useless
6305         gnus-group-remove-excess-properties.
6306
6307 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6310
6311 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6314         config after reselecting.
6315
6316 2010-10-28  Julien Danjou  <julien@danjou.info>
6317
6318         * shr.el (shr-put-image): Use point even if only inserting text.
6319         (shr-put-image): Save excursion when inserting alt text on non-graphic
6320         display, so the behavior is the same when we are on a graphic display.
6321
6322         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6323
6324 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6327         (gnus-mime-copy-part): Check coding system, not charset.
6328         (gnus-mime-view-part-externally): Never remove part.
6329         (gnus-mime-view-part-internally): Don't remove part here.
6330         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6331         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6332         multipart/alternative.
6333
6334         * mm-decode.el (mm-display-part): Take optional arg `force'.
6335
6336 2010-10-26  Julien Danjou  <julien@danjou.info>
6337
6338         * gnus-group.el (gnus-group-default-list-level): Add this function to
6339         compute the default list level.
6340         (gnus-group-default-list-level): Add possibility to use a function.
6341
6342 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6345
6346         * gnus-group.el (gnus-group-completing-read)
6347         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6348         gnus-replace-in-string.
6349
6350 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * shr.el (shr-tag-div): Add.
6353
6354         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6355
6356 2010-10-25  Julien Danjou  <julien@danjou.info>
6357
6358         * gnus-util.el: Remove `gnus-with-local-quit'.
6359
6360         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6361
6362 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6363
6364         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6365         the original article buffer.
6366
6367 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6368
6369         * nnimap.el (nnimap-request-head): New function.
6370         (nnimap-request-move-article): Try to be slightly faster by not
6371         requesting the entire message when moving.
6372         (nnimap-transform-headers): Don't bug out on bodiless articles.
6373         (nnimap-send-command): Have no outstanding messages if the IMAP server
6374         doesn't support streaming.
6375         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6376
6377 2010-10-24  Julien Danjou  <julien@danjou.info>
6378
6379         * message.el (message-default-headers): Fix type.
6380
6381 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6382
6383         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6384         prefetching images.
6385
6386         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6387         backend for unknown groups.  This is mainly useful for nnimap groups.
6388
6389         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6390         group isn't covered by the agent.
6391
6392 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6393
6394         * nnir.el (nnir-method-default-engines): New variable.
6395         (nnir-run-query): Use it.
6396         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6397         (gnus-summary-nnir-goto-thread): Change group if needed.
6398
6399         * gnus-group.el (gnus-group-group-map): Add key binding for
6400         gnus-group-make-nnir-group.
6401
6402 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6403
6404         * shr.el (shr-tag-object): Add.
6405
6406         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6407         original article buffer live.
6408         (gnus-summary-select-article-buffer):
6409         Mention gnus-widen-article-buffer.
6410
6411 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * shr.el (shr-tag-strong): Add.
6414
6415 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6418         group names.  They mess up the group buffer badly.
6419
6420         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6421
6422         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6423         instead of the summary one.
6424
6425 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * mml.el (mml-preview): Work properly when editing article.
6428
6429         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6430         gnus-have-read-active-file if it's already been in.
6431
6432 2010-10-22  Tom Tromey  <tromey@redhat.com>
6433
6434         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6435         gnus-group-completing-read.
6436
6437 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6438
6439         * message.el (message-mode-map): Don't bind M-; to comment region, to
6440         allow the global comment-dwim to work.
6441
6442 2010-10-21  Julien Danjou  <julien@danjou.info>
6443
6444         * message.el (message-setup-1): Allow message-default-headers to be a
6445         function.
6446
6447 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * shr.el (shr-tag-table): Simplify.
6450
6451 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6454         to avoid trying to snarf invalid stuff.
6455
6456         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6457
6458         * gnus.el (gnus-message-archive-group): Quote value.
6459         (gnus-message-archive-group): Mark as changed.
6460
6461         * shr.el (shr-add-font): Don't put the font properties on the newline
6462         or the indentation.
6463
6464         * message.el (message-fix-before-sending): Change options when sending
6465         non-printable characters.
6466
6467         * gnus.el (gnus-message-archive-method): Change the default to
6468         monthly outgoing groups.
6469
6470         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6471         that have gotten new numbers.
6472
6473         * nnimap.el (nnimap-request-replace-article): New function.
6474
6475 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6478         (nnrss-request-article): Don't use special html washing code.
6479
6480 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * shr.el (shr-tag-table): Remove useless nconc.
6483
6484 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * gnus-art.el (article-wash-html): Simplify and remove the charset
6487         stuff.  Use the normal html rendering code instead of the special html
6488         washing code.
6489
6490         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6491         `gnus-w3m' symbols.
6492         (mm-text-html-washer-alist): Remove.
6493
6494         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6495         (mm-inline-media-tests): Remove use.
6496         (mm-text-html-renderer): Change default to the `shr' symbol.
6497
6498         * mm-view.el (mm-inline-text-html): Remove use.
6499
6500         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6501         `gnus-blocked-images' to be a function.
6502         (gnus-article-wash-function): Remove.
6503
6504 2010-10-20  Julien Danjou  <julien@danjou.info>
6505
6506         * spam.el (spam-list-of-processors): Mark as obsolete.
6507
6508         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6509         (nnimap-insert-partial-structure): Fix boundary detection.
6510
6511 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6512
6513         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6514         run file-truename on remote files.  This can be expensive and even
6515         prevent one from editing drafts if some unrelated buffer has a stale
6516         connection.
6517
6518 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6521         kinsoku-eol regardless of shr-kinsoku-shorten.
6522         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6523         (shr-tag-table): Support caption, thead, and tfoot.
6524
6525 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526
6527         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6528         lines.
6529         (shr-save-contents): New command and keystroke.
6530
6531         * nndoc.el (nndoc-type-alist): Add git support.
6532         (nndoc-git-type-p): New function.
6533         (nndoc-transform-git-article): Ditto.
6534         (nndoc-transform-git-headers): Ditto.
6535         (nndoc-transform-git-headers): Generate Subject headers.
6536
6537         * shr.el (shr-parse-style): New function.
6538         (shr-tag-span): Ditto.
6539
6540         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6541         to `G G' to avoid collisions.
6542
6543 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * shr.el: Load kinsoku if necessary.
6546         (shr-kinsoku-shorten): New internal variable.
6547         (shr-find-fill-point): Make kinsoku shorten text line if
6548         shr-kinsoku-shorten is bound to non-nil.
6549         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6550         shr-indentation too when testing if table is wider than frame width.
6551         (shr-insert-table): Use `string-width' instead of `length' to measure
6552         text width.
6553         (shr-insert-table-ruler): Make sure indentation is done at bol.
6554
6555 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6556
6557         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6558         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6559         undecoded network data.
6560
6561 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6562
6563         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6564         name in the mode line spec so that the mode line menu works
6565         (bug #2431).
6566
6567         * message.el (message-get-reply-headers): If we're fed `to-address',
6568         then always use that.
6569
6570         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6571         aren't so wide as to need to switch off the edit menu.
6572
6573         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6574         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6575
6576         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6577         `M-g'.
6578         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6579         the permanent marks.
6580
6581 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6582
6583         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6584         Splitting according to references/in-reply-to obeys the ignore-groups
6585         variable, while splitting by sender and subject do not.
6586
6587 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6588
6589         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6590         alist, so that we can look for non-Unicode chars.
6591         (article-translate-strings): Allow both character and string maps.
6592
6593 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * shr.el (shr-insert): Don't insert space behind a wide character
6596         categorized as kinsoku-bol, or between characters both categorized as
6597         nospace.
6598
6599 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6600
6601         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6602         headers to gnus-newsgroup-headers.
6603
6604 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605
6606         * shr.el (shr-tag-img): Don't align images -- since we're not
6607         rescaling, this often leads to ugly displays.
6608
6609 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6610
6611         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6612         duplicates.
6613
6614 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6615
6616         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6617         call.
6618
6619 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6620
6621         * gnus.el: Autoload gnus-html-show-images.
6622
6623         * nnimap.el: Use nnheader-message throughout.
6624
6625         * shr.el (shr-tag-img): Ignore images with no data.
6626
6627 2010-10-15  Julien Danjou  <julien@danjou.info>
6628
6629         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6630         a possibility to disable format=flow encoding when using hard newlines.
6631
6632 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * shr.el (shr-insert): Remove space inserted before or after a
6635         breakable character or at the beginning or the end of a line.
6636         (shr-find-fill-point): Do kinsoku; find the second best point or give
6637         it up if there's no breakable point.
6638
6639 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6640
6641         * nnimap.el (nnimap-open-connection): Message when opening connection
6642         for debugging purposes.
6643
6644         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6645         on every setup buffer call to allow this to change from article to
6646         article.
6647
6648         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6649         buffers where we have a wide table.
6650
6651 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6652
6653         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6654         uses *-request-thread.
6655
6656 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657
6658         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6659         incantation, which is no longer valid.
6660
6661 2010-10-14  Julien Danjou  <julien@danjou.info>
6662
6663         * shr.el: Fix defcustom type (char -> character).
6664
6665 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666
6667         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6668         programs.
6669
6670 2010-10-14  Julien Danjou  <julien@danjou.info>
6671
6672         * shr.el (shr-tag-a): Use url-link as widget type.
6673
6674         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6675         `gnus-group-get-icon'.
6676
6677 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6680         This should make server editing work better.
6681
6682         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6683
6684         * tls.el (tls-program): Remove spurious %s from openssl.
6685
6686         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6687         (nnimap-parse-flags): Fix regexp.
6688
6689         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6690         probably work for CJVK text, too.
6691
6692         * nnimap.el (nnimap-extend-tls-programs): Remove.
6693         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6694
6695         * tls.el (tls-starttls-switches): Remove starttls hack.
6696         (open-tls-stream): Ditto.
6697         (tls-find-starttls-argument): Ditto.
6698
6699 2010-10-13  Julien Danjou  <julien@danjou.info>
6700
6701         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6702         responses.
6703
6704 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6705
6706         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6707
6708         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6709         anything in Emacs.
6710
6711         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6712
6713 2010-10-13  Julien Danjou  <julien@danjou.info>
6714
6715         * shr.el (shr-width): Make shr-width a defcustom with default to
6716         fill-column.
6717         (shr-tag-img): Use shr-width rather than fill-column.
6718
6719 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * dgnushack.el (byte-optimize-apply):
6722         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6723
6724         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6725         position when (X-)Faces exist.
6726         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6727         avatars when called interactively.
6728
6729 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6732         gnus-article-x-face-too-ugly is bound.
6733
6734 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6735
6736         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6737
6738         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6739         mailbox that doesn't exist.
6740
6741 2010-10-12  Julien Danjou  <julien@danjou.info>
6742
6743         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6744         (shr-get-image-data): Encode URL properly when fetching from cache.
6745         (shr-tag-img): Use aligned-to spaces to align correctly images.
6746
6747         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6748         before inserting the Gravatar.
6749
6750         * shr.el (shr-tag-img): Add align attribute support for <img>.
6751
6752 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753
6754         * gnus-gravatar.el (gnus-art): Require.
6755
6756         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6757         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6758         Remove long obsoleted functions.
6759
6760 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6763
6764         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6765
6766         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6767         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6768         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6769         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6770         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6771         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6772         * sieve-manage.el, smime.el, spam.el:
6773         Fix comment for declare-function.
6774
6775 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * nnimap.el (nnimap-request-rename-group): Select group read-only
6778         before renaming it.
6779
6780         * shr.el (shr-insert): Fix up the white space only regexp.
6781
6782         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6783         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6784
6785         * shr.el (shr-current-column): New function.
6786         (shr-find-fill-point): New function.
6787
6788 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6789
6790         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6791         numbers.
6792
6793 2010-10-11  Julien Danjou  <julien@danjou.info>
6794
6795         * shr.el (shr-hr-line): Add.
6796         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6797         display hr lines.
6798         (shr-max-columns): Do not change state to nil if we just inserting
6799         spaces.
6800
6801 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6802
6803         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6804         select the last group.
6805
6806 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6807
6808         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6809
6810 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6811
6812         * dig.el (dig-mode-map): Declare and define in one step.
6813
6814 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6815
6816         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6817         for Gnus.
6818         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6819         (nnimap-update-qresync-info): Mark \Seen articles as read.
6820
6821         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6822         non-variable, too.
6823
6824         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6825         available.
6826         (nnimap-update-info): Rely more on the current active than the param
6827         active to avoid marking articles as read too much.
6828
6829         * auth-source.el (auth-source-create): Use (user-login-name) for the
6830         user name default.
6831
6832         * nnimap.el (nnimap-update-info): If the server doesn't return any
6833         useful info, just use the previous info.
6834         (nnimap-update-info): Prefer old info over start-article.
6835         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6836
6837 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6838
6839         * nnir.el (autoload): Clean up autoloads.
6840         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6841         Use key rather than value.
6842         (nnir-imap-search-other): New variable.
6843         (nnir-read-parm): Use it.
6844         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6845         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6846
6847 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6848
6849         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6850         the process, too.
6851
6852 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * spam.el (gnus-summary-mode-map): Bind to "$".
6855         Suggested by Russ Allbery.
6856
6857         * shr.el: Rework the way things are indented by <li> slightly.
6858
6859         * gnus.el (gnus-group-set-parameter): Fix typo.
6860
6861         * nnimap.el: Start implementing QRESYNC support.
6862
6863 2010-10-09  Julien Danjou  <julien@danjou.info>
6864
6865         * nnir.el (nnir-engines): Fix too many arguments.
6866
6867 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6870         group is the "last", so that the backends like nnfolder actually save
6871         their folders.
6872
6873         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6874         try to use that for the tls stream.
6875         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6876         UIDVALIDITY and find out which groups are read-only and not.
6877         (nnimap-get-flags): Use the same marks parsing code as the rest of
6878         nnimap.
6879
6880 2010-10-09  Julien Danjou  <julien@danjou.info>
6881
6882         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6883
6884         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6885         retrieving gravatars.
6886
6887         * shr.el (shr-table-corner): Add.
6888         (shr-table-line): Add.
6889         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6890
6891 2010-10-08  Julien Danjou  <julien@danjou.info>
6892
6893         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6894
6895 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6898
6899         * gnus-sum.el (gnus-mark-article-as-unread)
6900         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6901         (gnus-summary-set-bookmark): Use it.
6902
6903         * gnus-msg.el (gnus-setup-message): Use it.
6904
6905         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6906
6907         * gnus.el (gnus-group-remove-parameter): Use it.
6908
6909         * gnus-group.el (gnus-group-make-web-group): Use it.
6910
6911         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6912
6913         * nnregistry.el: Update docs to mention manual.
6914
6915         * gnus-registry.el: Update docs to mention nnregistry.el.
6916         (gnus-registry-initialize): Don't install nnregistry refer method
6917         automatically.
6918         (gnus-registry-install-nnregistry): Remove it.
6919
6920 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6921
6922         * shr.el (shr-insert): Don't insert double spaces.
6923
6924 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-gravatar.el (gnus-treat-from-gravatar)
6927         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6928         called interactively.
6929
6930         * gnus-art.el (gnus-mime-view-part-externally)
6931         (gnus-mime-view-part-internally): Make predicate function passed to
6932         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6933         of a mime type.
6934
6935         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6936
6937 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * shr.el (require): Require cl when compiling.
6940         (shr-tag-hr): New function.
6941
6942         * nnimap.el (nnimap-update-info): Remove double setting of high.
6943         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6944         This makes nnimap work properly on Courier again.
6945
6946         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6947         the variable for backwards compatibility.
6948
6949         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6950         the file name before using to avoid setting mm-default-directory to
6951         nil.
6952
6953         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6954         bidning gnus-agent variables.
6955
6956         * shr.el (shr-render-td): Use a cache for the table rendering function
6957         to avoid getting an exponential rendering behavior in nested tables.
6958         (shr-insert): Rework the line-breaking algorithm.
6959         (shr-insert): Don't leave trailing spaces.
6960         (shr-insert-table): Also insert empty TDs.
6961         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6962
6963 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6964
6965         * gnus-sum.el (gnus-number): Rename from `number'.
6966         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6967         (gnus-summary-limit-children): Update uses correspondingly.
6968
6969 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6972         (gnus-gravatar-transform-address): Don't show avatars of people of
6973         which mail addresses match gnus-gravatar-too-ugly.
6974
6975 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * shr.el (shr-table-widths): Expand TD elements to fill available
6978         space.
6979
6980 2010-10-07  Julien Danjou  <julien@danjou.info>
6981
6982         * nnimap.el (nnimap-request-rename-group): Add this method.
6983
6984 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6987         name from XEmacs' function-arglist.
6988
6989         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6990         gravatar under XEmacs.
6991
6992 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6993
6994         * auth-source.el: Update docs with TODO items.
6995
6996         * gnus-sync.el: Update docs to explain state and plans.
6997
6998         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6999         Hooks for mark updates.
7000         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7001
7002         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7003         hooks with arguments, which is needed for mark update hooks.
7004
7005 2010-10-06  Julien Danjou  <julien@danjou.info>
7006
7007         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7008         was matched.
7009
7010         * sieve-manage.el: Update example in `Commentary'.
7011
7012         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7013
7014         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7015         not 2000.
7016         (sieve-manage-authenticate): Re-add function.
7017
7018 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7019
7020         * shr.el (shr-insert): Get 'space transition right.
7021         (shr-render-td): Only delete space at the end of the TD.
7022
7023         * nnimap.el (nnimap-open-connection): Prepare to support
7024         open-gnutls-stream.
7025
7026         * shr.el: Rearrange function order to be more logical.
7027
7028 2010-10-06  Julien Danjou  <julien@danjou.info>
7029
7030         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7031         (nnrss-discover-feed): Remove 404 URL in docstring.
7032
7033         * nnir.el: Fix Swish-E URL.
7034         Fix Namazu URL.
7035
7036         * message.el (message-change-subject): Remove 404 URL in a comment.
7037
7038 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7041         called interactively.
7042
7043         * gnus-util.el (gnus-remove-if): Allow hash table.
7044         (gnus-remove-if-not): New function.
7045
7046         * gnus-art.el (gnus-mime-view-part-as-type):
7047         * gnus-score.el (gnus-summary-score-effect):
7048         * gnus-sum.el (gnus-read-move-group-name):
7049         Replace remove-if-not with gnus-remove-if-not.
7050
7051         * gnus-group.el (gnus-group-completing-read):
7052         Regard collection as a hash table if it is not a list.
7053
7054 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7057
7058         * shr.el: Document the table-rendering algorithm.
7059
7060 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7063         for Emacsen having no `libxml-parse-html-region' support.
7064
7065 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7066
7067         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7068         invalid URLs.
7069
7070         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7071         line-broken.
7072         (shr-tag-img): Ignore image fetching errors.
7073         (shr-overlays-in-region): Compute overlay positions correctly.
7074
7075         * mm-decode.el (mm-shr): Require shr.
7076
7077         * gnus-art.el (gnus-blocked-images): Move variable here.
7078
7079         * shr.el (shr-insert-table): Bind free variable.
7080
7081         * mm-decode.el (mm-shr): Bind shr-content-function.
7082
7083         * shr.el (shr-content-function): New variable.
7084
7085         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7086         added for symmetry.
7087
7088         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7089
7090         * gnus-group.el (gnus-group-make-group): Doc fix.
7091
7092         * nnimap.el (nnimap-request-newgroups): Return success.
7093
7094         * shr.el (shr-find-elements): New function.
7095         (shr-tag-table): Put all the images after the table.
7096         (shr-tag-table): Really inhibit images inside the table.
7097         (shr-collect-overlays): Copy over overlays from the TD elements to the
7098         main document.
7099
7100         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7101         gnus-blocked-images.
7102
7103 2010-10-05  Julien Danjou  <julien@danjou.info>
7104
7105         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7106
7107         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7108         (gnus-html-maximum-image-size): Add this function.
7109         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7110
7111         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7112         server-value of the capability is nil.
7113
7114 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7115
7116         * shr.el (shr-tag-em): Add <EM> tag.
7117
7118 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7119
7120         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7121         customizable.
7122
7123         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7124         handing broken links to browse-url.
7125
7126 2010-10-05  Julien Danjou  <julien@danjou.info>
7127
7128         * gnus-util.el (gnus-emacs-completing-read)
7129         (gnus-iswitchb-completing-read): Use autoload rather than require.
7130
7131 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7134         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7135         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7136         iswitchb-temp-buflist for XEmacs.
7137
7138         * gnus-util.el (gnus-completing-read-function): Exclude
7139         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7140         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7141         XEmacs.
7142
7143         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7144         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7145
7146         * gnus-html.el: Don't require help-fns under XEmacs.
7147         (gnus-html-schedule-image-fetching): Work for XEmacs.
7148
7149         * mm-decode.el (mm-shr): Decode contents by charset.
7150
7151 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7154         unknown.
7155
7156         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7157         (shr-get-image-data): Ensure against the cache file missing.
7158
7159         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7160         for data.
7161
7162         * spam-report.el (spam-report-url-ping-plain): Don't query about
7163         killing the process.
7164
7165         * shr.el (shr-render-td): Protect against too-wide text.
7166
7167 2010-10-04  Julien Danjou  <julien@danjou.info>
7168
7169         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7170         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7171
7172         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7173         retrieved.
7174
7175 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7176
7177         * shr.el (browse-url): Require.
7178         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7179         lines.
7180         (shr-show-alt-text, shr-browse-image): New commands.
7181         (shr-browse-url, shr-copy-url): New commands.
7182
7183         * gnus-sum.el (gnus-widen-article-window): New variable.
7184         (gnus-summary-select-article-buffer): Use it.
7185
7186         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7187         without @ signs.
7188
7189 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7190
7191         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7192
7193 2010-10-04  Julien Danjou  <julien@danjou.info>
7194
7195         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7196         for XEmacs.
7197
7198 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7199
7200         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7201
7202         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7203         (nnimap-close-server): Implement.
7204
7205         * dgnushack.el (iswitchb): Require to shut up the compiler.
7206
7207         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7208         (shr-insert): Tweak line breaking.
7209         (shr-insert): Handle <pre> better.
7210         (shr-tag-li): Get <li> indentation right.
7211         (shr-tag-li): Get <li> indentation even righter.
7212         (shr-tag-blockquote): Ensure paragraph start.
7213         (shr-make-table): Tweak table generation.
7214         (shr-make-table): Fix typo.
7215
7216         * shr.el: Implement table rendering.
7217
7218 2010-10-04  Julien Danjou  <julien@danjou.info>
7219
7220         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7221
7222 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * shr.el (shr-insert): Use string anchors instead of line anchors.
7225
7226 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7227
7228         * shr.el: Add headings.
7229         (shr-ensure-paragraph): Actually work.
7230         (shr-tag-li): Make <ul> prettier.
7231         (shr-insert): Get white space at the beginning/end of elements right.
7232         (shr-tag-p): Collapse subsequent <p>s.
7233         (shr-ensure-paragraph): Don't insert double line feeds after blank
7234         lines.
7235         (shr-insert): \t is also space.
7236         (shr-tag-s): Fix "s" tag name function.
7237         (shr-tag-s): Fix face prop name.
7238
7239 2010-10-03  Julien Danjou  <julien@danjou.info>
7240
7241         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7242
7243         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7244         gnus-window-inside-pixel-edges.
7245
7246         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7247         gnus-ems.
7248
7249         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7250
7251         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7252         function.
7253
7254         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7255         resize choice.
7256
7257 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258
7259         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7260         beginning of the buffer.
7261
7262         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7263         article buffer again.
7264
7265         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7266
7267         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7268         when it's at the start of the buffer.
7269
7270         * shr.el (shr-tag-blockquote): Convert name.
7271         (shr-rescale-image): Use the right image-size variant.
7272
7273         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7274         buffer isn't shown, then select the current article first instead of
7275         bugging out.
7276         (gnus-summary-select-article-buffer): Show both the article and summary
7277         buffers again.
7278
7279         * shr.el (shr-fontize-cont): Protect against regions with no text.
7280         Rename tag functions to shr-tag-* for enhanced security.
7281         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7282
7283 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7284
7285         * shr.el (shr-insert):
7286         * pop3.el (pop3-movemail):
7287         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7288         loaded.
7289
7290 2010-10-03  Glenn Morris  <rgm@gnu.org>
7291
7292         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7293
7294         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7295
7296         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7297
7298         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7299
7300         * gnus-util.el (gnus-make-local-hook): Simplify.
7301
7302 2010-10-02  Julien Danjou  <julien@danjou.info>
7303
7304         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7305         (gnus-ido-completing-read): New function.
7306         (gnus-emacs-completing-read): New function.
7307         (gnus-completing-read): Use gnus-completing-read-function.
7308         Add gnus-completing-read-function.
7309
7310 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7311
7312         * shr.el (shr-insert-document): Autoload.
7313         (shr-img): Be silent.
7314         (shr-insert): Add a newline after every picture before text.
7315         (shr-add-font): Use overlays for combining faces.
7316         (shr-insert): Pass upwards the text start point.
7317
7318         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7319         possible.
7320         (mm-shr): New function.
7321
7322 2010-10-02  Julien Danjou  <julien@danjou.info>
7323
7324         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7325         should go backward.
7326
7327 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7328
7329         * shr.el (shr): Fix typo in provide call.
7330
7331 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * shr.el: New file.
7334
7335         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7336
7337         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7338         completing read.
7339
7340 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7341
7342         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7343         we're being queried about.  Suggested by Dan Jacobson.
7344
7345         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7346         Suggested by Jason Eisner.
7347
7348         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7349         table, too.  Suggested by Stefan Wiens.
7350         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7351         the table unnecessary.  Suggested by Stefan Wiens.
7352
7353         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7354         longer needed, and probably doesn't work either, as pointed out by
7355         Stefan Wiens.
7356         (gnus-summary-exit): Remove call to the clearing function.
7357         (gnus-summary-exit-no-update): Ditto.
7358
7359         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7360         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7361         Reported by Stefan Monnier.
7362         (gnus-summary-save-in-rmail): Ditto.
7363
7364         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7365         article buffer, instead of both the article buffer and the summary
7366         buffer.  Sort of suggested by Dan Jacobson.
7367
7368         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7369
7370         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7371         Suggested by Dan Jacobson.
7372
7373         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7374         documentation clearer.
7375
7376         * message.el (message-shorten-references): Comment on the number "21".
7377         Suggested by Stefan Monnier.
7378
7379         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7380         Suggested by Dan Jacobson.
7381
7382         * gnus.el (gnus-large-newsgroup):
7383         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7384
7385         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7386         externalize attachments.  Bug reported by Steve Wen.
7387
7388         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7389         really message anything to the user.
7390
7391         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7392         directly.
7393
7394         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7395         messages in empty groups.
7396
7397 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7398
7399         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7400         non-UIDNEXT group.
7401
7402 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7403
7404         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7405         not the value from the collection.
7406
7407         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7408         values.  This sometimes happens on some groups that have no info.
7409         (nnimap-request-newgroups): New function.
7410
7411 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7412
7413         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7414         check into `gnus-registry-initialize'.
7415         (gnus-registry-initialize): Ditto.
7416         Fix and extend header docs.
7417
7418 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7421         regexp backtrace overflows.
7422
7423         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7424         for starttls that tls.el implements; i.e. openssl.
7425
7426         * tls.el (tls-starttls-switches): Give up on using starttls with
7427         gnutls-cli.
7428         (tls-program): Add --insecure to be consistent with the defaults from
7429         openssl s_client.  Now all three commands are insecure.
7430
7431 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * lpath.el: Bind completion-styles-alist for XEmacs.
7434
7435         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7436         (gravatar-create-image): New function that's an alias to
7437         gnus-xmas-create-image, gnus-create-image, or create-image.
7438         (gravatar-data->image): Use it.
7439
7440 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7441
7442         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7443         install the nnregistry refer method.
7444         (gnus-registry-install-hooks): Use it.
7445         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7446         unfollowed groups.
7447
7448 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7449
7450         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7451         expanding threads.
7452
7453 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * nnir.el: Use the server names without suffixes (bug #7009).
7456
7457         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7458         unencrypted to STARTTLS, if possible.
7459
7460 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7461
7462         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7463         headers before superseding.
7464
7465 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * nnrss.el (nnrss-use-local): Add documentation.
7468
7469         * nnimap.el (nnimap-extend-tls-programs): New function.
7470         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7471         (nnimap-wait-for-connection): Accept the greeting from the stupid
7472         output from openssl s_client -starttls, too.
7473
7474         * tls.el (tls-starttls-switches): New variable.
7475         (tls-find-starttls-argument): Use it.
7476         (open-tls-stream): Ditto.
7477
7478         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7479         (netrc-machine): Ditto.
7480
7481         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7482         article number.
7483         (nnimap-split-fancy): New variable.
7484         (nnimap-split-incoming-mail): Use it.
7485
7486         * nntp.el (nntp-server-list-active-group): Document.
7487
7488         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7489         SELECT to get the message-id.
7490
7491         * mail-source.el (mail-sources): Remove webmail support.
7492         (defvar): Ditto.
7493         (mail-source-fetcher-alist): Ditto.
7494         (mail-source-fetch-webmail): Remove.
7495
7496         * webmail.el: Remove -- doesn't seem relevant any more.
7497
7498         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7499
7500         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7501         the \r.
7502
7503 2010-09-30  Julien Danjou  <julien@danjou.info>
7504
7505         * gnus-agent.el (gnus-agent-add-group): Fix call to
7506         gnus-completing-read.
7507
7508 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7509
7510         * nndoc.el (nndoc-retrieve-groups): New function.
7511
7512         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7513         `default', use nnmail-split-methods.
7514         (nnimap-request-article): Downcase the NILs so that they are nil.
7515
7516         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7517         symbol.
7518
7519         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7520         code, since if the user has requested network, that's what they ought
7521         to get.
7522         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7523         (nnimap-split-rule): Mark as obsolete.
7524
7525         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7526         New variable.
7527
7528         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7529         correct slot, too.
7530
7531 2010-09-29  Julien Danjou  <julien@danjou.info>
7532
7533         * gnus.el (gnus-local-domain): Declare variable obsolete.
7534
7535         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7536         Fix history computing.
7537         (gnus-ido-completing-read): Require ido.
7538
7539 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540
7541         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7542         build Gnus.
7543
7544         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7545         when interpreting the structures.
7546         (nnimap-request-accept-article): Add \r\n to the lines to make this
7547         work with Cyrus.
7548
7549         * nndraft.el (nndraft-request-expire-articles): Use the group name
7550         instead if "nndraft".  Fix found by Nils Ackermann.
7551
7552 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7553
7554         * nnregistry.el: Add.
7555
7556 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7557
7558         * nnmail.el (group, group-art-list, group-art):
7559         Remove unneeded directives.
7560
7561 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7564         (mm-mime-charset):
7565         * rfc2047.el (rfc2047-syntax-table):
7566         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7567
7568         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7569         rather than `insert-file-contents' and `eval-region'.
7570
7571         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7572         construction.
7573
7574         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7575
7576         * time-date.el: No need to require cl for Emacs 21.
7577
7578 2010-09-29  Julien Danjou  <julien@danjou.info>
7579
7580         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7581         replacement of `gnus-gravatar-relief' to mimic
7582         `gnus-faces-properties-alist'.
7583         Add :version property.
7584
7585 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * mail-source.el (mail-source-report-new-mail):
7588         * message.el (message-default-mail-headers):
7589         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7590
7591         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7592
7593 2010-09-28  Julien Danjou  <julien@danjou.info>
7594
7595         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7596         mail-address contains the same string as real-name.
7597
7598         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7599         non-blank in header, otherwise it'll get stripped.
7600
7601         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7602         real-name, and then for mail address rather than doing : or , search.
7603
7604 2010-09-27  Julien Danjou  <julien@danjou.info>
7605
7606         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7607         right completing-read function.
7608         (gnus-use-ido): New variable
7609         (gnus-completing-read-with-default): Remove.
7610         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7611         (gnus-agent-add-group):
7612         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7613         * mm-view.el (mm-view-pkcs7-decrypt):
7614         * mm-util.el (mm-codepage-setup):
7615         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7616         * mml-smime.el (mml-smime-openssl-sign-query):
7617         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7618         (mml-insert-multipart):
7619         * gnus-msg.el (gnus-summary-yank-message):
7620         * gnus-int.el (gnus-start-news-server):
7621         * mm-decode.el (mm-interactively-view-part):
7622         * gnus-dired.el (gnus-dired-attach):
7623         * gnus.el (gnus-read-method):
7624         * gnus-bookmark.el (gnus-bookmark-jump):
7625         * gnus-art.el (gnus-mime-view-part-as-type)
7626         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7627         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7628         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7629         * nnmairix.el (nnmairix-create-server-and-default-group)
7630         (nnmairix-update-groups, nnmairix-get-server)
7631         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7632         (nnmairix-get-group-from-file-path):
7633         * nnrss.el (nnrss-find-rss-via-syndic8):
7634         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7635         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7636         (gnus-group-browse-foreign-server):
7637         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7638         (gnus-summary-execute-command, gnus-summary-respool-article)
7639         (gnus-read-move-group-name):
7640         * gnus-score.el (gnus-summary-increase-score)
7641         (gnus-summary-score-effect):
7642         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7643
7644 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7647         x-focus-frame.
7648
7649         * nnimap.el (auth-source-forget-user-or-password)
7650         (auth-source-user-or-password): Autoload.
7651
7652         * message.el (message-from-style, message-interactive)
7653         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7654         (message-yank-prefix, message-indentation-spaces, message-signature)
7655         (message-signature-file): Add comment.
7656
7657 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7658
7659         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7660         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7661         new articles.
7662
7663         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7664         parts.
7665         (nnimap-request-article): Work with the t setting, too.
7666
7667         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7668         that you don't get flashes of other buffers.
7669         (gnus-summary-show-complete-article): Intern before setting.
7670
7671 2010-09-27  David Engster  <dengste@eml.cc>
7672
7673         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7674         well as HEADERS.
7675         (nnmairix-retrieve-headers): Provide new argument for the above.
7676
7677 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7678
7679         * gnus-sum.el (gnus-summary-move-article): Don't alter
7680         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7681         group.
7682
7683         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7684
7685         * message.el (message-cite-prefix-regexp): Revert my last edit.
7686
7687         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7688         variable instead of the Gnus variable.
7689
7690         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7691
7692         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7693
7694         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7695         since some servers don't like it.
7696         (nnimap-open-connection): Forget credentials if the server says the
7697         password was wrong.
7698         (nnimap-parse-line): Protect against invalid data.
7699
7700         * gnus-sum.el (gnus-summary-move-article): Add comment.
7701         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7702         nothing alters it while scanning for new messages.
7703
7704         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7705         which may or may not help.
7706         (nnimap-open-connection): If we're doing a stream connection, and then
7707         discover we're on a STARTTLS-capable server, then open a STARTTLS
7708         connection instead.
7709
7710 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7711
7712         * nnimap.el (utf7): Require.
7713
7714         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7715         prefix.
7716
7717 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7718
7719         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7720
7721 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7722
7723         * nnimap.el (nnimap-request-accept-article): Message the error on
7724         error.
7725
7726 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7729
7730 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731
7732         * nndoc.el (nndoc-request-list): Return success always.
7733
7734         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7735         `fetch-old' -- we only want to fetch the articles we've requested.
7736         The rest are in the agent, probably.
7737         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7738         disappeared server" to something low.  It's not important.
7739
7740         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7741         arrived before the FETCH data.
7742
7743         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7744         target here, because we don't know the Gnus name of the group.
7745
7746         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7747         for the correct group.
7748
7749         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7750
7751         * gnus.el (gnus): Give a final warning after startup.
7752
7753         * gnus-util.el (gnus-action-message-log): New variable.
7754         (gnus-message): Use it.
7755         (gnus-final-warning): New function.
7756
7757         * nnimap.el (nnimap-open-connection): Record the greeting.
7758         (nnimap): Add greeting.
7759
7760 2010-09-26  Julien Danjou  <julien@danjou.info>
7761
7762         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7763         arguments.
7764         (gnus-html-wash-images): Fix spec computing to include start/end.
7765
7766         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7767
7768 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769
7770         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7771         deletion.
7772         (nnimap-retrieve-headers): Don't select the group, because that's
7773         already done by nnimap-possibly-change-group.
7774
7775         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7776         (gnus-picon-transform-address): Use it.
7777
7778         * mail-source.el (mail-source-value): Revert previous patch.
7779
7780         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7781         on failure.
7782         (nnimap-open-connection): Look up both virtual and physical server name
7783         credentials.
7784
7785         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7786
7787 2009-02-07  Dave Love  <fx@gnu.org>
7788
7789         * tls.el (open-tls-stream): Don't query killing process.
7790
7791 2009-02-08  Dave Love  <fx@gnu.org>
7792
7793         * gnus-win.el (gnus-window-to-buffer-helper)
7794         (gnus-all-windows-visible-p): Function needn't be a symbol.
7795
7796         * mail-source.el (mail-source-value): Function needn't be a symbol.
7797
7798 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7799
7800         * message.el (message-cite-prefix-regexp): Remove } from the cite
7801         prefix.
7802
7803         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7804         highlight again, so that the highlight is correct.
7805
7806         * gnus-picon.el (gnus-picon): Remove again.
7807         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7808
7809         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7810         doing the header highlightling, so that the background color of the
7811         picon is correct.
7812
7813         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7814         (gnus-picon): Ditto.
7815         (gnus-picon): Reinstate.  The background color for picons is white.
7816         (gnus-picon-insert-glyph): Make the background white.
7817
7818         * nnml.el (nnml-open-nov): Don't return dead buffers.
7819
7820         * auth-source.el (auth-source-create): Query the user for whether to
7821         store the credentials.
7822
7823         * netrc.el (netrc-store-data): New function.
7824
7825         * auth-source.el (auth-source-user-or-password): Use the existing auth
7826         sources, if any, for creation.
7827
7828         * gnus.el (gnus-group-fast-parameter): Return the last matching
7829         parameter instead of the first matching parameter.
7830
7831 2010-09-26  Julien Danjou  <julien@danjou.info>
7832
7833         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7834
7835 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836
7837         * mml2015.el (mml2015-use): Remove gpg support.
7838
7839         * mml1991.el (mml1991-function-alist): Remove gpg function.
7840         (mml1991-gpg-sign): Remove.
7841
7842 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7843
7844         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7845         (gnus-browse-unsubscribe-current-group): Document it.
7846         (gnus-browse-unsubscribe-group): Use it.
7847
7848 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7851         address to the To list for easier response.
7852
7853         * gnus.el (gnus-play-startup-jingle): Remove.
7854         (gnus-splash): Don't play jingle.
7855         (gnus): Silence gnus-load message.
7856
7857         * gnus-art.el (gnus-treat-play-sounds): Remove.
7858
7859         * gnus.el (gnus-play-jingle): Remove audio support.
7860
7861         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7862
7863         * earcon.el: Remove -- no users.
7864
7865         * gnus-audio.el: Remove -- no users of this package.
7866
7867         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7868
7869         * gnus-start.el (gnus-setup-news): Remove nocem support.
7870
7871         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7872
7873         * gnus.el (gnus-use-nocem): Remove.
7874
7875         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7876         Remove.
7877
7878         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7879         uses NoCeM any more.
7880
7881         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7882         (gnus-button-ctan-handler): Ditto.
7883         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7884         (gnus-button-ctan-directory-regexp): Ditto.
7885         (gnus-button-handle-ctan): Ditto.
7886         (gnus-button-tex-level): Ditto.
7887         (gnus-button-alist): Remove CTAN stuff.
7888
7889 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7890
7891         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7892         nnimap-streaming test.
7893
7894         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7895         servers twice.
7896
7897         * nnimap.el (nnimap-open-connection): Add more error reporting when
7898         nnimap fails early.
7899
7900         * nnheader.el (nnheader-get-report-string): New function.
7901         (nnheader-get-report): Use it.
7902
7903         * gnus-int.el (gnus-check-server): Say what the error was when opening
7904         failed.
7905
7906         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7907         using streaming.
7908
7909 2010-09-25  Julien Danjou  <julien@danjou.info>
7910
7911         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7912         gnus-window-inside-pixel-edges.
7913
7914 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915
7916         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7917
7918         * mm-decode.el (mm-save-part): Allow saving to other directories the
7919         normal Emacs way.
7920
7921         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7922         Suggested by Jay Berkenbilt.
7923
7924         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7925         there isn't a single byte.
7926
7927         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7928         just do it.  It doesn't really seem to matter what the user responds
7929         here, I think, so it's just a confusing question.
7930
7931         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7932         non-streaming case.
7933
7934         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7935         (gnus-article-encrypt-body): Use it.
7936
7937         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7938         keystroke.
7939
7940         * nnimap.el (nnimap-find-wanted-parts-1):
7941         Use gnus-fetch-partial-articles.
7942
7943         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7944
7945         * nnimap.el (nnimap-insert-partial-structure): New function.
7946         (nnimap-get-partial-article): New function.
7947         (nnimap-request-article): Use it.
7948         (nnimap-wait-for-response): Return whether the wait was successful.
7949         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7950         retrieval wasn't successful.
7951         (nnimap-retrieve-group-data-early): Allow throttling servers.
7952         (nnimap-streaming): New variable.
7953         (nnimap-fetch-partial-articles): Remove.
7954
7955         * mm-decode.el (mm-with-part): Protect against killed buffers.
7956
7957         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7958         for prettier summary display.
7959
7960 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7961
7962         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7963
7964 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7965
7966         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7967         apparently third-party libraries depend on it.
7968
7969         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7970         before starting negotiation.
7971
7972         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7973         privacy reasons.
7974         (gnus-treat-mail-gravatar): Ditto.
7975
7976         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7977         buffer when inserting images.  Inserting text into the headers, for
7978         instance, can make them invalid.
7979
7980 2010-09-25  Julien Danjou  <julien@danjou.info>
7981
7982         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7983         variables.
7984
7985         * nnheader.el: Remove useless variables news-reply-yank-from and
7986         news-reply-yank-message-id.
7987
7988         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7989         variables.
7990
7991         * mml1991.el: Remove useless mml1991-verbose.
7992
7993         * gnus.el: Remove useless variable gnus-use-generic-from.
7994         Remove obsolete variable gnus-topic-indentation.
7995
7996         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7997
7998         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7999
8000         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8001
8002         * gnus-group.el: Remove useless gnus-group-icon-cache.
8003         Remove useless gnus-ephemeral-group-server.
8004
8005         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8006
8007         * mml2015.el: Remove useless mml2015-verbose.
8008
8009         * mml-smime.el: Remove useless mml-smime-verbose.
8010
8011         * gnus.el: Remove useless gnus-local-domain.
8012
8013         * gnus-gravatar.el (gnus-gravatar-transform-address):
8014         Use gnus-gravatar-size.
8015
8016         * gnus-art.el: Remove useless gnus-treat-translate.
8017
8018 2010-09-24  Julien Danjou  <julien@danjou.info>
8019
8020         * gnus-sum.el: Add support for Gravatars.
8021
8022         * gnus-art.el: Add support for Gravatars.
8023
8024         * gnus-gravatar.el: Add this file.
8025
8026         * gravatar.el: Add this file.
8027
8028 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8031
8032         * gnus-group.el (gnus-group-fetch-faq): Remove.
8033
8034         * gnus.el (gnus-group-faq-directory): Remove.
8035
8036         * gnus-group.el (gnus-group-fetch-charter): Remove.
8037
8038         * gnus.el (gnus-group-charter-alist): Remove.
8039
8040         * gnus-group.el (gnus-group-archive-directory): Remove.
8041         (gnus-group-recent-archive-directory): Ditto.
8042         (gnus-group-make-archive-group): Remove.
8043
8044         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8045
8046         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8047         use the same article number for all the cached articles.
8048
8049         * nnimap.el (nnimap-command): Register the last command time so
8050         that we can use it for idling NOOPs.
8051         (nnimap-open-connection): Start the keeplive timer.
8052         (nnimap-make-process-buffer): Store all the process buffers.
8053         (nnimap-keepalive): New function.
8054
8055         * starttls.el (starttls-open-stream): Add autoload cookie.
8056
8057 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8058
8059         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8060         handling.
8061
8062 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8063
8064         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8065         its data structures.
8066
8067         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8068         instead of the cl.el copy-list.
8069         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8070         equalp.
8071
8072 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8075         and tool-bar-local-item-from-menu.
8076
8077         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8078         mode-line-highlight face for Emacs.
8079
8080         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8081         loading gnus-sum.elc; fix comment for canlock-verify.
8082         (gnus-article-jump-to-part): Use read-number.
8083         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8084         Remove Emacs pre-21 compatible code for help-echo.
8085         (gnus-article-next-page-1): No need to adjust the number of lines.
8086         (gnus-article-describe-bindings): Always use help-buffer.
8087
8088         * gnus-audio.el (gnus-audio-inline-sound):
8089         * gnus-cus.el (gnus-custom-mode):
8090         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8091
8092         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8093
8094         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8095         compatible code.
8096
8097 2010-09-24  Glenn Morris  <rgm@gnu.org>
8098
8099         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8100         visiting the fcc file in rmail-mode.
8101
8102         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8103
8104 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * nnir.el: Silence the byte compiler.
8107
8108         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8109         alias to browse-url-url-encode-chars if any.
8110         (gnus-html-encode-url): Use it.
8111
8112 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8113
8114         * gnus-start.el (gnus-use-backend-marks): New variable.
8115         (gnus-get-unread-articles-in-group): Use it.
8116
8117         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8118         makeover.
8119
8120 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8121
8122         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8123
8124 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8127         Remove.
8128         (gnus-setup-news-hook):
8129         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8130
8131         * gnus-int.el (gnus-request-update-info): Protect against backends not
8132         having the function.
8133
8134         * nnimap.el (nnimap-stream): Mention starttls.
8135         (nnimap-open-connection): Add starttls support.
8136
8137 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8138
8139         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8140
8141 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142
8143         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8144         BODYSTRUCTUREs.
8145         (nnimap-transform-headers): Unfold quoted {42} headers.
8146
8147         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8148         the info.
8149         (gnus-get-unread-articles): Only call updatep on backends that support
8150         it.
8151
8152         * nnweb.el (nnweb-request-update-info): NOOP.
8153
8154         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8155
8156         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8157         since it only deals with marks.
8158
8159         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8160         gnus-request-marks, and make a new gnus-request-update-info.
8161
8162         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8163         the active instead of the high number, which is usually too low.
8164
8165 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8166
8167         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8168         * encrypt.el: Remove.
8169
8170 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8171
8172         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8173         server in symbolic form.
8174
8175         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8176
8177 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8180         (nnimap-update-info): Fix up code slightly.
8181
8182         * gnus-int.el (gnus-open-server): Add tracing for performance
8183         debugging.
8184
8185         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8186         (gnus-group-insert-group-line): Pass the real group name so that it
8187         gets the right data.
8188
8189         * gnus-start.el (gnus-get-unread-articles): Don't have
8190         `gnus-get-unread-articles-in-group' update info, since that can be
8191         really slow and doesn't seem to be needed?
8192
8193 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8194
8195         * time-date.el (date-to-time): Try using parse-time-string first before
8196         using the slower timezone-make-date-arpa-standard.
8197
8198 2010-09-22  Julien Danjou  <julien@danjou.info>
8199
8200         * gnus-group.el (gnus-group-insert-group-line):
8201         Call gnus-group-highlight-line.
8202         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8203         default hook list.
8204         (gnus-group-update-eval-form): Add new function.
8205         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8206         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8207
8208 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8209
8210         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8211         immediate, then expire all articles.
8212         (nnimap-update-info): Fix off-by-one errors.
8213         (nnimap-flags-to-marks): Would return no marks lists for group with no
8214         flags.  Instead return the other data.
8215
8216 2010-09-22  Julien Danjou  <julien@danjou.info>
8217
8218         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8219         Only return an icon.
8220         (gnus-group-insert-group-line): Compute icon to return.
8221
8222         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8223         (gnus-html-image-fetched): Only cache if
8224         gnus-html-image-automatic-caching is set.
8225         (gnus-html-image-fetched): Check for errors.
8226
8227 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8230         once per method on `g'.  This ensures that backends like nnfolder don't
8231         open all their folders.
8232
8233         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8234         (nnimap-request-list): Nix out group in the correct buffer.
8235         (nnimap-parse-flags): Implement by using `read' instead of
8236         hand-parsing.
8237         (nnimap-flags-to-marks): Pass on permanent-flags.
8238         (nnimap-make-process-buffer): Record the server name.
8239         (nnimap-parse-flags): Fix typo.
8240         (nnimap-request-scan): Run split on the server in general, not just a
8241         single group.
8242
8243         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8244         parameter, and propagate this downwards.
8245
8246         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8247         since EXAMINE changes it on the server.
8248
8249         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8250         this command might take a while.
8251
8252 2010-09-22  Julien Danjou  <julien@danjou.info>
8253
8254         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8255         harmful if you have 2 images side-by-side, they can't be properly
8256         update on text deletion.  Using text-property is safer here.
8257         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8258         data.
8259
8260 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * nnimap.el (nnimap-expunge-inbox): Remove.
8263         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8264         (nnimap-expunge): Flip default to t.
8265
8266         * gnus.el (gnus-method-to-server): Don't push things to the cache
8267         unless it's unique.
8268         (gnus-server-to-method): Ditto.
8269
8270 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8271
8272         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8273
8274 2010-09-22  Julien Danjou  <julien@danjou.info>
8275
8276         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8277         get the start of data.
8278         (gnus-html-encode-url): Add this function to encode special chars in
8279         URL.
8280         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8281         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8282
8283         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8284         default.
8285         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8286
8287         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8288         images alt-text.
8289         (gnus-html-put-image): Put alt-text as help-echo.
8290
8291 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8294         * mm-util.el (mm-decompress-buffer):
8295         * nnir.el (nnir-run-find-grep):
8296         * pop3.el (pop3-list): Use 3rd arg of split-string.
8297
8298         * time-date.el (format-seconds): Comment fix.
8299
8300         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8301         and byte-optimize-form-code-walker.
8302         (dgnushack-make-auto-load): Don't advise make-autoload.
8303
8304         * lpath.el: Remove Emacs 21 stuff.
8305
8306 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8309         outside the active range.  Suggested by Dan Christensen.
8310
8311         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8312         slightly later to avoid double-getting it.
8313
8314         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8315         previous patch.
8316
8317         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8318
8319 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8320
8321         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8322
8323 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8324
8325         * gnus-int.el (gnus-open-server): Give a better error message in the
8326         "go offline" case.
8327
8328         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8329         marks for nnimap, which is seldom the right thing to do.
8330
8331         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8332         (gnus-same-method-different-name): New function.
8333
8334         * nnimap.el (parse-time): Require.
8335
8336         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8337         method in the presence of many similar methods.
8338
8339         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8340
8341         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8342         nnml-inhibit-expiry.
8343
8344         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8345         find out whether methods are equal.
8346
8347         * nnimap.el (nnimap-find-expired-articles): New function.
8348         (nnimap-process-expiry-targets): New function.
8349         (nnimap-request-move-article): Request the article before looking at
8350         what the Message-ID is.  Fix found by Andrew Cohen.
8351         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8352
8353         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8354         for oldness in addition to being a predicate.
8355
8356         * nnimap.el (nnimap-request-group): When we have zero articles, return
8357         the right data to Gnus.
8358         (nnimap-request-expire-articles): Only delete articles immediately if
8359         the target is 'delete.
8360
8361         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8362         method, this would bug out.
8363
8364         * gnus-group.el (gnus-group-expunge-group): Rename from
8365         gnus-group-nnimap-expunge, and implemented as a normal interface
8366         function.
8367
8368         * gnus-int.el (gnus-request-expunge-group): New function.
8369
8370         * nnimap.el (nnimap-request-create-group): Implement.
8371         (nnimap-request-expunge-group): New function.
8372
8373 2010-09-21  Julien Danjou  <julien@danjou.info>
8374
8375         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8376         (gnus-html-cache-expired): Add new function.
8377         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8378         wethever we should display image for fetch it.
8379         Compute alt-text earlier to pass it to the fetching function too.
8380         (gnus-html-schedule-image-fetching): Change function argument to only
8381         get one image at a time, not a list.
8382         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8383         cache.
8384         (gnus-html-get-image-data): New function to retrieve image data from
8385         cache.
8386         (gnus-html-put-image): Change buffer argument to use image data rather
8387         than file, and place image above region rather than inserting a new
8388         one.  Do not take alt-text as argument, since it's useless now: we place
8389         the image above alt-text.
8390         (gnus-html-prune-cache): Remove.
8391         (gnus-html-show-images): Start to fetch image when we find one, do not
8392         push into a temporary list.
8393         (gnus-html-prefetch-images): Only fetch image if they have expired.
8394         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8395         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8396
8397 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8400
8401 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8404         spec inser "*" if the group isn't active instead of 0.
8405
8406         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8407         opening the server.
8408         (nnimap-request-delete-group): Implement group deletion.
8409         (nnimap-transform-headers): Return the size of the entire message in
8410         the Bytes header, not just the size of the first part.
8411         (nnimap-request-move-article): When moving an article from nnimap,
8412         request the article first so the accepting form has an article to
8413         accept.  Reported by Dan Christensen.
8414         (nnimap-command): Make sure that the error message doesn't error out.
8415
8416 2010-09-20  David Edmondson  <dme@dme.org>
8417
8418         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8419         we haven't requested anything.
8420
8421 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422
8423         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8424         "".  Fix found by Andrew Cohen.
8425
8426         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8427         instead of -encode-string.
8428
8429 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8432
8433         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8434         by mm-subst-char-in-string.
8435
8436 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8439         waiting for the connection string.
8440
8441         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8442         arriving.
8443
8444         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8445         bogus characters.  This allows selecting certain Gmail groups.
8446
8447         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8448         (nnimap-fetch-partial-articles): New variable.
8449         (nnimap-open-connection): When looking for credentials, also use the
8450         nnimap-server-port.
8451         (nnimap-request-article): Return the group/article number, so that Gnus
8452         `^' works as expected.
8453         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8454
8455         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8456         comments.
8457         (gnus-methods-sloppily-equal): New function.
8458         (gnus): When using the development version of Gnus, load the gnus-load
8459         file.
8460
8461         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8462         `gnus-open-server' on each method before trying to scan them etc.
8463         This ensures that all the backend parameters are set correctly.
8464
8465         * nnimap.el (nnimap-authenticator): New variable.
8466         (nnimap-open-connection): Allow anonymous login.
8467         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8468         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8469
8470         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8471         patch, found by Knut Anders Hatlen.
8472
8473 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8474
8475         * gnus-agent.el (gnus-agent-batch-confirmation)
8476         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8477         to gnus-message.
8478         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8479         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8480         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8481         * gnus-int.el (gnus-open-server): Likewise.
8482         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8483         (gnus-score-check-syntax): Likewise.
8484         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8485         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8486         Likewise.
8487         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8488
8489 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8492         calling conventions so that prefetch doesn't bug out.
8493
8494 2010-09-19  Julien Danjou  <julien@danjou.info>
8495
8496         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8497         rather than `subst-char-in-region' in order to be able to replace ASCII
8498         char by UTF-8 ones.
8499
8500         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8501         than curl.
8502         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8503         the right URL and ALT text on images.
8504         (gnus-html-wash-tags): Fix tag case.
8505         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8506         (gnus-article-html): Add -o display_ins_del=2 option.
8507         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8508
8509 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8510
8511         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8512         the extra mail headers, which sometimes seem to happen for unknown
8513         reasons.
8514
8515         * mail-parse.el (mail-header-encode-parameter): Define as
8516         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8517         (or most, perhaps?) mail readers don't understand the latter, but do
8518         understand the former.
8519
8520         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8521         to nil, so that no methods are automatically agentized.  I think this
8522         is probably what most users want.
8523
8524         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8525         from url-retrieve, for instance about invalid URLs.
8526
8527         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8528         groups that have no articles.
8529         (nnimap-request-article): Check that we really got an article when we
8530         requested one.
8531
8532         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8533         doesn't exist.
8534
8535         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8536         nntp buffer so the agent can save it.
8537         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8538         that CRLF doesn't get translated to \n.
8539         (nnimap-open-connection): Don't make 'shell commands only send \n.
8540
8541 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8542
8543         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8544         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8545         Update var name.
8546         (nnml-generate-nov-file): Use dolist.
8547         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8548         Use with-current-buffer.
8549
8550 2010-09-18  Julien Danjou  <julien@danjou.info>
8551
8552         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8553         parallel.
8554
8555 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8558         the range update right.
8559         (nnimap-request-group): Don't make `M-g' bug out on group with no
8560         marks.
8561         (nnoo): Require, so that other packages can require nnimap.
8562         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8563         command we're looking for.  This helps when the server sends more
8564         responses after we've gotten everything we expected.
8565         (nnimap): Add a `newlinep' field to keep track of end-of-line
8566         conventions.
8567         Don't send CRLF to things that don't want it.
8568         (nnimap-request-accept-article): Ditto.
8569
8570 2010-09-18  Julien Danjou  <julien@danjou.info>
8571
8572         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8573         than curl to retrieve images.
8574
8575 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576
8577         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8578         the marks.
8579         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8580         (nnimap-wait-for-connection): New function.
8581         (nnimap-open-connection): If we have PREAUTH, don't query for login
8582         credentials.
8583         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8584         when doing a partial update.
8585
8586 2010-09-18  Julien Danjou  <julien@danjou.info>
8587
8588         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8589         tags.
8590
8591 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592
8593         * nnimap.el (nnimap-credentials): New function.
8594         (nnimap-open-connection): Use the new function to look for credentials
8595         also on the numeric equivalents of "imap" and "imaps".
8596
8597         * gnus-start.el (gnus-activate-group): Send the info to
8598         gnus-request-group.
8599
8600         * nnimap.el (nnimap-request-group): Have the "check" version of the
8601         function parse flags and update the info, so that a `M-g' get a total
8602         resync of all flags from the group.
8603
8604         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8605         to allow backends to alter the info on group selection.  Also alter all
8606         the backend -request-group functions to take the parameter.
8607
8608         * nnimap.el (nnimap-store-info): New function.
8609         (nnimap-update-info): Store the info for later usage.
8610         (nnimap-request-group): Use the stored info for the dont-check case, so
8611         that we don't retrieve all marks when we enter a group.
8612
8613         * nnimap.el: Use deffoo instead of defun for interface functions.
8614
8615         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8616         update the group info.  This makes the nndraft groups, for instance, go
8617         back to their old behavior.
8618
8619         * gnus-sum.el (gnus-select-newsgroup): Indent.
8620
8621         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8622         in.
8623         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8624         nothing.
8625
8626         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8627         from methods that are denied.
8628
8629         * gnus-int.el (gnus-method-denied-p): New function.
8630
8631         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8632         store the password instead of netrc.
8633         (nnimap-open-connection): Don't error out when we can't make a
8634         connections.
8635
8636         * auth-source.el (auth-source-create): In the password prompt, say what
8637         we're querying for.  Also prompt for user name if that hasn't been
8638         given.
8639
8640         * nnimap.el (nnimap-with-process-buffer): Remove.
8641
8642 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8645         method when we're reading from the agent.
8646
8647         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8648
8649         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8650         that's probably most useful for users.
8651
8652         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8653         "failed" all the time.
8654
8655         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8656         ...)) with (with-current-buffer ... ).
8657
8658         * nntp.el (nntp-open-server): Return whether the open was successful or
8659         not.
8660
8661         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8662         select an unread unseen article first.
8663
8664         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8665         /etc/services, supply some sensible port defaults.
8666
8667         * dgnushack.el: Define netrc-credentials.
8668
8669 2010-09-17  Julien Danjou  <julien@danjou.info>
8670
8671         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8672
8673 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8674
8675         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8676         doesn't have any parameters.
8677
8678 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8679
8680         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8681         only upcased checks.
8682
8683         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8684
8685         * nnimap.el (nnimap-open-shell-stream): New function.
8686         (nnimap-open-connection): Use it.
8687         (nnimap-transform-headers): Get the number of lines in each message.
8688         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8689         number of lines.
8690         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8691         problem.
8692
8693         * utf7.el (utf7-encode): Autoload.
8694
8695         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8696         to allow the mail splitting to not return a default group.  This is
8697         useful for nnimap, which will leave unmatched mail in the inbox.
8698
8699         * nnimap.el: Rewritten.
8700
8701         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8702         nnimap usage.
8703
8704         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8705         if the move is internal, so that nnimap can do fast internal moves.
8706
8707         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8708         data.
8709         (gnus-read-active-for-groups): Support finishing the early retrieval of
8710         data.
8711
8712         * gnus-range.el (gnus-range-nconcat): New function.
8713
8714         * gnus-int.el (gnus-finish-retrieve-group-infos)
8715         (gnus-retrieve-group-data-early): New functions.
8716
8717 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8718
8719         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8720         (nnrss-retrieve-groups):
8721         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8722         (pop3-quit): Use with-current-buffer.
8723
8724 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8727         instead of nnheader-accept-process-output.
8728
8729         * dgnushack.el (dgnushack-compile): Add comment.
8730
8731         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8732
8733         * gnus-html.el (gnus-html-schedule-image-fetching)
8734         (gnus-html-prefetch-images): Replace process-kill-without-query by
8735         gnus-set-process-query-on-exit-flag.
8736
8737 2010-09-16  Romain Francoise  <romain@orebokech.com>
8738
8739         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8740
8741 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8744         parameter to unintern is mandatory-ish in Emacs 24.
8745
8746         * gnus-html.el (gnus-html-schedule-image-fetching)
8747         (gnus-html-prefetch-images): Check for curl before using it.
8748
8749         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8750         depend on curl, which isn't essential.
8751
8752         * imap.el: Revert back to version
8753         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8754         seem problematic.
8755
8756 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8757
8758         * gnus-registry.el (gnus-registry-install-shortcuts):
8759         Explicitly pass `obarray' to `unintern' to avoid a warning.
8760
8761 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8764         change.
8765
8766         * nnrss.el (nnrss-request-list): Remove this function and related
8767         functions, including the moreover stuff.
8768
8769 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * nnrss.el (nnrss-retrieve-groups): New function.
8772
8773 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8774
8775         * .dir-locals.el: Add no-byte-compile cookie.
8776
8777 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * time-date.el (format-seconds): Comment fix.
8780
8781         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8782         for back end that doesn't support request-scan.
8783
8784 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8787         then do request scans from the backends.
8788
8789         * netrc.el (netrc-credentials): New conveniency function.
8790
8791         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8792         avoid running a hook per line, since this takes a lot of time,
8793         profiling shows.
8794         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8795         directly if gnus-visual-p is true.
8796
8797 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8800         groups; replace mapcar with dolist which is a bit faster; pass groups
8801         info to gnus-read-active-file-1.
8802         (gnus-read-active-file-1): Scan only specified groups if the new
8803         optional arg `infos' is given.
8804
8805 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8806
8807         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8808
8809         * pop3.el (pop3-movemail): Remove.
8810         (pop3-streaming-movemail): Rename to pop3-movemail.
8811
8812         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8813         don't restrict end-tag searches to the end of the line.
8814
8815 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8818         articles of every unchecked group to t, which means unknown since the
8819         server has never been opened.
8820
8821 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * gnus-html.el (gnus-html-show-alt-text): New command.
8824         (gnus-html-browse-image): Ditto.
8825         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8826         to browse the image directly.
8827         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8828         better.
8829
8830         * gnus-async.el (gnus-async-article-callback):
8831         Call `gnus-html-prefetch-images' unconditionally.
8832
8833         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8834         before feeding URLs to curl.
8835
8836 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8839         internal images as deletable by `W D D'.
8840
8841         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8842         (gnus-async-article-callback): Fix typo.
8843
8844 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8845
8846         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8847         current line to work around bugs in the output from w3m.
8848
8849         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8850         for groups that want that.
8851
8852         * nntp.el (nntp-wait-for-string): Supply a timeout for
8853         accept-process-output to ensure progress.
8854
8855         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8856         level to get unread articles from, then use that for foreign groups,
8857         too.
8858
8859         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8860         confuses the rest of the function.
8861
8862         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8863         for the methods that support -retrieve-groups, too.
8864
8865         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8866
8867 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8870         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8871
8872         * pop3.el: Require cl when compiling.
8873         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8874
8875 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8878         that aren't going to be activated.
8879         (gnus-get-unread-articles): Fix up the last commit.
8880
8881         * gnus-html.el (gnus-article-html): Allow calling without specifying
8882         the handle.  In that case, dissect the buffer first.
8883
8884         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8885
8886         * nnimap.el (nnimap-open-connection): Revert the change that would look
8887         into authinfo for imaps instead of imap.
8888
8889         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8890         say that you don't want to call gnus-request-group with don-check, but
8891         do check the reponse.  This is for virtual groups only.
8892         (gnus-get-unread-articles): Count the archive groups as secondary, so
8893         that they're activated the same way as before.
8894
8895         * imap.el (imap-message-map): Removed optional buffer parameter, since
8896         no callers use it.
8897         (imap-message-get): Ditto.
8898         (imap-message-put): Ditto.
8899         (imap-mailbox-map): Ditto.
8900         (imap-mailbox-put): Ditto.
8901         (imap-mailbox-get): Ditto.
8902         (imap-mailbox-get): Revert last change for this function.
8903
8904         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8905         case-insensitively.
8906         (nnimap-debug): Remove.
8907
8908         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8909         callers to use `imap-fetch' instead.  According to the comments, this
8910         should be safe, since all other IMAP clients use the 1:* syntax.
8911         (imap-enable-exchange-bug-workaround): Remove.
8912         (imap-debug): Remove -- doesn't seem very useful.
8913
8914         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8915         mail from a file, and the file doesn't exist.
8916
8917         * imap.el (imap-log): New convenience function used throughout instead
8918         of repeating the same code all over the place.
8919
8920         * pop3.el (pop3-streaming-movemail): Return t for success.
8921
8922         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8923         .authinfo if we're using ssl connection.
8924
8925         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8926         already have if we're in a main Gnus `g' run.
8927
8928         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8929
8930 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8933
8934         * nnmh.el (nnmh-request-list-1): Bind `file'.
8935
8936         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8937         alias to set-process-query-on-exit-flag or process-kill-without-query.
8938         (pop3-open-server): Use it.
8939
8940 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8943         box to the Incoming file.  Fixes mistake in previous checkin.
8944
8945         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8946         request loop (for debugging purposes) removed.
8947
8948         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8949         culprit is more visible.
8950         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8951         (nnml-add-incremental-nov): New functions to do "incremental" nov
8952         updates, where we just append to the end of the existing nov files
8953         without reading/writing them in full.
8954
8955         * mail-source.el (mail-source-delete-crash-box): Really only check the
8956         incoming files once in a while.
8957
8958         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8959
8960         * mail-source.el (mail-source-delete-crash-box): Only check the
8961         incoming files for deletion once per day to save a lot of file
8962         accesses.
8963
8964         * pop3.el (pop3-logon): Fix up unbound variable typo.
8965
8966         * mail-source.el (pop3-streaming-movemail): Autoload.
8967
8968         * pop3.el (pop3-streaming-movemail):
8969         Respect pop3-leave-mail-on-server.
8970
8971         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8972         retrieval.
8973
8974         * pop3.el (pop3-process-filter): Remove unused function.
8975         (pop3-streaming-movemail, pop3-send-streaming-command)
8976         (pop3-wait-for-messages, pop3-write-to-file)
8977         (pop3-number-of-responses): New functions for streaming pop3
8978         retrieval.
8979
8980         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8981         come from no known methods.
8982         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8983         list.
8984
8985         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8986         message sizes.
8987         (pop3-movemail): Use erase-buffer instead of looping and deleting
8988         regions, which seems rather odd.
8989
8990         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8991         file once per `g' run.
8992
8993         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8994         directories.  This makes the draft queue directory work.
8995
8996         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8997         data from the backends, so that we only request the list of groups from
8998         each method once.  This should speed things up considerably.
8999
9000         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9001         detect that it's not implemented.
9002
9003         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9004         we actually do recurse down into the tree, but don't stat all leaf
9005         nodes.
9006
9007         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9008         then say so instead of bugging out.
9009
9010         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9011         files exist before trying to read them.
9012
9013         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9014         around <pre_int>.
9015
9016         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9017
9018         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9019
9020 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9021
9022         * mm-util.el (mm-image-load-path): Just return the image directories,
9023         not all directories in the path in addition to the image directories.
9024         (mm-image-load-path): Maintain a cache of the image directories so that
9025         the `g' command in Gnus doesn't have to stat dozens of directories each
9026         time.
9027
9028         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9029         (gnus-html-wash-tags): Add a new `i' command to insert images.
9030         (gnus-html-insert-image): New command and keystroke.
9031         (gnus-html-redisplay-with-images): New command and keystroke.
9032         (gnus-html-show-images): Rename command.
9033         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9034         spacers.
9035         (gnus-html-wash-tags): Decode entities at the end, so that entities
9036         inside the tags don't mess up the rest of the "parsing".
9037
9038         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9039         so that nnimap methods aren't agentized by default.  There's apparently
9040         many problems related to agent/imap behavior.
9041
9042         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9043
9044         * gnus-html.el: Doc fix.
9045
9046 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9049         specifier-spec-list for Emacs 21.
9050
9051         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9052         glyph-width and glyph-height instead of display-graphic-p and
9053         image-size; make avoidance of displaying small images work for XEmacs.
9054
9055         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9056         for XEmacs.
9057
9058         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9059         of symbol that holds plist data.
9060         (gnus-process-plist): Remove plist of process after getting it.
9061
9062 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063
9064         * message.el (message-generate-hashcash): Change default to
9065         'opportunistic if hashcash is installed.
9066
9067         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9068         (gnus-html-put-image): Only call image-size once, since it's somewhat
9069         time-consuming on remote X servers.
9070
9071 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9074         type on data, not a file name.
9075
9076         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9077         window-pixel-edges for Emacs 21.
9078
9079         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9080         decoded contents.
9081         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9082
9083 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9084
9085         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9086         group line format, since it isn't very interesting.
9087
9088         * gnus-agent.el (gnus-agent-short-article),
9089         (gnus-agent-long-article): Increase values for these two variables,
9090         since most people are likely to have more network connection and
9091         storage than before.
9092
9093         * gnus.el (gnus-refer-article-method): Change default to 'current.
9094         When referring an article, the common behavior is to refer it from the
9095         current select method, not the native select method.  The chances of
9096         the native select method having the message in question is rather slim
9097         these days.
9098
9099         * gnus-sum.el (gnus-auto-select-subject): Change default to
9100         `unseen-or-unread'.  I think it's likely that most people want to
9101         select an unseen article over a previously seen, but unread one.
9102
9103         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9104         means that in the article buffer none of the minor mode elements will
9105         be shown, usually, and this is not desirable in most cases.
9106
9107         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9108         that commands like `d' (and the like) go to the next line in the
9109         buffer, instead of the next unread article.  I think this is the
9110         behavior that is most natural for most users.
9111         (gnus-single-article-buffer): Change default to nil, so that people can
9112         have as many article buffers open as they have summary buffer.  I think
9113         this is the most natural way for the groups to behave.
9114
9115         * message.el (message-generate-new-buffers): Change default to
9116         `unsent', so that all new message buffers start their names with the
9117         string "*unsent", and it's easier to find the buffers if you move from
9118         them.
9119
9120 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9123         small.  They're probably tracking images.
9124         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9125         (gnus-html-rescale-image): Yet another try at getting the image sizing
9126         right.
9127
9128         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9129         nntp-marks-file-name is nil.
9130
9131 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9132
9133         * gnus-html.el (gnus-html-wash-tags)
9134         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9135         Better logging.
9136
9137 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138
9139         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9140
9141         * gnus-html.el (gnus-html-wash-tags): Check the value of
9142         gnus-blocked-images in the summary buffer.
9143
9144 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9145
9146         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9147
9148 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9151         like "a", it seems like.
9152         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9153         since it needs to be picked from the correct buffer.
9154
9155         * nnwfm.el: Remove.
9156
9157         * nnlistserv.el: Remove.
9158
9159 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9160
9161         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9162         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9163
9164 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * nnkiboze.el: Remove.
9167
9168         * nndb.el: Remove.
9169
9170         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9171         alt text.
9172         (gnus-html-rescale-image): Try to get the rescaling logic right for
9173         images that are just wide and not tall.
9174
9175         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9176         overshadow variable bindings.
9177
9178 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9179
9180         * gnus-html.el (gnus-html-wash-tags)
9181         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9182         Add extra logging.
9183
9184 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9187         (gnus-max-image-proportion): New variable.
9188         (gnus-html-rescale-image): New function.
9189         (gnus-html-put-image): Rescale images.
9190
9191 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9192
9193         Fix up some byte-compiler warnings.
9194         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9195         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9196         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9197         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9198         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9199         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9200         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9201
9202 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-html.el (gnus-article-html): Decode contents by charset.
9205
9206 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9209         (gnus-html-frame-width, gnus-blocked-images):
9210         * message.el (message-prune-recipient-rules): Add custom version.
9211         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9212
9213         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9214         functions.
9215
9216         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9217         gnus-process-get.
9218
9219 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9220
9221         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9222         instead of lsub directly.
9223
9224 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9225
9226         * nnwarchive.el: Remove.
9227
9228         * gnus-soup.el: Remove.
9229
9230         * nnsoup.el: Remove.
9231
9232         * nnultimate.el: Remove.
9233
9234         * gnus-html.el (gnus-blocked-images): New variable.
9235
9236         * message.el (message-prune-recipients): New function.
9237         (message-prune-recipient-rules): New variable.
9238
9239         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9240         guess whether a long line is natural text or not.
9241
9242         * gnus-html.el (gnus-html-schedule-image-fetching):
9243         Use gnus-process-plist and friends for compatibility.
9244
9245 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9246
9247         * gnus-html.el: Require packages that define macros used in this file.
9248         (gnus-article-mouse-face): Declare to silence byte-compiler.
9249         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9250         process-get.
9251         (gnus-html-put-image): Use plist-get to avoid getf.
9252         (gnus-html-prefetch-images): Use with-current-buffer.
9253
9254 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * gnus-ems.el: Provide compatibility functions for
9257         gnus-set-process-plist.
9258
9259         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9260         header-line-format for XEmacs 21.4.
9261
9262         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9263         * gnus.el (gnus-valid-select-methods):
9264         * message.el (message-send-mail-partially-limit):
9265         * mm-decode.el (mm-text-html-renderer):
9266         * mml.el (mml-insert-mime-headers-always):
9267         * smiley.el (smiley-regexp-alist): Bump custom version.
9268
9269 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * gnus-html.el: require mm-url.
9272         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9273         with the url to `url'.
9274         (gnus-html-wash-tags): Support cid: URLs/images.
9275
9276 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277
9278         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9279         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9280         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9281
9282         * gnus-move.el: Remove file, since it doesn't really work.
9283
9284         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9285         UTF-8.  This seems to fix problems with some German web feeds.
9286
9287         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9288         at the top so that the proper colors are applied.
9289
9290         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9291         don't have dots in their names.
9292
9293         * gnus-art.el (gnus-article-view-part): Doc fix.
9294
9295         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9296         XEmacs-compatible.
9297         (gnus-html-put-image): Don't do images on non-graphic displays.
9298
9299         * nnslashdot.el: Remove this unused backend.
9300
9301         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9302         actions.
9303         (gnus-undo-register-1): Revert last change.
9304
9305         * gnus-group.el (gnus-group-completing-read): Protect against not
9306         having completion-styles bound.
9307
9308         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9309         make broken recipients happier.
9310
9311         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9312
9313         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9314         point parameter.
9315
9316         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9317
9318         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9319         completion-styles for group selection.
9320
9321 2009-02-04  Andreas Schwab  <schwab@suse.de>
9322
9323         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9324         headers and regexp-quote the match if necessary.
9325
9326 2009-03-24  Miles Bader  <miles@gnu.org>
9327
9328         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9329         the blinking smiley.
9330
9331 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9332
9333         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9334         blink smiley.
9335
9336 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9337
9338         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9339         where the dribbel file lives exists.
9340
9341         * message.el (message-send-mail-partially-limit): Change the default to
9342         nil, since most people don't want this.
9343
9344         * mm-url.el (mm-url-decode-entities): Also decode entities like
9345         &#x3212.
9346
9347 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9348
9349         * gnus-sum.el (gnus-summary-idna-message):
9350         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9351         Hyperlink urls in docstrings with URL `...'.
9352
9353 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9354
9355         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9356         functions.
9357
9358 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9361         say what the mouseover text should be.
9362
9363         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9364         version of the mm-w3m-safe-url-regexp variable to only download images
9365         in the groups where we want that to happen.
9366
9367         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9368
9369         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9370         easier debugging.
9371         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9372         big pictures in the article buffer.
9373
9374         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9375         gnus-article-html.
9376         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9377         w3m.
9378
9379         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9380
9381 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9384         which doesn't exist.
9385
9386         * message.el (message-inhibit-ecomplete): New variable to allow some
9387         function to inhibit ecomplete address storage.
9388         (message-resend): Disable ecomplete message storage when resending
9389         messages.
9390
9391         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9392
9393 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9396         Save excursion while copying, moving, and deleting articles in order to
9397         prevent the cursor from jumping to unforeseen place.
9398
9399 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * lpath.el: No need to bind bookmark-current-buffer,
9402         bookmark-yank-point and bookmark-make-record-function.
9403
9404 2010-08-17  Glenn Morris  <rgm@gnu.org>
9405
9406         * gnus-sync.el: Require gnus components whose functions are used.
9407
9408         * gnus-art.el (bookmark-make-record-function):
9409         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9410         Declare for compiler.
9411
9412         * mm-url.el (mml-compute-boundary): Autoload.
9413
9414 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9417
9418 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9419
9420         Typo fix "hoo4a" -> "hook".
9421
9422         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9423
9424 2010-08-14  Glenn Morris  <rgm@gnu.org>
9425
9426         * gnus-sync.el (gnus-sync): Fix defgroup version.
9427
9428 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9429
9430         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9431
9432         * gnus-sync.el: Fix docs.
9433         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9434         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9435
9436 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9437
9438         Optimizations for gnus-sync.el.
9439
9440         * gnus-sync.el: Add docs about gnus-sync-backend
9441         possibilities.
9442         (gnus-sync-save): Remove unnecessary message.
9443         (gnus-sync-read): Optimize and show what groups were skipped.
9444
9445 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9446
9447         Minor bug fixes for gnus-sync.el.
9448
9449         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9450         Don't read the sync on get-new-news.
9451
9452         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9453         quiet.
9454
9455         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9456         (fix typo).
9457
9458 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9459
9460         Make saving and restoring of hidden threads work with overlays.
9461         Patch applied by Ted Zlatanov.
9462
9463         * gnus-sum.el (gnus-hidden-threads-configuration)
9464         (gnus-restore-hidden-threads-configuration): Update to deal with text
9465         properties, rather than searching for a magic character.
9466
9467 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9468
9469         New gnus-sync.el library for synchronization of marks.
9470
9471         * gnus-sync.el: New library for synchronization of marks.
9472
9473         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9474         renamed from `gnus-registry-grep-in-list'.
9475
9476         * gnus-registry.el (gnus-registry-follow-group-p):
9477         Use `gnus-grep-in-list'.
9478
9479         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9480
9481 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9484         determining charset of text fails.
9485
9486 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * nnmail.el (nnmail-get-new-mail-1): Revert.
9489
9490         * nnml.el (nnml-active-number): Make sure names of newly created groups
9491         in nnml-group-alist are encoded.
9492
9493 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9496         containing non-ASCII characters in active file for nnml back end.
9497
9498 2010-07-24  David Engster  <dengste@eml.cc>
9499
9500         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9501         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9502
9503 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9504
9505         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9506         tag (Bug#6654).
9507
9508 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9511         the article buffer, not the summary buffer.
9512
9513 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9516         Emacs 23 as well.
9517
9518 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9521         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9522
9523 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9524
9525         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9526         Patch applied by Karl Fogel.
9527
9528         * gnus-sum.el (gnus-summary-bookmark-make-record):
9529         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9530
9531 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9532
9533         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9534         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9535         C-w still not working correctly from Article buffers; Thierry's
9536         patch to fix that will be applied after this.
9537
9538         * gnus-art.el (bookmark-make-record-function): New local variable.
9539
9540         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9541         article buffer.
9542         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9543
9544 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9545
9546         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9547         on changes in bookmark.el.
9548
9549 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9552         `no-log' instead of message not to log prompt string.
9553
9554 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9555
9556         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9557         the *other* type of HTML form submission.
9558
9559 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9560
9561         * auth-source.el (auth-source-pick): If choice does not contain a
9562         questioned keyword, set the check to t.
9563
9564 2010-06-12  Romain Francoise  <romain@orebokech.com>
9565
9566         * gnus-util.el (gnus-date-get-time): Move up before first use.
9567
9568 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9571         (gnus-article-edit-part): Bind it to make last part that is substituted
9572         or deleted visible.
9573         (gnus-mime-display-single): Buttonize part of which id equals to
9574         gnus-mime-buttonized-part-id.
9575
9576 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9577
9578         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9579         (gnus-dd-mmm): Use gnus-date-get-time.
9580         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9581         simplify logic.
9582         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9583         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9584
9585 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9586
9587         * auth-source.el (top): Autoload `secrets-list-collections',
9588         `secrets-create-item', `secrets-delete-item'.
9589         (auth-sources): Fix tag string.
9590         (auth-get-source, auth-source-retrieve, auth-source-create)
9591         (auth-source-delete): New defuns.
9592         (auth-source-pick): Rewrite in order to avoid 2 passes.
9593         (auth-source-forget-user-or-password): New parameter USERNAME.
9594         (auth-source-user-or-password): New parameters CREATE-MISSING and
9595         DELETE-EXISTING.  Retrieve password interactively, if needed.
9596
9597 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9598
9599         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9600         deleting unused directories when gnus-expert-user is t.
9601
9602 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9605         for each temp file when gnus-article-browse-delete-temp is ask.
9606
9607 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9608
9609         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9610         Replace Lisp calls to delete-backward-char by calls to delete-char.
9611
9612 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9613
9614         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9615
9616 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9617
9618         * password-cache.el (password-cache-remove): Fix docstring.
9619
9620 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9623         article unless decoding article to be saved.
9624
9625 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9628         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9629         generated within the mm-with-unibyte-current-buffer macro.
9630
9631 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9634         to nil when we're in a mml-preview buffer and no group is selected.
9635
9636 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9637
9638         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9639         when catching the `C-g'.  Reported by "Leo".
9640
9641 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * message.el (message-forward-make-body-plain)
9644         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9645         multibyte-string-p.
9646
9647         * lpath.el: Revert.
9648
9649 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * message.el (message-forward-make-body-mml): Assume original message
9652         is multibyte string; error on unibyte.
9653         (message-forward-make-body-plain): Ditto; don't add excessive newline
9654         in body end.
9655
9656         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9657
9658 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9659
9660         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9661         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9662
9663 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * mm-extern.el (mm-extern-url): Don't use
9666         mm-with-unibyte-current-buffer.
9667         (mm-extern-cache-contents): Use with-current-buffer instead of
9668         save-excursion + set-buffer.
9669
9670 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * mm-util.el (mm-emacs-mule): Remove.
9673
9674 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9675
9676         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9677         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9678         change.
9679
9680 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9683         bind the default value of enable-multibyte-characters to nil.
9684
9685 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * message.el (message-forward-make-body-plain)
9688         (message-forward-make-body-mml):
9689         Don't use mm-with-unibyte-current-buffer.
9690
9691 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9692
9693         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9694
9695 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9696
9697         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9698         (Bug#5592).
9699
9700 2010-05-07  Julien Danjou  <julien@danjou.info>
9701
9702         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9703         it to mm-pipe-part.
9704
9705         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9706         it is given.
9707
9708 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * binhex.el (binhex-decode-region-internal):
9711         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9712         (dns-query):
9713         * nnweb.el (nnweb-gmane-search):
9714         * pgg-parse.el (pgg-parse-armor):
9715         * pgg.el (pgg-verify-region):
9716         * sha1.el (sha1-string-external):
9717         * uudecode.el (uudecode-decode-region-internal):
9718         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9719         XEmacs.
9720
9721         * gnus-art.el (gnus-article-browse-html-parts):
9722         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9723         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9724         make-temp-file.
9725
9726         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9727         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9728         compiling.
9729
9730         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9731         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9732         XEmacs when compiling.
9733
9734         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9735         gnus-pick-mode-off-hook for XEmacs when compiling.
9736         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9737         gnus-binary-mode-off-hook for XEmacs when compiling.
9738
9739         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9740         Return nil if char-charset is not available.
9741
9742         * imap.el (imap-disable-multibyte)
9743         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9744         macros.
9745
9746         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9747         instead of encode-coding-string.
9748
9749         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9750         'xemacs) instead of mm-emacs-mule to switch function definitions.
9751         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9752
9753         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9754         bind temporary-file-directory for XEmacs;
9755         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9756         timer-set-function for XEmacs 21.4 and SXEmacs;
9757         bind timer-list for XEmacs 21.4 and SXEmacs;
9758         fbind char-charset and find-charset-region for non-Mule XEmacs;
9759         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9760         encode-coding-region and encode-coding-string for XEmacs having no
9761         file-coding feature.
9762
9763 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9764
9765         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9766
9767 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9770         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9771
9772 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9773
9774         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9775         alias `jka-compr-delete-temp-file' no longer exists.
9776
9777 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9778
9779         Use define-minor-mode in Gnus where applicable.
9780         * mml.el (mml-mode): Use define-minor-mode.
9781         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9782         (gnus-undo-mode): Use define-minor-mode.
9783         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9784         (gnus-dead-summary-mode): Use define-minor-mode.
9785         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9786         Initialize in declaration.
9787         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9788         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9789         (gnus-mailing-list-mode): Use define-minor-mode.
9790         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9791         (gnus-draft-mode): Use define-minor-mode.
9792         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9793         (gnus-dired-mode): Use define-minor-mode.
9794
9795 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9796
9797         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9798         handles on recursive mml-to-mime translation and check them for
9799         boundary delimiter collisions.  Reported by Greg Troxel.
9800
9801 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9804
9805 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9806
9807         * mm-util.el (mm-find-buffer-file-coding-system):
9808         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9809
9810 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9811
9812         * message.el (message-generate-headers): Record insertion of optional
9813         headers as well.  Otherwise the check to prevent repeated insertion of
9814         optional headers is a no-op.
9815
9816 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9817
9818         * smime.el: Don't mention CVS.
9819
9820         * nnrss.el (nnrss-fetch): Don't mention CVS.
9821
9822         * nnir.el: Don't mention CVS.
9823
9824 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9825
9826         * gnus-sum.el (gnus-summary-bookmark-make-record):
9827         Add `location' field.
9828
9829 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * lpath.el: Fbind bookmark-default-handler,
9832         bookmark-get-bookmark-record, bookmark-make-record-default,
9833         bookmark-prop-get for Emacs <23 and XEmacs.
9834
9835 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9836
9837         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9838         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9839         Use with-current-buffer to silence the byte-compiler.
9840         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9841         bother to require `gnus'.
9842         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9843
9844 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9845
9846         * gnus-sum.el (gnus-summary-bookmark-make-record)
9847         (gnus-summary-bookmark-jump): New functions.
9848         (gnus-summary-mode): Setup bookmark support.
9849
9850 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9851
9852         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9853         if set.
9854
9855 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9858         gnus-article-browse-html-save-cid-image; make it work recursively for
9859         forwarded messages as well.
9860         (gnus-article-browse-html-parts): Work when prefix arg is given.
9861         (gnus-article-browse-html-article): Doc fix.
9862
9863 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9864
9865         * message.el (message-default-mail-headers):
9866         (message-default-headers): Carry the value mail-default-headers over
9867         into message-default-mail-headers, rather than message-default-headers.
9868
9869 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9870
9871         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9872         charset.
9873
9874         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9875         charset into the <meta> tag when the article is encoded to utf-8.
9876
9877 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * gnus-art.el (gnus-article-browse-delete-temp-files):
9880         Delete directories as well.
9881         (gnus-article-browse-html-parts): Work for images that do not specify
9882         file names; delete temp directory when quitting; insert header at the
9883         right place; use file: scheme for image files.
9884
9885 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9886
9887         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9888         (gnus-article-browse-html-parts): Use it to make temporary cid image
9889         files in addition to html file so that browser may display them.
9890
9891 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9894
9895 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9896
9897         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9898
9899 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9900
9901         * auth-source.el (auth-sources): Change default to be simpler.
9902         Explain about Secret Service API sources.  Improve Customize options.
9903         (auth-source-pick): Change to accept any number of search parameters.
9904         Implement fallbacks iteratively, not recursively.  Add scoring on the
9905         second pass and sort by score.  Call Secret Service API when needed.
9906         (auth-source-user-or-password): Use it.  Call Secret Service API
9907         directly when needed to get the user name and the password.
9908
9909 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9910
9911         * message.el (message-interactive): Doc fix.
9912         (message-qmail-inject-args): Reflow.
9913         (message-kill-to-signature): Fix typo in docstring.
9914
9915         * smiley.el (smiley-buffer): Fix typo in docstring.
9916
9917 2010-03-24  Glenn Morris  <rgm@gnu.org>
9918
9919         * mail-source.el (gnus-message): Declare.
9920         (mail-source-delete-old-incoming): Require gnus-util.
9921
9922 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9925
9926         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9927
9928         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9929         password-cache's default if it is not bound.
9930         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9931         password-cache-expiry's default if it is not bound.
9932
9933         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9934         available in Emacs 21.
9935
9936         * lpath.el: Suppress compiler warnings for:
9937         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9938         XEmacs;
9939         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9940         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9941         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9942
9943 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9944
9945         * auth-source.el (auth-sources): Fix up definition so extra parameters
9946         are always inline.
9947
9948 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9949
9950         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9951         wasn't updated after mismatch.  Clear cached mailbox info correctly
9952         when uidvalidity changes.
9953         (nnimap-group-prefixed-name): New function to avoid some code
9954         duplication.
9955         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9956         (nnimap-request-group): Use it.
9957         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9958         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9959         with many imap folders.  This is done by caching the group status from
9960         the imap server persistently in a group parameter `imap-status'.  (This
9961         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9962         but not persistently, so every Gnus startup was still very slow.)
9963
9964 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9965
9966         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9967         delete the extra newline.  Otherwise editing of :string and :number
9968         types don't work.
9969
9970 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9971
9972         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9973         secrets.el dependency.
9974         (auth-sources): Add optional user name.  Add secrets.el configuration
9975         choice (unused right now).
9976
9977 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9978
9979         * gnus-sum.el (gnus-summary-make-menu-bar):
9980         Let `gnus-registry-install-shortcuts' fill in the functions.
9981
9982         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9983         warnings.
9984         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9985         (gnus-registry-install-shortcuts): Populate and use it in a
9986         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9987
9988 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9989
9990         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9991         In-place substitutions for the group name encoding/decoding.
9992         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9993         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9994         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9995         (nnimap-update-unseen, nnimap-request-list)
9996         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9997         (nnimap-request-set-mark, nnimap-split-to-groups)
9998         (nnimap-split-articles, nnimap-request-newgroups)
9999         (nnimap-request-create-group, nnimap-request-accept-article)
10000         (nnimap-request-delete-group, nnimap-request-rename-group)
10001         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10002         `encoded-mbx' for consistency.
10003         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10004         variable `imap-current-mailbox'.
10005
10006         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10007         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10008
10009 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10010
10011         * pop3.el (pop3-display-message-size-flag): Display message size byte
10012         counts during POP3 download.
10013         (pop3-movemail): Use it.
10014         (pop3-list): Implement listing of available messages.
10015
10016 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10017
10018         * nnir.el (nnir-get-article-nov-override-function): New function to
10019         override the normal NOV retrieval.
10020         (nnir-retrieve-headers): Use it.
10021
10022 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10023
10024         * auth-source.el (netrc-machine-user-or-password): Autoload.
10025
10026 2010-03-19  Glenn Morris  <rgm@gnu.org>
10027
10028         Stop message.el from loading about 40 libraries it doesn't always need.
10029         The general approach is to autoload rather than require, and to
10030         require in the specific functions rather than the file.  (Bug#5642)
10031
10032         * gmm-utils.el: Don't require wid-edit.
10033         (widget-create-child-value, widget-convert, widget-default-get):
10034         Autoload.
10035
10036         * gnus-util.el: Don't require time-date, netrc.
10037         (message-fetch-field, gnus-group-name-decode): Declare rather than
10038         autoloading.
10039         (gnus-fetch-field): Require message.
10040         (gnus-decode-newsgroups): Require gnus-group.
10041
10042         * ietf-drums.el: Don't require time-date.
10043
10044         * message.el: Don't require hashcash, canlock, ecomplete.
10045         Do require mail-utils.  Require nnheader only when compiling.
10046         (smtpmail-default-smtp-server): Remove declaration.
10047         (message-send-mail-function): Check smtpmail-default-smtp-server
10048         is bound rather than requiring smtpmail.
10049         (message-auto-save-directory, message-insert-signature):
10050         Use expand-file-name rather than nnheader-concat.
10051         (nnheader-insert-file-contents): Autoload.
10052         (hashcash-wait-async): Declare.
10053         (message-send-mail): Only call gnus-setup-posting-charset if
10054         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10055         (message-send-mail-with-sendmail): Require sendmail.
10056         (canlock-password, canlock-password-for-verify): Declare.
10057         (message-canlock-password): Require canlock.
10058         (nnheader-get-report): Autoload.
10059         (gnus-setup-posting-charset): Declare.
10060         (message-send-news): Require gnus-msg.
10061         (message-make-references, message-make-in-reply-to): Use mail-header-id
10062         rather than the alias mail-header-message-id.
10063         (ecomplete-add-item, ecomplete-save): Declare.
10064         (message-put-addresses-in-ecomplete): Require ecomplete.
10065         (ecomplete-display-matches): Autoload.
10066
10067         * mm-decode.el: Don't require mailcap, gnus-util.
10068         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10069         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10070         Autoload.
10071         (mailcap-mime-extensions): Declare.
10072
10073         * mm-encode.el: Don't require mailcap.
10074         (mailcap-extension-to-mime): Autoload.
10075
10076         * mml-sec.el: Don't require password-cache.
10077
10078         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10079         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10080         (mml-minibuffer-read-type): Require mailcap.
10081         (mml-preview): Require gnus-msg.
10082
10083         * mml1991.el: Require password-cache.
10084         (password-cache-expiry): Remove declaration.
10085
10086         * mml2015.el: Require password-cache.
10087         (password-cache-expiry): Remove declaration.
10088
10089         * nneething.el (mailcap): Require mailcap.
10090
10091         * nnheader.el (declare-function): Add compatibility stub.
10092         (message-remove-header): Declare rather than autoload.
10093         (nnheader-replace-header): Require message.
10094
10095         * nnimap.el (declare-function): Add compatibility stub.
10096         (netrc-parse, netrc-machine-user-or-password): Declare.
10097         (nnimap-open-connection): Require netrc.
10098
10099         * nntp.el (declare-function): Add compatibility stub.
10100         (netrc-parse, netrc-machine, netrc-get): Declare.
10101         (nntp-send-authinfo): Require netrc.
10102
10103         * rfc2047.el: Don't require qp.
10104         (quoted-printable-encode-region, quoted-printable-decode-string):
10105         Autoload.
10106
10107         * sieve-mode.el: Don't require easymenu.
10108         (easy-menu-add-item): Autoload it.
10109
10110         * spam-stat.el (time-to-number-of-days): Autoload it.
10111
10112 2010-03-19  Glenn Morris  <rgm@gnu.org>
10113
10114         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10115
10116 2010-03-18  Glenn Morris  <rgm@gnu.org>
10117
10118         * hashcash.el (declare-function): Remove duplicate definition.
10119
10120 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10121
10122         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10123         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10124         value if any backslash escapes).
10125
10126 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10129         if it is available.  (bug#5647)
10130
10131         * lpath.el: Suppress compiler warning for coding-system-from-name for
10132         Emacs 21 and XEmacs.
10133
10134 2010-03-14  Juri Linkov  <juri@jurta.org>
10135
10136         * hmac-def.el:
10137         * hmac-md5.el:
10138         * netrc.el: Fix keywords.
10139
10140 2010-02-26  Glenn Morris  <rgm@gnu.org>
10141
10142         * message.el (message-send-mail-function): Change the default, so that
10143         it inherits from a customized send-mail-function.  (Bug#5643)
10144
10145 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10146
10147         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10148         shell-command-to-string signals an error (bug#5299).
10149
10150 2010-02-24  Glenn Morris  <rgm@gnu.org>
10151
10152         * message.el (message-smtpmail-send-it)
10153         (message-send-mail-with-mailclient): Doc fixes.
10154
10155 2010-02-16  Glenn Morris  <rgm@gnu.org>
10156
10157         * message.el (message-default-mail-headers): Change the default value
10158         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10159
10160 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10163         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10164
10165 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10166
10167         * time-date.el (date-to-time): Doc fix (Bug#5408).
10168
10169 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10170
10171         * message.el (message-mail): Just pass yank-action on to message-setup.
10172         (message-setup): Handle (FUN . ARGS) form of yank-action.
10173         (message-with-reply-buffer, message-widen-reply)
10174         (message-yank-original): Handle non-buffer values of
10175         message-reply-buffer (Bug#4080).
10176         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10177
10178 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10179
10180         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10181         Fix typo in docstring.
10182
10183 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10184
10185         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10186         response.
10187
10188 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10191
10192         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10193
10194         * message.el (message-check-news-header-syntax): Protect against a
10195         string that `rfc822-addresses' returns when parsing fails.
10196
10197 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10200         (gnus-previous-char-property-change): New functions.
10201
10202         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10203
10204 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10205
10206         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10207         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10208
10209 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10210
10211         * message.el (message-exchange-point-and-mark): Rework last change to
10212         avoid using optional arg of exchange-point-and-mark, for backward
10213         compatibility.
10214
10215 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10216
10217         * message.el (message-exchange-point-and-mark):
10218         Call exchange-point-and-mark with an argument rather than setting
10219         mark-active by hand (Bug#5175).
10220
10221 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * nntp.el (nntp-service-to-port): Work for service expressed with
10224         numeric string; replace [:digit:] with [0-9] for XEmacs.
10225
10226 2009-12-17  Glenn Morris  <rgm@gnu.org>
10227
10228         * gnus-group.el (gnus-bug-group-download-format-alist):
10229         Change emacs entry to debbugs.gnu.org.  Bump :version.
10230
10231 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10234
10235 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * message.el (message-info): Explain why we use `Info-goto-node'.
10238
10239 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10242
10243 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10244
10245         * message.el (message-completion-in-region): New compatibility function.
10246         (message-expand-group): Use it.
10247
10248 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10251         with no unread article should be listed if the 2nd arg `predicate' is
10252         given.
10253
10254 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10257
10258 2009-11-29  Juri Linkov  <juri@jurta.org>
10259
10260         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10261         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10262         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10263
10264 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10265
10266         * sha1.el (sha1-string-external): default-directory "/" in case
10267         otherwise non-existent.  process-connection-type pipe for touch of
10268         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10269
10270 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10271
10272         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10273         it's comms related and sgml-mode.el has "comm" on that basis too.
10274
10275 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10278         containing tspecial characters if they have been already quoted.
10279
10280 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10281
10282         * dns-mode.el (auto-mode-alist): Purecopy string.
10283
10284 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10285
10286         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10287
10288 2009-10-24  Glenn Morris  <rgm@gnu.org>
10289
10290         * gnus-art.el (help-xref-stack-item): Define for compiler.
10291
10292 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10293
10294         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10295
10296 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10299
10300 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10303         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10304
10305 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10308         (gnus-overlays-in): New alias to overlays-in.
10309
10310         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10311         gnus-overlay-get, and gnus-delete-overlay.
10312         (gnus-summary-show-thread): Make it work as well for systems in which
10313         next-single-char-property-change is not available.
10314         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10315
10316         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10317         (gnus-overlay-get): New alias to extent-property.
10318         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10319
10320         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10321         SXEmacs.
10322
10323         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10324         SXEmacs.
10325
10326 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10329
10330 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10331
10332         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10333         and XEmacs that don't have `remove-overlays'.
10334
10335 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10336
10337         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10338         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10339         selective display.  Use overlays instead.
10340
10341 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10342
10343         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10344
10345 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10346
10347         * spam-stat.el (spam-stat-load): Fix typo in message.
10348
10349 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10350
10351         * dig.el (dig-invoke): Fix typo in docstring.
10352         (query-dig): Reflow docstring.
10353
10354 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10355
10356         * gnus-art.el (gnus-article-encrypt-body):
10357         * message.el (message-check-recipients):
10358         * mm-util.el (mm-codepage-setup):
10359         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10360         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10361
10362 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10363
10364         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10365         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10366         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10367         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10368         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10369
10370 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10371
10372         * dig.el: Add "Keywords: comm", as per net-utils.el.
10373
10374 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10375
10376         * dig.el (dig-mode): Use define-derived-mode.
10377
10378 2009-09-19  Glenn Morris  <rgm@gnu.org>
10379
10380         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10381
10382 2009-09-18  Glenn Morris  <rgm@gnu.org>
10383
10384         * gnus-diary.el (gnus-diary-check-message):
10385         * message.el (message-insert-formatted-citation-line):
10386         * nnbabyl.el (top-level):
10387         * nndiary.el (nndiary-schedule):
10388         Fix typos in condition-case handlers.
10389
10390 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10393         configuration that provides the sole article window in a frame;
10394         position point correctly after deleting a part.
10395
10396 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10397
10398         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10399         (spam-resolve-registrations-routine): Use it to unregister articles
10400         that change status.
10401
10402 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10405         with XEmacs.
10406         (parse-time-string-chars): Use it.
10407
10408 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10409
10410         * imap.el (imap-interactive-login): Better messages.
10411         (imap-open): Fix bug with renamed buffer on reconnect.
10412         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10413         for easier debugging and cleaner code.  On successful (guessed based on
10414         server capabilities) secondary authentication, set imap-state
10415         correctly.
10416         (imap-last-authenticator): Define imap-last-authenticator as a variable
10417         to avoid warnings.
10418
10419 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * nnrss.el (nnrss-request-article): Remove binding of
10422         default-enable-multibyte-characters that has gotten needless by
10423         the 2007-07-13 change in rfc2047-encode-message-header.
10424
10425         * mml.el (mml-insert-multipart): Error on the message header.
10426         (mml-insert-part): Error on the message header; position point at
10427         the end of a MIME tag.
10428
10429 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * time-date.el (autoload): Expand define-obsolete-function-alias into
10432         defalias and make-obsolete for old Emacsen that Gnus supports.
10433         (with-no-warnings): Define it for old Emacsen.
10434         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10435         is available.
10436         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10437         float-time is available; suppress compile warning for time-to-seconds.
10438
10439         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10440         (gnus-float-time): Alias to float-time if it exists.
10441
10442         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10443         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10444         float-time is available; suppress compile warning for time-to-seconds.
10445
10446         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10447         XEmacs.
10448
10449 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10450
10451         * imap.el (imap-message-map): Docstring fix.
10452
10453 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10456         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10457         Add the optional argument `encoding' that overrides the default.
10458
10459         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10460         mm-encode-buffer.
10461
10462 2009-09-04  Glenn Morris  <rgm@gnu.org>
10463
10464         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10465         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10466         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10467         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10468         * mm-util.el (mm-with-unibyte-current-buffer)
10469         (mm-find-buffer-file-coding-system):
10470         * yenc.el (yenc-decode-region): Use default-value rather than
10471         default-enable-multibyte-characters.
10472
10473 2009-09-03  Glenn Morris  <rgm@gnu.org>
10474
10475         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10476         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10477         than default-enable-multibyte-characters.
10478
10479 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10480
10481         * gnus-art.el (gnus-article-read-summary-keys):
10482         Fix gnus-buffer-configuration's value temporarily used.
10483
10484 2009-09-02  Glenn Morris  <rgm@gnu.org>
10485
10486         * gnus-util.el (gnus-float-time): New function.
10487         * gnus-delay.el (gnus-delay-article):
10488         * gnus-sum.el (gnus-thread-latest-date):
10489         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10490         * nnspool.el (nnspool-request-newgroups):
10491         Use gnus-float-time rather than time-to-seconds.
10492         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10493
10494         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10495         (gnus-header-subject-face, gnus-header-newsgroups-face)
10496         (gnus-header-name-face, gnus-header-content-face):
10497         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10498         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10499         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10500         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10501         (gnus-cite-face-11):
10502         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10503         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10504         (gnus-server-closed-face, gnus-server-denied-face)
10505         (gnus-server-offline-face):
10506         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10507         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10508         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10509         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10510         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10511         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10512         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10513         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10514         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10515         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10516         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10517         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10518         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10519         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10520         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10521         (gnus-summary-high-undownloaded-face)
10522         (gnus-summary-low-undownloaded-face)
10523         (gnus-summary-normal-undownloaded-face)
10524         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10525         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10526         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10527         (gnus-splash-face):
10528         * message.el (message-header-to-face, message-header-cc-face)
10529         (message-header-subject-face, message-header-newsgroups-face)
10530         (message-header-other-face, message-header-name-face)
10531         (message-header-xheader-face, message-separator-face)
10532         (message-cited-text-face, message-mml-face):
10533         * sieve-mode.el (sieve-control-commands-face)
10534         (sieve-action-commands-face, sieve-test-commands-face)
10535         (sieve-tagged-arguments-face):
10536         * spam.el (spam-face):
10537         Mark face aliases with "-face" in the name as obsolete.
10538
10539 2009-09-01  Glenn Morris  <rgm@gnu.org>
10540
10541         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10542         than goto-line.
10543
10544 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10547         Don't move point if the command is invoked inside the message header.
10548
10549 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10550
10551         * imap.el (imap-send-command): Simplify.
10552         (imap-wait-for-tag): point-max -> buffer-size.
10553
10554 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10555
10556         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10557         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10558         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10559         * nnir.el (nnir-swish-e-index-file):
10560         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10561         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10562         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10563         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10564         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10565         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10566
10567 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10570         Don't save excursion.
10571
10572 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10573
10574         * nnheader.el (nnheader-find-file-noselect):
10575         * mm-util.el (mm-insert-file-contents):
10576         Use (default-value 'major-mode) instead of default-major-mode.
10577
10578 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10579
10580         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10581
10582 2009-08-26  Glenn Morris  <rgm@gnu.org>
10583
10584         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10585         than placing in files.el.
10586
10587 2009-08-25  Glenn Morris  <rgm@gnu.org>
10588
10589         * nnir.el (top-level): Don't require cl at run-time.
10590         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10591         Replace cl-function substitute with gnus-replace-in-string.
10592         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10593         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10594         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10595         simplified expansions.
10596
10597 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10598
10599         * dig.el (dig): Add autoload cookie.
10600
10601 2009-08-22  Glenn Morris  <rgm@gnu.org>
10602
10603         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10604         goto-line.
10605
10606 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10607
10608         * parse-time.el (parse-time-string-chars): Save match data.
10609
10610 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10611
10612         * parse-time.el (parse-time-string-chars): Compute using character
10613         classes, to handle non-ascii characters (Bug#3190).
10614
10615 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10618
10619         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10620         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10621         (gnus-mm-display-part, gnus-mime-display-single)
10622         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10623         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10624
10625         * gnus-sum.el
10626         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10627         (gnus-summary-move-article): Add expirable mark to articles copied or
10628         moved to group that has auto-expire turned on if the option is non-nil.
10629
10630 2009-07-24  Glenn Morris  <rgm@gnu.org>
10631
10632         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10633         Fix typo.  (Bug#3903)
10634
10635 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10638         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10639         that should not be used for draft articles.
10640         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10641         that has no concern in minor mode keys.
10642         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10643         Abolish.
10644
10645 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10648         article without making inquiry to a user for unknown encoding.
10649
10650         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10651         (nnmaildir--scan): Assume i-node and device number that file-attributes
10652         returns might be cons-cell.
10653
10654         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10655
10656         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10657
10658 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10659
10660         * auth-source.el: Remove docs now in auth.texi.  Don't use
10661         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10662         `auth-source-hide-passwords' and use them.
10663
10664 2009-07-15  Glenn Morris  <rgm@gnu.org>
10665
10666         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10667
10668 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10671         excessive whitespace from the default values of title and description.
10672
10673 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10676         mail-fetch-field to fetch Content-Description header in order to
10677         exclude newlines.
10678
10679 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10680
10681         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10682         format used by GnuPG 2.0.11.
10683
10684 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10687         to deleted part.
10688
10689 2009-05-30  David Engster  <dengste@eml.cc>
10690
10691         * nnmairix.el: Remove old documentation in the commentary block.
10692         (nnmairix-request-group): Do not update active file for nnml back ends.
10693         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10694         end so that overview files are ignored.
10695         (nnmairix-update-groups): Make updating the groups more robust by using
10696         marks.
10697         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10698         with dollar characters in message-id.
10699
10700 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10703         2008-12-25 in dns.el.
10704
10705 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10706
10707         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10708         could happen if the text is only composed of spaces and/or tabs.
10709
10710 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10711
10712         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10713         when sending a queued message to avoid extra mml tags.
10714
10715 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10718
10719 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10722         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10723         rmail-toggle-header for XEmacs;
10724         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10725
10726 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * gnus-dired.el: Remove autoload for gnus-setup-message.
10729         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10730         displaying Gnus logo; always use compose-mail.
10731
10732 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10735
10736 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10739         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10740         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10741         available.
10742         (gnus-nocem-epg-verify): New function.
10743
10744 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10747
10748 2009-02-15  Glenn Morris  <rgm@gnu.org>
10749
10750         * gnus-util.el (rmail-insert-rmail-file-header)
10751         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10752         autoloads.
10753         (rmail-default-rmail-file): Remove unnecessary declaration.
10754         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10755
10756 2009-02-14  Glenn Morris  <rgm@gnu.org>
10757
10758         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10759         variable (only used in gnus-util, which declares it anyway).
10760         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10761         which was only needed by gnus-art (changed to not use it any more).
10762         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10763         only used in gnus-util, which autoloads it itself.
10764         (rmail-update-summary): Fix autoload.
10765
10766         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10767         rather than rmail-output-to-rmail-file.
10768
10769 2009-02-07  Glenn Morris  <rgm@gnu.org>
10770
10771         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10772         autoload of function that no longer exists.
10773         (rmail-toggle-header): Declare.
10774         (message-forward-rmail-make-body): Handle mbox Rmail.
10775
10776 2009-01-31  Glenn Morris  <rgm@gnu.org>
10777
10778         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10779         2009-01-09 change.
10780
10781 2009-01-31  Dave Love  <fx@gnu.org>
10782
10783         * imap.el (imap-fetch-safe): Bind debug-on-error.
10784         (imap-debug): Add imap-fetch-safe.
10785
10786 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10787
10788         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10789         (auth-source-forget-all-cached): New convenience function.
10790         (auth-source-user-or-password): Accept list of modes or a single mode.
10791
10792         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10793         auth-source modes.
10794
10795         * netrc.el (netrc-machine-user-or-password): Use list of
10796         auth-source modes.
10797
10798         * nnimap.el (nnimap-open-connection): Use list of
10799         auth-source modes.
10800
10801         * nntp.el (nntp-send-authinfo): Use list of
10802         auth-source modes.
10803
10804 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10805
10806         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10807         now.
10808
10809 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10812         coding system in XEmacs; add a workaround for XEmacs.
10813
10814         * lpath.el: Fbind coding-system-aliasee.
10815
10816 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10819         of current-language-environment.
10820
10821 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10824         available at runtime.
10825
10826 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10829
10830 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10831
10832         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10833         the greatest positive fixnum value doesn't work under an XEmacs with
10834         bignum support; use the most-positive-fixnum constant instead,
10835         available since Emacs 21.1 with cl and XEmacs 21.1.
10836
10837 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10840         XEmacs gets not to work.
10841
10842 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * mm-util.el (mm-coding-system-priorities): Allow the value like
10845         "Japanese (UTF-8)" of current-language-environment.
10846
10847 2009-01-09  Glenn Morris  <rgm@gnu.org>
10848
10849         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10850         with last-command-event.
10851
10852 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10855         in the doc string.
10856
10857         * message.el (message-fix-before-sending): Amend comment.
10858
10859 2009-01-08  Dave Love  <fx@gnu.org>
10860
10861         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10862
10863 2009-01-07  David Engster  <dengste@eml.cc>
10864
10865         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10866         simplified server definitions by converting it via
10867         gnus-server-to-method.
10868
10869 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10872         parameter's operands.
10873
10874 2009-01-06  David Engster  <dengste@eml.cc>
10875
10876         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10877         primary select method (for gnus-group-mark-article-as-read).
10878
10879 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10880
10881         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10882         `(gnus)Face', not `(gnus)X-Face'.
10883
10884 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * mm-util.el (mm-ucs-to-char): New function.
10887
10888         * mm-url.el (mm-url-decode-entities): Use it.
10889
10890         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10891         unicode-to-char.
10892
10893 2009-01-05  Dave Love  <fx@gnu.org>
10894
10895         * time-date.el: Require cl for `declare'.
10896
10897 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10900         Dave Love.
10901
10902 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * message.el (message-fix-before-sending): Add `eight-bit' to
10905         illegible-text check.
10906
10907 2009-01-03  Michael Olson  <mwolson@gnu.org>
10908
10909         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10910         `headers' is nil.  This can occur if the IMAP server does not have
10911         permissions to read messages from a folder, but can write new messages
10912         to the folder.
10913         (nnimap-request-article-part): Do not insert `data' if it is nil.
10914
10915         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10916         characters which will confuse `read', so skip past them.
10917
10918 2009-01-01  Dave Love  <fx@gnu.org>
10919
10920         * imap.el (imap-string-to-integer): Fix typo.
10921         (imap-fetch-safe): New function.
10922         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10923
10924         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10925
10926         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10927         (imap-parse-greeting): Fix doc strings.
10928         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10929         (imap-parse-flag-list): Make messages unique.
10930         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10931
10932         * nnimap.el: Fix author email.
10933         (nnimap-split-rule): Add FIXME comment.
10934         (nnimap-debug): Fix doc string.
10935
10936 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10939
10940 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10943         nslookup if resolv.conf isn't available.
10944         (dns-query): Rename from query-dns.
10945         (dns-query-cached): Rename from query-dns-cached.
10946
10947 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10950         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10951         to check if those variables exist (first appeared in Emacs 18.50).
10952
10953 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * mm-util.el (mm-line-number-at-pos): New function.
10956
10957         * spam-report.el (spam-report-process-queue): Use it.
10958
10959 2008-12-24  David Engster  <dengste@eml.cc>
10960
10961         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10962         parameters that haven't existed as variables as buffer-local variables.
10963
10964 2008-12-23  Dave Love  <fx@gnu.org>
10965
10966         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10967         cadar.
10968
10969         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10970         imap-starttls-p.
10971         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10972
10973 2008-12-22  Dave Love  <fx@gnu.org>
10974
10975         * imap.el: Fix author email.  Doc fixes.
10976         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10977         reply.
10978
10979 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * spam-report.el (spam-report-gmane-max-requests): New constant.
10982         (spam-report-gmane-wait): New variable.
10983         (spam-report-gmane-ham, spam-report-gmane-spam)
10984         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10985         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10986         the server.
10987
10988         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10989         Add explanations.
10990
10991         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10992         nnheader-accept-process-output and nnheader-read-timeout if available.
10993         (pop3-movemail): Use it.
10994
10995         * message.el (message-check-news-body-syntax): Fix signature check if
10996         there's an attachment.
10997
10998 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * mm-util.el: Add comments to the mm- emulating functions.
11001
11002 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11005         Reported by Stephen Berman <stephen.berman@gmx.net>.
11006
11007 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * mm-util.el (mm-substring-no-properties): New function.
11010         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11011         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11012         (mm-string-to-multibyte): Doc fix.
11013
11014         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11015
11016 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * mml.el (mml-attach-file): Strip text properties from file name.
11019         (Bug#1574)
11020
11021 2008-12-16  Glenn Morris  <rgm@gnu.org>
11022
11023         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11024
11025 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11028         knows since the charset specified might be a bogus alias that
11029         mm-charset-synonym-alist provides.
11030
11031 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11034         "ISO_8859-1".
11035
11036         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11037
11038 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * mm-util.el (mm-charset-eval-alist):
11041         Define it before mm-charset-to-coding-system.
11042         (mm-charset-to-coding-system): Add optional argument `silent';
11043         define it before mm-charset-override-alist.
11044         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11045         default value if it can be used in Emacs currently running;
11046         silence mm-charset-to-coding-system.
11047
11048 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11051         `allow-override' which says whether to use `mm-charset-override-alist'.
11052         (rfc2047-decode-encoded-words): Use it.
11053
11054         * mm-util.el (mm-charset-override-alist): Fix custom type;
11055         add `(gb2312 . gbk)' to choices.
11056
11057 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11060         fast.
11061
11062         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11063
11064         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11065
11066 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11067
11068         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11069         on links.
11070
11071         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11072
11073 2008-12-03  Lute Kamstra  <lute@gnu.org>
11074
11075         * sha1.el: Remove leading * from docstrings of defcustoms,
11076         deffaces, defconsts and defuns.
11077
11078 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11081         users' addresses that don't have domain parts.
11082         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11083         rather than message-narrow-to-head since there will be the message
11084         header separator.
11085
11086 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11087
11088         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11089         since the result is inserted in a unibyte buffer anyway.
11090         (nnimap-demule-use-string-to-multibyte): Remove.
11091         (nnimap-demule): Alias it to mm-string-to-multibyte.
11092
11093 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11096         variable for debugging bug#464 and bug#1174.
11097         (nnimap-demule): Use it.
11098
11099 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11102         score calculation correctly.
11103
11104 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11105
11106         * message.el (message-send-mail): Just set the buffer to unibyte
11107         rather than use mm-with-unibyte-current-buffer which does a lot more.
11108         (message-send-mail-partially): Don't bother with
11109         mm-with-unibyte-current-buffer since it's already been made unibyte by
11110         message-send-mail.
11111
11112 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11113
11114         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11115
11116 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11117
11118         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11119
11120 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11123         require itself and to remove `with-no-warnings'.
11124
11125 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11126
11127         * starttls.el (starttls-any-program-available): Get the name of the
11128         available TLS layer program.
11129         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11130         well as the host name in the "opening" message.
11131
11132         * auth-source.el (auth-source-cache, auth-source-do-cache)
11133         (auth-source-user-or-password): Cache passwords and logins by default,
11134         allow override with `auth-source-do-cache'.
11135         (auth-source-forget-user-or-password): Allow users to remove cache
11136         entries if needed.
11137
11138 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11139
11140         * md4.el (md4-buffer): Fix typo in docstring.
11141         (md4, md4-64): Doc fixes.
11142         (md4-pack-int32): Reflow docstring.
11143
11144 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11145
11146         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11147         condition-case to only the forward-sexp call.
11148
11149 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11150
11151         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11152         quotes contained.  Make it more robust regardless by an extra
11153         condition-case wrapper.
11154
11155 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11158
11159 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * nnml.el (nnml-request-expire-articles): Check if the function set to
11162         `nnmail-expiry-target' returns the symbol `delete'.
11163
11164         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11165
11166         * nnmail.el (nnmail-expiry-target): Fix custom type.
11167
11168 2008-10-02  Glenn Morris  <rgm@gnu.org>
11169
11170         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11171         Silence compiler warning.
11172
11173 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11174
11175         * tls.el (open-tls-stream): Show the actual command being
11176         executed, instead of the format string.
11177
11178 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * lpath.el: Fbind codepage-setup for Emacs 23.
11181
11182 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11183
11184         * mml.el (mml-menu): Don't assume mml2015 is bound.
11185
11186 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11189         exists.
11190
11191 2008-09-27  Glenn Morris  <rgm@gnu.org>
11192
11193         * gnus-util.el (mail-header-remove-comments): Autoload it.
11194
11195 2008-09-27  Andreas Schwab  <schwab@suse.de>
11196
11197         * gnus-util.el (gnus-split-references): Strip comments.
11198         (gnus-parent-id): Likewise.
11199
11200 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * message.el (message-confirm-send): Fix version.
11203
11204 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * message.el (message-idna-to-ascii-rhs-1): Use
11207         mail-extract-address-components rather than mail-header-parse-addresses
11208         that is an alias by default to ietf-drums-parse-addresses that does not
11209         support non-ASCII names in headers' contents.
11210
11211 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11212
11213         * message.el (message-confirm-send): Fix variable documentation to
11214         avoid the "y/n" wording.
11215
11216 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11217
11218         * message.el (message-set-auto-save-file-name): Save to a different
11219         filename so multiple messages (especially drafts) can be recovered.
11220
11221 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11222
11223         * message.el (message-confirm-send): Add appropriate version.
11224
11225 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11226
11227         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11228         defvar.
11229
11230 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11231
11232         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11233         (mm-pkcs7-enveloped-magic): Ditto.
11234
11235 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11236
11237         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11238         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11239
11240 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11241
11242         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11243         default, it's better.
11244
11245 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11246
11247         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11248         summary line gnus-number property and ignore them (with a warning
11249         message).
11250
11251 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11254         macro caddr in the interactive form since it won't be expanded.
11255
11256 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11259         `charset'; fix name of function called recursively.
11260         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11261
11262 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11265         (gnus-mime-set-charset-parameters): New function.
11266         (gnus-mime-view-part-as-charset): Use it to correctly display part
11267         specifying wrong charset.
11268
11269 2008-09-08  David Engster  <dengste@eml.cc>
11270
11271         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11272         in completing-read for back end server.
11273
11274 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11275
11276         * message.el (message-confirm-send): New variable to confirm sending a
11277         message.
11278         (message-send): Use it.
11279
11280 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11281
11282         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11283
11284 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11287
11288 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11289
11290         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11291         prevent tracking too many groups.
11292         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11293         Use it.
11294
11295 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11296
11297         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11298         moving point to the bottom of the window in order to avoid recentering.
11299
11300 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11303
11304         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11305         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11306         (gnus-article-beginning-of-window): Fix calculation.
11307
11308 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-msg.el (gnus-summary-supersede-article)
11311         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11312         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11313         message header.
11314
11315 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11316
11317         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11318         pending output coming after the status change.
11319
11320 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11321
11322         * message.el:
11323         * gnus-start.el:
11324         * gnus-registry.el: Remove VMS support.
11325
11326 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11329         macro.
11330         (rfc2104-hash): Use it.
11331
11332 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11335         (gnus-summary-sort-by-most-recent-date): New commands.
11336         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11337         and menu entries.
11338
11339 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11342         don't redisplay article for raw contents; remove plural articles stuff.
11343
11344         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11345         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11346         on gnus-summary-save-article; display results properly.
11347
11348 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * lpath.el: No need to fbind ns-focus-frame.
11351
11352 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11355
11356 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11357
11358         * gnus-art.el (gnus-summary-save-in-pipe):
11359         Consider gnus-save-all-headers.
11360
11361 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11362
11363         * gnus-util.el (ns-focus-frame): Remove declaration.
11364         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11365         like x.
11366
11367 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11368
11369         * rfc2104.el (rfc2104-zero): Delete defconst.
11370         (rfc2104-hex-alist): Likewise.
11371         (rfc2104-hex-to-int): Delete func.
11372         (rfc2104-hexstring-to-bitstring): Likewise.
11373         (rfc2104-nybbles): New defconst.
11374         (rfc2104-hash): Rewrite for speed.
11375
11376 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * tls.el (open-tls-stream): Make it work with the 2nd argument
11379         BUFFER that is a string but does not exist as a buffer object, as
11380         mentioned in the doc-string.
11381
11382 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11385         SXEmacs.
11386
11387 2008-07-16  Glenn Morris  <rgm@gnu.org>
11388
11389         * gnus-util.el (ns-focus-frame): Declare for compiler.
11390
11391 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11394         set as a group parameter.
11395         (gnus-summary-save-in-pipe): Work when it is called independently.
11396         (gnus-summary-pipe-to-muttprint): Don't modify
11397         gnus-summary-pipe-output-default-command.
11398
11399 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11400
11401         * message.el (message-send-mail-with-sendmail):
11402         Display the error message.
11403
11404 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * gnus-art.el (gnus-default-article-saver):
11407         Add gnus-summary-save-in-pipe to choices.
11408         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11409         gnus-summary-pipe-output-default-command as the default command.
11410         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11411         instead of gnus-last-shell-command.
11412
11413         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11414         New user option.
11415         (gnus-summary-muttprint-program): Mention the value will be changed.
11416         (gnus-summary-save-article): Force showing of all headers.
11417         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11418
11419 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11420
11421         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11422
11423 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11424
11425         * nnimap.el (nnimap-id):
11426         * sieve-manage.el (sieve-manage-open): Doc fixes.
11427
11428 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11429
11430         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11431         if available.
11432
11433 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11434
11435         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11436
11437         * nnkiboze.el (nnkiboze-generate-group):
11438         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11439
11440         * nnmairix.el: Require CL.
11441
11442 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * dgnushack.el: Autoload get-display-table and put-display-table for
11445         XEmacs 21.5.
11446
11447         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11448         21.4 and SXEmacs.
11449
11450 2008-06-15  David Engster  <dengste@eml.cc>
11451
11452         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11453
11454 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11455
11456         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11457         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11458         runtime choice under XEmacs.
11459
11460         * gnus-sum.el (gnus-summary-set-display-table):
11461         Use `gnus-put-display-table', `gnus-get-display-table',
11462         `gnus-set-display-table' for the display table, instead of `aset'.
11463
11464         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11465         Use `gnus-put-display-table', `gnus-get-display-table',
11466         `gnus-set-display-table' for the display table.
11467
11468 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11469
11470         * nnmairix.el: Add autoloads.
11471
11472 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * nnmairix.el (nnmairix-delete-recreate-group)
11475         (nnmairix-update-and-clear-marks): Fix error messages.
11476
11477 2008-06-14  David Engster  <dengste@eml.cc>
11478
11479         * nnmairix.el: Upgrade to version 0.6.
11480         (nnmairix-group-toggle-propmarks-this-group)
11481         (nnmairix-group-toggle-readmarks-this-group)
11482         (nnmairix-group-delete-recreate-this-group)
11483         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11484         (nnmairix-remove-tick-mark-original-article): New commands.
11485         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11486         (nnmairix-propagate-marks-to-nnmairix-groups)
11487         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11488         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11489         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11490         functions needed for marks propagation and manipulation of read marks.
11491         (nnmairix-update-groups): New function.
11492         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11493         (nnmairix-determine-original-group-from-registry)
11494         (nnmairix-determine-original-group-from-path)
11495         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11496         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11497         New helper functions.
11498         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11499         keystrokes for new commands.
11500         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11501         (nnmairix-request-group): Check allow-fast group parameter.
11502         (nnmairix-request-create-group): Set allow-fast group parameter if
11503         nnmairix-allowfast-default is set.
11504         (nnmairix-close-group): Propagate marks upon closing if needed.
11505         (nnmairix-group-toggle-threads-this-group): Use new.
11506         nnmairix-group-toggle-parameter helper function.
11507         (nnmairix-search): Better check for empty search result.
11508         (nnmairix-goto-original-article): Use new helper functions for
11509         determining original article.
11510         (nnmairix-show-original-article): Make sure message-id is in brackets.
11511         (nnmairix-call-mairix-binary): Change variable name.
11512         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11513         helper function.
11514         (nnmairix-widget-toggle-activate): Fix doc string.
11515
11516 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * nnir.el: Require edmacro when compiling with XEmacs.
11519         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11520         available in Emacs 21.
11521
11522 2008-06-11  Glenn Morris  <rgm@gnu.org>
11523
11524         * gnus-util.el (x-focus-frame):
11525         * gnus.el (image-size):
11526         * mm-decode.el (image-size): Declare.
11527
11528         * gnus-picon.el (declare-function): Add compat definition.
11529         (image-size): Declare.
11530
11531         * gnus-group.el (tool-bar-map):
11532         * gnus-sum.el (tool-bar-map): Define for compiler.
11533
11534         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11535
11536         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11537
11538         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11539         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11540         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11541         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11542         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11543         * sieve-manage.el, spam-report.el, spam.el:
11544         Remove unnecessary eval-and-compile of autoloads.
11545
11546 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11547
11548         * auth-source.el: Precise Tramp doc.
11549
11550 2008-06-07  Glenn Morris  <rgm@gnu.org>
11551
11552         * nnmairix.el: Remove unnecessary eval-when-compile.
11553
11554 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * lpath.el: Fbind propertize for XEmacs 21.4.
11557
11558 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11559
11560         * nnir.el: Move here from ../contrib.
11561
11562 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11563
11564         * gnus-util.el (gnus-read-shell-command): New function.
11565         * mm-decode.el (mm-pipe-part):
11566         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11567
11568 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11571
11572 2008-06-03  Glenn Morris  <rgm@gnu.org>
11573
11574         * pop3.el (nnheader-accept-process-output): Autoload it.
11575
11576 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11579         are not 2-digit hexadecimal characters that follow `%'s.
11580
11581 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * message.el (message-bogus-recipient-p): Fix type in doc string.
11584         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11585         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11586         Improve custom options.
11587         (message-bogus-recipient-p): Adjust accordingly.
11588
11589 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11590
11591         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11592         long-form month and day names.
11593
11594 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * dgnushack.el: Autoload debug, eudc-expand-inline and
11597         pgg-snarf-keys-region for XEmacs.
11598
11599         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11600
11601         * nnmairix.el: Require edmacro when compiling with XEmacs.
11602
11603 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11604
11605         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11606         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11607
11608 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11609
11610         * auth-source.el: Add more docs.
11611
11612         * netrc.el (netrc-machine): Always match if the port is not given.
11613
11614 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11615
11616         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11617         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11618         retrieval faster in some cases, but might make CPU usage larger.
11619         If this has any bad side effects, we might revert this change.
11620
11621         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11622         seems to make mail retrieval much, much faster.
11623         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11624         unconditionally.
11625
11626         * gnus-draft.el (gnus-group-send-queue):
11627         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11628
11629 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11632
11633         * message.el (message-bogus-address-regexp): Fix and improve custom
11634         type.
11635         (message-setup-hook): Add message-check-recipients as custom option.
11636
11637 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * message.el (message-cite-function): Remove bogus autoload which crept
11640         in during merge from v5-10.
11641
11642 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11643
11644         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11645
11646         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11647
11648         * auth-source.el: Preliminary Tramp docs.
11649         (auth-sources): Change the default auth-sources to use
11650         EPA .gpg files.
11651
11652 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11653
11654         * nntp.el: Autoload `auth-source-user-or-password'.
11655         (nntp-send-authinfo): Use it.
11656
11657         * nnimap.el: Autoload `auth-source-user-or-password'.
11658         (nnimap-open-connection): Use it.
11659
11660         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11661         for the gnus-message function.
11662         (auth-source-user-or-password): Use it.
11663
11664 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11665
11666         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11667         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11668         (rfc2104-hash): Use it.
11669
11670 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11671
11672         * gnus-art.el (gnus-article-toggle-truncate-lines):
11673         Don't use `iff' in docstring.
11674
11675 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11676
11677         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11678
11679         * gnus-util.el (gnus-extract-address-component-name)
11680         (gnus-extract-address-component-email): Convenience functions around
11681         `gnus-extract-address-components'.
11682
11683         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11684         Use `gnus-extract-address-component-email' to fix bug of comparing full
11685         sender name to `user-mail-address'.
11686
11687 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11688
11689         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11690         catch/throw to optimize.
11691         (gnus-registry-find-keywords): Just use member to find a keyword.
11692
11693 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11694
11695         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11696         is current before calling gnus-server-prepare.
11697         (gnus-server-setup-buffer, gnus-server-update-server)
11698         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11699
11700 2008-05-04  Juri Linkov  <juri@jurta.org>
11701
11702         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11703         (mailcap-file-default-commands): Use mailcap-replace-in-string
11704         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11705         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11706
11707 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11708
11709         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11710
11711 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11712
11713         * gnus.el: Bump version to 0.11.
11714
11715 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11716
11717         * gnus.el: No Gnus v0.10 is released.
11718
11719 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11720
11721         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11722         hooks.
11723         (gnus-update-read-articles): Speed up non-marks-using users.
11724         (gnus-use-marks): Define gnus-use-marks.
11725         (gnus-propagate-marks): Rename variable to something more sensible.
11726
11727 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11728
11729         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11730         (gmm-image-load-path-for-library): Fix typos in docstrings.
11731         (gmm-message): Reflow docstring.
11732
11733 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11734
11735         * mail-source.el (mail-source-set-1, mail-source-bind):
11736         Move auth-source code out of the macro to clean it up and fix bugs.
11737
11738 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11739
11740         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11741         by sender if it's equal to user-mail-address, it's likely to be
11742         useless.
11743
11744         * mail-source.el (mail-source-bind): Don't use user or password if they
11745         are not bound.  Unintern them if they are nil.  Don't use server unless
11746         it's bound, and default it to empty string otherwise.
11747
11748 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11749
11750         * mail-source.el: Load auth-source.el.
11751         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11752         get user name or password, if auth-sources is set up.
11753
11754         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11755         strategy of splitting with parent.
11756         (gnus-registry-split-fancy-with-parent)
11757         (gnus-registry-post-process-groups): Use it and fix prior
11758         bug (returning a list as the split result).
11759
11760         * auth-source.el (auth-sources): Remove server parameter.
11761         (auth-source-pick, auth-source-user-or-password)
11762         (auth-source-user-or-password-imap)
11763         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11764         (auth-source-user-or-password-sftp)
11765         (auth-source-user-or-password-smtp): Remove server parameter.
11766
11767 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11768
11769         * smime.el (smime-sign-region, smime-encrypt-region)
11770         (smime-decrypt-region):
11771         Remove redundant calls to `generate-new-buffer-name'.
11772
11773 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11774
11775         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11776         Don't use QP for message/rfc822.
11777         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11778
11779 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11780
11781         * sieve-manage.el (sieve-string-bytes): Remove.
11782         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11783         correct byte-length only if the process's coding-system is the same as
11784         the one used internally by Emacs to represent strings.
11785
11786 2008-04-22  Juri Linkov  <juri@jurta.org>
11787
11788         * mailcap.el (mailcap-file-default-commands): New function.
11789
11790 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11791
11792         * message.el (message-signature-separator, message-cite-function):
11793         Change custom version.
11794
11795 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11796
11797         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11798         commands.
11799         (tls-checktrust): Ditto.
11800
11801 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * mm-decode.el (mm-display-external): Make temp file read-only.
11804
11805 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11806
11807         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11808         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11809         `C-c C-f d'.
11810
11811 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11812
11813         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11814
11815 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * gnus.el: Bump version to 0.9.
11818
11819 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11820
11821         * gnus.el: No Gnus v0.8 is released.
11822
11823 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11824
11825         * mail-source.el (mail-source-value):
11826         Prefer fboundp to functionp so it works with macros as well.
11827
11828 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11829
11830         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11831         Fix last change in case the element is not even a symbol.
11832
11833 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11834
11835         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11836         Prefer fboundp to functionp so it works with macros as well.
11837
11838 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11839
11840         * auth-source.el: Add docs.
11841         (auth-sources): Modify format to support server.
11842         (auth-source-pick, auth-source-user-or-password)
11843         (auth-source-user-or-password-imap)
11844         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11845         (auth-source-user-or-password-sftp)
11846         (auth-source-user-or-password-smtp): Add server parameter.
11847
11848 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11849
11850         * gnus-registry.el: Initialize the registry when gnus-registry-install
11851         is t.
11852
11853 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * compface.el (uncompface): Make buffer unibyte.
11856
11857 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11858
11859         * mail-source.el (mail-source-value):
11860         Prefer fboundp to functionp so it works with macros as well.
11861
11862 2008-04-05  Glenn Morris  <rgm@gnu.org>
11863
11864         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11865
11866 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11867
11868         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11869         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11870
11871         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11872         multibyteness after rather than before erasing it.
11873
11874         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11875         mm-with-multibyte.
11876         (gnus-request-article-this-buffer): Make sure the proper decoding is
11877         used if gnus-original-article-buffer happens to be unibyte.
11878
11879         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11880         default-enable-multibyte-characters.
11881
11882         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11883         default-enable-multibyte-characters.
11884
11885         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11886
11887         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11888
11889 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11890
11891         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11892         Fix last change in case the element is not even a symbol.
11893
11894 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11895
11896         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11897         (imap-message-copyuid-1): Use it.
11898         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11899         J. Williams in
11900         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11901
11902         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11903         imap-enable-exchange-bug-workaround.
11904         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11905
11906 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11907
11908         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11909         a 100 byte status-checks into a 2-3MB transfer for each group.
11910         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11911         to enable bug workaround or not.
11912         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11913
11914 2008-03-31  Glenn Morris  <rgm@gnu.org>
11915
11916         * message.el (mml2015-use): Declare for compiler.
11917         (message-info): Require mml2015 when appropriate.
11918
11919 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11922         whitespace.
11923
11924 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11925
11926         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11927         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11928         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11929         (nntp-service-to-port): New function.
11930         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11931         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11932         (nntp-open-netcat-stream): New function.
11933         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11934
11935 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11936
11937         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11938
11939 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11940
11941         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11942
11943 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11944
11945         * dns.el (dns-write): Use set-buffer-multibyte.
11946
11947 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11948
11949         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11950
11951 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11952
11953         * message.el (message-signature-separator): Change default.
11954         Improve custom type.
11955         (message-cite-function): Change default to
11956         message-cite-original-without-signature.
11957
11958         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11959         toggle.
11960
11961         * message.el (message-check-news-body-syntax): Fix signature check.
11962         (message-setup-1): Mark buffer as unmodified _after_ running
11963         message-setup-hook and handling message-alternative-emails.
11964         (message-shorten-references): Be more strict when building list of
11965         valid references to comply with GNKSA.
11966
11967         * gnus-group.el (gnus-read-ephemeral-bug-group)
11968         (gnus-read-ephemeral-debian-bug-group)
11969         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11970
11971         * message.el (message-info): Don't use booleanp which isn't supported
11972         in Emacs 21 and XEmacs.
11973
11974 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11977         gnus-group-gmane-group-download-format.
11978         (gnus-group-read-ephemeral-gmane-group): Rename from
11979         gnus-group-read-ephemeral-gmane-group.
11980         (gnus-read-ephemeral-gmane-group-url): Rename from
11981         gnus-group-read-ephemeral-gmane-group-url.
11982         (gnus-bug-group-download-format-alist): New variable.
11983         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11984         (gnus-read-ephemeral-emacs-bug-group): New commands.
11985
11986 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11989         (gnus-visible-headers): Improve custom type.
11990
11991 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * mml.el (mml-menu): Add workarounds for XEmacs.
11994
11995         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11996         X-Boundary header.
11997
11998         * message.el (message-simplify-recipients): Fix previous commit.
11999
12000 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12001
12002         * mm-util.el (mm-set-buffer-multibyte): New function.
12003         * mm-decode.el (mm-copy-to-buffer): Use it.
12004
12005         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12006         Prefer fboundp to functionp so it works with macros as well.
12007
12008 2008-03-19  Glenn Morris  <rgm@gnu.org>
12009
12010         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12011         Accidentally removed in the sync process with Emacs.
12012
12013 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * message.el (message-alter-recipients-discard-bogus-full-name):
12016         New function.
12017         (message-alter-recipients-function): New variable.
12018         (message-get-reply-headers): Use it.
12019         (message-replace-header): New helper function.
12020         (message-recipients-without-full-name): New variable.
12021         (message-simplify-recipients): New command.
12022
12023         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12024
12025         * message.el (message-info): Handle EasyPG manual.
12026
12027         * mml.el (mml-menu): Add entry for EasyPG.
12028
12029 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12030
12031         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12032         parameter.
12033
12034         * message.el (message-disassociate-draft): Specify drafts group name
12035         fully.
12036
12037 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12038
12039         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12040         Eliminate unnecessary duplicates from the match list.
12041
12042 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12045
12046         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12047
12048         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12049         args of `how-many' of which the XEmacs version doesn't take; declare
12050         Info-index-next as function.
12051
12052 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * gnus-score.el (gnus-score-headers): Fix handling of
12055         gnus-inhibit-slow-scoring.
12056
12057         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12058         string.
12059         (gnus-button-url-regexp): Improve handling of parenthesis.
12060         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12061         (gnus-button-handle-info-keystrokes): Handle index entries.
12062
12063 2008-03-15  Glenn Morris  <rgm@gnu.org>
12064
12065         * parse-time.el (parse-time-string): Simplify.
12066
12067 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12070         Incoming* files.
12071
12072 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12073
12074         * auth-source.el (auth-sources): Rename from auth-source-choices.
12075         (auth-source-pick): Use it.
12076
12077 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12078
12079         * binhex.el (binhex-decode-region-internal):
12080         * uudecode.el (uudecode-decode-region-internal):
12081         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12082         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12083         setting default-enable-multibyte-characters.
12084
12085 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12086
12087         * auth-source.el (auth-source-protocols)
12088         (auth-source-protocols-customize, auth-source-choices): Add and
12089         modified variable customizations and defaults.
12090         (auth-source-pick, auth-source-user-or-password)
12091         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12092         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12093         (auth-source-user-or-password-sftp)
12094         (auth-source-user-or-password-smtp): Use new variables and provide an
12095         interface to netrc.el.
12096
12097 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12100         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12101         Make sure the nntp port to specify is a string.
12102
12103 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12104
12105         * nntp.el: Use with-current-buffer.
12106         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12107         dubious mm-with-unibyte-current-buffer.
12108         (nntp-with-open-group-function): New function extracted from
12109         nntp-with-open-group macro.
12110         (nntp-with-open-group): Use the function, so it's easier to debug.
12111         Add indentation and debugging info.
12112         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12113         Recommend the use of the netcat alternatives.
12114
12115         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12116         Avoid mm-string-as-multibyte as well.
12117
12118         * nnweb.el (nnweb-insert-html):
12119         Remove use of nnheader-string-as-multibyte.
12120
12121         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12122         (nnheader-string-as-multibyte): Remove.
12123
12124         * mm-view.el: Use inhibit-read-only.
12125         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12126         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12127         or unibyte-string.
12128
12129         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12130         (mm-uu-yenc-extract): Use with-current-buffer.
12131
12132         * gnus-soup.el (gnus-soup-send-packet): Don't use
12133         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12134
12135         * nnmh.el: Use with-current-buffer.
12136         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12137         mm-string-as-multibyte on the output of mm-encode-coding-string.
12138
12139         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12140         (nnimap-request-move-article): Use with-current-buffer.
12141
12142         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12143         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12144         conversion uses string-make-unibyte rather than string-as-unibyte.
12145
12146         * gnus-msg.el: Use with-current-buffer.
12147
12148         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12149
12150 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12151
12152         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12153         string for caching if it is 'PIN.
12154
12155 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * lpath.el: Consider the case without Emacs/W3.
12158
12159 2008-03-08  Glenn Morris  <rgm@gnu.org>
12160
12161         * time-date.el (date-to-time, time-subtract, time-add)
12162         (safe-date-to-time): Doc fixes.
12163
12164 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * mail-source.el (mail-source-delete-old-incoming-confirm):
12167         Change default to nil.
12168         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12169
12170 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * lpath.el: Rearrange.
12173
12174         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12175         (gnus-article-goto-prev-page): Work for articles having ^L's.
12176
12177         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12178
12179         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12180
12181 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12182
12183         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12184         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12185         (gnus-bookmark-jump): Adjust some variable names.
12186
12187 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12188
12189         * auth-source.el: New package.
12190         (auth-source-choices): Add customization entry point variable.
12191
12192         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12193         bug.
12194
12195 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12196
12197         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12198         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12199         (gnus-registry-install-shortcuts): Rename from
12200         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12201         the `gnus-registry-mark-map' keymap dynamically from
12202         `gnus-registry-marks'.  The generated functions update the summary line
12203         when a registry mark is added or deleted, and will call
12204         `gnus-registry-install-p' (see the comments in the code).
12205         (gnus-registry-user-format-function-M): Use concat intelligently.
12206
12207         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12208         the registry mark functions.
12209
12210 2008-03-05  Glenn Morris  <rgm@gnu.org>
12211
12212         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12213         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12214         gnus-art.
12215         (top-level): No need to load own source when compiling.
12216
12217 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12220         Suggested by <chris.anderton@zetnet.co.uk>.
12221
12222 2008-03-04  Glenn Morris  <rgm@gnu.org>
12223
12224         * gnus-sum.el (top-level): No need to require gnus when compiling,
12225         since unconditionally required near start of file.
12226         (gnus-summary-display-while-building): Move definition before use.
12227
12228 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12229
12230         * gnus-registry.el (gnus-registry-user-format-function-M):
12231         Add formatting function.
12232
12233 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12234
12235         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12236         with plists.
12237         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12238         Use new format.
12239
12240 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12243         `where-is-internal' that returns a range of key sequences.
12244
12245 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12246
12247         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12248
12249         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12250         (gnus-summary-jump-to-group): Consider windows on other displayed
12251         frames as well.  Similar changes might be needed elsewhere, but that's
12252         the one I've bumped into during my use.
12253
12254         * nndoc.el (nndoc-oe-dbx-type-p):
12255         * gnus-msg.el (gnus-debug):
12256         * gnus-group.el (gnus-update-group-mark-positions):
12257         Use mm-string-to-multibyte.
12258
12259 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12260
12261         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12262         doesn't handle NotDashEscaped.
12263
12264         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12265         (mml-dnd-attach-options): Fix typo in custom choice.
12266
12267         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12268         Change nndoc-article-type to mbox.
12269         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12270
12271         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12272         to nil, instead of html2text.
12273
12274         * imap.el (imap-debug): Add `imap-ping-server'.
12275
12276         * gnus-bookmark.el: Add FIXMEs.
12277
12278         * message.el (message-form-letter-separator)
12279         (message-send-form-letter-delay): New variables.
12280         (message-send-form-letter): Use them.  New command to send form
12281         letters.  Requested by Uwe Siart.
12282         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12283
12284 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12285
12286         * Update copyright years.
12287
12288 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         Sync from EMACS_22_BASE.
12291
12292         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12293
12294 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12295
12296         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12297         empty author.
12298
12299 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12300
12301         * gnus-registry.el (gnus-registry-marks): Add variable for
12302         customization of marks and their appearance.
12303         (gnus-registry-read-mark): Use it.
12304         (gnus-registry-do-marks): Add utility function to loop through
12305         `gnus-registry-marks'.
12306         (gnus-registry-install-shortcuts-and-menus): Add function to install
12307         shortcuts and menus.
12308         (gnus-registry-initialize): Use it.
12309         (gnus-registry-default-mark): Clarify documentation.
12310
12311 2008-02-29  Glenn Morris  <rgm@gnu.org>
12312
12313         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12314         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12315         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12316         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12317         Change defcustom :version from 23.0 to 23.1.
12318
12319 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12320
12321         * gnus-registry.el (gnus-registry-follow-group-p)
12322         (gnus-registry-post-process-groups): Add functions to aid registry
12323         splitting and improve logging.  Clarify behavior in function
12324         documentation.
12325         (gnus-registry-split-fancy-with-parent): Use them.
12326
12327 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12328
12329         * gnus-art.el: Use with-current-buffer.
12330
12331 2008-02-27  David Engster  <dengste@eml.cc>
12332
12333         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12334         Express real group name in the response.
12335
12336 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12339         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12340         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12341         autoload gnus-registry-fetch-group when compiling.
12342         (nnmairix-request-group-with-article-number-correction):
12343         Remove unreferenced argument passed to nnmairix-call-backend.
12344
12345 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12348         (mm-uu-extract): Improve face for low color ttys.
12349         Reported by Sascha Wilde.
12350
12351 2008-02-27  Glenn Morris  <rgm@gnu.org>
12352
12353         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12354         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12355         variables to defconsts.  Convert comments to doc-strings.
12356         (nnmairix-last-server, nnmairix-current-server): Convert from free
12357         variables to defvars.  Convert comments to doc-strings.
12358         (gnus-registry-fetch-group): Autoload.
12359         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12360         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12361         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12362         caddr.
12363         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12364         nnmairix-request-group-with-article-number-correction call.
12365         (nnmairix-fast, nnmairix-group): New, less general names, for free
12366         variables passed from nnmairix-request-group to
12367         nnmairix-request-group-with-article-number-correction.  Declare.
12368         (nnmairix-request-group-with-article-number-correction):
12369         Use nnmairix-fast, nnmairix-group rather than fast, group.
12370
12371 2008-02-26  David Engster  <dengste@eml.cc>
12372
12373         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12374         version 0.5.
12375
12376 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12377
12378         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12379         instead of making an extra function call.  Don't add the current group
12380         to articles only when they have the group.  Use
12381         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12382         Reported by David <de_bb@arcor.de>.
12383
12384 2008-02-24  Miles Bader  <miles@gnu.org>
12385
12386         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12387         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12388         (mm-find-mime-charset-region):
12389         * mm-bodies.el (mm-encode-body):
12390         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12391
12392 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12395         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12396
12397 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * mail-source.el (mail-source-delete-incoming): Change default.
12400         Supplement doc string.
12401
12402         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12403
12404 2008-02-14  Glenn Morris  <rgm@gnu.org>
12405
12406         * time-date.el (format-seconds): New function.
12407
12408 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12409
12410         * nnmail.el (nnmail-message-id-cache-file): Derive from
12411         `gnus-home-directory'.
12412
12413 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12416         Document negative prefix.
12417
12418         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12419
12420 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12421
12422         * message.el (message-unsent-separator): Add the Exim bounce
12423         separator.
12424
12425 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12426
12427         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12428         list.
12429         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12430         recipient/signer list.
12431
12432 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * Makefile.in (datarootdir): Define.
12435         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12436         name that might contain whitespace.
12437
12438 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12441         fbound (Emacs 23 unicode), signal an error.
12442
12443 2008-02-08  Glenn Morris  <rgm@gnu.org>
12444
12445         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12446
12447 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12448
12449         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12450         ports to the calls to `netrc-machine-user-or-password' in addition to
12451         "imap" and "imaps".
12452
12453 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12454
12455         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12456
12457         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12458
12459 2008-02-01  Kenichi Handa  <handa@m17n.org>
12460
12461         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12462         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12463         (rfc2104-hash): Convert the result of concat to unibyte string.
12464
12465 2008-02-01  Dave Love  <fx@gnu.org>
12466
12467         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12468         coding-system-for-read.
12469         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12470
12471 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12474         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12475         <hanche@math.ntnu.no>.
12476
12477 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12480
12481         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12482
12483 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12484
12485         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12486         * message.el (message-beginning-of-line): Use featurep instead of bound
12487         tests in order to resolve conditionals at compile time.
12488
12489 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12490
12491         * mail-source.el (mail-sources): Add `group' choice.
12492
12493         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12494         parameter `in-group' to control into which group the articles go.
12495         Add treatment of `group' mail-source.
12496
12497 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12500
12501         * mm-decode.el (mm-dissect-buffer): Decode description.
12502
12503         * mml.el (mml-to-mime): Encode message header first.
12504
12505 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12508         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12509
12510         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12511         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12512
12513 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12514
12515         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12516
12517 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12520         prefix keys.
12521         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12522         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12523         gnus-xmas.el.
12524
12525         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12526         (gnus-xmas-article-describe-bindings): New function.
12527         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12528         gnus-xmas-article-describe-bindings.
12529
12530         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12531
12532 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12533
12534         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12535         Add new variables for article mark management.
12536         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12537         list of extra data entries which, when present, will indicate that the
12538         article ID should not be trimmed from the registry.
12539         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12540         functions.
12541         (gnus-registry-read-mark): New function to read a mark name from the
12542         user.
12543         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12544         (gnus-registry-set-article-mark-internal): New functions to add and
12545         remove marks.
12546         (gnus-registry-get-article-marks): New function to show the marks for
12547         an article, or retrieve them for further use.
12548
12549 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12552         keys when no argument is given.
12553
12554 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * imap.el (imap-ping-server): New variable.
12557         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12558         (imap-ping-server): Minor doc string fixes.
12559
12560 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12561
12562         * imap.el (imap-ping-server): New function.
12563         (imap-opened): Call imap-ping-server.
12564
12565 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * gnus-sum.el (gnus-article-sort-by-random)
12568         (gnus-thread-sort-by-random): Fix doc strings.
12569         Reported by jidanni@jidanni.org.
12570
12571 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * gnus-art.el (gnus-article-describe-bindings): New function.
12574         (gnus-article-read-summary-keys): Use it.
12575         (gnus-article-mode-map): Bind `C-h b' to it.
12576
12577 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12580         XEmacs.
12581         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12582         Protect against non-character events.
12583
12584         * lpath.el: Fbind map-keymap for Emacs 21.
12585
12586 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12589         New command.
12590         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12591         instead of END.  Change name of the temp file.
12592         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12593         customizable.
12594
12595 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12598         bind `S W' to gnus-article-wide-reply-with-original; set default
12599         binding to gnus-article-read-summary-send-keys.
12600         (gnus-article-read-summary-keys): Fix the order of keys; display
12601         continuation keys correctly in the echo area; describe bindings
12602         correctly when keys end with `C-h'.
12603         (gnus-article-read-summary-send-keys): New function.
12604         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12605         Work for gnus-article-read-summary-send-keys; display continuation keys
12606         correctly in the echo area.
12607         (gnus-article-reply-with-original): Ignore prefix argument.
12608         (gnus-article-wide-reply-with-original): New function.
12609
12610         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12611         Emacs 21.
12612
12613 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12616         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12617
12618 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12621         (gnus-group-read-ephemeral-gmane-group): New command.
12622
12623 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12624
12625         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12626
12627 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * message.el (message-send-mail-function): Increase custom version.
12630
12631         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12632         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12633
12634 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12635
12636         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12637         for the cases where imap-authenticate is called with a nil buffer
12638         parameter.
12639
12640 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12643         html parts correctly; support forwarded messages.
12644         (gnus-article-browse-html-article): Remove work buffers.
12645
12646         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12647         compiling.
12648         (netrc-bound-and-true-p): New macro.
12649         (netrc-parse): Use it instead of bound-and-true-p that is not available
12650         in XEmacs 21.4.
12651
12652 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12653
12654         * gnus-registry.el (gnus-registry-mark-article)
12655         (gnus-registry-article-marks): Add functionality to mark articles
12656         through the Gnus registry.
12657
12658         * encrypt.el: Clarify documentation for the new pgg method.
12659         (encrypt-file-alist): Add PGG option.
12660         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12661         functionality.  Abstract password key and messaging to external
12662         functions.
12663         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12664         (encrypt-message-method-and-cipher): Add new convenience external
12665         functions.
12666         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12667         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12668
12669         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12670         (netrc-parse): Use encrypt-file-alist to determine if
12671         encrypt-find-model or encrypt-insert-file-contents should be used.
12672
12673         * encrypt.el: Clarify documentation.  Load password-cache or
12674         password, whichever one is found first, instead of autoloading.
12675
12676 2007-12-19  Glenn Morris  <rgm@gnu.org>
12677
12678         * mml.el (message-options-set, message-narrow-to-head)
12679         (message-in-body-p, message-mail-p, message-encode-message-body):
12680         Autoload.
12681         (message-remove-header, message-narrow-to-headers-or-head)
12682         (message-subscribed-p, message-make-mail-followup-to)
12683         (message-position-on-field, message-news-p)
12684         (message-options-set-recipient, message-generate-headers)
12685         (message-sort-headers): Declare as functions.
12686
12687 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12690         convention in doc string.
12691
12692 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12695         title to html parts.
12696         (gnus-article-browse-html-article): Pass message header to it.
12697
12698         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12699
12700 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12703         or password compatible with XEmacs.
12704
12705 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12706
12707         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12708         format document.
12709         (gnus-mime-delete-part): Don't write description line if empty.
12710         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12711
12712 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12713
12714         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12715         (gnus-summary-mark-read-and-unread-as-read)
12716         (gnus-summary-mark-current-read-and-unread-as-read)
12717         (gnus-summary-mark-unread-as-ticked): Doc fix.
12718         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12719
12720 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12723         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12724
12725 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12728         yes-or-no-p.
12729
12730 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * mm-decode.el (mm-add-meta-html-tag): New function.
12733         (mm-save-part-to-file, mm-pipe-part): Use it.
12734
12735         * gnus-art.el (gnus-article-browse-delete-temp-files):
12736         Use gnus-y-or-n-p instead of y-or-n-p.
12737         (gnus-article-browse-html-parts): Work with message/external-body; use
12738         mm-add-meta-html-tag.
12739
12740 2007-12-11  Glenn Morris  <rgm@gnu.org>
12741
12742         * gnus-cache.el: Require gnus-sum not just when compiling.
12743
12744         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12745
12746         * gnus-int.el (gnus-server-opened, gnus-status-message):
12747         Move definitions before use.
12748
12749         * mm-decode.el: Require gnus-util.
12750         (mm-remove-part): Only call delete-annotation on XEmacs.
12751
12752         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12753
12754         * nnmail.el: Require gnus-int.
12755
12756         * spam.el: Move `require's before `eval-when-compile's.
12757
12758         * gnus-ems.el (gnus-alive-p):
12759         * gnus-fun.el (message-goto-eoh):
12760         * gnus-util.el (gnus-group-name-decode):
12761         * mail-source.el (gnus-compress-sequence):
12762         * message.el (Info-goto-node, format-spec):
12763         * mm-bodies.el (message-options-get):
12764         * mm-decode.el (mm-view-pkcs7):
12765         * mm-util.el (gmm-write-region):
12766         * mml-smime.el (mml-compute-boundary)
12767         (gnus-completing-read-with-default):
12768         * mml.el (widget-button-press, gnus-make-hashtable):
12769         * mml1991.el (mm-decode-content-transfer-encoding)
12770         (mm-encode-content-transfer-encoding)
12771         (message-options-get, message-options-set):
12772         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12773         * nnfolder.el (gnus-request-group):
12774         * nnheader.el (ietf-drums-unfold-fws):
12775         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12776         * smime.el (gnus-run-mode-hooks):
12777         * spam-stat.el (gnus-message): Autoload.
12778
12779         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12780         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12781         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12782         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12783         Add declare-function compatibility definition.
12784
12785         * gnus-cache.el (nnvirtual-find-group-art):
12786         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12787         (gnus-add-image, gnus-add-wash-type):
12788         * gnus-group.el (nnkiboze-score-file):
12789         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12790         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12791         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12792         (message-tokenize-header, gnus-get-buffer-create)
12793         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12794         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12795         * gnus.el (gnus-group-decoded-name):
12796         * mail-source.el (imap-capability):
12797         * mm-bodies.el (message-options-set):
12798         * mm-decode.el (gnus-configure-windows):
12799         * mm-extern.el (message-goto-body):
12800         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12801         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12802         (epg-sub-key-validity, message-options-set):
12803         * mml.el (widget-event-point, gnus-configure-windows):
12804         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12805         * mml2015.el (epg-check-configuration, epg-configuration)
12806         (message-options-set):
12807         * nndb.el (nndb-request-article):
12808         * nnfolder.el (gnus-request-create-group):
12809         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12810         * nnmaildir.el (gnus-group-mark-article-read):
12811         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12812         * rfc1843.el (message-fetch-field):
12813         * spam.el (gnus-extract-address-components):
12814         Declare as functions.
12815
12816 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12819
12820         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12821
12822         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12823         bind show-trailing-whitespace for XEmacs.
12824
12825 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12828         new no-op macro for backward compatibility.
12829
12830         * imap.el (imap-string-to-integer): New function.
12831
12832 2007-12-09  Glenn Morris  <rgm@gnu.org>
12833
12834         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12835
12836         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12837         * message.el, mm-view.el, sieve-manage.el, smime.el:
12838         Add declare-function compatibility definition.
12839
12840         * gnus-art.el (w3-region, w3m-region, Info-menu):
12841         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12842         * gnus-sum.el (gnus-get-predicate):
12843         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12844         * message.el (mail-abbrev-in-expansion-header-p):
12845         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12846         (w3m-detect-meta-charset, w3m-region):
12847         * sieve-manage.el (password-read, password-cache-add)
12848         (password-cache-remove):
12849         * smime.el (password-read-and-add): Declare as functions.
12850
12851 2007-12-08  David Kastrup  <dak@gnu.org>
12852
12853         * gnus-sum.el (gnus-summary-simplify-subject-query):
12854         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12855         `message'.
12856
12857 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12860         it to bind idna-program, installation-directory, defined-colors, and
12861         face-attribute for XEmacs of the version that compiles defcustom forms.
12862
12863 2007-12-07  Glenn Morris  <rgm@gnu.org>
12864
12865         * gnus-art.el (article-make-date-line): Revert previous change.
12866
12867 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12870
12871 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12872
12873         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12874         Call gnus-add-to-range ranges only once with a prepared article-list.
12875
12876 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12877
12878         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12879         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12880         group names with backslashes.
12881         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12882
12883 2007-12-06  Deepak Goel  <deego3@gmail.com>
12884
12885         * gnus-art.el (article-make-date-line):
12886         * gnus-start.el (gnus-load):
12887         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12888
12889 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-art.el (gnus-use-idna):
12892         * gnus-start.el (gnus-site-init-file):
12893         * message.el (message-use-idna):
12894         * mm-uu.el (mm-uu-hide-markers):
12895         * smiley.el (smiley-style): Revert changes that suppress warnings.
12896
12897 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12900         specify charset to html source.
12901         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12902
12903 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12906         idna-program in order to suppress byte compile warning issued by XEmacs
12907         that came to byte compile the default value section of defcustom forms
12908         recently.
12909
12910         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12911         value of installation-directory.
12912
12913         * message.el (message-use-idna): Don't directly refer to the value of
12914         idna-program.
12915
12916         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12917
12918         * smiley.el (smiley-style): Don't directly call face-attribute.
12919
12920 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12923
12924         * gnus-dired.el: Reduce Gnus dependencies.
12925         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12926         Don't require.  Use autoloads instead.
12927         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12928         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12929         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12930         (gnus-dired-mode): Adjust doc string.
12931         (gnus-dired-mail-mode): New variable.
12932         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12933         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12934         (gnus-dired-mail-buffers): New function.  Return mail or message
12935         composition buffers.
12936         (gnus-dired-attach): Use it.
12937         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12938         NO-DECODE.
12939         (gnus-dired-print): Use `gnus-print-buffer' depending on
12940         `gnus-dired-mail-mode'.
12941
12942 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12943
12944         * rfc2047.el (rfc2047-encoded-word-regexp)
12945         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12946         explaining what regexp patterns are for.
12947
12948 2007-12-04  Glenn Morris  <rgm@gnu.org>
12949
12950         * password.el: Move to password-cache.el.
12951
12952         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12953         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12954         * mml-smime.el (password-read, password-cache-add)
12955         (password-cache-remove):
12956         No need to autoload, since mml-sec requires password.
12957
12958         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12959         * message.el (gnus-extract-address-components):
12960         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12961
12962         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12963         password.
12964
12965 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12966
12967         * mailcap.el: Reduce dependencies.
12968         (mail-header-parse-content-type): Autoload.
12969         (mailcap-delete-duplicates): New alias.
12970         (mailcap-mime-info): Add optional argument NO-DECODE.
12971         (mailcap-mime-types): Use mailcap-delete-duplicates.
12972
12973         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12974
12975 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12976
12977         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12978         (imap-parse-status): Upcase status-att for servers that sends them
12979         lower-case (e.g., MS Exchange 2007).
12980
12981 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12982
12983         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12984         function.
12985
12986         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12987         (gnus-uu-yenc-article): New function.
12988
12989         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12990
12991         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12992
12993 2007-12-02  Glenn Morris  <rgm@gnu.org>
12994
12995         * binhex.el (binhex): New custom group.
12996         (binhex-decoder-program, binhex-decoder-switches)
12997         (binhex-use-external): Move to the binhex custom group.
12998
12999         * uudecode.el (uudecode): New custom group.
13000         (uudecode-decoder-program, uudecode-decoder-switches)
13001         (uudecode-use-external): Move to the uudecode custom group.
13002
13003         * netrc.el (top-level): Don't load `encrypt' features.
13004         (netrc-parse): Don't use encrypt.
13005         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13006
13007         * encrypt.el: Remove file.
13008
13009 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13012         matches on patches.
13013
13014         * gnus-art.el (gnus-article-browse-html-article):
13015         Mention `mm-text-html-renderer' in the doc string.
13016
13017         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13018         string.  Add comments.
13019
13020         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13021         if rhs is ASCII.
13022
13023 2007-12-01  Glenn Morris  <rgm@gnu.org>
13024
13025         * mail-source.el (top-level): Require format-spec before
13026         eval-when-compile.
13027
13028 2007-11-30  Glenn Morris  <rgm@gnu.org>
13029
13030         * encrypt.el: Require password, rather than autoloading password-read.
13031
13032 2007-11-29  Glenn Morris  <rgm@gnu.org>
13033
13034         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13035         (sasl-make-client, sasl-next-step, sasl-step-data)
13036         (sasl-step-set-data): Declare as functions.
13037
13038 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13039
13040         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13041
13042 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13043
13044         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13045         certs should be verified and what is to be done in the event of a
13046         verification failure.
13047
13048         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13049         caller can indicate whether the cache should be disregarded for this
13050         call.  This way the result of the call is reproducible at all times and
13051         can be considered a canonical server name for the supplied method.
13052         (gnus-agent-method-p): Canonicalize server names by pushing their
13053         method through `gnus-method-to-server' using the no-cache argument.
13054
13055         * gnus-srvr.el (gnus-server-insert-server-line):
13056         Call `gnus-method-to-server' with `no-cache' argument.
13057
13058         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13059         gnus-agent-possibly-synchronize-flags as this should be called when the
13060         server is actually being opened.
13061         (gnus-agent-possibly-synchronize-flags)
13062         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13063         flags file of an agentized server to the latter function.
13064
13065         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13066         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13067         after a connection has been established successfully.
13068
13069 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * gnus-art.el (article-display-face): Force to display face if called
13072         interactively; check if gnus-article-x-face-too-ugly matches author.
13073         (article-display-x-face): Display face even if From header is missing
13074         as article-display-face does.
13075
13076 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13077
13078         * hashcash.el (message-narrow-to-headers-or-head)
13079         (message-fetch-field, message-goto-eoh)
13080         (message-narrow-to-headers): Declare as functions.
13081
13082 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13083
13084         * mail-source.el (mail-sources): Default to fetch from file for
13085         compatibility with default of nnmail-spool-file.
13086
13087 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13090         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13091         to look for encoded word that should be encoded again.
13092         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13093         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13094         encoding pattern.
13095         (rfc2047-decode-region): Switch strict regexp and loose one according
13096         to rfc2047-allow-irregular-q-encoded-words.
13097
13098 2007-11-25  Romain Francoise  <romain@orebokech.com>
13099
13100         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13101
13102 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * tls.el (tls-program): Provide more custom choices from
13105         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13106         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13107
13108 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13111         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13112
13113         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13114         `nnmail-spool-file'.
13115
13116         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13117         `nnmail-spool-file'.
13118
13119         * gnus-move.el (gnus-change-server): Ditto.
13120
13121         * gnus-kill.el (gnus-batch-score): Ditto.
13122
13123         * gnus-cache.el (gnus-jog-cache): Ditto.
13124
13125         * gnus-msg.el (gnus-summary-reply):
13126         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13127
13128 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13131         version.  Minor improvement to doc strings.
13132         (tls-program): Add comment.
13133
13134 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13135
13136         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13137         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13138         mismatch between the hostname provided in the certificate and the name
13139         of the host connnecting to.
13140         (open-tls-stream): Use them.  Check certificates against trusted root
13141         certificates.
13142
13143 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * gnus-cache.el (gnus-cache-generate-nov-databases):
13146         Use nnml-generate-nov-databases-directory instead of
13147         nnml-generate-nov-databases-1.
13148
13149 2007-11-24  Glenn Morris  <rgm@gnu.org>
13150
13151         * message.el (message-tool-bar-retro): Update for rename
13152         mail_send.xpm->mail-send.xpm.
13153
13154 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13157         `smime-ldap-search' for Emacs 22 and up.
13158
13159 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13160
13161         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13162
13163         * message.el (message-send-mail-function): Fix error convention.
13164         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13165         (message-widen-reply, message-send-mail, message-talkative-question)
13166         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13167         (message-clone-locals, message-send-news): Use with-current-buffer.
13168         (message-insert-or-toggle-importance): Remove unused var `valid'.
13169         (message-make-references): Remove unused var `new-references'.
13170         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13171
13172 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13173
13174         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13175         (spam-split-symbolic-return-positive): Reflow docstring.
13176         (spam-backends, spam-summary-exit-behavior)
13177         (spam-mark-ham-unread-before-move-from-spam-group)
13178         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13179         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13180         (spam-clear-cache, spam-backend-check, spam-install-backend)
13181         (spam-install-statistical-backend, spam-list-of-processors)
13182         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13183         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13184         (spam-check-crm114, spam-initialize, spam-unload-hook):
13185         Fix typos in docstrings.
13186
13187 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13190         been checked if they have never been read and those group levels are
13191         higher than the one that a user specified.
13192
13193 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13196         foreign groups unless a group level is specified by a user.
13197         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13198
13199 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13200
13201         * message.el (message-send-mail-function): Require sendmail.
13202
13203 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * message.el (message-send-mail-function): Check for smtpmail too.
13206
13207         * utf7.el (utf7-encode, utf7-decode): Use coding system
13208         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13209
13210         * message.el (message-send-mail-function): New function.
13211         (message-send-mail-function): Set default using
13212         message-send-mail-function.  Adjust doc string.
13213         (message-send-mail-with-mailclient): New function.
13214
13215 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13216
13217         * smime.el (from):
13218         * rfc2047.el (message-posting-charset):
13219         * qp.el (mm-use-ultra-safe-encoding):
13220         * pop3.el (parse-time-months):
13221         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13222         * nnml.el (files):
13223         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13224         (jka-compr-compression-info-list, ange-ftp-path-format)
13225         (efs-path-regexp):
13226         * nndiary.el (files):
13227         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13228         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13229         (epg-digest-algorithm-alist, inhibit-redisplay)
13230         (password-cache-expiry):
13231         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13232         (pgg-output-buffer, password-cache-expiry):
13233         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13234         (efs-path-regexp):
13235         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13236         (inhibit-redisplay):
13237         * mm-uu.el (file-name, start-point, end-point, entry)
13238         (gnus-newsgroup-name, gnus-newsgroup-charset):
13239         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13240         (latin-unity-ucs-list):
13241         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13242         (mm-uu-binhex-decode-function):
13243         * message.el (gnus-message-group-art, gnus-list-identifiers)
13244         (rmail-enable-mime-composing, gnus-local-organization)
13245         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13246         (gnus-read-active-file, facemenu-add-face-function)
13247         (facemenu-remove-face-function, gnus-article-decoded-p)
13248         (tool-bar-mode):
13249         * mail-source.el (display-time-mail-function):
13250         * gnus-util.el (nnmail-pathname-coding-system)
13251         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13252         (gnus-original-article-buffer, gnus-user-agent)
13253         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13254         (xemacs-codename, sxemacs-codename, emacs-program-version):
13255         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13256         * gnus-start.el (gnus-agent-covered-methods)
13257         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13258         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13259         (gnus-newsgroup-headers, gnus-group-list-mode)
13260         (gnus-group-mark-positions, gnus-newsgroup-data)
13261         (gnus-newsgroup-unreads, nnoo-state-alist)
13262         (gnus-current-select-method, mail-sources)
13263         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13264         (nnmail-spool-file, gnus-cache-active-hashtb):
13265         * gnus-mh.el (mh-lib-progs):
13266         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13267         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13268         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13269         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13270         (gnus-group-buffer):
13271         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13272         (font-lock-set-defaults):
13273         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13274         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13275         (gnus-summary-post-menu, total-parts, type, condition, length):
13276         * gnus-agent.el (gnus-agent-read-agentview):
13277         * flow-fill.el (show-trailing-whitespace):
13278         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13279         eval-and-compile wrappers for byte compiler pacifiers.
13280
13281         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13282         (mm-display-inline-fontify): Check for featurep 'xemacs not
13283         extent-list.
13284
13285         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13286         itimer-list.
13287         (mm-create-image-xemacs): Only do something for XEmacs.
13288         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13289
13290         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13291
13292         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13293         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13294
13295 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13296
13297         * nnimap.el (nnimap-split-download-body):
13298         * gnus-demon.el (gnus-demon):
13299         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13300
13301 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13304         New macros.
13305         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13306         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13307         copy data from unibyte buffer to multibyte current buffer.
13308         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13309         to copy data from unibyte current buffer to multibyte buffer.
13310         (nntp-make-process-buffer): Make process buffer unibyte.
13311
13312         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13313
13314 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13315
13316         * pop3.el (pop3-open-server): Accept and process data more robustly at
13317         connection start to avoid spurious "POP SSL connection failed" errors.
13318
13319 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13322         read group names.
13323
13324 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13327
13328 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13331         (nnmail-save-active): Use a unibyte buffer when saving active file,
13332         which may contain non-ASCII group names.
13333
13334         * nnml.el (nnml-request-group): Decode group names in messages.
13335
13336 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13337
13338         * message.el (message-citation-line-function)
13339         (message-insert-formatted-citation-line): Fix spelling of
13340         `message-insert-formated-citation-line'.
13341
13342 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13345
13346 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13349         nnmail-pathname-coding-system.
13350
13351         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13352         that a user enters; decode group names in messages.
13353
13354         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13355
13356 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13357
13358         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13359
13360         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13361
13362         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13363         risky local variable.
13364
13365         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13366
13367 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13368
13369         * encrypt.el: Improve documentation to fix function name typo.
13370         Reported by Daiki Ueno <ueno@unixuser.org>.
13371
13372 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13375         even if the point is not in the last page of an article.
13376         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13377         back to the previous page.
13378
13379 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13382
13383 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13386
13387 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13388
13389         * message.el (message-check-news-body-syntax):
13390         Avoid mm-string-as-multibyte.
13391         (message-hide-headers): Don't assume (point-min)==1.
13392
13393 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * message.el (message-remove-blank-cited-lines): Fix if remove is
13396         given.
13397         (message-bogus-address-regexp): New variable.
13398         (message-bogus-recipient-p): New function.
13399         (message-check-recipients): New command.
13400         (message-syntax-checks): Add `bogus-recipient'.
13401         (message-fix-before-sending): Add `bogus-recipient'.
13402
13403         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13404         (gnus-treat-body-boundary): Don't test window-system.
13405
13406 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13407
13408         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13409
13410 2007-10-28  Miles Bader  <miles@gnu.org>
13411
13412         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13413         at compile-time too.
13414
13415 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * gnus-msg.el (gnus-message-setup-hook):
13418         Add `message-remove-blank-cited-lines' to options.
13419
13420 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * message.el (message-remove-blank-cited-lines): New function.
13423         Suggested by Karl Plästerer.
13424
13425 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13428         mapc.
13429
13430         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13431         (top-level): Use mapc to set functions to be traced for debugging.
13432
13433         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13434         called for effect with while loop.
13435
13436         * message.el (message-talkative-question): Replace mapcar called for
13437         effect with mapc.
13438
13439         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13440         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13441         called for effect with dolist.
13442
13443         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13444
13445         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13446         gnus-extra-headers and nnmail-extra-headers.
13447
13448         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13449         called for effect with dolist.
13450         (top-level): Use mapc to set functions to be traced for debugging.
13451
13452         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13453         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13454         dolist.
13455
13456         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13457         Replace mapcar called for effect with mapc.
13458         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13459         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13460         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13461         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13462
13463         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13464         remove-if that's a cl function.
13465
13466         * webmail.el (webmail-debug): Replace mapcar called for effect with
13467         dolist.
13468
13469         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13470         with mapc.
13471
13472 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13475         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13476         with while loop.
13477
13478         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13479         functions from article-* functions.
13480         (gnus-multi-decode-header): Replace mapcar called for effect with
13481         dolist.
13482
13483         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13484         (gnus-bookmark-show-details): Replace mapcar called for effect with
13485         while loop.
13486
13487         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13488         called for effect with while loop.
13489
13490         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13491         with dolist.
13492
13493         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13494         Replace mapcar called for effect with dolist.
13495
13496         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13497
13498         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13499         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13500         Replace mapcar called for effect with dolist.
13501         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13502         mapc.
13503
13504         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13505         Replace mapcar called for effect with dolist.
13506         (gnus-topic-list): Replace mapcar called for effect with mapc.
13507
13508         * gnus.el: Use mapc instead of mapcar to add autoloads.
13509
13510 2007-10-23  Richard Stallman  <rms@gnu.org>
13511
13512         * gnus-group.el (gnus-group-highlight): Mark as risky.
13513
13514 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * gnus.el (gnus-server-to-method): Return method found first in
13517         gnus-newsrc-alist.
13518
13519         * gnus-art.el (gnus-article-highlight-signature)
13520         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13521         button overlay without the front stickiness.
13522
13523 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13524
13525         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13526         overview buffer needed a catch to receive its throw.
13527         (gnus-agent-flush-cache): Declare as interactive to make this function
13528         easier to use.
13529
13530 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13533         `next-line'.
13534
13535 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13538         exclude address matching message-dont-reply-to-names.
13539
13540 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-util.el (gnus-string<): New function.
13543
13544         * gnus-sum.el (gnus-article-sort-by-author)
13545         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13546
13547 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13550         the frame-focus tag is set in gnus-buffer-configuration.
13551
13552 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13555         the front stickiness.
13556
13557 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13560         url pattern; remove duplicate one.
13561         (gnus-article-extend-url-button): New function.
13562         (gnus-article-add-buttons): Use it.
13563         (gnus-button-push): Use concatenated url that it makes.
13564
13565 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13566
13567         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13568
13569 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13570
13571         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13572         Don't hardcode point-min==1.
13573
13574 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13577         Fix comment about "iso8859-1".
13578
13579 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13580
13581         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13582         ones returned from the verify-function.
13583
13584         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13585         Call mml2015-extract-cleartext-signature if extraction failed.
13586
13587 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13588
13589         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13590         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13591         failed.
13592
13593 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13596
13597 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13600         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13601         recommends to use EasyPG instead of PGG.
13602
13603         * pgg.el: Revert to revision 6.23.2.16.
13604
13605         * pgg-def.el: Revert to revision 6.6.2.14.
13606
13607         * pgg-gpg.el: Revert to revision 6.23.2.34.
13608
13609 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13610
13611         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13612         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13613         thread for both the null and zero (kill/expire thread) universal prefix
13614         cases.
13615         (gnus-summary-expire-thread): Add new function to expire a thread,
13616         using gnus-summary-kill-thread.
13617         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13618         shortcuts for gnus-summary-expire-thread.
13619         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13620         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13621
13622 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13623
13624         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13625         extras value, so an extras entry can be deleted.
13626         (gnus-registry-delete-extra-entry): Use it.
13627         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13628         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13629         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13630         storage through the gnus-registry, and provide an appropriate API for
13631         it.
13632
13633 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13636         Suggested by Leo <sdl.web@gmail.com>.
13637
13638         * gnus.el: Do.
13639
13640 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13643         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13644
13645         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13646
13647         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13648         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13649
13650 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13653         newline.
13654         (nnmbox-request-accept-article): Don't change article in source buffer;
13655         narrow to header to use message-fetch-field rather than
13656         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13657         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13658         as delimiters; make sure article ends with newline.
13659         (nnmbox-delete-mail): Correct last position of article to be deleted;
13660         ignore X-Gnus-Newsgroup header in article body.
13661         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13662         positions; make sure article ends with newline.
13663
13664         * message.el (message-display-abbrev): Don't infloop when a user
13665         inserts SPC in the beginning of header.
13666
13667         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13668         coding-system-for-read and coding-system-for-write for XEmacs having no
13669         file-coding feature.
13670
13671         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13672
13673 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13674
13675         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13676         list of groups not followed by default.  Fix type to be regexp.
13677         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13678
13679 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13680
13681         * hmac-def.el (define-hmac-function): Switch from old-style to
13682         new-style backquotes.
13683
13684         * md4.el (md4-make-step): Likewise.
13685
13686 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13689         raw-text coding system when saving .newsrc file, which may contain
13690         non-ASCII group names.
13691
13692 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * gnus-cus.el (gnus-score-extra): New widget.
13695         (gnus-score-extra-convert): New function.
13696         (gnus-score-customize): Use it for Extra.
13697
13698 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13699
13700         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13701         (mml2015-mailcrypt-clear-verify): Use it.
13702         (mml2015-gpg-clear-verify): Use it.
13703         (mml2015-pgg-clear-verify): Use it.
13704         (mml2015-epg-clear-verify): Replace the current part with the output
13705         from GnuPG; don't extract the plaintext by itself.
13706
13707         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13708         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13709         mml2015-clear-verify-function; don't touch the armor headers or
13710         dash-escaped text here.
13711
13712 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13715         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13716         parts, or application/octet-stream as a last resort.
13717         (gnus-mime-view-part-as-type): Don't toggle display.
13718         (gnus-mime-view-part-as-charset): Don't turn off display before
13719         querying charset.
13720
13721         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13722         stuff to undisplayer function in Emacs.
13723         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13724
13725         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13726         text/calendar parts.
13727
13728 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13731         decoding text/calendar parts.
13732
13733         * message.el (message-forward-make-body-mime): Always mark body as
13734         having no illegible text; remove signed-or-encrypted argument.
13735         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13736
13737         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13738         (mml-generate-mime-1): Don't encode body if it is specified to be in
13739         raw form; don't make buffer be unibyte when inserting multibyte string.
13740
13741 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13742
13743         * sha1.el: Fix up comment style.
13744         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13745         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13746
13747         * hex-util.el: Fix up comment style.
13748         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13749
13750         * gnus-salt.el: Use with-current-buffer.
13751         (gnus-pick-setup-message): Fix long-standing typo.
13752
13753 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * imap.el (imap-logout-timeout): New variable.
13756         (imap-logout, imap-logout-wait): New functions.
13757         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13758
13759         * nnimap.el (nnimap-logout-timeout): New server variable.
13760         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13761         nnimap-logout-timeout.
13762
13763         * gnus-art.el (gnus-article-summary-command-nosave)
13764         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13765
13766 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * gnus.el (gnus-maximum-newsgroup): New variable.
13769
13770         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13771         according to gnus-maximum-newsgroup.
13772
13773         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13774         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13775         Limit the range of articles according to gnus-maximum-newsgroup.
13776
13777 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13778
13779         * gnus-art.el (gnus-sticky-article): Fix problems described in
13780         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13781         Don't perform gnus-configure-windows here; reuse existing sticky
13782         article buffer.
13783
13784         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13785         it doesn't exist in gnus-article-mode.
13786
13787 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13790         (gnus-agent-decoded-group-name): New function.
13791         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13792         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13793
13794 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13795
13796         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13797         Add binding for gnus-sticky-article.
13798         (gnus-summary-exit): Don't kill sticky article buffers.
13799
13800         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13801         article buffer.
13802         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13803         (gnus-kill-sticky-article-buffers): New commands.
13804
13805 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * nntp.el (nntp-xref-number-is-evil): New server variable.
13808         (nntp-find-group-and-number): If it is non-nil, don't trust article
13809         numbers in the Xref header.
13810
13811 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * gnus-agent.el (gnus-agent-read-group): New function.
13814         (gnus-agent-flush-group, gnus-agent-expire-group)
13815         (gnus-agent-regenerate-group): Use it.
13816         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13817         nnmail-pathname-coding-system.
13818
13819 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13822
13823         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13824         that are unread as unread, and also as selected so that information of
13825         marks having been changed by a user may be updated when exiting group.
13826
13827 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13830
13831 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13834         calculated ignoring signature parts to gnus-treat-article.
13835
13836 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13839         a point here in order to keep the window start.
13840         (gnus-insert-mime-security-button): Make a button overlay without the
13841         front stickiness.
13842         (gnus-mime-display-security): Goto the end of a button.
13843
13844         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13845
13846 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13849         group-name-at-point.
13850         (gnus-group-completing-read): New function that offers decoded
13851         non-ASCII group names for completion.
13852         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13853         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13854         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13855         (gnus-group-fetch-control): Use it.
13856         (gnus-fetch-group): Use group-name-at-point for the initial value
13857         rather than the default value; use gnus-alive-p.
13858
13859         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13860         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13861         (gnus-summary-post-news): Use gnus-group-completing-read.
13862
13863         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13864         (gnus-read-move-group-name): Decode group name for completion.
13865
13866 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13867
13868         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13869         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13870         Yamaoka slightly modified the code).
13871
13872 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13875         (nnmail-split-incoming): Bind it.
13876
13877         * nnml.el (nnml-group-name-charset): New function.
13878         (nnml-decoded-group-name): Use it; don't decode group name if
13879         nnmail-group-names-not-encoded-p is non-nil.
13880         (nnml-encoded-group-name): New function.
13881         (nnml-group-pathname): Inline nnml-decoded-group-name.
13882         (nnml-request-expire-articles): Decode group name in message.
13883         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13884         nnmail-pathname-coding-system.
13885         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13886         not decoded ones according to nnmail-group-names-not-encoded-p.
13887         (nnml-generate-active-info): Use nnml-encoded-group-name.
13888
13889 2007-08-08  Glenn Morris  <rgm@gnu.org>
13890
13891         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13892         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13893         doc-strings and comments.
13894
13895 2007-07-25  Glenn Morris  <rgm@gnu.org>
13896
13897         * Relicense all FSF files to GPLv3 or later.
13898
13899 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-sum.el (gnus-summary-move-article):
13902         Make gnus-summary-respool-article work.
13903
13904 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13907         string.
13908
13909 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13910
13911         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13912         that should be ignored when comparing distant RSS articles with local
13913         ones.
13914         (nnrss-make-hash-index): New function.  Create a hash index according
13915         to the ignored fields.
13916         (nnrss-check-group): Use it.
13917
13918 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13921
13922         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13923
13924         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13925         the new optional argument ENCODED is non-nil.
13926         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13927         coding system for encoding group name.
13928         (gnus-group-make-rss-group): Pass un-encoded group name to
13929         gnus-group-make-group.
13930         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13931         encoded.
13932
13933         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13934         Encode group name to which articles are moved or copied.
13935         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13936         coding system for encoding Newsgroup, Followup-To and Xref headers.
13937
13938         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13939         marks; use nnheader-file-coding-system to write a file.
13940         (nnagent-retrieve-headers): Bind file-name-coding-system to
13941         nnmail-pathname-coding-system.
13942
13943         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13944
13945         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13946         (nnml-request-article, nnml-request-create-group)
13947         (nnml-request-rename-group, nnml-find-id)
13948         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13949         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13950         (nnml-save-marks): Use nnml-group-pathname instead of
13951         nnmail-group-pathname.
13952
13953         (nnml-request-create-group, nnml-request-expire-articles)
13954         (nnml-request-move-article, nnml-request-delete-group)
13955         (nnml-deletable-article-p, nnml-possibly-create-directory)
13956         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13957         (nnml-open-marks): Bind file-name-coding-system to
13958         nnmail-pathname-coding-system.
13959
13960         (nnml-request-article): Pass server argument to nnml-find-group-number.
13961         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13962         Pass server argument to nnml-possibly-create-directory.
13963         (nnml-request-accept-article): Pass server argument to
13964         nnml-active-number and nnml-save-mail.
13965         (nnml-find-group-number): Pass server argument to nnml-find-id.
13966         (nnml-request-update-info): Pass server argument to
13967         nnml-marks-changed-p.
13968
13969         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13970         (nnml-save-mail, nnml-active-number): Add server argument.
13971
13972         (nnml-request-delete-group): Warn if group is missing.
13973         (nnml-get-nov-buffer): Decode group name.
13974         (nnml-generate-active-info): Encode group name.
13975         (nnml-open-marks): Decode group name in messages.
13976
13977 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13980         if it is not specified.
13981         (gnus-article-pipe-part, gnus-article-save-part)
13982         (gnus-article-interactively-view-part, gnus-article-copy-part)
13983         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13984         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13985         (gnus-article-replace-part, gnus-article-delete-part)
13986         (gnus-article-view-part-as-type): Pass raw prefix argument to
13987         gnus-article-part-wrapper.
13988
13989 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * gnus-agent.el (gnus-agent-save-active):
13992         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13993
13994         * gnus-cache.el (gnus-cache-save-buffers)
13995         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13996         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13997         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13998         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13999         (gnus-cache-generate-active, gnus-cache-rename-group)
14000         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14001         (gnus-cache-update-overview-total-fetched-for):
14002         Bind file-name-coding-system to nnmail-pathname-coding-system.
14003         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14004         New variables.
14005         (gnus-cache-decoded-group-name): New function.
14006         (gnus-cache-file-name): Use it.
14007         (gnus-cache-generate-active): Use non-decoded group name for active.
14008
14009         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14010         right place.
14011         (gnus-write-active-file): Don't break non-ASCII group names.
14012
14013         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14014         nnmail-pathname-coding-system.
14015
14016         * lpath.el: Bind default-file-name-coding-system,
14017         file-name-coding-system and language-info-alist for XEmacs.
14018
14019         * gnus-uu.el (gnus-uu-decode-save): Typo.
14020
14021 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14024
14025 2007-07-14  David Kastrup  <dak@gnu.org>
14026
14027         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14028         finishing actions if we did not edit the article.
14029
14030 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14033         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14034         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14035         (gnus-agent-flush-group, gnus-agent-flush-cache)
14036         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14037         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14038         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14039         (gnus-agent-regenerate-group)
14040         (gnus-agent-update-files-total-fetched-for)
14041         (gnus-agent-update-view-total-fetched-for):
14042         Bind file-name-coding-system to nnmail-pathname-coding-system.
14043         (gnus-agent-group-pathname): Don't encode file names by
14044         nnmail-pathname-coding-system.
14045         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14046         coding-system-for-write instead of buffer-file-coding-system to
14047         gnus-agent-file-coding-system.
14048
14049         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14050         Decode group name.
14051
14052         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14053
14054         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14055         (gnus-read-newsrc-el-file): Make group names unibyte.
14056
14057         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14058         nnmail-pathname-coding-system.
14059
14060         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14061         (nnrss-request-delete-group): Bind file-name-coding-system to
14062         nnmail-pathname-coding-system.
14063         (nnrss-read-server-data, nnrss-read-group-data):
14064         Bind file-name-coding-system correctly.
14065         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14066
14067         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14068         (nntp-server-to-method-cache): New variable.
14069         (nntp-group-pathname): New function that decodes non-ASCII group names.
14070         (nntp-possibly-create-directory, nntp-marks-changed-p)
14071         (nntp-save-marks, nntp-open-marks): Use it.
14072         (nntp-possibly-create-directory, nntp-open-marks):
14073         Bind file-name-coding-system to nnmail-pathname-coding-system.
14074         (nntp-open-marks): Decode group names when bootstrapping marks.
14075
14076         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14077         Newsgroups and Followup-To headers.
14078
14079 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14082         (gnus-server-closed-face, gnus-server-denied-face)
14083         (gnus-server-offline-face): Remove variable.
14084         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14085
14086         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14087         of modifying message-stack directly for XEmacs.
14088
14089         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14090         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14091         if the coding-system argument is nil for XEmacs.
14092
14093         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14094         mm-charset-override-alist.
14095
14096         * rfc2047.el: Don't require base64; require rfc2045 for the function
14097         rfc2045-encode-string.
14098         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14099         to quote the parameter value.
14100
14101 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14104         form in gnus-group-name-charset-method-alist.
14105
14106         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14107         overrides the default layout edit-form.
14108
14109         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14110
14111         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14112
14113 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14116         as unfetched articles.
14117
14118 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14121
14122 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14125         original back end that keeps marks in the local system.
14126
14127 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14130         arg of pop-to-buffer for XEmacs.
14131         (gnus-article-read-summary-keys): Ditto; don't restore window
14132         configuration if summary command ends up with neither article buffer
14133         nor summary buffer; describe bindings if summary keys end with C-h.
14134
14135 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * message.el (message-fix-before-sending): Skip raw message part to be
14138         forwarded while checking illegible text.
14139         (message-forward-make-body-mime, message-forward-make-body):
14140         Mark signed or encrypted raw message as having no illegible text.
14141
14142 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14145         (gnus-message-with-timestamp-1): New macro.
14146         (gnus-message-with-timestamp): New function.
14147         (gnus-message): Use them.
14148
14149         * nnheader.el (nnheader-message): Use them.
14150
14151 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14152
14153         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14154         .newsrc.eld file.
14155
14156 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-agent.el (gnus-agent-fetch-headers)
14159         (gnus-agent-retrieve-headers):
14160         Bind gnus-decode-encoded-address-function to identity.
14161
14162         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14163         available also when the server returns simply a dot.
14164
14165         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14166
14167 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14170
14171 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-ems.el (gnus-x-splash): Make it work.
14174
14175         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14176         from being used.
14177
14178         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14179
14180 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14183         4th and the 5th arguments.
14184
14185         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14186         the front stickiness.
14187         (gnus-article-summary-command-nosave): Correct the order of the
14188         arguments passed to pop-to-buffer.
14189         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14190         summary command ends up with the article buffer.
14191
14192         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14193         the same faces.
14194
14195 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14196
14197         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14198
14199 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14200
14201         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14202         * gnus-sum.el (gnus-summary-highlight):
14203         * pgg.el (pgg-sign-region, pgg-sign):
14204         * mail-source.el (mail-source-delete-old-incoming-confirm):
14205         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14206
14207 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * gnus-art.el (gnus-mime-view-part-externally)
14210         (gnus-mime-view-part-internally): Fix predicate function passed to
14211         completing-read.
14212
14213         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14214
14215         * gnus.el (gnus-update-message-archive-method): Add :version.
14216
14217 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus.el (gnus-update-message-archive-method): New variable.
14220
14221         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14222         according to gnus-message-archive-method if
14223         gnus-update-message-archive-method is non-nil.
14224
14225 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14228         Suggested by Loic Dachary <loic@dachary.org>.
14229         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14230
14231 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * message.el (message-pop-to-buffer): Add switch-function argument.
14234         (message-mail): Pass switch-function argument to it.
14235
14236 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14239         Improve doc string.
14240
14241 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14244         (gnus-header-content):
14245         * gnus-cite.el (gnus-cite-10):
14246         * gnus-srvr.el (gnus-server-closed):
14247         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14248         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14249         (gnus-group-mail-3-empty, gnus-group-mail-low)
14250         (gnus-group-mail-low-empty, gnus-splash):
14251         * message.el (message-header-to, message-header-cc)
14252         (message-header-subject, message-header-other, message-header-name)
14253         (message-header-xheader, message-separator, message-cited-text)
14254         (message-mml): Lighten colors of faces used for dark background.
14255
14256 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14257
14258         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14259         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14260
14261 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * message.el (message-narrow-to-headers-or-head):
14264         Ignore mail-header-separator in the body.
14265
14266 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14269         same as window size.
14270
14271 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14272
14273         * message.el (message-font-lock-keywords): Use message-header-xheader
14274         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14275         ahead of the anything pattern, to get it recognized.
14276
14277 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14280         spam.el loads uses it in the compiled defadvice form.
14281
14282 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14283
14284         * gnus-sum.el (gnus-articles-to-read)
14285         (gnus-summary-insert-old-articles): Don't truncate group name for
14286         `read-string'.
14287
14288         * gnus-util.el (gnus-limit-string): Delete this function.
14289
14290         * gnus-sum.el (gnus-simplify-subject-fully):
14291         Use `truncate-string-to-width' instead.
14292
14293 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14294
14295         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14296         Tell if, on summary exit, the next group has to be selected.
14297         (gnus-summary-exit): Use it.
14298
14299 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14302         non-break space.
14303
14304 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14307         Check if group is not a directory.
14308         (nnfolder-request-expire-articles): Don't delete articles if the target
14309         group is not available.
14310
14311         * nnml.el (nnml-request-create-group): Properly check if group is not a
14312         file.
14313         (nnml-request-expire-articles): Don't delete articles if the target
14314         group is not available.
14315
14316         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14317         Don't quote characters that are within parentheses.
14318
14319 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14322         (gnus-handle-ephemeral-exit): Select article according to it.
14323
14324 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * message.el (message-insert-formated-citation-line): Remove newline.
14327         (message-citation-line-format): Add final \n here so that the user can
14328         avoid a blank line.
14329
14330 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14331
14332         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14333         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14334         Update lanl/arXiv support.
14335
14336 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * gnus.el: Bump version number.
14339
14340 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14341
14342         * gnus.el (gnus-version-number): Bump version.
14343
14344 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14345
14346         * gnus.el: No Gnus v0.6 is released.
14347
14348 2007-04-27  Didier Verna  <didier@xemacs.org>
14349
14350         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14351         * gmm-utils.el (gmm-regexp-concat): ... here.
14352         * message.el: Don't require 'gnus-util.
14353         (message-dont-reply-to-names): Handle name change above.
14354         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14355
14356 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14359         since the initial value varies according to the system.
14360
14361 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14364
14365 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14366
14367         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14368
14369 2007-04-24  Didier Verna  <didier@xemacs.org>
14370
14371         Improve the type of gnus-ignored-from-addresses.
14372         * gnus-util.el (gnus-orify-regexp): New function.
14373         * message.el (gnus-util): Require it.
14374         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14375         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14376         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14377
14378 2007-04-24  Didier Verna  <didier@xemacs.org>
14379
14380         * gnus-sum.el:
14381         * gnus-utils.el: Fix some trailing whitespaces.
14382
14383 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14386         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14387         article's Message-ID; refer parent article in summary buffer.
14388
14389         * message.el (message-bounce): Call mime-to-mml.
14390
14391         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14392         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14393         optimize and/or forms properly.
14394
14395 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14396
14397         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14398         URL.
14399
14400 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14403
14404 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14407         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14408         displayed of multipart/alternative part if it is invoked from summary
14409         buffer.
14410
14411         * mm-view.el (mm-inline-text-html-render-with-w3m)
14412         (mm-inline-text-html-render-with-w3m-standalone)
14413         (mm-inline-render-with-function): Use mail-parse-charset by default.
14414
14415 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14416
14417         * parse-time.el (parse-time-string-chars): Check if CHAR
14418         is less than the length of parse-time-syntax.
14419
14420 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14423         from gnus-newsgroup-processable.
14424
14425 2007-04-16  Didier Verna  <didier@xemacs.org>
14426
14427         * gnus-msg.el (gnus-configure-posting-styles):
14428         Handle message-signature-directory properly with :file syntax.
14429         Reported by "Leo".
14430
14431 2007-04-11  Didier Verna  <didier@xemacs.org>
14432
14433         New user option: message-signature-directory.
14434         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14435         * message.el (message-insert-signature): Ditto.
14436         * message.el (message-signature-file): Doc update.
14437         * message.el (message-signature-directory): New.
14438
14439 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * gnus-msg.el (gnus-inews-yank-articles):
14442         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14443
14444 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * message.el (message-yank-original): Make sure cited text ends with
14447         newline; don't exchange point and mark.
14448
14449 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14450
14451         * tls.el (open-tls-stream): Properly handle case where there
14452         is no associated buffer.
14453
14454 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14455
14456         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14457         message-yank-original, make sure (< mark TEXT point).
14458
14459 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * message.el (message-fill-column): New variable.
14462         (message-mode): Use it.  Add comment on a possible new hook.
14463
14464         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14465         (nnmail-get-new-mail): Reformat.
14466
14467         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14468
14469         * gmm-utils.el: Fix Commentary.
14470         (gmm-tool-bar-from-list): Fix typo in doc string.
14471
14472 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14473
14474         * message.el (message-yank-original): Don't switch point and mark
14475         unnecessarily to put point and mark as documented.
14476
14477 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14478
14479         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14480         from the message heads.
14481
14482 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14483
14484         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14485         article buffer does not have a window.  This may not be the best
14486         solution but is certainly better than setting the start of the null,
14487         that is the current, window.
14488
14489 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14492         (gnus-draft-setup): Run it.
14493
14494         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14495         gnus-score-fast-scoring.  Allow regexp.
14496         (gnus-score-headers): Use it.
14497
14498         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14499         XEmacs.
14500
14501         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14502         string.
14503         (gnus-button-alist): Also catch `<f1> k ...'.
14504         (gnus-treat-display-x-face): Fix doc string.
14505
14506 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14507
14508         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14509         evaluation of gnus-extended-version to ensure correct generation of the
14510         User-Agent header when message-generate-headers-first is used.
14511
14512 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14513
14514         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14515         hashcash-path is nil.  Don't call callback with incorrect number of
14516         parameters if val is 0.
14517
14518 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14519
14520         * message.el (message-required-news-headers):
14521         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14522
14523 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14524
14525         * tls.el (open-tls-stream): In handshake-waiting loop,
14526         don't wait more if there is output available to process.
14527
14528 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14529
14530         * tls.el (tls-program): Doc fix.
14531
14532 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * message.el (message-generate-new-buffers): Change the meaning of the
14535         nil value; add `standard' to the choices; treat t as `unique'; improve
14536         doc string.
14537         (gnus-select-frame-set-input-focus): Autoload.
14538         (message-buffer-name): Search for the existing message buffer if
14539         message-generate-new-buffers is nil or `standard'; treat the value t of
14540         message-generate-new-buffers as `unique'.
14541         (message-pop-to-buffer): Raise the frame already displaying the message
14542         buffer; clear the echo area after querying.
14543         (message-setup): Pass the `continue' argument to compose-mail.
14544         (message-mail): Prefer `switch-function' if it is given; search for the
14545         existing message buffer if the `continue' argument is non-nil; pass
14546         continue and switch-function arguments to compose-mail by way of
14547         message-setup.
14548         (message-mail-other-window): Adjust argument of message-setup.
14549         (message-mail-other-frame): Ditto.
14550
14551 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14554         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14555         to turn font-lock on when turning gnus-message-citation-mode on.
14556
14557 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14558
14559         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14560         (mml-smime-function-alist): New variable; add epg as the backend.
14561         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14562         mml-smime- functions instead.
14563         * mm-view.el: Require smime.
14564
14565 2007-03-05  Didier Verna  <didier@xemacs.org>
14566
14567         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14568         instead of just inheritance for posting styles.
14569         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14570
14571 2007-02-24  Chris Moore  <dooglus@gmail.com>
14572
14573         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14574         * pgg-pgp.el (pgg-pgp-encrypt-region):
14575         * pgg-gpg.el (pgg-gpg-encrypt-region):
14576         Check pgg-encrypt-for-me if no other recipients.
14577
14578 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14579
14580         * tls.el (tls-certtool-program): Fix custom type.
14581
14582 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14585         and point-at-eol instead of line-(beginning|end)-position.
14586
14587         * assistant.el (assistant-parse-buffer): Ditto.
14588
14589         * netrc.el (netrc-parse-services): Ditto.
14590
14591 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14592
14593         * mml2015.el (mml2015-epg-find-usable-key): New function.
14594         (mml2015-epg-sign): Use it.
14595         (mml2015-epg-encrypt): Use it.
14596
14597 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * message.el (message-make-in-reply-to): Quote name containing
14600         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14601         if there are special characters.  Reported by NAKAJI Hiroyuki
14602         <nakaji@jp.freebsd.org>.
14603
14604 2007-02-27  Didier Verna  <didier@xemacs.org>
14605
14606         Include the group parameters as well as the topic ones in the
14607         inheritance filter process.
14608         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14609         argument GROUP-PARAMS-LIST.
14610         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14611
14612 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * nntp.el (nntp-never-echoes-commands)
14615         (nntp-open-connection-functions-never-echo-commands): New variables.
14616         (nntp-send-command): Use them.
14617
14618 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14619
14620         * mml2015.el (mml2015-epg-verify): Simplify.
14621
14622 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * mml.el (mml-content-disposition-alist): New user option.
14625         (mml-content-disposition): New function.
14626         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14627         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14628
14629 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14630
14631         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14632         verification.
14633
14634 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14635
14636         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14637         articles posted in the last 24 hours.
14638
14639 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14640
14641         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14642
14643 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14644
14645         * nntp.el (nntp-send-command): Don't wait for echoes when
14646         nntp-open-ssl-stream is used.
14647
14648 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14651         (gnus-message-add-citation-keywords)
14652         (gnus-message-remove-citation-keywords): Remove.
14653         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14654         directly, make the variables in font-lock-defaults buffer-local, add
14655         gnus-message-citation-keywords to them and then update the value of
14656         font-lock-keywords.
14657
14658 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * message.el (message-cite-original-1): Don't call
14661         gnus-article-highlight-citation.
14662
14663         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14664         citations; fix line count.
14665
14666 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14669         (gnus-message-add-citation-keywords)
14670         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14671         versions of font-lock-add-keywords and font-lock-remove-keywords to
14672         work with XEmacs correctly.
14673
14674 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-cite.el (gnus-cite-face-list): Set the values of
14677         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14678         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14679         (gnus-message-cite-prefix-regexp): New variable.
14680         (gnus-message-search-citation-line): Use it; protect against long
14681         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14682         the 0th match data for Emacs.
14683         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14684         (gnus-message-add-citation-keywords): Append keywords rather than
14685         prepending; emulate font-lock-add-keywords if it is not available.
14686         (gnus-message-remove-citation-keywords):
14687         Emulate font-lock-remove-keywords if it is not available.
14688
14689         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14690
14691         * message.el (message-cite-prefix-regexp): Set the value of
14692         gnus-message-cite-prefix-regexp.
14693
14694 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14695
14696         * nnweb.el (nnweb-google-parse-1): Update parser.
14697
14698 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14699
14700         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14701
14702 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14703
14704         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14705         regexp.
14706
14707 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14710         string-to-multibyte.
14711         (uudecode-decode-region-internal): Use it.
14712
14713         * lpath.el: Fbind string-as-multibyte for XEmacs.
14714
14715 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14716
14717         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14718         Fix custom choice.
14719
14720         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14721
14722 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14723
14724         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14725
14726         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14727         `write-region' to respect `mm-inhibit-file-name-handlers'.
14728
14729 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14732         Use gnus-home-directory instead of "~/" or "$HOME".
14733
14734 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14735
14736         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14737         to mention filename.
14738         Add comments at beginning regarding usage.
14739         (encrypt-write-file-contents): Change interactive so a string is
14740         acceptable.  If the file has no associated model, show an error instead
14741         of a nonsense prompt.
14742
14743 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14744
14745         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14746         Thanks to Yoshihiko Yamada for kind notification of this typo.
14747
14748 2007-01-12  Kenichi Handa  <handa@m17n.org>
14749
14750         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14751         multibyte buffer.
14752
14753 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14754
14755         * gnus-score.el (gnus-score-fast-scoring): New variable.
14756         (gnus-score-headers): Use it.
14757
14758         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14759
14760         * message.el (message-cite-original-1):
14761         Call gnus-article-highlight-citation if requested.
14762         (message-make-from): Allow name and address as optional arguments.
14763
14764         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14765
14766         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14767         bugs to doc string.
14768         (gnus-button-alist): Add mid\\|message-id.
14769         (gnus-button-fetch-group): Extend for use in
14770         `browse-url-browser-function'.
14771         (gnus-button-url-regexp): Try to catch paired parentheses like in
14772         Wikipedia URLs.
14773
14774         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14775         Suggested by Simon Krahnke <overlord@gmx.li>.
14776
14777 2007-01-13  Romain Francoise  <romain@orebokech.com>
14778
14779         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14780         Update copyright.
14781
14782 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14783
14784         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14785
14786 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14787
14788         * gnus-registry.el (gnus-registry-unfollowed-groups)
14789         (gnus-registry-split-fancy-with-parent): Fix documentation.
14790
14791 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14792
14793         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14794         from nnweb groups.
14795
14796 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14797
14798         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14799         Xref urls.  Erase buffer before requesting head.
14800
14801         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14802
14803 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14804
14805         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14806         customizable.
14807
14808 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14809
14810         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14811         no signing key is found.
14812         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14813         no encrypting and/or signing key is found.
14814
14815 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14816
14817         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14818
14819 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14820
14821         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14822         headers read from disk with the ones newly found in the current search.
14823         This should no longer cause problems, because the article numbers in
14824         Gmane's `nov.php' output are ignored since the previous change.
14825
14826 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14827
14828         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14829
14830 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14833         replace-regexp-in-string; bind url-version; fbind display-images-p and
14834         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14835         find-face and set-itimer-function for Emacs; bind itimer-list for
14836         Emacs.
14837
14838         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14839
14840 2007-01-01  Romain Francoise  <romain@orebokech.com>
14841
14842         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14843
14844 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14845
14846         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14847         `define-minor-mode' macro definition expanded properly.
14848         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14849         exclude it there.
14850
14851         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14852         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14853         `fboundp' test.
14854         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14855         This is OK to autoload in (S)XEmacs now.
14856
14857 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14858
14859         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14860         keystroke.
14861         (gnus-summary-limit-to-singletons): Fix typo.
14862
14863         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14864         else fails.
14865
14866 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14867
14868         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14869         docstring.
14870
14871         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14872         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14873         (gnus-summary-insert-dormant-articles): Fix typo in message.
14874
14875 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14876
14877         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14878         nil for XEmacs.
14879         (gnus-message-citation-mode): Don't autoload in XEmacs.
14880
14881         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14882
14883 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14884
14885         * nnimap.el (nnimap-expunge-search-string):
14886         Mention nnimap-search-uids-not-since-is-evil in docstring.
14887
14888 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * spam.el: Revert to make-obsolete-variable because
14891         define-obsolete-variable-alias is not supported in Emacs 21.
14892
14893         * spam.el (spam-ifile-path, spam-ifile-database-path)
14894         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14895         make-obsolete-variable.
14896         (spam-bsfilter-path, spam-bsfilter-program)
14897         (spam-spamassassin-path, spam-spamassassin-program)
14898         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14899         Don't use "path" inappropriately.
14900         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14901         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14902         variable names.
14903
14904 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14905
14906         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14907         summary buffer.
14908
14909         * password.el (password-cache-remove): Use clear-string to burn
14910         password, if available.
14911
14912 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14913
14914         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14915
14916         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14917
14918         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14919         (gnus-message-highlight-citation): Move defcustom here from
14920         gnus-cite.el.
14921         (gnus-message-citation-mode): Autoload.
14922
14923         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14924         checks to make it compile with XEmacs.
14925         (gnus-message-citation-mode): New minor mode.
14926         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14927         (gnus-message-highlight-citation): New variables.
14928         (gnus-message-search-citation-line)
14929         (gnus-message-add-citation-keywords)
14930         (gnus-message-remove-citation-keywords)
14931         (turn-on-gnus-message-citation-mode)
14932         (turn-off-gnus-message-citation-mode): New functions.
14933
14934 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14935
14936         * gnus-cite.el: Enable highlighting of different citation levels in
14937         message-mode.
14938
14939 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * message.el (message-make-fqdn): Fix comment.
14942         (message-bogus-system-names): Add ".local".
14943
14944         * spam.el (spam-ifile-path, spam-ifile-program)
14945         (spam-ifile-database-path, spam-ifile-database)
14946         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14947         Don't use "path" inappropriately.
14948         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14949         strings.
14950         (spam-check-ifile, spam-ifile-register-with-ifile)
14951         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14952         Use new variable names.
14953
14954         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14955         (gnus-treat-display-smileys): Simplify using
14956         gnus-image-type-available-p.
14957
14958         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14959         available.
14960
14961         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14962         Use `display-images-p' if available.
14963
14964 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14967         one after turning on the buffer's multibyteness instead of decoding
14968         them directly in the unibyte buffer that causes unexpected conversion
14969         in Emacs 23 (unicode).
14970
14971 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14972
14973         * message.el (message-generate-hashcash): Fix custom type.
14974
14975 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14978
14979 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14982         disconnect icons.  Add help text.
14983
14984 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14987         negated to be consistent with the others we handle.
14988
14989 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14990
14991         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14992         version of gnus-summary-buffer to something, so that we can use two
14993         article buffers at the same time.
14994
14995 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14996
14997         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14998         trigger all the extra headers.
14999         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15000         sorting.
15001
15002 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15003
15004         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15005         solid groups.
15006
15007 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15008
15009         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15010
15011 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15012
15013         * legacy-gnus-agent.el: Add Copyright notice.
15014
15015 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15016
15017         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15018
15019 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15020
15021         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15022
15023         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15024         to make it work reliably in CVS Emacs.
15025         (gnus-summary-limit-strange-charsets-predicate)
15026         (gnus-summary-limit-to-predicate): New functions.
15027
15028 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15029
15030         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15031         specifying array size.
15032         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15033         array if it is too small.
15034         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15035         (gnus-sort-threads-loop): New function.
15036
15037 2006-12-06  Chris Moore  <dooglus@gmail.com>
15038
15039         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15040         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15041
15042 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15043
15044         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15045         options.
15046
15047 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15048
15049         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15050         DOS-ing the recipient.
15051
15052         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15053         the headers when creating the mapping to avoid mismappings.
15054         (nnweb-gmane-create-mapping): Always nix out old mapping.
15055
15056 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15059         and mm-verify-option to never.
15060
15061 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * message.el (message-signed-or-encrypted-p): New function.
15064         (message-forward-make-body): Use it.
15065
15066         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15067         Replace encode-coding-string with mm-encode-coding-string.
15068
15069 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * nneething.el (nneething-decode-file-name):
15072         Replace decode-coding-string with mm-decode-coding-string.
15073
15074         * gnus-int.el (gnus-open-server): Say failed server's name.
15075
15076 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15077
15078         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15079         strings to a single string.  Quote `errors-file-name'.
15080         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15081         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15082         Adjust calls.  Use `shell-quote-argument'.
15083
15084 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15085
15086         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15087         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15088
15089         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15090         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15091         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15092         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15093         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15094         (gnus-subscribe-newsgroup, gnus-1):
15095         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15096         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15097         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15098         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15099
15100 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15101
15102         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15103         keystroke.
15104         (gnus-summary-limit-to-bodies): Implement headersp.
15105
15106 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15107
15108         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15109
15110 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15113
15114 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15115
15116         * message.el (message-generate-hashcash): Expand range of values to
15117         include `opportunistic'.
15118         (message-send-mail): Use it.
15119
15120 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15121
15122         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15123         and comment it.
15124
15125         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15126
15127 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15128
15129         * gnus-util.el (gnus-extract-address-components): Improve comment.
15130
15131 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-util.el (gnus-extract-address-components): Work with address in
15134         which the name portion contains @.
15135
15136         * lpath.el: Fbind custom-autoload.
15137
15138 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * gnus.el (gnus-start): Move custom group up.
15141         (gnus-select-method): Don't autoload, but make it available for
15142         `customize-variable'.
15143         (gnus-getenv-nntpserver): Don't autoload.
15144
15145 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15146
15147         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15148
15149 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15150
15151         * message.el (message-sendmail-extra-arguments): New variable.
15152         (message-send-mail-with-sendmail): Use it.
15153
15154 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15157         mm-with-unibyte-current-buffer to make string unibyte.
15158
15159         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15160         mm-string-as-multibyte.
15161
15162 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15163
15164         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15165         Reported by Werner Koch <wk@gnupg.org>.
15166
15167 2006-11-14  Daiki Ueno  <ueno@p360>
15168
15169         * mml2015.el: Autoload epa-select-keys when compiling.
15170
15171 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15172
15173         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15174         message-options.
15175         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15176
15177 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15178
15179         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15180         EasyPG (< 0.0.6).
15181         (mml2015-always-trust): New user option.
15182         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15183         prompt.
15184
15185 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * nntp.el (nntp-authinfo-force): New variable.
15188         (nntp-send-authinfo): Use it.
15189
15190 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15191
15192         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15193         decode encoded words.  Improve prompt.  Add comment about forwarding.
15194         (message-replacement-char): Move up.
15195
15196 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15197
15198         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15199         instead of gnus-intersection because arguments of gnus-sorted-nunion
15200         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15201
15202 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15205         (message-simplify-subject-functions):
15206         Enable message-strip-subject-encoded-words by default.
15207
15208 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15209
15210         * message.el (message-strip-subject-encoded-words): New function.
15211         (message-simplify-subject-functions): New variable.
15212         (message-simplify-subject): Use it.  Fix typo in doc string.
15213         Support message-strip-subject-encoded-words.
15214
15215 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15216
15217         * gnus-diary.el (gnus-diary-delay-format-function):
15218         * nndiary.el (nndiary-reminders):
15219         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15220
15221 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15222
15223         * gnus-art.el (article-hide-boring-headers): Fetch date from
15224         gnus-original-article-buffer to avoid problems with localized date
15225         strings.
15226
15227 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15230
15231 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15232
15233         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15234         New variables.
15235         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15236         (mm-charset-synonym-alist): Move some entries to
15237         mm-codepage-iso-8859-list.
15238         (mm-charset-synonym-alist, mm-charset-override-alist):
15239         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15240
15241 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15244
15245 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15248         with Emacs 21 and XEmacs.
15249
15250 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15251
15252         * spam.el (spam-parse-address): New function for better parsing,
15253         catching errors, etc.
15254         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15255
15256 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * mm-view.el: Add interactive arg to html2text autoload.
15259
15260 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15263
15264 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15265
15266         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15267         New variables.
15268         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15269         (mm-charset-synonym-alist): Move some entries to
15270         mm-codepage-iso-8859-list.
15271
15272         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15273
15274 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15275
15276         * message.el (message-citation-line-format)
15277         (message-insert-formated-citation-line): Fix implementation of %E, %N
15278         and %n according to the doc string.
15279
15280 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15281
15282         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15283         Use car-safe to avoid bad parses.
15284
15285 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15288         names.
15289
15290         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15291
15292 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15295         header.
15296
15297         * message.el (message-draft-headers): Add Date.
15298         (message-headers-to-generate): Fix typo in docstring.
15299
15300         * nndraft.el (nndraft-required-headers): New variable.
15301         (nndraft-generate-headers): Use it.
15302
15303         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15304
15305 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15306
15307         * gnus-registry.el (gnus-registry-wash-for-keywords)
15308         (gnus-registry-find-keywords): New functions to allow easy searching of
15309         articles that are in the registry.
15310
15311 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15312
15313         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15314         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15315         Reported by Damien Elmes <damien@repose.cx>.
15316
15317 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15318
15319         * gnus.el (gnus-mime): Remove unused custom group.
15320
15321 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15322
15323         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15324         "blank line" when searching for end of armor headers.
15325
15326 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * gmm-utils.el (gmm-write-region): Fix variable name.
15329
15330 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15331
15332         * gmm-utils.el (gmm-write-region): New function based on compatibility
15333         code from `mm-make-temp-file'.
15334
15335         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15336
15337         * nnmaildir.el (nnmaildir--update-nov)
15338         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15339         Use `gmm-write-region'.
15340
15341 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15342
15343         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15344         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15345
15346         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15347
15348         * message.el (message-replacement-char): New variable.
15349         (message-fix-before-sending): Use it.
15350         (message-simplify-subject): New function to remove duplicate code.
15351         (message-reply, message-followup): Use it.
15352
15353         * gnus-sum.el (gnus-summary-make-menu-bar):
15354         Clarify gnus-summary-limit-to-articles.
15355
15356 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gnus-util.el (gnus-with-local-quit): New macro.
15359
15360         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15361
15362 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15363
15364         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15365         ignore non-string data.
15366
15367 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15368
15369         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15370         non-string data (needs to be done in the registry too).
15371
15372 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15373
15374         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15375         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15376         (gnus-registry-split-fancy-with-parent)
15377         (gnus-registry-fetch-simplified-message-subject-fast)
15378         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15379         Remove text properties on ingress into the registry and when it's saved.
15380         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15381         registry from entries with no groups.
15382
15383 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15384
15385         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15386         function to remove string properties.
15387
15388 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * gmm-utils.el (gmm): Adjust custom version.
15391
15392         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15393         Adjust custom version.
15394
15395         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15396
15397 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15398
15399         * gnus-art.el (gnus-insert-prev-page-button)
15400         (gnus-insert-next-page-button): Simplify.  Reformat.
15401
15402 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15403
15404         * gnus-art.el (gnus-insert-prev-page-button)
15405         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15406
15407 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15408
15409         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15410
15411 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15412
15413         * gnus-art.el (gnus-insert-mime-button)
15414         (gnus-insert-mime-security-button):
15415         Apply gnus-article-button-face to MIME and security buttons.
15416
15417 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15420         readable.
15421
15422 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15425
15426 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15427
15428         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15429         `browse-url-of-file' instead of `browse-url'.
15430
15431 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15432
15433         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15434         regexp.  Articles containing quotation were cut prematurely.
15435
15436 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * message.el (message-cite-original-1): Use nobody by default for the
15439         value of From header.
15440         (message-reply): Ditto.
15441
15442 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15443
15444         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15445         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15446         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15447
15448 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15449
15450         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15451         mails in the doc string.  Add some URLs in comment.
15452         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15453
15454 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15457         backslashes handling and the way to find boundaries of quoted strings.
15458
15459 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15460
15461         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15462         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15463         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15464         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15465
15466 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15469         doc string.
15470         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15471
15472 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * lpath.el: Fbind epg-check-configuration.
15475
15476 2006-09-06  Simon Josefsson  <jas@extundo.com>
15477
15478         * mml2015.el (mml2015-use): Doc fix, mention epg.
15479
15480 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15481
15482         * mml2015.el (mml2015-use): Default to epg, if available.
15483
15484 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15485
15486         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15487         message-sender.
15488         (mml1991-epg-encrypt): Ditto.
15489         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15490         message-sender.
15491         (mml2015-epg-encrypt): Ditto.
15492
15493 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15494
15495         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15496         several common directories.
15497
15498 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15499
15500         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15501         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15502
15503 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-art.el (article-decode-encoded-words): Make it fast.
15506
15507 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15510
15511         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15512         in quoted string into `\'.
15513
15514 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15517         Use standard-syntax-table.
15518
15519 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * gnus-art.el (gnus-decode-address-function): New variable.
15522         (article-decode-encoded-words): Use it to decode headers which are
15523         assumed to contain addresses.
15524         (gnus-mime-delete-part): Remove useless `or'.
15525
15526         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15527         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15528         (gnus-nov-parse-line): Use it to decode From header.
15529         (gnus-get-newsgroup-headers): Ditto.
15530         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15531
15532         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15533         (mail-decode-encoded-address-string): New alias.
15534
15535         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15536         New function.
15537         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15538         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15539         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15540         (rfc2047-decode-string): Ditto.
15541         (rfc2047-decode-address-region): New function.
15542         (rfc2047-decode-address-string): New function.
15543
15544 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15545
15546         * message.el (message-caesar-buffer-body): Allow rotating headers.
15547
15548         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15549
15550         * message.el (message-insert-formated-citation-line): Fix %f.
15551         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15552
15553 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15556         (gnus-bookmark-mouse-available-p): New macro.
15557         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15558         (gnus-bookmark-bmenu-show-infos): Use it.
15559         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15560         (gnus-bookmark-bmenu-hide-infos): Ditto.
15561         (gnus-bookmark-remove-properties): New function.
15562         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15563         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15564         (gnus-bookmark-write-file): Bind coding-system-for-write.
15565         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15566         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15567         group before selecting it.
15568         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15569         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15570         quit-window if it is not available; use gnus-mouse-2 and bind it to
15571         gnus-bookmark-bmenu-select-by-mouse.
15572         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15573         (gnus-bookmark-bmenu-select-by-mouse): New function.
15574
15575 2006-08-13  Romain Francoise  <romain@orebokech.com>
15576
15577         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15578         space.
15579
15580 2006-08-10  Romain Francoise  <romain@orebokech.com>
15581
15582         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15583         (dns-mode-soa-auto-increment-serial): New user option.
15584         (dns-mode-soa-maybe-increment-serial): New function.
15585         (dns-mode): Add the latter to `write-contents-functions'.
15586
15587 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * compface.el (uncompface): Use binary rather than raw-text-unix.
15590
15591 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * compface.el (uncompface): Make sure the eol conversion doesn't take
15594         place when communicating with the external programs.
15595         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15596
15597 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15600
15601 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15602
15603         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15604         Make it more robust by parsing author and date independently.
15605
15606 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15609
15610 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15611
15612         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15613         first matching secret key.
15614         (mml2015-epg-encrypt): Ditto.
15615
15616         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15617         first matching secret key.
15618         (mml1991-epg-encrypt): Ditto.
15619
15620         * mml2015.el (mml2015-encrypt-to-self): New user option.
15621         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15622         mml2015-epg-encrypt-to-self is set.
15623
15624         * mml1991.el (mml1991-encrypt-to-self): New variable.
15625         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15626         mml1991-epg-encrypt-to-self is set.
15627
15628         * mml2015.el (mml2015-signers): New user option.
15629         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15630         (mml2015-epg-encrypt): Allow to select signing keys.
15631
15632         * mml1991.el (mml1991-signers): New variable.
15633         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15634         (mml1991-epg-encrypt): Allow to select signing keys.
15635
15636 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * nnheader.el (nnheader-insert-head): Make it work even if the file
15639         uses CRLF for the line-break code.
15640
15641 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15642
15643         * mml2015.el: Require mml-sec instead of password.
15644         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15645         (mml2015-cache-passphrase): Inherit the default value from
15646         mml-secure-cache-passphrase.
15647         (mml2015-passphrase-cache-expiry): Inherit the default value from
15648         mml-secure-passphrase-cache-expiry.
15649
15650         * mml1991.el: Require mml-sec instead of password.
15651         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15652         (mml1991-cache-passphrase): Inherit the default value from
15653         mml-secure-cache-passphrase.
15654         (mml1991-passphrase-cache-expiry): Inherit the default value from
15655         mml-secure-passphrase-cache-expiry.
15656
15657         * mml-sec.el: Require password.
15658         (mml-secure-verbose): New user option.
15659         (mml-secure-cache-passphrase): New user option.
15660         (mml-secure-passphrase-cache-expiry): New user option.
15661
15662 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15663             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15664
15665         * pgg-def.el (pgg-truncate-key-identifier):
15666         Truncate the key ID to 8 letters from the end.
15667
15668 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15669
15670         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15671         workaround for the url package included with Emacs.
15672
15673         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15674
15675 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15678         correctly.  This fixes a bug caused by the 2006-05-12 change.
15679
15680 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15681
15682         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15683         some information about the error when saying that the `bogus' mail
15684         group will be used.
15685
15686 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15689         string.
15690
15691 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15692
15693         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15694
15695 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15696
15697         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15698
15699 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15700
15701         * mml1991.el (mml1991-function-alist): Add epg.
15702         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15703         (mml1991-epg-encrypt): New functions.
15704
15705 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15706
15707         * mml2015.el (mml2015-verbose): New variable.
15708         (mml2015-cache-passphrase): Ditto.
15709         (mml2015-passphrase-cache-expiry): Ditto.
15710         (mml2015-function-alist): Add epg.
15711         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15712         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15713         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15714         New functions.
15715
15716 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15717
15718         * message.el (message-cite-original-1): Preserve region when removing
15719         quoted text due to X-No-Archive in order to avoid bogus attribution
15720         when citing multiple messages.
15721
15722 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15723
15724         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15725         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15726
15727 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15728
15729         * gnus-diary.el (gnus-user-format-function-d)
15730         (gnus-user-format-function-D): Autoload.
15731
15732         * imap.el (Commentary): Fix typo.
15733
15734         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15735         2006-04-22 contribution.
15736
15737 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15738
15739         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15740         It didn't really fix the bogosity I'm seeing with solid web groups.
15741
15742 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15743
15744         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15745         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15746         created using server names.  If we use the feature without declaring
15747         it, Gnus does not properly manage server and group state.
15748
15749         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15750         bound.
15751
15752 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15753
15754         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15755         looking up the method using GROUP's prefix before inventing a new one.
15756         It is used on killed/unknown groups in various places where returning
15757         an all-new method isn't expected by the caller.
15758
15759         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15760         and match semantics of gnus-group-real-prefix.
15761
15762 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * nnmail.el (nnmail-broken-references-mailers): New variable.
15765         (nnmail-ignore-broken-references): New function generalizing
15766         nnmail-fix-eudora-headers.
15767         (nnmail-fix-eudora-headers): Now obsolete.
15768
15769         * gnus-art.el (gnus-button-handle-custom):
15770         Support `customize-apropos*'.
15771
15772 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15773
15774         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15775
15776         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15777         articles.
15778
15779 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * message.el (message-cite-reply-above): New variable.
15782         (message-yank-original): Use it.
15783
15784 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15787
15788 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15789
15790         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15791         as read.
15792
15793         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15794
15795 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15798         (gnus-bookmark-default-file): Use gnus-directory.
15799         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15800         Remove "*" in doc string.
15801         (gnus-bookmark-write-file): Simplify.
15802         (gnus-bookmark-maybe-sort-alist): Use `when'.
15803         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15804         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15805         Add FIXME about Emacs 21 and XEmacs compatibility.
15806         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15807         compatibility.
15808         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15809         compatibility.
15810         (gnus-bookmark-menu-heading): Fix version.
15811
15812 2006-06-19  Bastien Guerry  <bzg@altern.org>
15813
15814         * gnus-bookmark.el: New file.
15815
15816 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * message.el (message-syntax-checks): Doc fix.
15819
15820 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15821
15822         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15823         unsubscribed groups as if they were killed ones.  It causes duplicate
15824         entries in gnus-newsrc-alist.
15825
15826 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * message.el (message-syntax-checks): Doc fix.
15829         (message-send-mail): Add check for continuation headers.
15830         (message-check-news-header-syntax): Fix regexp used to check for
15831         continuation headers.
15832
15833 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15836
15837 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15840
15841 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15844         default-truncate-lines.
15845
15846 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15849         to fill the utf-8 entry.
15850
15851         * lpath.el: Fbind unicode-precedence-list.
15852
15853 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15854
15855         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15856
15857 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15858
15859         * gnus-agent.el (directory-files-and-attributes): Move all the way
15860         forward (the third and final move).
15861         (gnus-agent-read-agentview): Trap reconstruction errors due to
15862         nonexistent directory.  Handle by returning nil.
15863
15864 2006-05-30  Didier Verna  <didier@xemacs.org>
15865
15866         * message.el (message-dont-reply-to-names): Update the custom type.
15867         * message.el (message-dont-reply-to-names): New defsubst: potentially
15868         convert a list of regexps into a single one.
15869         * message.el (message-get-reply-headers): Use it.
15870         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15871
15872 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * gnus-agent.el (directory-files-and-attributes): Move forward.
15875
15876 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * gnus-ml.el (gnus-mailing-list-subscribe)
15879         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15880         (gnus-mailing-list-message): Fix doc strings.
15881
15882 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15883
15884         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15885         of doing it manually.
15886
15887 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15888
15889         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15890         comment.
15891
15892 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15893
15894         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15895         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15896         (gnus-agent-read-local): All symbols allocated in my-obarray.
15897         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15898         (gnus-agent-regenerate-group): Check numeric names to see if they are
15899         messages or groups.
15900         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15901         better way of do this...)
15902
15903         * gnus-cache.el (gnus-agent-total-fetched-for):
15904         Ignore 'dummy.group' (there should be a better way of do this...)
15905
15906 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15909         (gnus-saved-headers): Ditto.
15910         (gnus-default-article-saver): Mention functions may have properties.
15911         (gnus-article-save): Override gnus-save-all-headers and
15912         gnus-saved-headers by :headers property which saver function may have.
15913         (gnus-summary-save-in-file): Add :headers property.
15914         (gnus-summary-write-to-file): Ditto.
15915
15916         * gnus-sum.el (gnus-summary-save-article): Bind
15917         gnus-prompt-before-saving to t when saving many articles in a file;
15918         always show all headers.
15919
15920         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15921
15922 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15923
15924         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15925         marks.
15926
15927         * message.el (message-indent-citation): Add optional arguments to allow
15928         using it outside of message buffers.
15929
15930         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15931         (gnus-article-treat-unfold-headers): Use it.
15932         (gnus-article-truncate-lines): New variable.
15933         (gnus-article-mode): Use it.
15934         (gnus-article-toggle-truncate-lines): New function.
15935
15936         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15937         Add gnus-article-toggle-truncate-lines.
15938
15939         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15940         coding system in XEmacs, use binary.
15941
15942 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15945         after-load-alist.
15946
15947         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15948         this function should save decoded articles.
15949         (gnus-summary-write-to-file): Use property to specify this function
15950         should save decoded articles and specify gnus-summary-save-in-file
15951         should be used to save articles other than the first one when saving
15952         many articles.
15953         (gnus-summary-save-body-in-file): Use property to specify this
15954         function should save decoded articles.
15955         (gnus-summary-write-body-to-file): Use property to specify this
15956         function should save decoded articles and specify
15957         gnus-summary-save-body-in-file should be used to save articles other
15958         than the first one when saving many articles.
15959
15960         * gnus-sum.el (gnus-summary-save-article): Simplify.
15961
15962 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * gnus-art.el (gnus-default-article-saver):
15965         Add gnus-summary-write-body-to-file.
15966         (gnus-article-save-coding-system): Don't use coding system object
15967         in XEmacs.
15968         (gnus-read-save-file-name): Add optional `dir-var' argument which
15969         specifies directory in which files are saved; work even if optional
15970         `variable' argument is not specified.
15971         (gnus-summary-write-to-file): Read file name.
15972         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15973         (gnus-summary-write-body-to-file): New function.
15974
15975         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15976         (gnus-summary-local-variables): Add it.
15977         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15978         (gnus-summary-save-article): Remove optional `decode' argument;
15979         determine whether to decode articles by the value of
15980         gnus-default-article-saver; when saving many files using
15981         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15982         it first and use gnus-summary-save-in-file or
15983         gnus-summary-save-body-in-file thereafter unless
15984         gnus-prompt-before-saving is always; move point to article which
15985         will be saved.
15986         (gnus-summary-save-article-file): Revert.
15987         (gnus-summary-write-article-file): Revert.
15988         (gnus-summary-save-article-body-file): Revert.
15989         (gnus-summary-write-article-body-file): New function.
15990
15991 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * gnus-art.el (gnus-default-article-saver): Doc fix.
15994         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15995         from gnus-summary-save-article-coding-system, and default to a
15996         certain coding system.
15997         (gnus-output-to-file): Add coding cookie and encode text according
15998         to gnus-article-save-coding-system; don't use mm-append-to-file.
15999
16000         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16001         gnus-art.el and rename to gnus-article-save-coding-system.
16002         (gnus-summary-save-article): Require gnus-art; don't show all
16003         headers if it decodes articles; don't add coding cookie here;
16004         don't bind mm-text-coding-system-for-write.
16005         (gnus-summary-save-article-file): Save decoded articles.
16006         (gnus-summary-write-article-file): When saving many files, use
16007         gnus-summary-write-to-file first and gnus-summary-save-in-file
16008         thereafter unless gnus-prompt-before-saving is always.
16009         (gnus-summary-save-article-body-file): Save decoded articles.
16010
16011         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16012
16013 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * nnrss.el (nnrss-check-group): Bind hash-index.
16016
16017 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16018
16019         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16020         its hash index.  Store this hash in `nnrss-group-data'.
16021         (nnrss-read-group-data): Update accordingly.
16022
16023 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16026         entry.
16027
16028         * gnus-sum.el (gnus-summary-make-menu-bar):
16029         Add gnus-article-browse-html-article.
16030
16031 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16032
16033         * gnus-sum.el (gnus-summary-mime-map):
16034         Add gnus-article-browse-html-article.
16035
16036         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16037
16038 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16041         suitable coding systems in customize.
16042
16043 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16044
16045         * mail-source.el (mail-sources): Fix custom type.
16046
16047 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16050         (gnus-summary-expire-articles-now): Shorten prompt.
16051
16052         * gmm-utils.el (wid-edit): Require.
16053         (defun-gmm): Rename from `gmm-defun-compat'.
16054         (gmm-image-search-load-path): Use it.
16055         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16056
16057 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * gnus-sum.el (gnus-summary-save-article-coding-system):
16060         New variable.
16061         (gnus-summary-save-article): Add optional `decode' argument.
16062         If it is set and gnus-summary-save-article-coding-system is non-nil,
16063         save decoded article.
16064         (gnus-summary-write-article-file): Save decoded article if
16065         gnus-summary-save-article-coding-system is non-nil.
16066
16067         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16068         type.
16069
16070 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16073
16074 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16077         first to test gnus-single-article-buffer which may be buffer-local.
16078
16079         * gnus-sum.el (gnus-summary-setup-buffer):
16080         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16081         group; make gnus-article-buffer, gnus-article-current, and
16082         gnus-original-article-buffer always buffer-local.
16083         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16084         group.
16085         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16086
16087 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * nnml.el (nnml-request-compact-group): Compressed files might not
16090         have .gz extension.
16091
16092 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16093
16094         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16095         (mm-copy-to-buffer): Use with-current-buffer.
16096         (mm-display-part): Simplify.
16097         (mm-inlinable-p): Add optional arg `type'.
16098
16099 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16100
16101         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16102         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16103         Try harder to show the attachment internally or externally using
16104         gnus-mime-view-part-as-type.
16105
16106 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16107
16108         * message.el (message-from-style, message-signature-separator)
16109         (message-user-organization-file, message-send-mail-function)
16110         (message-citation-line-function, message-yank-prefix)
16111         (message-indent-citation-function, message-signature)
16112         (message-signature-file, message-signature-insert-empty-line):
16113         Remove autoloads.
16114
16115         * gnus-art.el (gnus-buttonized-mime-types):
16116         Remove "multipart/signed".  Revert 2006-04-26 change.
16117
16118 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16119
16120         * gnus.el (gnus-version-number): Bump version.
16121
16122 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16123
16124         * gnus.el: No Gnus v0.5 is released.
16125
16126 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16127
16128         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16129         fetching articles by message-id.
16130
16131 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16132
16133         * message.el (hashcash): Require hashcash as normal.
16134
16135         * ecomplete.el (ecomplete-highlight-match-line):
16136         Use point-at-eol.
16137         (ecomplete-highlight-match-line): Use `highlight', because that
16138         face exists in both Emacs and XEmacs.
16139
16140         * message.el (message-display-abbrev): Use point-at-bol.
16141
16142         * mail-source.el: Don't require timer/timer-funcs.
16143
16144         * gnus-async.el: Ditto.
16145
16146         * password.el: Ditto.
16147
16148         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16149
16150         * mm-url.el: Ditto.
16151
16152         * gnus-xmas.el: Don't require timer-funcs.
16153
16154         * mm-util.el: Require timer/timer-funcs.
16155
16156 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16157
16158         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16159         Close.
16160
16161 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16164         unibyte after clear-decrypt function runs.
16165
16166         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16167         returns as a unibyte string.
16168
16169 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * lpath.el: Revert.
16172
16173         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16174         (pgg-gpg-process-sentinel): Revert.
16175
16176         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16177         (pgg-pgp-lookup-key): Revert.
16178
16179         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16180         (pgg-pgp5-lookup-key): Revert.
16181
16182         * pgg.el (pgg-fetch-key): Revert.
16183
16184 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * lpath.el: Fbind string-as-multibyte for XEmacs.
16187
16188         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16189         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16190         (mml1991-pgg-encrypt): Ditto.
16191
16192         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16193         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16194         a multibyte buffer.
16195
16196         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16197         (pgg-pgp-lookup-key): Ditto.
16198
16199         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16200         (pgg-pgp5-lookup-key): Ditto.
16201
16202         * pgg.el (pgg-fetch-key): Ditto.
16203
16204 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * message.el (message-user-organization-file): Check several
16207         locations of the organization file.
16208
16209         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16210         Add gnus-article-view-part-as-type.
16211
16212         * gnus-art.el (gnus-article-view-part-as-type): New function.
16213
16214         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16215         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16216
16217         * mml.el: Simplify autoload.
16218         (mml-mode): defvar dnd-protocol-alist instead of using
16219         symbol-value.
16220         (mml-default-directory): New variable.
16221         (mml-minibuffer-read-file): Use it.
16222         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16223
16224         * message.el (message-citation-line-format): New variable.
16225         (message-insert-formated-citation-line): New function.
16226         (message-citation-line-function):
16227         Add `message-insert-formated-citation-line' to custom type.
16228
16229         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16230         to doc string.
16231
16232         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16233         depending on mm-verify-option.
16234
16235 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16238         binding pgg-* variables; reimplement the section which prevents
16239         MIME header from being signed.
16240         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16241         pgg-text-mode; remove a blank line at the top of body.
16242
16243         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16244         lines at the top of body; use gnus-newsgroup-charset if there's no
16245         Charset header.
16246
16247 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * message.el (message-self-insert-commands): Doc fix.
16250
16251         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16252         (mm-uu-pgp-encrypted-test): Ditto.
16253         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16254         between header and body; return application/pgp-encrypted handle
16255         if decryption failed; decode decrypted body by charset.
16256
16257         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16258         element match to application/pgp-*.
16259
16260 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16261
16262         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16263         HTML.
16264
16265 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16266
16267         * mail-source.el (mail-source-call-script): Message the error
16268         string.
16269
16270 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16271
16272         * gnus-util.el (gnus-byte-compile): Use it.
16273
16274 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16275
16276         * gnus-util.el (kill-empty-logs): New function.
16277
16278 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16279
16280         * message.el (message-mail-alias-type): Doc fix.
16281         (message-mail-alias-type-p): New function.
16282         (message-send): Use it.
16283         (message-mode): Ditto.
16284         (message-strip-forbidden-properties): Ditto.
16285
16286         * ecomplete.el (ecomplete-database-file-coding-system):
16287         New variable.
16288         (ecomplete-save): Use it.
16289         (ecomplete-setup): Use it.
16290
16291 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * message.el (message-self-insert-commands): New variable.
16294         (message-strip-forbidden-properties): Use it.
16295
16296 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16297
16298         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16299         that doesn't make XEmacs choke.
16300
16301 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * gnus-util.el (gnus-replace-in-string):
16304         Prefer replace-regexp-in-string over of replace-in-string.
16305
16306 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16307
16308         * gnus-util.el (gnus-select-frame-set-input-focus):
16309         Use select-frame-set-input-focus if it is available in XEmacs; use
16310         definition defined in Emacs 22 for old Emacsen.
16311
16312         * dgnushack.el: Autoload unmorse-region for XEmacs.
16313
16314         * lpath.el: Bind cursor-in-non-selected-windows and
16315         select-frame-set-input-focus for XEmacs.
16316
16317 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16320
16321 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16322
16323         * gnus-registry.el (gnus-registry-cache-save): Remove text
16324         properties when saving via the temp buffer.
16325
16326 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16327
16328         * message.el (message-generate-hashcash): Honor custom type.
16329
16330 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16331
16332         * message.el (message-generate-hashcash): Default to non-nil when
16333         hashcash is found.
16334
16335         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16336         (gnus-refer-thread-limit): Increase default to 500.
16337
16338         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16339
16340         * flow-fill.el (fill-flowed): Allow delete-space.
16341
16342 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16343
16344         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16345         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16346         Remove autoloads.
16347
16348 2006-04-18  Simon Josefsson  <jas@extundo.com>
16349
16350         * message.el (message-generate-hashcash): Default to.
16351
16352 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16355         concatenating segments rather than before concatenating them.
16356
16357 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16358
16359         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16360
16361 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16362
16363         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16364
16365         * message.el (message-forward-make-body-plain):
16366         Allow message-forward-ignored-headers to be a list.
16367         (message-remove-ignored-headers): Factor out into function.
16368         (message-forward-make-body-mml): Use it.
16369
16370         * imap.el (imap-quote-specials): New function.
16371         (imap-login-auth): Quote specials.
16372
16373         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16374         (rfc2231-parse-string): Allow concatanation of parameters that
16375         aren't contiguous.  The test case is
16376           (mail-header-parse-content-type "message/external-body;
16377             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16378             access-type=LOCAL-FILE;
16379             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16380
16381 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16382
16383         * nntp.el (nntp-accept-process-output): Return the value of
16384         `nnheader-accept-process-output'.
16385
16386 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16387
16388         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16389         (gnus-button-alist): Recognize more diff formats.
16390         (gnus-button-patch): Strip directory.
16391
16392 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16393
16394         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16395         Emacs 22 when setting focus.
16396
16397 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16398
16399         * gnus-art.el (gnus-article-treat-types): Do treatment of
16400         text/x-verbatim parts.
16401         (gnus-button-patch): New command.
16402
16403         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16404         addresses that contain invalid characters.
16405
16406 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16407
16408         * message.el (message-put-addresses-in-ecomplete):
16409         Use gnus-replace-in-string.
16410         (message-is-yours-p): Use the more correct
16411         mail-header-parse-address instead of
16412         mail-extract-address-components.
16413         (message-put-addresses-in-ecomplete): Fix typo.
16414
16415         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16416         keystroke.
16417
16418         * gnus-art.el (gnus-treatment-function-alist): Change order of
16419         newsgroups/generic header folding to avoid double-folding.
16420
16421         * message.el (message-hidden-headers): Add X-Draft-From.
16422
16423         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16424         New command.
16425         (gnus-summary-repeat-search-article-backward): New command.
16426
16427         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16428         groups in the parent topic.
16429
16430 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16431
16432         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16433         (spam-extra-header-to-number): Return the CRM114 number as a
16434         number instead of a string.
16435
16436 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16437
16438         * gnus-art.el (gnus-face-properties-alist): Move here from
16439         gnus-fun.
16440
16441         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16442
16443 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16444
16445         * message.el (message-strip-forbidden-properties): Only display on
16446         self-insert-command.
16447
16448         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16449         reindent.
16450         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16451
16452 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16453
16454         * smiley.el (smiley-style): Fix typo.
16455
16456 2006-03-23  Kenichi Handa  <handa@m17n.org>
16457
16458         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16459         instead of set-buffer-multibyte.
16460
16461 2006-03-23  Kenichi Handa  <handa@m17n.org>
16462
16463         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16464         buffer and then decode the buffer text if necessary.
16465         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16466         first, and after mm-encode-body, change the buffer to unibyte.
16467
16468 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16469
16470         * hashcash.el (hashcash-insert-payment-async-2):
16471         Use message-goto-eoh instead of doing it manually.
16472         (mail-add-payment): Use message-narrow-to-header instead of trying
16473         to do the same itself.
16474
16475         * message.el (message-hidden-headers): Add Face.
16476
16477         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16478         reparenting code.
16479         (gnus-summary-reparent-children): Refactored out code.
16480         (gnus-summary-thread-map): New keystroke.
16481         (gnus-summary-reparent-children): Make into command.
16482
16483         * smiley.el (smiley-style): Default to `medium' if using a large
16484         font.
16485
16486         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16487         does it itself.
16488
16489         * message.el (message-point-in-header-p): Simplify definition.
16490
16491 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16492
16493         * nnagent.el (nnagent-request-set-mark): Silence log file
16494         writing.
16495         (nnagent-request-set-mark): Use write-region instead of
16496         append-to-file.
16497
16498         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16499         strange select method.
16500
16501         * ecomplete.el (ecomplete-display-matches): Get highlightling
16502         right.
16503         (ecomplete-display-matches): Use literals.
16504         (ecomplete-display-matches): Disable message logging.
16505
16506         * message.el (message-display-abbrev): Small optimization.
16507
16508         * ecomplete.el (ecomplete-display-matches): Allow automatic
16509         display.
16510
16511         * message.el (message-strip-forbidden-properties):
16512         Display abbrevs.
16513         (message-display-abbrev): Get automatic display right.
16514
16515         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16516         keystrokes.
16517
16518 2006-04-13  Romain Francoise  <romain@orebokech.com>
16519
16520         TODO: Backport to v5-10!
16521
16522         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16523         Move here (and rename) from gnus-registry.el.
16524
16525         * gnus-registry.el: Require gnus-util.
16526         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16527
16528 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16529
16530         * gnus-group.el (gnus-group-catchup-current):
16531         Change if-then-else-if-then-else into cond.
16532         (gnus-group-catchup): Indent.
16533         (group-name-at-point): New function.
16534         (gnus-fetch-group): Provide default from thing at point.
16535
16536 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16537
16538         * message.el (message-display-abbrev): Fix regexp.
16539
16540         * ecomplete.el (ecomplete-highlight-match-line):
16541         Reimplement choosing.
16542         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16543         dead variables.
16544
16545         * message.el (message-newline-and-indent): Remove debugging.
16546         (message-display-abbrev): Use new implementation.
16547
16548 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * gnus-art.el (gnus-article-mode):
16551         Set cursor-in-non-selected-windows to nil.
16552
16553         * smiley.el: Revert previous change.
16554         (smiley-data-directory): defvar it before using it in the
16555         defcustom of `smiley-style'.
16556
16557 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16558
16559         * message.el (message-newline-and-indent): New function.
16560
16561         * ecomplete.el: Implement more bits.
16562
16563         * message.el (message-put-addresses-in-ecomplete): Clean up the
16564         string.
16565
16566         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16567
16568         * gnus-sum.el (gnus-summary-save-parts):
16569         Bind gnus-summary-save-parts-counter and use it to make unique file
16570         names.
16571
16572         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16573
16574         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16575         parameter to say whether to actually parse the individual
16576         addresses.
16577
16578         * message.el (message-put-addresses-in-ecomplete): New function.
16579         (ecomplete): Require.
16580         (message-mail-alias-type): Add ecomplete as an option.
16581
16582 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16583
16584         * flow-fill.el (fill-flowed): Remove trailing space from blank
16585         quoted lines.
16586
16587 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16588
16589         * smiley.el (smiley-style): Move definition later to avoid a
16590         compilation warning.
16591
16592 2006-04-12  Kenichi Handa  <handa@m17n.org>
16593
16594         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16595         buffer and then decode the buffer text if necessary.
16596         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16597         first, and after mm-encode-body, change the buffer to unibyte.
16598         Use mm-disable-multibyte instead of set-buffer-multibyte.
16599
16600 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16603         Content-Type header instead of Content-Disposition header.
16604         (gnus-mime-inline-part): Ditto.
16605         (gnus-mime-view-part-as-charset): Ignore charset that the part
16606         specifies.
16607
16608         * mm-decode.el (mm-display-part): Work with external parts and
16609         usual parts similarly.
16610
16611         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16612         instead of gnus-display-mime.
16613
16614         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16615         instead of with-temp-buffer.
16616
16617         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16618         tag to summarized topics part in order to encode non-ASCII text.
16619
16620 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * smiley.el (smiley-style): New variable.
16623         (smiley-directory): New function.
16624         (smiley-data-directory): Derive from `smiley-style' using
16625         `smiley-directory'.
16626         (smiley-regexp-alist): Add new entries.
16627
16628         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16629         (gnus-article-browse-delete-temp): Add :version.
16630
16631 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16632
16633         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16634         the sieve region.
16635
16636 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16637
16638         * gnus.el (gnus-version-number): Bump version.
16639
16640 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * gnus.el: No Gnus v0.4 is released.
16643
16644 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16645
16646         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16647         layout.
16648
16649         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16650         unknown charset.
16651
16652         * message.el (message-header-synonyms): Add Original-To to the
16653         default.
16654
16655         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16656         optional parameter.
16657
16658 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16659
16660         * gnus-fun.el (gnus): Require it for gnus-directory.
16661
16662 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16665
16666 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16667
16668         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16669
16670 2006-04-05  Simon Josefsson  <jas@extundo.com>
16671
16672         * password.el (password-reset): New function.
16673
16674 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16675
16676         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16677         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16678
16679 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16680
16681         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16682         Some whitespace was matched into the url, which broke browsing hits
16683         > 100 when mm-url-use-external was nil.
16684
16685 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16686
16687         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16688         Check gnus-extra-headers for 'Newsgroups.
16689
16690         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16691         bound.
16692
16693 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16694
16695         * pgg-gpg.el: Clean up process buffers every time gpg processes
16696         complete.
16697
16698 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16699
16700         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16701         doc string.
16702
16703 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16704
16705         * pgg-gpg.el (pgg-gpg-process-filter)
16706         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16707
16708         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16709         lines, temporary fix.
16710
16711 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16712
16713         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16714
16715 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16716
16717         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16718         default-enable-multibyte-characters.  This reverts the change from
16719         revision 6.17 which is no longer necessary because the passphrase
16720         is sent separately now.  GnuPG messages are unreadable under
16721         multibyte locales with default-enable-multibyte-characters set to
16722         nil.
16723
16724 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16725
16726         * message.el (message-tool-bar-gnome): Move "spell".
16727
16728 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16731         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16732         instead.
16733
16734 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16735
16736         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16737         Improve newsgroups handling for NNTP overviews which don't include
16738         Newsgroups.
16739
16740 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16741
16742         * message.el (message-resend): Bind message-generate-hashcash to nil.
16743
16744 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16745
16746         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16747         when searching for already-paid recipients.
16748
16749 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16750
16751         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16752         passphrases when it is not needed.
16753         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16754         passphrase stuff from gpg, should only be necessary when you use
16755         gpg with a smartcard.
16756
16757 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * mml.el (mml-insert-mime): Ignore cached contents of
16760         message/external-body part.
16761
16762         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16763         (mm-insert-part): Ditto.
16764
16765 2006-03-23  Simon Josefsson  <jas@extundo.com>
16766
16767         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16768         Reiner.
16769         (pgg-gpg-use-agent-p): Use it again.
16770
16771 2006-03-23  Simon Josefsson  <jas@extundo.com>
16772
16773         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16774         older emacsen.
16775         (pgg-gpg-use-agent-p): Don't use it.
16776
16777 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16780         if we can.
16781
16782 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16783
16784         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16785         (pgg-gpg-update-agent): New function.
16786         (pgg-gpg-use-agent-p): New function.
16787         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16788         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16789         (pgg-gpg-sign-region): Use it.
16790
16791 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16794         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16795
16796 2006-03-21  Simon Josefsson  <jas@extundo.com>
16797
16798         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16799         <wilde@sha-bang.de>.
16800         (pgg-gpg-use-agent): New variable.
16801         (pgg-gpg-process-region): Use it.
16802         (pgg-gpg-encrypt-region): Likewise.
16803         (pgg-gpg-encrypt-symmetric-region): Likewise.
16804         (pgg-gpg-decrypt-region): Likewise.
16805         (pgg-gpg-sign-region): Likewise.
16806         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16807
16808 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16809
16810         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16811
16812         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16813         Add comment on version.
16814
16815 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16816
16817         * smiley.el: Add missing test smiley.
16818
16819 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16820
16821         * mm-decode.el (mm-with-part): New macro.
16822         (mm-get-part): Use it; work with message/external-body as well.
16823         (mm-save-part): Treat name and filename equally.
16824
16825         * mm-extern.el (mm-extern-cache-contents): New function.
16826         (mm-inline-external-body): Use it; force the part to be displayed;
16827         move undisplayer added to the cached handle to the parent.
16828
16829         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16830         (gnus-mime-view-part-as-type): Work with message/external-body.
16831
16832         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16833
16834 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16835
16836         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16837         images in image-load-path.  [Sync with image.el, revision 1.60, in
16838         Emacs.]
16839
16840 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16841
16842         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16843         path rather than symbol.  Always return list of directories.
16844         Guarantee that image directory comes first.  [Sync with image.el,
16845         revision 1.59, in Emacs.]
16846
16847         * message.el (message-make-tool-bar): Adjust to new API of
16848         `gmm-image-load-path-for-library'.
16849
16850         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16851
16852         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16853
16854 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16855
16856         * gnus-art.el (gnus-article-only-boring-p):
16857         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16858         intangible text.
16859         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16860
16861 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16862
16863         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16864         Use `defun' instead of `gmm-defun-compat'.
16865
16866 2006-03-14  Simon Josefsson  <jas@extundo.com>
16867
16868         * message.el (message-unique-id): Don't use message-number-base36
16869         if (user-uid) is a float.
16870         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16871
16872 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16875
16876         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16877         empty line between a part and a message part.
16878
16879 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16880
16881         * smiley.el: Add more test smileys.
16882         (smiley-data-directory, smiley-regexp-alist)
16883         (gnus-smiley-file-types): Fix doc strings.
16884         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16885         adding new elements.
16886         (smiley-mouse-map): Unused code.  Make it a comment.
16887
16888 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16891         scan latest NoCeM messages instead of old ones.
16892         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16893         delimiters that are recently used.
16894         (gnus-nocem-load-cache): Add autoload cookie.
16895
16896         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16897
16898         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16899         level which is larger than gnus-use-nocem is specified.
16900
16901         * gnus-group.el (gnus-group-get-new-news): Ditto.
16902
16903 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16904
16905         * gnus-util.el (gnus-tool-bar-update): New function.
16906
16907         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16908         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16909
16910         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16911
16912         * gnus-group.el (gnus-group-redraw-when-idle)
16913         (gnus-group-redraw-check): Remove.
16914         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16915
16916 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16919         if optional last element is specified in splits (FIELD VALUE...).
16920
16921 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16922
16923         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16924         to gmm-image-load-path-for-library.  Call with no-error argument.
16925         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16926
16927         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16928
16929         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16930
16931         * gmm-utils.el (gmm-image-load-path): Remove alias.
16932
16933 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16934
16935         * gmm-utils.el (gmm-image-load-path): Add alias.
16936
16937         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16938         nnml-generate-nov-databases-1.
16939         (nnml-generate-nov-databases): Use it.
16940         (nnml-generate-nov-databases-directory): Document no-active
16941         argument.
16942
16943         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16944         directory if path is t.  Add no-error.
16945
16946         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16947         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16948
16949         * gnus-art.el (gnus-article-browse-delete-temp-files):
16950         Simplify resetting gnus-article-browse-html-temp-list.
16951
16952         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16953         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16954         Add example to docstring.  Rename local variables.  Move error
16955         checks to default case in cond and simplify.
16956
16957 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16960         handle is multipart when calling it recursively.
16961         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16962
16963 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16964
16965         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16966         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16967
16968 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16971         is loaded.
16972
16973         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16974         loaded.
16975
16976 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16979         to "Emacs 23 (unicode)" in doc string.
16980
16981         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16982         "Emacs 23 (unicode)" in comment.
16983
16984 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16987
16988         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16989         characters 160 through 255 in Emacs 23.
16990
16991 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16994         gnus-article-browse-html-temp.
16995         (gnus-article-browse-delete-temp): Make it customizable.
16996         Add `file'.  Adjust doc string.
16997         (gnus-article-browse-delete-temp-files): Add argument.
16998         Allow query for each file.  Adjust doc string.
16999         (gnus-article-browse-html-parts):
17000         Add `gnus-article-browse-delete-temp-files' to
17001         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17002
17003 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17004
17005         * gnus-art.el (gnus-article-browse-html-temp)
17006         (gnus-article-browse-delete-temp): New variables.
17007         (gnus-article-browse-delete-temp-files): New function.
17008         (gnus-article-browse-html-parts): Use it.
17009
17010 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17011
17012         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17013
17014         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17015         string.
17016
17017         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17018         gnus-summary-insert-new-articles when unplugged.
17019         Remove gnus-summary-search-article-forward.
17020
17021         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17022         display-visual-class instead of display-color-cells.
17023
17024 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * dgnushack.el: Autoload customize-group for XEmacs.
17027
17028         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17029         message/* containing non-ASCII text properly.
17030
17031 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17032
17033         * message.el: Require gmm-utils, remove autoloads.
17034         (message-tool-bar): Set default based on
17035         gmm-tool-bar-style.
17036         (message-tool-bar-gnome): Add gmm-customize-mode.
17037
17038         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17039         gmm-tool-bar-style.
17040         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17041
17042         * gnus-group.el (gnus-group-tool-bar): Set default based on
17043         gmm-tool-bar-style.
17044         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17045
17046         * gmm-utils.el (gmm-image-directory): Rename variable from
17047         gmm-image-load-path.
17048         (gmm-image-load-path): Use gmm-image-directory.
17049         (gmm-customize-mode): New function.
17050         (gmm-tool-bar-style): New variable.
17051
17052         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17053         gnus-group-redraw-line-number.
17054         (gnus-group-redraw-check): Simplify.
17055         (gnus-group-tool-bar-update): Remove redraw check.
17056         (gnus-group-make-tool-bar): Add redraw check.
17057
17058 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17059
17060         * gnus-art.el (gnus-button): Add missing parentheses.
17061
17062 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * lpath.el: Fbind line-number-at-pos.
17065
17066 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17069
17070 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17071
17072         * gnus-art.el (gnus-button): New face.
17073         (gnus-article-button-face): Use it.
17074
17075         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17076         Add gnus-summary-next-page.  Re-order.
17077
17078         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17079         next-node are now included.
17080         (gnus-group-redraw-line-number): New internal variable.
17081         (gnus-group-redraw-check): Helper function for updating the tool
17082         bar.
17083         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17084
17085         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17086
17087         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17088         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17089         Use it to match format of Spamassassin 3.0 and later.
17090         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17091         (spam-check-bogofilter)
17092         (spam-bogofilter-register-with-bogofilter): Fix args of
17093         `gnus-error' calls.
17094
17095 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17096
17097         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17098         unnecessary interaction when sending queued mails.
17099         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17100
17101 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17102
17103         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17104         first or last are nil.
17105
17106 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17107
17108         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17109
17110 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17111
17112         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17113
17114 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17115
17116         * dns.el (query-dns): Protect more against buggy tcp output.
17117
17118 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17119
17120         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17121         nov.php.
17122
17123 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17124
17125         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17126         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17127         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17128         output on the server side.
17129         (nnweb-google-create-mapping): Update regexps and add some
17130         progress indication.
17131
17132 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17133
17134         * gnus-group.el (gnus-group-tool-bar-gnome):
17135         Fix gnus-agent-toggle-plugged.  Re-order icons.
17136         (gnus-group-tool-bar-gnome):
17137         Add gnus-group-{prev,next}-unread-group.
17138         (gnus-group-tool-bar-gnome): Re-order icons.
17139
17140         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17141         Move gnus-summary-insert-new-articles.
17142
17143         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17144         Fix comments.
17145
17146         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17147         also available in Emacs 21.3.
17148
17149         * message.el (message-fix-before-sending): Change "Emacs 22" to
17150         "Emacs 23 (unicode)" in comment.
17151
17152         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17153         "Emacs 23 (unicode)" in comment.
17154
17155         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17156         comment.
17157         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17158
17159         * mm-view.el (mm-fill-flowed): Add :version.
17160
17161 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17164         and load-path.
17165
17166 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * message.el: Autoload gmm-image-load-path.
17169         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17170         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17171         consitency.
17172
17173         * gmm-utils.el (gmm-image-load-path): Also search in
17174         "../etc/images".  Don't set gmm-image-load-path if we don't find
17175         the image.
17176
17177 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gmm-utils.el (gmm-image-load-path): Don't make
17180         `gmm-image-load-path' include subdirectories which the second arg
17181         `image' might specify.
17182
17183         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17184         subdirectory to icon file names.
17185
17186         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17187
17188 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17191         gmm-image-load-path calls.
17192
17193         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17194
17195         * message.el (message-make-tool-bar): Ditto.
17196
17197         * mml.el (mml-preview): Add comment concerning tool bar icons.
17198
17199         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17200         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17201
17202         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17203         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17204
17205         * message.el (message-tool-bar-gnome): Use new icon names.
17206         (message-make-tool-bar): Use `gmm-image-load-path'.
17207
17208         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17209         New functions from MH-E.
17210         (gmm-image-load-path): New variable from MH-E.
17211         (gmm-image-load-path): New function from MH-E.  Add arguments
17212         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17213         *-image-load-path-called-flag.
17214
17215 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17216
17217         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17218
17219 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17220
17221         * nnimap.el (nnimap-request-move-article): Change folder back to
17222         source group before deleting.
17223
17224 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17225
17226         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17227
17228         * gnus-art.el (mm-url-insert-file-contents-external):
17229         Autoload mm-url.
17230
17231         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17232
17233 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17236         coding system which mm-charset-to-coding-system returns for a
17237         given charset is valid.
17238
17239 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17240
17241         * html2text.el (html2text-remove-tag-list):
17242         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17243
17244 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17245
17246         * gnus-cus.el: Revert 2005-10-17 change.
17247
17248 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus-art.el (article-strip-banner):
17251         Call article-really-strip-banner only when the regexp match is made.
17252
17253 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * gnus-art.el (article-strip-banner):
17256         Use gnus-extract-address-components instead of
17257         mail-header-parse-addresses to make it work with non-ASCII text;
17258         remove mail-encode-encoded-word-string.
17259
17260         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17261         values which are surrounded with \"...\"; make it never cause a
17262         Lisp error; give up parsing of parameters if it failed in
17263         extracting type.
17264
17265 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17266
17267         * smime.el (smime-cert-by-ldap-1): Fix bug where
17268         `smime-ldap-search' returns results without userCertificates.
17269
17270 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17273
17274 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * spam.el (spam-check-spamassassin-headers): Adapt format for
17277         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17278         <ari@mbf.ocn.ne.jp>.
17279         (spam-list-of-processors): Add spam-use-gmane.
17280
17281 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17284         make-temp-file; make it work with XEmacs as well.
17285
17286         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17287         mm-make-temp-file.
17288
17289         * mm-decode.el (mm-display-external): Use the 3rd arg of
17290         mm-make-temp-file.
17291         (mm-create-image-xemacs): Ditto.
17292
17293 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17296         with message-narrow-to-headers.
17297         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17298         (gnus-draft-check-draft-articles): New function.
17299         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17300
17301 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17302
17303         * gnus-art.el (gnus-article-browse-html-parts):
17304         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17305         Don't use suffix argument for mm-make-temp-file for Emacs 21
17306         compatibility.  Remove useless `format'.
17307
17308 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17309
17310         * nnweb.el (nnweb-google-wash-article): Update regexps.
17311         (nnweb-group-alist): Use defvoo instead of defvar.
17312
17313 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17314
17315         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17316         re-loading nn* modules.
17317
17318 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17319
17320         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17321         for `tool-bar-mode' and don't check it's default-value.
17322
17323         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17324
17325         * message.el (message-make-tool-bar): Ditto.
17326
17327         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17328         `substring'.  Shorten tmp-file name.
17329
17330         * gnus.el: Remove bogus comment.
17331
17332 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17333
17334         * gnus-art.el (gnus-article-browse-html-parts): New function.
17335         (gnus-article-browse-html-article): New function for viewing html
17336         articles with a browser.
17337
17338 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17339
17340         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17341         in elisp.
17342         (pgg-gpg-encrypt-symmetric-region): Ditto.
17343         (pgg-gpg-sign-region): Ditto.
17344
17345         * pgg-def.el (pgg-text-mode): New variable.
17346
17347         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17348         (mml2015-pgg-encrypt): Ditto.
17349
17350         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17351         (mml1991-pgg-encrypt): Ditto.
17352
17353 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * nnfolder.el (nnfolder-insert-newsgroup-line):
17356         Use message-make-date instead of current-time-string.
17357
17358         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17359         to gnus-decoded which mm-uu might set.
17360
17361 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17364         don't decode quoted parameters; remove misimported Emacs code.
17365         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17366         (rfc2231-decode-encoded-string): Don't use split-string which
17367         behaves differently according to Emacs version; use
17368         mm-decode-coding-region to convert charset to coding-system.
17369         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17370         (rfc2231-encode-string): Remove misimported Emacs code.
17371
17372 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17375         when calling mail-header-parse-content-type.
17376         (article-de-quoted-unreadable): Ditto.
17377         (article-de-base64-unreadable): Ditto.
17378         (article-wash-html): Ditto.
17379
17380         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17381         calling mail-header-parse-content-type and
17382         mail-header-parse-content-disposition.
17383         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17384         mail-header-parse-content-type.
17385
17386         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17387         insert charset and format parameters; encode description after
17388         inserting it to buffer.
17389         (mml-insert-parameter): Fold lines properly even if a parameter is
17390         segmented into two or more lines; change the max column to 76.
17391
17392         * rfc1843.el (rfc1843-decode-article-body): Don't use
17393         ignore-errors when calling mail-header-parse-content-type.
17394
17395         * rfc2231.el (rfc2231-parse-string): Return at least type if
17396         possible; don't cause an error even if it fails in parsing of
17397         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17398         (rfc2231-encode-string): Don't break lines at the beginning, leave
17399         it to mml-insert-parameter.
17400
17401         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17402         calling mail-header-parse-content-type.
17403
17404 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17405
17406         * spam-report.el (spam-report-gmane-use-article-number):
17407         Improve doc string.
17408         (spam-report-gmane-internal): Check if a suitable header was found
17409         in the article.
17410
17411 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17414         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17415
17416 2006-02-05  Romain Francoise  <romain@orebokech.com>
17417
17418         Update copyright notices of all files in the gnus directory.
17419
17420 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17421
17422         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17423
17424 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17427         segmented lines of parameter value to cope with Thunderbird 1.5
17428         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17429         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17430         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17431
17432 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17433
17434         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17435         parts.
17436
17437 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17438
17439         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17440         there's only one active file for all servers.
17441         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17442         solid groups.  Gnus might have used a FAST request to select the group.
17443         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17444         and nnweb-search redundantly in the active file.
17445         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17446         (nnweb-request-create-group): Don't use ARGS.
17447         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17448         initializations.  Let nnoo do the work.
17449
17450 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17453         Say the part has been decoded.
17454
17455         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17456
17457 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17458
17459         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17460         mailcap-viewer-test-cache when there's no 'test clause, since that
17461         will invert the meaning of a "nil" test previously determined by
17462         mailcap-mailcap-entry-passes-test.
17463
17464 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17467         compiling.
17468
17469         * gnus-sum.el: Ditto.
17470
17471         * message.el: Don't bind tool-bar-map when compiling.
17472
17473 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17474
17475         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17476
17477 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17478
17479         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17480         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17481         current Google Groups.
17482
17483 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17484
17485         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17486         and tool-bar-mode.
17487
17488         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17489         and tool-bar-mode.
17490
17491         * message.el (message-tool-bar-update): Simplify.
17492         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17493
17494         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17495         gnus-summary-buffer.
17496         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17497         gnus-summary-reply.
17498
17499         * gmm-utils.el (gmm): Add :version.
17500
17501 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * Makefile.in (clean): New rule.
17504         (distclean): Use it.
17505
17506 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17507
17508         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17509         Don't autoload.
17510
17511 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * gmm-utils.el (gmm-verbose): Add :group.
17514
17515 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17516
17517         * message.el: Change some comments WRT tool-bars.
17518
17519         * gnus-sum.el (gnus-summary-tool-bar)
17520         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17521         (gnus-summary-tool-bar-zap-list): New variables.
17522         (gnus-summary-make-tool-bar): Complete rewrite using
17523         `gmm-tool-bar-from-list'.
17524
17525         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17526         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17527         New variables.
17528         (gnus-group-make-tool-bar): Complete rewrite using
17529         `gmm-tool-bar-from-list'.
17530         (gnus-group-tool-bar-update): New function.
17531
17532         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17533
17534 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17537         is dissected into a single part of which the type is the same as
17538         the given one; decode charset.
17539
17540 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17541
17542         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17543         into alists as symbol not string, since that's what
17544         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17545         look for.
17546
17547 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17548
17549         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17550         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17551
17552         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17553
17554 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17557         (gnus-xmas-mime-security-button-menu): New function.
17558
17559         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17560         (gnus-mime-security-button-menu): New definition.
17561         (gnus-mime-security-button-map): Use them.
17562         (gnus-mime-security-button-menu): New function.
17563         (gnus-insert-mime-security-button): Addition to help echo.
17564         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17565         (gnus-mime-security-pipe-part): New functions.
17566
17567         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17568         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17569
17570         * mm-decode.el (mm-handle-set-disposition): Remove.
17571         (mm-handle-set-description): Remove.
17572
17573 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17576         (mm-w3m-standalone-supports-m17n-p): New function.
17577         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17578         w3m usage.
17579
17580         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17581         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17582
17583 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * message.el (message-tool-bar-zap-list):
17586         Use gmm-tool-bar-zap-list as custom type.
17587         (message-tool-bar-update): New function.
17588         (message-tool-bar, message-tool-bar-gnome)
17589         (message-tool-bar-retro): Add message-tool-bar-update.
17590         (message-tool-bar-gnome): Add flyspell-buffer.
17591
17592         * gnus-util.el (gnus-error): Describe `args'.
17593
17594         * gmm-utils.el (gmm-error): Describe `args'.
17595         (gmm-tool-bar-zap-list): New widget.
17596         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17597
17598 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17599
17600         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17601         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17602         the number of recursive calls.
17603
17604         * mm-decode.el (mm-handle-set-disposition): New macro.
17605         (mm-handle-set-description): New macro.
17606
17607 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17610         encoding.
17611
17612 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17613
17614         * message.el (message-tool-bar-zap-list, message-tool-bar)
17615         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17616         (message-tool-bar-local-item-from-menu): Remove.
17617         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17618         (message-make-tool-bar): New function.
17619         (message-mode): Use `message-make-tool-bar'.
17620
17621         * gmm-utils.el: New file.
17622         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17623         (gmm-lazy): New widget copied from `nnmail.el'.
17624         (gmm-tool-bar-from-list): New function for creating customizable
17625         tool bars.
17626         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17627         output.
17628         (gmm): Add :prefix to defgroup.
17629
17630 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17631
17632         * gmm-utils.el (gmm-widget-p): New function.
17633
17634 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17635
17636         * mml.el (mml-attach-file): Describe `description' in doc string.
17637         (mml-menu): Add Emacs MIME manual and PGG manual.
17638
17639 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17640
17641         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17642
17643 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17644
17645         * nntp.el (nntp-end-of-line): Doc fix.
17646
17647 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17648
17649         * imap.el (imap-open): Handle case where buffer is a buffer
17650         object.
17651
17652 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17653
17654         * gnus-delay.el (gnus-delay): Don't autoload.
17655         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17656         to be re-loaded when customizing the `gnus-delay' group.
17657
17658 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17659
17660         * message.el (message-insert-citation-line): Use newlines.
17661
17662 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17663
17664         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17665         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17666         these routines, so the passphrase can be managed externally and
17667         passed in to the system.
17668         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17669         pgg-add-passphrase-to-cache function.
17670
17671         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17672         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17673         these routines, so the passphrase can be managed externally and
17674         passed in to the system.
17675         (pgg-pgp5-sign-region): Use new name of
17676         pgg-add-passphrase-to-cache function.
17677
17678 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17679
17680         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17681         part of the decoded armor to find the key-identifier.
17682         (pgg-gpg-lookup-key-owner): New function to return the
17683         human-readable identifier of a key owner.
17684         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17685         itself.
17686         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17687         the key value) if we have a key and can match it against a secret
17688         key.  Also, added a note pointing out fact that the prompt only
17689         indicates the first matching key.
17690
17691         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17692         pgg-decrypt-region.
17693         (pgg-add-passphrase-to-cache): Rename from
17694         `pgg-add-passphrase-cache' to reduce confusion (all callers
17695         changed).
17696         (pgg-remove-passphrase-from-cache): Rename from
17697         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17698         changed).
17699         (pgg-read-passphrase, pgg-add-passphrase-cache)
17700         (pgg-remove-passphrase-cache): Add informative docstrings.
17701         (pgg-decrypt): Convey provided passphrase in subordinate call to
17702         pgg-decrypt-region.
17703
17704 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17705
17706         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17707         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17708         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17709         'passphrase' argument, so the passphrase can be managed externally
17710         and then passed in to the system.
17711
17712         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17713         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17714         so the passphrase cache can be used reliably with identifiers
17715         besides a pgp packet's key id.
17716
17717         * pgg-gpg.el (pgg-gpg-encrypt-region)
17718         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17719         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17720         these routines, so the passphrase can be managed externally and
17721         passed in to the system.
17722
17723         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17724         'notruncate' argument, so the passphrase cache can be used
17725         reliably with identifiers besides a pgp packet's key id.
17726
17727 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17728
17729         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17730         symmetric encryption.
17731         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17732         encrypted session key.
17733         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17734         message ask for the passphrase in a proper way.
17735
17736         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17737         New user commands for symmetric encryption.
17738
17739 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17742
17743         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17744
17745 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17746
17747         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17748
17749 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * mm-decode.el (mm-inlined-types): Add application/pgp.
17752         (mm-automatic-display): Ditto.
17753
17754         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17755         part as text.
17756
17757 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * nnrss.el: Update copyright.
17760         (nnrss-opml-import): Query whether to subscribe to each entry.
17761
17762         * gnus-art.el:
17763         * gnus-sum.el:
17764         * gnus-xmas.el:
17765         * messagexmas.el:
17766         * mm-uu.el:
17767         * mm-view.el: Update copyright.
17768
17769 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17770
17771         * message.el (message-info): New function.
17772         (message-mode-menu): Add it.
17773         Update copyright.
17774
17775         * ChangeLog: Fix and update copyright.
17776
17777 2006-01-13  Romain Francoise  <romain@orebokech.com>
17778
17779         * message.el (message-forward-subject-name-subject): Prefer the
17780         address to 'nowhere' if the sender has no name.
17781         Fix typo.  Update copyright year.
17782
17783 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * gnus-art.el (article-wash-html):
17786         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17787         (gnus-article-wash-html-with-w3m-standalone): New function.
17788
17789         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17790         mm-inline-text-html-render-with-w3m-standalone.
17791         (mm-text-html-washer-alist): Map w3m-standalone to
17792         gnus-article-wash-html-with-w3m-standalone.
17793         (mm-inline-text-html-render-with-w3m-standalone): New function.
17794
17795 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17796
17797         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17798         Improve LaTeX.
17799
17800 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17803         (nnrss-request-article): Render text/plain parts as HTML.
17804
17805         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17806         the buffer.
17807
17808 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17809
17810         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17811         custom definition of `gnus-posting-styles'.
17812
17813         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17814         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17815
17816 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17817
17818         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17819         Use nntp for bug archive.
17820
17821 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17824         parts.
17825         (nnrss-normalize-date): New function converts ISO 8601 date into
17826         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17827         (nnrss-check-group): Use it.
17828
17829 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17832
17833         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17834         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17835         (nnrss-insert-w3): Ditto.
17836
17837 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17840         the articles to be forwarded including the case where neither a
17841         number of articles nor a region is specified.
17842
17843 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17844
17845         * nnrss.el (nnrss-request-article): Fix last change; fill
17846         text/plain parts.
17847
17848 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17851         in text/plain part.
17852         (nnrss-check-group): Don't add excessive newline to dc:subject.
17853
17854 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17855
17856         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17857         article.
17858
17859 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17860
17861         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17862         (nnml-use-compressed-files, nnml-save-mail): Support other
17863         comression programs such as bzip2.
17864
17865 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17866
17867         * dns.el (query-dns): Make sure we check the buffer size before
17868         removing tcp headers.
17869
17870 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17873         remove MIME buttons associated with multipart/alternative parts.
17874         (gnus-mime-display-alternative): Tag buttons using `article-type'
17875         text property.
17876
17877         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17878         associated with multipart/alternative parts.
17879
17880         * gnus-art.el (gnus-signature-separator): Fix custom type.
17881
17882         * mm-decode.el (mm-inlined-types): Fix custom type.
17883         (mm-keep-viewer-alive-types): Ditto.
17884         (mm-automatic-display): Ditto.
17885         (mm-attachment-override-types): Ditto.
17886         (mm-inline-override-types): Ditto.
17887         (mm-automatic-external-display): Ditto.
17888
17889 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17890
17891         * spam-report.el (spam-report-user-mail-address)
17892         (spam-report-user-agent): New variables.
17893         (spam-report-url-ping-plain): Use spam-report-user-agent.
17894
17895 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17896
17897         * gnus-art.el (gnus-button-handle-custom): Do not just use
17898         `customize-apropos' for any "M-x customize-*" button but the
17899         function called for.  Accept both the function name and its
17900         argument in order to achieve this.
17901         (gnus-button-alist): Remove support for "custom:" URL's.
17902         Pass function name to `gnus-button-handle-custom' in case of "M-x
17903         customize-*" buttons.
17904
17905 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17908         multipart/alternative and add xref to mm-discouraged-alternatives
17909         in doc string.
17910
17911         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17912         gnus-buttonized-mime-types in doc string.
17913
17914 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17915
17916         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17917         Suggest image/.* in the doc string.
17918
17919 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17920
17921         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17922         message-marks (Debian bug #342521).
17923
17924 2005-12-12  Simon Josefsson  <jas@extundo.com>
17925
17926         * password.el (password-read-from-cache): Add.
17927         (password-read): Use it.
17928
17929 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17930
17931         * rfc2047.el (rfc2047-charset-to-coding-system):
17932         Recognize us-ascii as a MIME charset.
17933
17934         * mm-bodies.el (mm-decode-content-transfer-encoding):
17935         Protect against the case where the 2nd arg TYPE is nil.
17936
17937 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17938
17939         * pop3.el (pop3-stream-type): Fix custom version.
17940
17941         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17942
17943 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17944
17945         * mm-decode.el (mm-display-external): Add missing cdr.
17946
17947 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17948
17949         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17950         RFC1524) if it is in mailcap or add a suffix according to
17951         mailcap-mime-extensions when generating a temp filename; postpone
17952         deleting a temp file for 2 seconds for some wrappers, shell
17953         scripts, and so on, which might exit right after having started a
17954         viewer command as a background job.
17955
17956 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17957
17958         * nntp.el (nntp-marks-directory): Fix custom group.
17959
17960         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17961         steps when < 10.
17962
17963         * gnus-start.el (gnus-no-server-1):
17964         Mention `gnus-level-default-subscribed' in doc string.
17965
17966 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17967
17968         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17969         parens.
17970
17971 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * gnus-xmas.el (gnus-use-toolbar): Revert.
17974         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17975         gnus-use-toolbar is default.
17976
17977         * messagexmas.el (message-use-toolbar): Revert.
17978         (message-setup-toolbar): Use global default-toolbar if
17979         message-use-toolbar is default.
17980
17981 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17982
17983         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17984         according to default-toolbar-visible-p.
17985
17986         * messagexmas.el (message-use-toolbar): Ditto.
17987
17988 2005-11-26  Dave Love  <fx@gnu.org>
17989
17990         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17991         (tls-program, tls-success): Provide openssl alternative.
17992
17993         * starttls.el: Doc fixes.
17994         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17995         SERVICE to PORT.
17996
17997         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17998         port null or service name.
17999         (starttls-negotiate): Autoload.
18000
18001 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * message.el (message-kill-to-signature): Fix interactive spec.
18004
18005 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * pop3.el (pop3-open-server): Recognize a string as a service name.
18008
18009 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18010
18011         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18012
18013 2005-11-23  Dave Love  <fx@gnu.org>
18014
18015         Add pop3s, pop3/starttls.
18016
18017         * pop3.el (pop3-authentication-scheme): Clarify doc.
18018         (open-tls-stream, starttls-open-stream): Autoload.
18019         (pop3-stream-type): New.
18020         (pop3-open-server): Use it.
18021
18022         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18023         for POP.
18024         (mail-source-keyword-map): Add :stream for POP.
18025         (mail-source-fetch-pop): Use pop3-stream-type.
18026
18027 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18030         of current-time-string.
18031
18032 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18033
18034         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18035         date header.
18036
18037 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18038
18039         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18040         it can seriously impact performance as it bypasses the agent's
18041         local caches.
18042
18043 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18044
18045         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18046         must be explicitly online rather than "not explicitly offline" for
18047         its flags to be synchronized.
18048
18049         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18050         that gnus-uu-unmark-thread will function correctly.
18051
18052         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18053         1024K is instead displayed as 1M.
18054
18055 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18056
18057         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18058
18059 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18060
18061         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18062
18063 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18064
18065         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18066         error message to display actual error condition.
18067         (gnus-agent-save-local): Avoid saving symbols that are bound to
18068         nil as they simply result in a warning message in
18069         gnus-agent-read-local.
18070
18071 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18074         rather than make-variable-buffer-local for file-precious-flag.
18075
18076 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18077
18078         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18079         for duplicates which are removed.  The invalid sort check then
18080         triggers a rescan after the sort as sorting may have moved
18081         duplicate entries such that they can be cheaply detected.
18082
18083 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18086
18087 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18088
18089         * gnus-agent.el (gnus-agent-article-alist-save-format):
18090         Change internal variable to a custom variable.  Change default value
18091         from compressed(2) to uncompressed(1).
18092         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18093         support for uncompressed agentview files.  Taken together, reading
18094         the agentview file should now be 6-7 times faster.
18095
18096 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18097
18098         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18099         as a buffer-local variable.  This avoids creating truncated
18100         dribble files as a result of a hang up, eg.
18101
18102 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18103
18104         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18105         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18106         XEmacs.
18107
18108 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18109
18110         * gnus-start.el (gnus-start-draft-setup):
18111         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18112
18113         * gnus.el (gnus-splash): Change custom group.
18114         (gnus-group-get-parameter, gnus-group-parameter-value):
18115         Describe allow-list argument.
18116
18117         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18118         string.
18119
18120 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18121
18122         * gnus-art.el (gnus-default-article-saver): Add user-defined
18123         `function' to custom type.
18124
18125 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18126
18127         * imap.el (imap-open): Handle case where buffer is a buffer
18128         object.
18129
18130 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18131
18132         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18133         long lines.
18134         (gnus-cache-delete-group): Wrap doc strings.
18135
18136         * gnus-agent.el (gnus-agent-rename-group)
18137         (gnus-agent-delete-group): Wrap doc strings.
18138
18139 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18140
18141         * messagexmas.el (message-use-toolbar): Change the valid values
18142         into default, top, bottom, left, and right.
18143         (message-toolbar-thickness): New variable.
18144         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18145         well.
18146         (message-setup-toolbar): Make it work.
18147
18148         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18149         (gnus-use-toolbar): Change the valid values into default, top,
18150         bottom, left, and right.
18151         (gnus-toolbar-thickness): New variable.
18152         (gnus-xmas-setup-toolbar): New function.
18153         (gnus-xmas-setup-group-toolbar): Use it.
18154         (gnus-xmas-setup-summary-toolbar): Use it.
18155
18156 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18157
18158         * gnus-start.el (gnus-1): Add "native" to
18159         gnus-predefined-server-alist.
18160
18161         * gnus.el (gnus-method-to-server): Don't add "native" to the
18162         lists here, because that leads to problems when
18163         gnus-select-method is bound.
18164
18165 2005-11-09  Simon Josefsson  <jas@extundo.com>
18166
18167         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18168         use (not sort-by-date) instead.
18169
18170 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18171
18172         * gnus-delay.el (gnus-delay-group): Don't autoload.
18173         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18174         to be re-loaded when customizing the `gnus-delay' group.
18175
18176 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18177
18178         * message.el: Revert last changes.
18179         (message-insert-citation-line): Use newlines.
18180
18181 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18182
18183         * message.el (message-courtesy-message)
18184         (message-mark-insert-begin, message-mark-insert-end)
18185         (message-elide-ellipsis, message-cancel-message)
18186         (message-add-header, message-change-subject)
18187         (message-cross-post-followup-to-header)
18188         (message-cross-post-insert-note, message-reduce-to-to-cc)
18189         (message-widen-reply, message-delete-not-region)
18190         (message-kill-to-signature, message-insert-signature)
18191         (message-insert-importance-high, message-insert-importance-low)
18192         (message-insert-or-toggle-importance)
18193         (message-insert-disposition-notification-to)
18194         (message-indent-citation, message-yank-original)
18195         (message-cite-original-without-signature, message-cite-original)
18196         (message-insert-citation-line, message-position-on-field)
18197         (message-fix-before-sending, message-send-mail-partially)
18198         (message-send-mail, message-send-mail-with-sendmail)
18199         (message-send-mail-with-qmail, message-send-news)
18200         (message-check-news-header-syntax, message-generate-headers)
18201         (message-insert-courtesy-copy, message-fill-address)
18202         (message-fill-header, message-shorten-references)
18203         (message-setup-1, message-cancel-news)
18204         (message-forward-make-body-plain, message-forward-make-body-mime)
18205         (message-forward-make-body-mml, message-encode-message-body)
18206         (message-forward-make-body-digest-plain)
18207         (message-forward-make-body-digest-mime)
18208         (message-use-alternative-email-as-from): Insert `hard-newline'
18209         instead of ordinary newlines.
18210
18211 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * message.el (message-generate-headers): Downcase the argument
18214         given to message-check-element.
18215
18216 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18217
18218         * nntp.el (nntp-authinfo-rejected): New error condition.
18219         (nntp-wait-for): Use new error condition to signal authentication
18220         error.
18221         (nntp-retrieve-data): Rethrow new error condition to break out of
18222         recursive call to nntp-send-authinfo.
18223
18224 2005-11-08  Romain Francoise  <romain@orebokech.com>
18225
18226         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18227         (gnus-summary-exit-map): Bind to `Z p'.
18228         (gnus-summary-make-menu-bar): Add menu item.
18229
18230 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18231
18232         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18233         (gnus-treat-*): Add `first' in all doc strings.
18234
18235         * gnus-group.el (gnus-group-compact-group): Fix typo.
18236
18237 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * gnus.el (gnus-parameters-case-fold-search): New variable.
18240         (gnus-parameters-get-parameter): Use it.
18241
18242         * gnus-score.el (gnus-home-score-file): Doc fix.
18243
18244 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18245
18246         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18247
18248 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * mm-util.el (mm-special-display-p): New function.
18251
18252         * mml.el (mml-preview): Use it; doc fix.
18253
18254 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18255
18256         * imap.el (imap-open): Handle case where buffer is a buffer object.
18257
18258 2005-10-29  Romain Francoise  <romain@orebokech.com>
18259
18260         * message.el (message-fix-before-sending): Fix comment.
18261
18262 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18263
18264         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18265
18266 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18267
18268         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18269         Used in gnus-score.el.
18270
18271 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18272
18273         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18274
18275 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18276
18277         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18278         whitespace removed in revision 7.8.  Use concatenated string to
18279         protect trailing whitespace.
18280
18281 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18282
18283         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18284         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18285         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18286         Courier IMAP ("some version from 2004").  Mostly based on similar
18287         code in the same function.
18288
18289 2005-10-26  Didier Verna  <didier@xemacs.org>
18290
18291         * gnus-group.el (gnus-group-compact-group): Invalidate original
18292         article buffer.
18293         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18294         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18295         NOV database and in article itself.
18296         Invalidate article backlog.
18297
18298 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18299
18300         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18301
18302 2005-10-26  Simon Josefsson  <jas@extundo.com>
18303
18304         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18305         part of 2004-07-25 change.
18306
18307 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18308
18309         * message.el (message-display-completion-list): New function.
18310         (message-expand-group): Use it; make sure the Completions buffer
18311         is modifiable.
18312 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18313
18314         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18315         user-mail-name is an empty string.
18316
18317 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18318
18319         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18320         depending on gnus-score-decay-constant.
18321
18322         * encrypt.el (encrypt-insert-file-contents)
18323         (encrypt-write-file-contents): Don't use `gnus-message'.
18324
18325         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18326         arguments.
18327         (mm-uu-type-alist): Add message-marks and insert-marks.
18328         Pass arguments to mm-uu-verbatim-marks-extract.
18329         (mm-uu-hide-markers): New variable.
18330         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18331
18332         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18333         (gnus-convert-image-to-face-command): Use "convert" by default to
18334         allow other input image formats.
18335         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18336         accordingly.
18337
18338 2005-10-23  Simon Josefsson  <jas@extundo.com>
18339
18340         * imap.el (imap-gssapi-program): Align command line parameters
18341         with latest GNU SASL.
18342         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18343
18344 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18345
18346         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18347         HTML.
18348         (nnslashdot-request-article): Ditto.
18349
18350         * lpath.el (featurep): Add nobreak-char-display.
18351
18352 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18353
18354         * mail-source.el (mail-source-fetch-pop): Require pop3.
18355         (mail-source-check-pop): Ditto.
18356
18357 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18358
18359         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18360         errors.
18361
18362 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18363
18364         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18365         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18366
18367         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18368
18369         * mm-bodies.el (mm-decode-string):
18370         Call `mm-charset-to-coding-system' with allow-override argument.
18371
18372 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18375         (rfc2047-charset-to-coding-system): New function.
18376         (rfc2047-decode-encoded-words): New function.
18377         (rfc2047-decode-region): Use them.
18378         (rfc2047-decode-cte): Remove.
18379         (rfc2047-parse-and-decode): Remove.
18380         (rfc2047-decode): Remove.
18381
18382 2005-10-15  Kenichi Handa  <handa@m17n.org>
18383
18384         * rfc2047.el (rfc2047-decode-cte): New function.
18385         (rfc2047-decode-region): Change the way to decode successive
18386         encoded-words: decode B- or Q-encoding in each encoded-word,
18387         concatenate them, and decode it as charset.
18388
18389 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * lpath.el: Fbind codepage-setup for XEmacs.
18392
18393 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18394
18395         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18396         widget-move-and-invoke.
18397         (gnus-custom-mode): Use gnus-custom-map.
18398
18399 2005-10-15  Bill Wohler  <wohler@newt.com>
18400
18401         * message.el (message-tool-bar-map): Rename image file from
18402         mail_send to mail/send.
18403
18404 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18405
18406         * message.el (message-expand-group): Pass the common
18407         prefix substring of completion to `display-completion-list'.
18408
18409 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18410
18411         * mml-sec.el (mml-secure-method): New internal variable.
18412         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18413         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18414         New functions using mml-secure-method.
18415
18416         * mml.el (mml-mode-map): Add key bindings for those functions.
18417         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18418         Harder <harder@myrealbox.com>.
18419         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18420         Goto end of message if point is the headers of the message.
18421
18422         * message.el (message-in-body-p): New function.
18423
18424         * assistant.el: Autoload gnus-util and netrc.
18425
18426         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18427         Use `mm-charset-override-alist' only when decoding.
18428
18429         * mm-bodies.el (mm-decode-body):
18430         Call `mm-charset-to-coding-system' with allow-override argument.
18431
18432         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18433         `filename' from Content-Disposition if Content-Type doesn't
18434         provide `name'.
18435         (gnus-mime-view-part-as-type): Set default instead of
18436         initial-input.
18437
18438 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18439
18440         * format-spec.el (format-spec): Propagate text properties of % spec.
18441
18442 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18443
18444         * gnus-art.el (gnus-treat-predicate): Add `first'.
18445
18446 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18447
18448         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18449         (mm-charset-override-alist): New variable.
18450         (mm-charset-to-coding-system): Use it.
18451         (mm-codepage-setup): New helper function.
18452         (mm-charset-eval-alist): New variable.
18453         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18454         Warn about unknown charsets.
18455
18456         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18457
18458 2005-10-04  David Hansen  <david.hansen@gmx.net>
18459
18460         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18461         (nnrss-check-group): Ditto.
18462
18463 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18464
18465         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18466         Rename x-gnus-verbatim to x-verbatim.
18467         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18468
18469         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18470         x-verbatim.
18471
18472         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18473
18474         * gnus-util.el (gnus-remove-duplicates): Remove.
18475
18476         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18477         instead of gnus-remove-duplicates.
18478
18479         * message.el (message-remove-duplicates): Remove.
18480         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18481         message-remove-duplicates.
18482
18483         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18484         available, else use implementation from `delete-dups'.
18485
18486         * message.el (message-insert-expires): New function.
18487         (message-mode-map): Add key binding.
18488         (message-mode-field-menu): Add menu entry.
18489         (message-mode): Document it.
18490         (message-make-expires-date): Use `message-make-date'.
18491
18492 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18493
18494         * message.el (message-make-expires-date): New function.
18495
18496 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18497
18498         * Makefile.in (list-installed-shadows): New entry.
18499         (install): Use it.
18500         (remove-installed-shadows): New entry.
18501
18502         * dgnushack.el (dgnushack-default-load-path): New variable.
18503         (dgnushack-find-lisp-shadows): New function.
18504         (dgnushack-remove-lisp-shadows): New function.
18505
18506 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18507
18508         * Makefile.in (install-el-elc): New entry.
18509         (install): Use it so that .el files are necessarily installed.
18510
18511 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18514
18515 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18516
18517         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18518         function rather than the diff-mode.el package.
18519         (mm-display-external): Use with-current-buffer.
18520         (mm-viewer-completion-map, mm-viewer-completion-map):
18521         Move initialization inside declaration.
18522
18523 2005-09-29  Simon Josefsson  <jas@extundo.com>
18524
18525         * spam.el: Load hashcash when compiling, to avoid warnings.
18526         Don't autoload mail-check-payment.
18527         (spam-check-hashcash): Define unconditionally, since hashcash.el
18528         is part of Gnus now.  Ignore errors from payment checking.
18529
18530 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18531
18532         * message.el (message-bold-region, message-unbold-region):
18533         Rename from `bold-region' and `unbold-region'.
18534
18535         * message.el: Remove useless autoloads.
18536
18537 2005-09-28  Simon Josefsson  <jas@extundo.com>
18538
18539         * message.el (message-use-idna): Default to t.
18540         (message-use-idna): Test whether encoding works too.  Doc fix.
18541
18542 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18543
18544         * nntp.el (nntp-warn-about-losing-connection): Remove.
18545
18546 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18547
18548         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18549         customizable.  Change default value.
18550         (mm-uu-diff-groups-regexp): Change default value.
18551         (mm-uu-type-alist): Add doc string.
18552         (mm-uu-configure): Add doc string.  Make it interactive.
18553         (mm-uu-tex-groups-regexp): New variable.
18554         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18555         (mm-uu-type-alist): Add LaTeX documents.
18556         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18557         of "text/verbatim".
18558         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18559
18560         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18561         instead of "text/verbatim".
18562
18563         * message.el (message-mark-inserted-region)
18564         (message-mark-insert-file): Use slrn style marks when called with
18565         prefix argument.
18566
18567 2005-09-27  Simon Josefsson  <jas@extundo.com>
18568
18569         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18570
18571 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18572
18573         * message.el (message-remove-duplicates): New function.
18574         Implementation borrowed from `gnus-remove-duplicates'.
18575         (message-idna-to-ascii-rhs): Also encode idna addresses in
18576         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18577         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18578         only ask about the same idna domain once per header and also tell
18579         in what header to replace the idna domain.
18580
18581         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18582         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18583         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18584         a header is decoded and not just the last one.
18585
18586 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18589         has been decoded.
18590
18591         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18592         (mm-insert-part): Don't modify text if it has been decoded.
18593
18594         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18595         decoded.
18596
18597         * mm-view.el (mm-inline-text): Don't strip text props unless
18598         decoding enriched or richtext parts.
18599
18600 2005-09-25  Romain Francoise  <romain@orebokech.com>
18601
18602         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18603         * gnus-start.el (gnus-subscribe-interactively):
18604         * gnus-uu.el (gnus-uu-grab-articles):
18605         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18606         space.
18607
18608 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18609
18610         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18611         * mm-view.el (mm-view-pkcs7-decrypt):
18612         * gnus-sum.el (gnus-summary-limit-to-extra)
18613         (gnus-summary-respool-article, gnus-read-move-group-name):
18614         * gnus-score.el (gnus-summary-increase-score):
18615         * gnus-util.el (gnus-completing-read-with-default):
18616         * gnus-art.el (gnus-read-save-file-name)
18617         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18618         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18619         * message.el (message-check-news-header-syntax):
18620         Follow convention for reading with the minibuffer.
18621
18622 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18623
18624         * spam-report.el (spam-report-url-ping-plain):
18625         Use gnus-extended-version as User-Agent.
18626
18627         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18628         default value is nil.
18629
18630         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18631         (mm-uu-verbatim-marks-extract): New function.
18632         (mm-uu-extract): New face.
18633         (mm-uu-copy-to-buffer): Use it.
18634
18635         * spam-report.el (spam-report-gmane-ham): Rename from
18636         `spam-report-gmane-unspam'.
18637         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18638         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18639
18640         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18641         Autoload.
18642         (spam-report-gmane-unregister-routine):
18643         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18644
18645 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18646
18647         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18648         (spam-report-gmane-unregister-routine): Add support for gmane
18649         unregistration.
18650
18651         * spam-report.el (spam-report-gmane-unspam)
18652         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18653         (spam-report-gmane): Change to take a single article and do unspam
18654         registration.
18655
18656 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18657
18658         * mm-url.el (mm-url-decode-entities): Fix regexp.
18659
18660 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18661
18662         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18663         default to nil, to be able to use Gnus at all.  If the default
18664         switches to something else, then the function should be fixed not
18665         be exceedingly slow.
18666
18667 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18668
18669         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18670         fail hard.
18671
18672         * spam-report.el: Add better Keywords line.
18673
18674         * spam.el: Add Maintainer and better Keywords line.
18675
18676 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18677
18678         * gnus-art.el (gnus-article-replace-part)
18679         (gnus-mime-replace-part): New functions.
18680         (gnus-mime-action-alist, gnus-mime-button-commands)
18681         (gnus-mime-save-part-and-strip): Add file argument.
18682         (gnus-article-part-wrapper): Add interactive argument.
18683
18684         * gnus-sum.el (gnus-summary-mime-map):
18685         Add `gnus-article-replace-part'.
18686
18687 2005-09-19  Didier Verna  <didier@xemacs.org>
18688
18689         The nnml compaction feature:
18690         * nnml.el (nnml-request-compact-group): New function.
18691         * nnml.el (nnml-request-compact): New function.
18692         * gnus-int.el (gnus-request-compact-group): New function.
18693         * gnus-int.el (gnus-request-compact): New function.
18694         * gnus-group.el (gnus-group-compact-group): New function.
18695         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18696         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18697         * gnus-srvr.el (gnus-server-compact-server): New function.
18698         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18699         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18700
18701 2005-09-18  Deepak Goel  <deego@gnufans.org>
18702
18703         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18704         format spec.
18705
18706 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18709
18710 2005-09-15  Romain Francoise  <romain@orebokech.com>
18711
18712         * message.el (message-fill-paragraph): Clarify docstring.
18713
18714 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * gnus-art.el (gnus-mime-display-part): Protect against broken
18717         MIME messages.
18718
18719 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18722         before parsing header.
18723
18724 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18725
18726         * html2text.el (html2text-replace-list): Add new entities.
18727
18728 2005-09-11  Romain Francoise  <romain@orebokech.com>
18729
18730         * message.el (message-alternative-emails): Improve docstring.
18731         (message-setup-1): Call `message-use-alternative-email-as-from'
18732         after `message-setup-hook' to give it precedence over posting
18733         styles, etc.
18734         (message-use-alternative-email-as-from): Add docstring.
18735         Remove the original From header if present.
18736
18737         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18738         (nnml-save-mail): Use it.
18739
18740         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18741         articles.  Add new argument `silent'.
18742         (gnus-uu-mark-all): Report the total number of marked articles.
18743
18744 2005-09-10  Romain Francoise  <romain@orebokech.com>
18745
18746         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18747         (gnus-uu-mark-series): Likewise.
18748
18749 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18750
18751         * spam-report.el (spam-report-gmane): Fix generation of spam
18752         report URL.
18753
18754 2005-09-10  Simon Josefsson  <jas@extundo.com>
18755
18756         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18757         t, based on discussion on the ding list with Robert Epprecht
18758         <epprecht@solnet.ch>.
18759
18760 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * spam-report.el (spam-report-gmane): Make it work without
18763         X-Report-Spam header.  Gmane now only provides Archived-At.
18764         This is only used if `spam-report-gmane-use-article-number' is nil.
18765         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18766
18767         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18768         make `gnus-summary-sort-by-recipient' work with threading.
18769
18770         * nnweb.el (nnweb-google-wash-article): Print a message if article
18771         is not available.
18772
18773 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18774
18775         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18776         change.  Decode text/* parts content before displaying.
18777
18778 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18779
18780         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18781
18782 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18785
18786         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18787         url-package-name, url-package-version,
18788         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18789         w3m-display-inline-images, and w3m-minor-mode-map.
18790
18791 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18792
18793         * message.el (message-tab-body-function): Fix mismatched custom type.
18794
18795         * gnus.el (gnus-group-change-level-function): Ditto.
18796
18797         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18798
18799         * gnus-art.el (gnus-signature-limit)
18800         (gnus-article-mime-part-function): Ditto.
18801
18802 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * mml.el (mml-mode): Silence the byte compiler.
18805
18806         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18807         using `(sit-for 0)' before moving the point to the specified part;
18808         skip unbuttonized parts.
18809         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18810         return to the summary window if gnus-auto-select-part is non-nil.
18811
18812 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18813
18814         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18815         New variables.
18816         (mml-dnd-attach-file, mml-mode): Use them.
18817
18818         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18819         Make fetching article by MID work again for Google Groups.
18820         Add FIXME concerning gnus-group-make-web-group.
18821
18822         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18823         Don't depend on Gnus by using mail-extract-address-components if
18824         gnus-extract-address-components is not bound.
18825
18826 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18827
18828         * gnus-art.el (gnus-mime-display-security): Don't display the
18829         signature, but only the signed part.
18830
18831 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18834
18835         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18836         list, not listp.
18837
18838 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18839
18840         * mm-encode.el (mm-encode-content-transfer-encoding):
18841         Likewise when encoding.
18842
18843         * mm-bodies.el (mm-decode-content-transfer-encoding):
18844         De-canonicalize CRLF for all text content types, not just
18845         text/plain.
18846
18847 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18850         valid article; point arrow and cursor at the MIME button.
18851
18852 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18853
18854         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18855         Suggested by Dan Christensen <jdc@uwo.ca>.
18856
18857         * mm-decode.el (mm-save-part): Enable change of prompt.
18858
18859 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18860
18861         * gnus-msg.el (gnus-inews-add-send-actions):
18862         Make `message-post-method' lambda parameter ARG `&optional'.
18863
18864 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18865
18866         * gnus-sum.el (gnus-summary-mime-map):
18867         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18868         gnus-article-jump-to-part.
18869
18870         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18871         (gnus-article-edit-part): Use it.
18872         (gnus-article-part-wrapper): Add no-handle argument.
18873         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18874         New functions.
18875
18876 2005-08-29  Romain Francoise  <romain@orebokech.com>
18877
18878         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18879         docstring.
18880         (gnus-face-from-file): Likewise.
18881
18882 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18885         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18886         non-nil.
18887         (gnus-auto-select-part): New variable.
18888         (gnus-article-jump-to-part): New function.
18889         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18890         (gnus-mime-delete-part): Allow selecting specified part after
18891         deleting or stripping parts.
18892         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18893         part if argument is bogus.
18894
18895 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18896
18897         * gnus-art.el (w3m-minor-mode-map):
18898         * gnus-spec.el (gnus-newsrc-file-version):
18899         * gnus-util.el (nnmail-active-file-coding-system)
18900         (gnus-original-article-buffer, gnus-user-agent):
18901         * gnus.el (gnus-ham-process-destinations)
18902         (gnus-parameter-ham-marks-alist)
18903         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18904         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18905         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18906         * mm-decode.el (gnus-current-window-configuration):
18907         * mm-extern.el (gnus-article-mime-handles):
18908         * mm-url.el (url-current-object, url-package-name)
18909         (url-package-version):
18910         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18911         (smime-keys, w3m-cid-retrieve-function-alist)
18912         (w3m-current-buffer, w3m-display-inline-images)
18913         (w3m-minor-mode-map):
18914         * mml-smime.el (gnus-extract-address-components):
18915         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18916         (gnus-newsrc-hashtb, message-default-charset)
18917         (message-deletable-headers, message-options)
18918         (message-posting-charset, message-required-mail-headers)
18919         (message-required-news-headers):
18920         * mml1991.el (mc-pgp-always-sign):
18921         * mml2015.el (mc-pgp-always-sign):
18922         * nnheader.el (nnmail-extra-headers):
18923         * rfc1843.el (gnus-decode-encoded-word-function)
18924         (gnus-decode-header-function, gnus-newsgroup-name):
18925         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18926
18927 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18928
18929         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18930         the end of the date treatments.
18931
18932 2005-08-15  Simon Josefsson  <jas@extundo.com>
18933
18934         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18935         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18936         Capello and Romain Francoise.
18937         (pgg-fetch-key-function): Remove, not used?
18938         (pgg-insert-url-with-w3): Require url, to get
18939         url-insert-file-contents regardless of where it is defined.
18940
18941 2005-08-13  Romain Francoise  <romain@orebokech.com>
18942
18943         * message.el (message-cite-original-1): New function.
18944         (message-cite-original): Use it.
18945         (message-cite-original-without-signature): Ditto.
18946
18947 2005-08-08  Romain Francoise  <romain@orebokech.com>
18948
18949         * message.el (message-yank-empty-prefix): New variable.
18950         (message-indent-citation): Use it.
18951         (message-cite-original-without-signature): Respect X-No-Archive.
18952
18953 2005-08-08  Simon Josefsson  <jas@extundo.com>
18954
18955         * pgg.el: Autoload url-insert-file-contents instead of loading
18956         w3/url.
18957         (pgg-insert-url-with-w3): Don't load url here.
18958
18959 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18960
18961         * message.el (message-kill-to-signature): Don't insert newline at
18962         bol.
18963         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18964
18965 2005-08-06  Romain Francoise  <romain@orebokech.com>
18966
18967         * message.el (message-user-fqdn): Fix typo in docstring.
18968
18969 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18970
18971         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18972
18973         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18974
18975 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * mm-bodies.el (mm-encode-body): Use coding system rather than
18978         charset to encode text.
18979
18980         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18981         number of charsets if utf-8 is available (XEmacs).
18982
18983 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18986         taken from `gnus-button-mid-or-mail-regexp'.
18987         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18988         (gnus-button-alist): Improve regexp for domain part of the MIDs
18989         for news:localpart@domain buttons.
18990         (gnus-button-ctan-directory-regexp): Update.
18991
18992 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * sieve-manage.el (sieve-manage-interactive-login):
18995         Use make-local-variable rather than make-variable-buffer-local.
18996         (sieve-manage-open): Ditto.
18997         (sieve-manage-authenticate): Ditto.
18998
18999         * mml.el (mml-generate-mime-1): Make the content type default to
19000         text/plain if the filename is not specified.
19001
19002 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19003
19004         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19005         instead of insert-buffer.
19006
19007         * message.el (message-yank-original): Ditto; set the mark at the
19008         end of the yanked message.
19009
19010 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19013         lines to scroll rather than to stop it.
19014
19015         * mml.el (mml-generate-default-type): Add doc string.
19016         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19017         default to application/octet-stream when determining the content
19018         type if it is not specified for the part or the mml contents; add
19019         a comment about mml-generate-default-type.
19020
19021 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19022
19023         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19024         make it default to application/octet-stream when determining the
19025         content type if it is not specified for the external contents.
19026
19027 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19028
19029         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19030         segmented parameter but also other parameters might be there.
19031
19032 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19033
19034         * mm-decode.el (mm-display-external): Delete temp file, directory
19035         and buffer immediately if the external process is exited.
19036
19037 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19040         fewer lines than that of scroll-margin.
19041         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19042
19043 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * gnus-art.el (gnus-article-next-page): Revert.
19046         (gnus-article-beginning-of-window): New macro.
19047         (gnus-article-next-page-1): Use it.
19048         (gnus-article-prev-page): Ditto.
19049         (gnus-article-edit-part): Use insert-buffer-substring instead of
19050         insert-buffer.
19051         (gnus-article-edit-exit): Ditto.
19052
19053         * gnus-util.el (gnus-beginning-of-window): Remove.
19054         (gnus-end-of-window): Remove.
19055
19056         * lpath.el: Don't bind header-line-format and scroll-margin.
19057
19058 2005-07-25  Simon Josefsson  <jas@extundo.com>
19059
19060         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19061         to have the url package without w3.  Reported by Daiki Ueno
19062         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19063
19064 2005-07-20  Didier Verna  <didier@xemacs.org>
19065
19066         * gnus-diary.el: Remove the description comment (nndiary is now
19067         properly documented in the Gnus manual).
19068         Fix the spelling of "Back End".
19069         * nndiary.el: Ditto.
19070         Fix the copyright notice.
19071
19072 2005-07-18  Romain Francoise  <romain@orebokech.com>
19073
19074         * gnus-sum.el (gnus-summary-to-prefix)
19075         (gnus-summary-newsgroup-prefix): New variables.
19076         (gnus-summary-from-or-to-or-newsgroups): Use them.
19077
19078 2005-07-17  Romain Francoise  <romain@orebokech.com>
19079
19080         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19081         space as it's generally not especially interesting to the user.
19082
19083 2005-07-16  Romain Francoise  <romain@orebokech.com>
19084
19085         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19086         nil to avoid prompting and file modification if one of the
19087         messages at the top of the nnfolder file contains a copyright
19088         notice.
19089         Update copyright notice.
19090
19091         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19092         instead of `current-time-string' as the latter creates a time
19093         string that is not RFC 2822 compliant (it lacks the zone).
19094         Update copyright notice.
19095
19096 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19097
19098         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19099         for text/rtf.  Display default in prompt.  Pass default for M-n.
19100
19101         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19102
19103 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19104
19105         * gnus-msg.el (gnus-button-mailto):
19106         Remove save-selected-window-window hackery because it relies on
19107         save-selected-window internals.
19108
19109 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19112         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19113         (gnus-article-prev-page): Ditto.
19114
19115         * gnus-util.el (gnus-beginning-of-window): New function.
19116         (gnus-end-of-window): New function.
19117
19118         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19119
19120 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19121
19122         * gnus-score.el (gnus-score-edit-all-score):
19123         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19124         gnus-message.
19125
19126 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19127
19128         * gnus-msg.el (gnus-button-mailto):
19129         Remove save-selected-window-window hackery because it relies on
19130         save-selected-window internals.
19131
19132 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19133
19134         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19135         add-minor-mode.
19136         (gnus-binary-mode): Ditto.
19137
19138         * gnus-topic.el (gnus-topic-mode): Ditto.
19139
19140 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19141
19142         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19143         (gnus-article-prev-page): Take scroll-margin into consideration.
19144
19145 2005-07-04  Lute Kamstra  <lute@gnu.org>
19146
19147         Update FSF's address in GPL notices.
19148
19149 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19150
19151         * gnus.el (gnus-exit):
19152         * gnus-group.el (gnus-group-icons):
19153         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19154
19155         * gnus-nocem.el (gnus-nocem):
19156         * message.el (message-various, message-buffers, message-sending)
19157         (message-interface, message-forwarding, message-insertion)
19158         (message-headers, message-news, message-mail):
19159         * pgg-gpg.el (pgg-gpg):
19160         * pgg-parse.el (pgg-parse):
19161         * pgg-pgp.el (pgg-pgp):
19162         * pgg-pgp5.el (pgg-pgp5):
19163         * pop3.el (pop3): Finish `defgroup' description with period.
19164
19165 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19166
19167         * gnus-art.el (article-display-face): Improve the efficiency.
19168         (article-display-x-face): Ditto; remove gray x-face stuff.
19169
19170 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * gnus-art.el (article-display-face): Correct the position in
19173         which Faces are inserted.
19174
19175 2005-06-29  Didier Verna  <didier@xemacs.org>
19176
19177         * gnus-art.el (article-display-face): Display faces in correct
19178         order.
19179
19180 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19181
19182         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19183         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19184         (gnus-nocem-check-article): Fetch the Type header.
19185         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19186         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19187         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19188         make sure gnus-nocem-hashtb is initialized.
19189         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19190         (gnus-nocem-unwanted-article-p): Ditto.
19191
19192         * pgg.el (pgg-verify): Return the verification result.
19193
19194 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19195
19196         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19197         is ascii.
19198
19199 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19200
19201         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19202         `show-nonbreak-escape'.
19203
19204 2005-06-23  Lute Kamstra  <lute@gnu.org>
19205
19206         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19207
19208         * dig.el (dig-mode):
19209         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19210
19211 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19212
19213         * nnimap.el (nnimap-split-download-body): Fix spellings.
19214
19215 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19216
19217         * gnus-art.el (gnus-article-encrypt-body):
19218         * gnus-cus.el (gnus-score-customize):
19219         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19220         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19221
19222 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19223
19224         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19225         header by looking for magic "MII" at the beginning.
19226
19227 2005-06-16  Miles Bader  <miles@gnu.org>
19228
19229         * gnus-xmas.el (gnus-xmas-group-startup-message):
19230         Use renamed gnus-splash face.
19231
19232         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19233         (assistant-field-face): New backward-compatibility alias for renamed
19234         face.
19235         (assistant-render-text): Use renamed assistant-field face.
19236
19237         * spam.el (spam): Remove "-face" suffix from face name.
19238         (spam-face): New backward-compatibility alias for renamed face.
19239         (spam-face, spam-initialize): Use renamed spam face.
19240
19241         * message.el (message-header-to, message-header-cc)
19242         (message-header-subject, message-header-newsgroups)
19243         (message-header-other, message-header-name)
19244         (message-header-xheader, message-separator, message-cited-text)
19245         (message-mml): Remove "-face" suffix from face names.
19246         (message-header-to-face, message-header-cc-face)
19247         (message-header-subject-face, message-header-newsgroups-face)
19248         (message-header-other-face, message-header-name-face)
19249         (message-header-xheader-face, message-separator-face)
19250         (message-cited-text-face, message-mml-face):
19251         New backward-compatibility aliases for renamed faces.
19252         (message-font-lock-keywords): Use renamed message faces.
19253
19254         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19255         (sieve-test-commands, sieve-tagged-arguments):
19256         Remove "-face" suffix from face names.
19257         (sieve-control-commands-face, sieve-action-commands-face)
19258         (sieve-test-commands-face, sieve-tagged-arguments-face):
19259         New backward-compatibility aliases for renamed faces.
19260         (sieve-control-commands-face, sieve-action-commands-face)
19261         (sieve-test-commands-face, sieve-tagged-arguments-face):
19262         Use renamed sieve faces.
19263
19264         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19265         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19266         (gnus-group-news-3-empty, gnus-group-news-4)
19267         (gnus-group-news-4-empty, gnus-group-news-5)
19268         (gnus-group-news-5-empty, gnus-group-news-6)
19269         (gnus-group-news-6-empty, gnus-group-news-low)
19270         (gnus-group-news-low-empty, gnus-group-mail-1)
19271         (gnus-group-mail-1-empty, gnus-group-mail-2)
19272         (gnus-group-mail-2-empty, gnus-group-mail-3)
19273         (gnus-group-mail-3-empty, gnus-group-mail-low)
19274         (gnus-group-mail-low-empty, gnus-summary-selected)
19275         (gnus-summary-cancelled, gnus-summary-high-ticked)
19276         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19277         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19278         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19279         (gnus-summary-low-undownloaded)
19280         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19281         (gnus-summary-low-unread, gnus-summary-normal-unread)
19282         (gnus-summary-high-read, gnus-summary-low-read)
19283         (gnus-summary-normal-read, gnus-splash):
19284         Remove "-face" suffix from face names.
19285         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19286         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19287         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19288         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19289         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19290         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19291         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19292         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19293         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19294         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19295         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19296         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19297         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19298         (gnus-summary-normal-ticked-face)
19299         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19300         (gnus-summary-normal-ancient-face)
19301         (gnus-summary-high-undownloaded-face)
19302         (gnus-summary-low-undownloaded-face)
19303         (gnus-summary-normal-undownloaded-face)
19304         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19305         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19306         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19307         (gnus-splash-face):
19308         New backward-compatibility aliases for renamed faces.
19309         (gnus-group-startup-message): Use renamed gnus faces.
19310
19311         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19312         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19313         (gnus-server-agent): Remove "-face" suffix from face names.
19314         (gnus-server-agent-face, gnus-server-opened-face)
19315         (gnus-server-closed-face, gnus-server-denied-face)
19316         (gnus-server-offline-face):
19317         New backward-compatibility aliases for renamed faces.
19318         (gnus-server-agent-face, gnus-server-opened-face)
19319         (gnus-server-closed-face, gnus-server-denied-face)
19320         (gnus-server-offline-face): Use renamed gnus faces.
19321
19322         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19323         Remove "-face" suffix from face names.
19324         (gnus-picon-xbm-face, gnus-picon-face):
19325         New backward-compatibility aliases for renamed faces.
19326
19327         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19328         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19329         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19330         (gnus-cite-11): Remove "-face" suffix from face names.
19331         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19332         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19333         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19334         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19335         New backward-compatibility aliases for renamed faces.
19336         (gnus-cite-attribution-face, gnus-cite-face-list)
19337         (gnus-article-boring-faces): Use renamed gnus faces.
19338
19339         * gnus-art.el (gnus-signature, gnus-header-from)
19340         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19341         (gnus-header-content): Remove "-face" suffix from face names.
19342         (gnus-signature-face, gnus-header-from-face)
19343         (gnus-header-subject-face, gnus-header-newsgroups-face)
19344         (gnus-header-name-face, gnus-header-content-face):
19345         New backward-compatibility aliases for renamed faces.
19346         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19347
19348         * gnus-sum.el (gnus-summary-selected-face)
19349         (gnus-summary-highlight): Use renamed gnus faces.
19350         * gnus-group.el (gnus-group-highlight): Likewise.
19351
19352 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19353
19354         * gnus-sieve.el (gnus-sieve-article-add-rule):
19355         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19356         * spam-stat.el (spam-stat-buffer-change-to-spam)
19357         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19358
19359         * message.el (message-is-yours-p):
19360         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19361
19362 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * mm-view.el (mm-inline-text): Withdraw the last change.
19365
19366 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19367
19368         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19369         executing enriched-decode.
19370
19371 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19374         charset of tar files.
19375
19376 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19377
19378         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19379
19380 2005-06-04  Lute Kamstra  <lute@gnu.org>
19381
19382         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19383         information is never recorded.
19384
19385 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19386
19387         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19388
19389 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19390
19391         * pop3.el (pop3-apop): Run md5 in the binary mode.
19392
19393         * starttls.el (starttls-set-process-query-on-exit-flag):
19394         Use eval-and-compile.
19395
19396 2005-05-31  Simon Josefsson  <jas@extundo.com>
19397
19398         * smime.el (smime-replace-in-string): Define.
19399         (smime-cert-by-ldap-1): Use it.
19400
19401 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * gnus-art.el (article-display-x-face): Replace
19404         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19405
19406         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19407         set-process-query-on-exit-flag or process-kill-without-query.
19408
19409         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19410         loop instead of replace-regexp.
19411
19412         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19413         instead of process-kill-without-query if it is available.
19414
19415         * lpath.el: Fbind ldap-search-entries.
19416
19417         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19418         instead of find-file-hooks if it is available.
19419
19420         * mml1991.el: Bind pgg-default-user-id when compiling.
19421
19422         * mml2015.el: Bind pgg-default-user-id when compiling.
19423
19424         * nndraft.el (nndraft-request-associate-buffer):
19425         Use write-contents-functions instead of write-contents-hooks if it is
19426         available.
19427
19428         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19429         instead of find-file-hooks if it is available.
19430
19431         * nntp.el (nntp-open-connection): Replace
19432         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19433         (nntp-open-ssl-stream): Ditto.
19434         (nntp-open-tls-stream): Ditto.
19435
19436         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19437         set-process-query-on-exit-flag or process-kill-without-query.
19438         (starttls-open-stream-gnutls): Use it instead of
19439         process-kill-without-query.
19440         (starttls-open-stream): Ditto.
19441
19442 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19443
19444         * smime.el (smime-cert-by-ldap-1): Don't use
19445         replace-regexp-in-string.
19446
19447 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19448
19449         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19450
19451         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19452         in PEM format.  Adjust to the XEmacs compatibility.
19453
19454 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19455
19456         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19457         by `string-to-number'.
19458         * gnus-agent.el (gnus-agent-regenerate-group)
19459         (gnus-agent-fetch-articles): Ditto.
19460         * gnus-art.el (gnus-button-fetch-group): Ditto.
19461         * gnus-cache.el (gnus-cache-generate-active)
19462         (gnus-cache-articles-in-group): Ditto.
19463         * gnus-group.el (gnus-group-set-current-level)
19464         (gnus-group-insert-group-line): Ditto.
19465         * gnus-score.el (gnus-score-set-expunge-below)
19466         (gnus-score-set-mark-below, gnus-summary-score-effect)
19467         (gnus-summary-score-entry): Ditto.
19468         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19469         (gnus-soup-pack): Ditto.
19470         * gnus-spec.el (gnus-xmas-format): Ditto.
19471         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19472         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19473         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19474         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19475         * nndb.el (nndb-get-remote-expire-response): Ditto.
19476         * nndiary.el (nndiary-parse-schedule-value)
19477         (nndiary-string-to-number, nndiary-request-replace-article)
19478         (nndiary-request-article): Ditto.
19479         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19480         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19481         * nneething.el (nneething-make-head): Ditto.
19482         * nnfolder.el (nnfolder-request-article)
19483         (nnfolder-retrieve-headers): Ditto.
19484         * nnheader.el (nnheader-file-to-number): Ditto.
19485         * nnkiboze.el (nnkiboze-request-article): Ditto.
19486         * nnmail.el (nnmail-process-unix-mail-format)
19487         (nnmail-process-babyl-mail-format): Ditto.
19488         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19489         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19490         (nnmh-request-create-group, nnmh-request-list-1)
19491         (nnmh-request-group, nnmh-request-article): Ditto.
19492         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19493         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19494         * nnsoup.el (nnsoup-make-active): Ditto.
19495         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19496         * nntp.el (nntp-find-group-and-number)
19497         (nntp-retrieve-headers-with-xover): Ditto.
19498         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19499         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19500         (pgg-format-key-identifier): Ditto.
19501         * pop3.el (pop3-last, pop3-stat): Ditto.
19502         * qp.el (quoted-printable-decode-region): Ditto.
19503
19504         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19505         of concat.
19506
19507 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19510
19511         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19512
19513         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19514
19515         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19516
19517         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19518
19519         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19520
19521         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19522         (gnus-carpal-mode): Ditto.
19523
19524         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19525         (gnus-browse-mode): Ditto.
19526
19527         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19528
19529         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19530
19531 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19532
19533         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19534
19535 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19536
19537         * gnus-util.el (gnus-run-mode-hooks): New function.
19538
19539         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19540
19541         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19542         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19543
19544 2005-05-27  Lute Kamstra  <lute@gnu.org>
19545
19546         * dns-mode.el (dns-mode): Specify customization group.
19547
19548 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19549
19550         * gnus-agent.el (gnus-agent-make-mode-line-string):
19551         Use mode-line-highlight as mouse-face.
19552
19553 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19554
19555         * canlock.el (canlock): Change the parent group to news.
19556
19557         * deuglify.el (gnus-outlook-deuglify): Add :group.
19558
19559         * dig.el (dig): Add :group.
19560
19561         * dns-mode.el (dns-mode): Add :group.
19562
19563         * encrypt.el (encrypt): Add :group.
19564
19565         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19566         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19567         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19568         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19569         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19570
19571         * gnus-diary.el (gnus-diary): Add :group.
19572
19573         * gnus.el (gnus-group-news-1-face): Add :group.
19574         (gnus-group-news-1-empty-face): Ditto.
19575         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19576         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19577         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19578         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19579         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19580         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19581         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19582         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19583         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19584         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19585         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19586         (gnus-summary-high-ticked-face): Ditto.
19587         (gnus-summary-low-ticked-face): Ditto.
19588         (gnus-summary-normal-ticked-face): Ditto.
19589         (gnus-summary-high-ancient-face): Ditto.
19590         (gnus-summary-low-ancient-face): Ditto.
19591         (gnus-summary-normal-ancient-face): Ditto.
19592         (gnus-summary-high-undownloaded-face): Ditto.
19593         (gnus-summary-low-undownloaded-face): Ditto.
19594         (gnus-summary-normal-undownloaded-face): Ditto.
19595         (gnus-summary-high-unread-face): Ditto.
19596         (gnus-summary-low-unread-face): Ditto.
19597         (gnus-summary-normal-unread-face): Ditto.
19598         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19599         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19600
19601         * hashcash.el (hashcash): New custom group.
19602         (hashcash-default-payment): Add :group.
19603         (hashcash-payment-alist): Ditto.
19604         (hashcash-default-accept-payment): Ditto.
19605         (hashcash-accept-resources): Ditto.
19606         (hashcash-path): Ditto.
19607         (hashcash-extra-generate-parameters): Ditto.
19608         (hashcash-double-spend-database): Ditto.
19609         (hashcash-in-news): Ditto.
19610
19611         * message.el (message-minibuffer-local-map): Add :group.
19612
19613         * netrc.el (netrc): Add :group.
19614
19615         * sieve-manage.el (sieve-manage-log): Add :group.
19616         (sieve-manage-default-user): Diito.
19617         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19618         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19619         (sieve-manage-authenticators): Ditto.
19620         (sieve-manage-authenticator-alist): Ditto.
19621         (sieve-manage-default-port): Ditto.
19622
19623         * sieve-mode.el (sieve-control-commands-face): Add :group.
19624         (sieve-action-commands-face): Ditto.
19625         (sieve-test-commands-face): Ditto.
19626         (sieve-tagged-arguments-face): Ditto.
19627
19628         * smime.el (smime): Add :group.
19629
19630         * spam-report.el (spam-report): Add :group.
19631
19632         * spam.el (spam, spam-face): Add :group.
19633
19634 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19635
19636         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19637         return \n.\n.\n at the end of articles.  Protect against that.
19638         (nntp-with-open-group): Allow debugging.
19639
19640         * nnheader.el (mail-header-set-extra): Make into a function
19641         because I just could't understand how to quote the list properly.
19642
19643         * dns.el (query-dns-cached): New function.
19644
19645 2005-05-26  Lute Kamstra  <lute@gnu.org>
19646
19647         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19648
19649 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19650
19651         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19652
19653         * gnus-art.el: Don't autoload mail-extract-address-components.
19654
19655         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19656         eval-and-compile to evaluate it.
19657
19658         * hashcash.el: Don't autoload executable-find.
19659
19660         * nndb.el: Don't declare the nndb back end two or more times; don't
19661         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19662
19663         * nntp.el: Autoload format-spec instead of format; use
19664         eval-and-compile to evaluate autoload forms.
19665
19666 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19667
19668         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19669
19670 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19671
19672         * gnus.el (gnus-version-number): Bump version.
19673
19674 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19675
19676         * gnus.el: No Gnus v0.3 is released.
19677
19678 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19679
19680         * lpath.el (featurep): Bind show-nonbreak-escape.
19681
19682 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19683
19684         * gnus-art.el (gnus-article-edit-part): Disable undo.
19685
19686 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19687
19688         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19689         gnus-article-date-lapsed-new-header is t if date timer is active;
19690         skip headers in which the original date value is empty.
19691         (gnus-article-save-original-date): Redefine it as a macro.
19692         (gnus-display-mime): Use it.
19693
19694 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19695
19696         * gnus-art.el (article-date-ut): Support converting date in
19697         forwarded parts as well.
19698         (gnus-article-save-original-date): New function.
19699         (gnus-display-mime): Use it.
19700
19701 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19702
19703         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19704         enclosure element of <item>.
19705
19706 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19707
19708         * message.el (message-kill-buffer-query): Rename from
19709         `message-kill-buffer-query-if-modified'.  Add :version.
19710
19711 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19712
19713         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19714         window layout.
19715
19716 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19717
19718         * mml.el: Autoload dnd when compiling.
19719
19720 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19721
19722         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19723         x-dnd-*.
19724
19725 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19726
19727         * qp.el (quoted-printable-encode-region): Save excursion.
19728
19729 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19730
19731         * message.el (message-kill-buffer-query-if-modified): Add new variable
19732         so the user can kill a modified message buffer quickly.
19733         (message-kill-buffer): Use it.
19734
19735 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19736
19737         * lpath.el: Fbind display-time-event-handler; don't fbind
19738         string-to-multibyte.
19739
19740         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19741
19742 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19743
19744         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19745         contained in text because xml.el decodes entities) with LFs.
19746
19747 2005-04-11  Lute Kamstra  <lute@gnu.org>
19748
19749         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19750         differently.
19751
19752 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19753
19754         * mm-util.el (mm-detect-coding-region): Typo.
19755
19756 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19757
19758         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19759
19760 2005-04-06  Deepak Goel  <deego@gnufans.org>
19761
19762         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19763         user-function allow user modifications of the scores.
19764         (spam-stat-score-buffer-user): New function, to allow
19765         user-computed modifications to the score.
19766         (spam-stat-score-buffer-user-functions): List of additional
19767         scoring functions.
19768         (spam-stat-error-holder): Global temporary error holder.
19769         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19770         variable.
19771
19772 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19773
19774         * gnus-registry.el (gnus-registry-clean-empty-function)
19775         (gnus-registry-trim, gnus-registry-fetch-groups)
19776         (gnus-registry-delete-group): Groups that match
19777         `gnus-registry-ignored-groups' are removed from the registry
19778         entries, not just ignored for splitting.  This helps clean up the
19779         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19780         to get all the groups a message ID is in.
19781
19782         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19783         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19784         (spam-stat-score-buffer-user-functions): Add :number custom type.
19785
19786 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19789         argument in XEmacs.
19790
19791         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19792         (nnrss-request-group): Decode group name first.
19793         (nnrss-request-article): Make a text/plain article if mml-to-mime
19794         failed.
19795         (nnrss-get-encoding): Return a compatible encoding according to
19796         nnrss-compatible-encoding-alist.
19797         (nnrss-find-el): Use consp instead of listp.
19798         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19799
19800 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19801
19802         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19803         which Emacs 20 doesn't support.
19804         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19805
19806 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19807
19808         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19809         silence the byte compiler inside the defun.
19810
19811         * gnus-demon.el (parse-time-string): Add autoload.
19812
19813         * gnus-delay.el (parse-time-string): Add autoload.
19814
19815         * gnus-art.el (parse-time-string): Add autoload.
19816
19817         * nnultimate.el (parse-time): Require for `parse-time-string'.
19818
19819 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19820
19821         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19822
19823         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19824
19825         * smime.el (smime-ldap-host-list): Add :version.
19826
19827 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19828
19829         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19830         pass it to `gnus-browse-read-group'.
19831         (gnus-browse-read-group): Add NUMBER argument and pass it to
19832         `gnus-group-read-ephemeral-group'.
19833
19834         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19835         argument and pass it to `gnus-group-read-group'.
19836
19837 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19838
19839         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19840         mm-xemacs-find-mime-charset-1 if we have the mule feature
19841         available at runtime.
19842
19843 2005-03-25  Werner Lemberg  <wl@gnu.org>
19844
19845         * nnmaildir.el: Replace `illegal' with `invalid'.
19846
19847 2005-03-23  Lute Kamstra  <lute@gnu.org>
19848
19849         * time-date.el: Add comment on time value formats.
19850         Don't require parse-time.
19851         (with-decoded-time-value): New macro.
19852         (encode-time-value): New function.
19853         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19854         (days-to-time): Return a valid time value when arg is huge.
19855         (time-since): Use time-subtract.
19856         (time-to-number-of-days): Use time-to-seconds.
19857
19858 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19859
19860         * gnus-start.el (gnus-display-time-event-handler):
19861         Check display-time-timer at runtime rather than only at load time
19862         in case display-time-mode is turned off in the mean time.
19863
19864 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19865
19866         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19867         used.
19868
19869         * nneething.el (nneething-map-file-directory): Derive from
19870         `gnus-directory'.
19871
19872         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19873         the To/Cc button.
19874
19875 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19876
19877         * nnmaildir.el (nnmaildir-request-accept-article):
19878         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19879
19880 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19881
19882         * gnus-async.el: Require timer-funcs at compile time when in
19883         XEmacs for `run-with-idle-timer'.
19884
19885 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19886
19887         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19888         autoloaded function.
19889
19890 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19891
19892         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19893
19894 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19895
19896         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19897
19898 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19899
19900         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19901         Add gnus-expert-user to default.
19902
19903 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19904
19905         * nnimap.el (nnimap-open-server): Ditto.
19906
19907         * imap.el (imap-authenticate): Fix typo.
19908
19909 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19910
19911         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19912         buffer (since IMAP server might return FETCH response out of
19913         order, and the nntp buffer must be sorted).
19914
19915 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19916
19917         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19918         comparison on string.
19919
19920         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19921         (gnus-agent-score): Rename category keywords to match gnus-cus.
19922         (gnus-agent-summary-fetch-series): Modify to protect against
19923         gnus-agent-summary-fetch-group clearing processable flags.
19924         (gnus-agent-synchronize-group-flags): Update live group buffer as
19925         synchronization may occur due to the user toggle the plugged
19926         status.
19927         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19928         successfully downloaded.
19929         (gnus-agent-expire-group-1): Avoid using markers when the overview
19930         is in ascending order; greatly improves performance.
19931         (gnus-agent-regenerate-group):
19932         Use gnus-agent-synchronize-group-flags to reset read status in both
19933         gnus and server.
19934         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19935
19936 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19937
19938         * message.el: Don't autoload former message-utils variables.
19939         (message-strip-subject-trailing-was): Change doc string.
19940
19941         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19942         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19943         (nnweb-google-search): Add "hl=en" here.
19944         (nnweb-google-parse-1, nnweb-google-create-mapping):
19945         Don't hardcode URL.
19946
19947 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19948
19949         * message.el (message-get-reply-headers, message-followup):
19950         Mention related variables `message-use-followup-to' and
19951         `message-use-mail-followup-to', in the information buffer.
19952
19953         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19954         of broken groups(-beta).google.com.
19955
19956 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19957
19958         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19959         parameter to invoked gnus-request-move-article; remove the
19960         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19961         all at once instead of once per article.
19962         (gnus-summary-remove-process-mark): Accept a list of articles as
19963         well as a single article for processing.
19964
19965         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19966         parameter.
19967
19968         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19969
19970         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19971
19972         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19973         parameter.
19974
19975         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19976         parameter.
19977
19978         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19979         parameter and remove the gnus-sum-hint-move-is-internal variable.
19980
19981         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19982         parameter.
19983
19984         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19985         parameter.
19986
19987         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19988         parameter.
19989
19990         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19991
19992         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19993         parameter.
19994
19995         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19996         parameter.
19997
19998 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19999
20000         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20001         a more conservative way.
20002
20003 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20004
20005         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20006         buffer, so it moves the window's cursor.
20007
20008 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20009
20010         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20011         `mm-dissect-multipart' and receive the from field as an (optional)
20012         argument from `mm-dissect-multipart'.
20013         (mm-dissect-multipart): Receive the from field as an argument and
20014         pass it on when we call `mm-dissect-buffer' on MIME parts.
20015         Fixes verification/decryption of signed/encrypted MIME parts.
20016
20017 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20018
20019         * gnus-sum.el (gnus-summary-move-article):
20020         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20021         whatever it calls (right now, only nnimap-request-move article
20022         respects it).
20023
20024         * nnimap.el (nnimap-request-move-article):
20025         When gnus-sum-hint-move-is-internal is set, don't do the extra
20026         nnimap-request-article.
20027
20028 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20029
20030         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20031
20032         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20033         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20034
20035         * gnus-sum.el (gnus-summary-caesar-message):
20036         Apply `gnus-treat-article' after rotation.
20037
20038         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20039         doc string.
20040
20041 2005-02-22  Simon Josefsson  <jas@extundo.com>
20042
20043         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20044         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20045         <arne@arnested.dk>.
20046         (encrypt): Add password-cache and password-cache-expiry as group
20047         members.
20048
20049 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20050
20051         * smime.el (smime-ldap-host-list): Doc fix.
20052         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20053         cache) password.
20054         (smime-sign-region): Use it.
20055         (smime-decrypt-region): Use it.
20056         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20057         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20058         fails.
20059         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20060         certificate from DER to PEM format rather than calling openssl.
20061
20062         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20063
20064         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20065         for signing/encryption.
20066
20067         * mml.el (mml-parse-1): Use them.
20068
20069 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20070
20071         * nnrss.el (nnrss-verbose): Remove.
20072         (nnrss-request-group): Use `nnheader-message' instead.
20073
20074 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20075
20076         * nnrss.el (nnrss-verbose): New variable.
20077         (nnrss-request-group): Make it say nnrss is requesting a group.
20078
20079 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20080
20081         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20082         Handle news URL with given port correctly.
20083
20084 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20085
20086         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20087         containing special characters.
20088
20089         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20090
20091         * mml.el (mime-to-mml): Ditto.
20092
20093         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20094         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20095         (rfc2047-decode-region): Quote decoded words containing special
20096         characters when rfc2047-quote-decoded-words-containing-tspecials
20097         is non-nil.
20098
20099 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20100
20101         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20102
20103         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20104
20105 2005-02-15  Simon Josefsson  <jas@extundo.com>
20106
20107         * nnimap.el (nnimap-debug): Doc fix.
20108
20109         * imap.el (imap-debug): Doc fix.
20110
20111 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20112
20113         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20114
20115 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20116
20117         * gnus.el (spam-contents): Improve docs for spam-contents
20118         parameter in its variable incarnation.
20119
20120 2005-02-14  Simon Josefsson  <jas@extundo.com>
20121
20122         * smime-ldap.el: Use require instead of load-library for ldap.
20123         (smime-ldap-search): Indent.
20124         (smime-ldap-search-internal): Shorten line.
20125
20126         * smime.el (smime-cert-by-dns): Add doc-string.
20127         (smime-cert-by-ldap-1): Indent.
20128
20129         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20130         mml-smime-get-dns-ldap.
20131         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20132
20133 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20134
20135         * smime.el: Require smime-ldap.
20136         (smime-ldap-host-list): New variable.
20137         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20138
20139         * mml-smime.el (mml-smime-encrypt-query): New function.
20140         (mml-smime-encrypt-query): Use it.
20141
20142         * smime-ldap.el: New file.
20143
20144 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20147
20148 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20149
20150         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20151         argument in doc string.  Make query for type more clear.
20152
20153 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20154
20155         * gnus.el (gnus-group-startup-message): Search for gnus images in
20156         etc/images/gnus.
20157         * mm-util.el (mm-image-load-path): Likewise.
20158         * smiley.el (smiley-data-directory): Search for smilies in
20159         etc/images/smilies.
20160
20161 2005-02-09  Kim F. Storm  <storm@cua.dk>
20162
20163         Change Emacs release version from 21.4 to 22.1 throughout.
20164         Change Emacs development version from 21.3.50 to 22.0.50.
20165
20166 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20167
20168         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20169
20170         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20171         non-Mule XEmacs as well.
20172         (mm-decompress-buffer): Signal an error intentionally if it does
20173         not decompress compressed data because auto-compression-mode is
20174         disabled.
20175
20176 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20177
20178         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20179         an ID in the registry even if it has no groups.
20180
20181 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20182
20183         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20184         merge it into mm-decompress-buffer.
20185         (gnus-mime-copy-part): Use the MIME part charset, the value which
20186         a user specified or gnus-newsgroup-charset for decoding, like
20187         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20188         save-buffer what was used.  Suggested by Kevin Ryde
20189         <user42@zip.com.au>.
20190         (gnus-mime-inline-part): Allow the name parameter as well as the
20191         filename parameter; force decompressing of compressed data; always
20192         display contents being not decoded as unibyte.
20193
20194         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20195         as well as the filename parameter.
20196
20197         * mm-util.el (mm-decompress-buffer):
20198         Merge gnus-mime-jka-compr-maybe-uncompress.
20199         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20200         of compressed data.
20201
20202 2005-02-08  Simon Josefsson  <jas@extundo.com>
20203
20204         * imap.el (imap-log): Doc fix.
20205
20206 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20207
20208         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20209         the coding cookies; decompress compressed parts.
20210
20211         * mml.el (mml-generate-mime-1): Add the charset parameter according
20212         to the value which a user specified manually or the coding cookie.
20213
20214         * mm-util.el (mm-string-to-multibyte): New function.
20215         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20216         (mm-coding-system-to-mime-charset): New function.
20217         (mm-decompress-buffer): New function.
20218         (mm-find-buffer-file-coding-system): New function.
20219
20220         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20221         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20222         parts.
20223
20224 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20225
20226         * mm-view.el (mm-display-inline-fontify): Decode a part according
20227         to the charset parameter.
20228
20229 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20230
20231         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20232         prefix arg is neither nil nor a number, as info specifies.
20233
20234 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20235
20236         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20237         timestamps.
20238
20239 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20240
20241         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20242         groups error checking and notify user.
20243
20244 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20245
20246         * message.el (message-send-mail-function): Check existence of
20247         sendmail-program first before using default value
20248         `message-send-mail-with-sendmail'.  Otherwise use more generic
20249         `smtpmail-send-it'.
20250
20251 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20252
20253         * nntp.el (nntp-request-update-info): Always return nil.
20254
20255 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20256
20257         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20258
20259 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20260
20261         * message.el (message-beginning-of-line): Change the behavior when
20262         invoked between BOL and : so that it first moves backward.
20263
20264 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20267         article buffer when editing of the article is discarded.
20268         (gnus-article-prepare): Revert.
20269
20270 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20271
20272         * gnus-art.el (gnus-article-prepare):
20273         Remove message-strip-forbidden-properties from the local hook.
20274
20275 2005-01-27  Simon Josefsson  <jas@extundo.com>
20276
20277         * password.el (password-cache-add): Only start one timer per key.
20278         Reported by Derek Atkins <warlord@MIT.EDU>.
20279
20280 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20281
20282         * run-at-time.el: Remove.  It is no longer needed as
20283         timer-funcs.el in the xemacs-base package has a working version of
20284         `run-at-time'.
20285
20286         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20287
20288         * password.el: Require timer-funcs instead of run-at-time in
20289         XEmacs.
20290         Remove `password-run-at-time' macro.
20291         (password-cache-add): Use `run-at-time' instead of
20292         `password-run-at-time'.
20293
20294         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20295         Remove `nnheader-cancel-function-timers' alias,
20296         `cancel-function-timers' exists in XEmacs in timer-funcs.
20297
20298         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20299         for `run-with-idle-timer'.
20300
20301         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20302         for `run-at-time'.
20303
20304         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20305         for `with-timeout'.
20306
20307         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20308         the same as for XEmacs 21.4.
20309         No need to ignore `run-with-idle-timer', this function exists in
20310         XEmacs now in timer-funcs.el in the xemacs-base package.
20311         (dgnushack-compile): No need to delete
20312         run-at-time.el from the list of files to compile because it
20313         doesn't exist anymore.
20314
20315 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20316
20317         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20318         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20319
20320 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20321
20322         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20323         sensitively.
20324
20325 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20326
20327         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20328
20329 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20330
20331         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20332         which will be inserted according to the multibyteness of a buffer
20333         rather than the type of contents.  Suggested by ARISAWA Akihiro
20334         <ari@mbf.ocn.ne.jp>.
20335
20336         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20337         of string which old xml.el may return rather than a string.
20338
20339 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20340
20341         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20342
20343 2005-01-16  Simon Josefsson  <jas@extundo.com>
20344
20345         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20346         idn/idna.el isn't available.
20347         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20348         <michael@waxrat.com>.
20349
20350         * hashcash.el: Remove non-FSF copyright header.
20351
20352         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20353         (hashcash-generate-payment): Use it.
20354         (hashcash-generate-payment-async): Use it.
20355
20356 2005-01-15  Simon Josefsson  <jas@extundo.com>
20357
20358         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20359         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20360
20361         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20362         gnus-summary-idna-message.
20363         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20364         (gnus-summary-idna-message): New function.
20365
20366 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20367
20368         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20369         gnus-novice-user.
20370
20371 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * nnrss.el (nnrss-request-delete-group): Delete entries in
20374         nnrss-group-alist as well.
20375         (nnrss-save-server-data): Insert newline.
20376
20377 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20378
20379         * gnus.el (gnus-user-agent): Use list of symbols instead of
20380         symbols.  Display full version number for (S)XEmacs.
20381         Optionally display (S)XEmacs codename.
20382
20383         * gnus-util.el (gnus-emacs-version): Update for new
20384         `gnus-user-agent'.
20385
20386         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20387         Gnus version.
20388
20389 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20390
20391         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20392         which is unreadable in some setups.
20393
20394 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20395
20396         * gnus-spec.el (gnus-update-format-specifications): Flush the
20397         group format spec cache if it doesn't support decoded group names.
20398
20399 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20400
20401         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20402         Allow to apply decay on score files matching a regexp.
20403
20404 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20405
20406         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20407         compatibility in %g and %c.
20408
20409 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20412         name for only %g and %c.
20413         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20414         of gnus-tmp-group to decoded group name.
20415         (gnus-group-make-rss-group): Exclude `/'s from group names.
20416
20417 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20418
20419         * nnrss.el (nnrss-get-encoding): Fix regexp.
20420
20421 2004-12-27  Simon Josefsson  <jas@extundo.com>
20422
20423         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20424         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20425         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20426
20427 2004-12-17  Kim F. Storm  <storm@cua.dk>
20428
20429         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20430
20431         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20432
20433 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20434
20435         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20436
20437 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20438
20439         * nnrss.el: Require rfc2047 and mml.
20440         (nnrss-file-coding-system): New variable.
20441         (nnrss-format-string): Redefine it as an inline function.
20442         (nnrss-decode-group-name): New function.
20443         (nnrss-string-as-multibyte): Remove.
20444         (nnrss-retrieve-headers): Decode group name; don't use
20445         nnrss-format-string.
20446         (nnrss-request-group): Decode group name.
20447         (nnrss-request-article): Decode group name; allow a Message-ID as
20448         well as an article number; don't use nnrss-format-string; encode a
20449         Message-ID string which may contain non-ASCII characters; use
20450         mml-to-mime to compose a MIME article.
20451         (nnrss-request-expire-articles): Decode group name.
20452         (nnrss-request-delete-group): Decode group name.
20453         (nnrss-fetch): Clarify error message.
20454         (nnrss-read-server-data): Use insert-file-contents instead of load;
20455         bind file-name-coding-system; use multibyte buffer.
20456         (nnrss-save-server-data): Bind coding-system-for-write to the
20457         value of nnrss-file-coding-system; bind file-name-coding-system;
20458         add coding cookie.
20459         (nnrss-read-group-data): Use insert-file-contents instead of load;
20460         bind file-name-coding-system; use multibyte buffer.
20461         (nnrss-save-group-data): Bind coding-system-for-write to the
20462         value of nnrss-file-coding-system; bind file-name-coding-system.
20463         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20464         make it work with non-ASCII text.
20465         (nnrss-find-el): Make it work with old xml.el as well.
20466
20467 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20468
20469         * nnrss.el (nnrss-get-encoding): New function.
20470         (nnrss-fetch): Use unibyte buffer initially; bind
20471         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20472         decode contents according to the encoding attribute.
20473         (nnrss-save-group-data): Add coding cookie.
20474         (nnrss-mime-encode-string): New function.
20475         (nnrss-check-group): Use it to encode subject and author.
20476
20477 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20478
20479         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20480         imaginary variable.
20481
20482 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20483
20484         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20485         correctly even if there are wide characters.
20486
20487 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20488
20489         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20490         downcased symbol names; make a new cache instead of reusing
20491         bbdb-hashtable.
20492
20493 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20494
20495         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20496         concatenating segments rather than before concatenating them.
20497         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20498
20499         * message.el (message-get-reply-headers): Bind `extra'.
20500
20501 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20502
20503         * message.el (message-extra-wide-headers): New variable.
20504         (message-get-reply-headers): Use it.
20505
20506 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20509         (gnus-agent-group-pathname): Ditto.
20510
20511         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20512
20513         * gnus-group.el (gnus-group-make-group): Decode group name.
20514         (gnus-group-make-rss-group): Register the group data after opening
20515         the nnrss group.
20516
20517 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20518
20519         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20520         by expiry now get marked as read.
20521
20522 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20523
20524         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20525
20526 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20527
20528         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20529         unify Latin characters in XEmacs.
20530         (mm-find-mime-charset-region): Use it.
20531
20532 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20533
20534         * gnus-util.el (gnus-delete-directory): New function.
20535
20536         * gnus-agent.el (gnus-agent-delete-group): Use it.
20537
20538         * gnus-cache.el (gnus-cache-delete-group): Use it.
20539
20540 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20541
20542         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20543         names.
20544
20545 2004-12-16  Simon Josefsson  <jas@extundo.com>
20546
20547         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20548
20549 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20550
20551         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20552
20553         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20554         (gnus-group-set-current-level): Decode group name.
20555
20556 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20557
20558         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20559         failed.
20560
20561 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20562
20563         * gnus-group.el (gnus-group-delete-group): Decode group name.
20564         (gnus-group-make-rss-group): Encode group name.
20565         (gnus-group-catchup-current): Decode group name.
20566         (gnus-group-kill-group): Decode group name.
20567
20568 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20569
20570         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20571
20572 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20573
20574         * gnus-group.el (gnus-group-make-rss-group):
20575         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20576
20577         * gnus-start.el (gnus-setup-news): Honor user's setting to
20578         gnus-message-archive-method.  Suggested by Lute Kamstra
20579         <lute@gnu.org>.
20580
20581 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20582
20583         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20584         global counterparts of the buffer-local variables.
20585
20586 2004-11-16  Romain Francoise  <romain@orebokech.com>
20587
20588         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20589         counterparts of the buffer-local variables.
20590
20591 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20592
20593         * message.el (message-forbidden-properties): Fix typo in doc
20594         string.
20595
20596 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20597
20598         * gnus-util.el (gnus-replace-in-string): Add doc string.
20599
20600         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20601         to avoid problems when splitting mails with many recipients.
20602
20603 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20604
20605         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20606         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20607
20608 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20609
20610         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20611         if there is no hashtable in memory or file modification time is
20612         newer than cached timestamp.
20613
20614 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20615
20616         * gnus-sum.el (gnus-summary-limit-to-recipient):
20617         Implement not-matching option.
20618
20619 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20620
20621         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20622         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20623         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20624         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20625         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20626         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20627
20628 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20629
20630         * message.el (message-forward-make-body-mml): Remove headers
20631         according to message-forward-ignored-headers if a message is decoded.
20632
20633 2004-12-02  Romain Francoise  <romain@orebokech.com>
20634
20635         * message.el (message-forward-make-body-plain): Always remove
20636         headers according to message-forward-ignored-headers.
20637
20638 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20639
20640         * spam.el (spam-summary-prepare-exit): Remove the
20641         gnus-summary-limit pop for now, it has problems with ham marks for
20642         me.
20643
20644 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20645
20646         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20647         correctly.
20648
20649 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20650
20651         * format-spec.el (format-spec): Message the char.
20652
20653 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20654
20655         * gnus-art.el (gnus-split-methods): Reformat comments.
20656
20657         * spam.el (spam-summary-prepare-exit): Remove article limits
20658         before exiting the summary buffer.
20659
20660 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20663         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20664
20665         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20666         order to silence the byte compiler.
20667
20668         * spam.el: Fix the way to silence the byte compiler, which
20669         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20670         bbdb-search-simple, spam-BBDB-register-routine,
20671         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20672         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20673         spam-stat-buffer-is-spam, spam-stat-load,
20674         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20675         spam-stat-save and spam-stat-split-fancy.
20676
20677 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20678
20679         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20680         which may confuse users.
20681         (canlock-password-for-verify): Ditto.
20682
20683         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20684
20685         * gnus-art.el (gnus-emphasis-alist): Ditto.
20686
20687         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20688
20689         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20690
20691         * gnus-start.el (gnus-save-killed-list): Ditto.
20692
20693         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20694         (gnus-sum-thread-tree-root): Ditto.
20695         (gnus-sum-thread-tree-false-root): Ditto.
20696         (gnus-sum-thread-tree-single-indent): Ditto.
20697
20698         * message.el (message-courtesy-message): Ditto.
20699         (message-archive-note): Ditto.
20700         (message-subscribed-address-file): Ditto.
20701         (message-user-fqdn): Ditto.
20702
20703         * spam-report.el (spam-report-gmane-regex): Ditto.
20704
20705         * spam.el (spam-blackhole-good-server-regex): Ditto.
20706
20707 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20708
20709         * mml.el (mml-preview): Widen the message buffer before copying
20710         the contents to the preview buffer; sort headers before previewing.
20711
20712         * message.el (message-hidden-headers): Fix the way to avoid a bug
20713         in the `repeat' widget in Emacs 21.3 or earlier.
20714
20715 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20716
20717         * message.el (message-hidden-headers): Default to "^References:".
20718         Improve customization type.  Suggested by Reiner Steib
20719         <Reiner.Steib@gmx.de>.
20720
20721 2004-11-25  Romain Francoise  <romain@orebokech.com>
20722
20723         * message.el (message-strip-forbidden-properties): Remove check for
20724         obsolete `message-hidden' text property, hidden headers are not
20725         accessible in the buffer anymore.
20726
20727 2004-11-22  Romain Francoise  <romain@orebokech.com>
20728
20729         * message.el (message-header-format-alist): Add `From' in list
20730         so that it can be sorted.
20731         (message-fix-before-sending): Widen and sort headers before
20732         sending.
20733         (message-hide-headers): Use narrowing to hide headers by moving
20734         them to the top of the buffer and narrowing to the region
20735         underneath.
20736
20737 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20738
20739         * message.el (message-strip-forbidden-properties):
20740         Bind buffer-read-only (etc) to nil.
20741
20742 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20743
20744         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20745         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20746
20747 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20748
20749         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20750
20751 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20752
20753         * dns.el (query-dns): Use sit-for to time instead of
20754         accept-process-output, since that doesn't seem to work on udp
20755         sockets.
20756
20757 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20758
20759         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20760
20761 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20762
20763         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20764         doc string.  Improve doc string.
20765
20766 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * nntp.el (nntp-request-update-info): Return nil if
20769         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20770         may not call gnus-activate-group which uselessly issues the GROUP
20771         commands for all nntp groups and wastes time.  Reported by Romain
20772         Francoise <romain@orebokech.com>.
20773
20774         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20775
20776 2004-11-15  Simon Josefsson  <jas@extundo.com>
20777
20778         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20779         headers separately.
20780         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20781         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20782
20783 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20784
20785         * gnus-start.el (gnus-convert-old-newsrc):
20786         Assign legacy-gnus-agent to 5.10.7.
20787
20788 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20789
20790         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20791         start of the lines.
20792
20793 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20794
20795         * hashcash.el (hashcash-default-payment): Change default to 20.
20796         (hashcash-default-accept-payment): Change default to 20.
20797         (hashcash-process-alist): New variable.
20798         (hashcash-generate-payment-async): Add.
20799         (hashcash-already-paid-p): Add.
20800         (hashcash-insert-payment): Don't generate payments twice.
20801         (hashcash-insert-payment-async): Add.
20802         (hashcash-insert-payment-async-2): Add.
20803         (hashcash-cancel-async): Add.
20804         (hashcash-wait-async): Add.
20805         (hashcash-processes-running-p): Add.
20806         (hashcash-wait-or-cancel): Add.
20807         (mail-add-payment): New optional argument.  Conditionally start
20808         asynchronous calculation.
20809         (mail-add-payment-async): Add.
20810
20811         * message.el (message-send-mail): Wait for asynchronous hashcash
20812         results.  Don't clobber existing X-Hashcash headers.
20813         (message-setup-1): Call mail-add-payment-async when
20814         message-generate-hashcash is non-nil.
20815
20816 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20817
20818         * message.el (message-use-alternative-email-as-from): Examine the
20819         From header as well; use message-make-from in order to include a
20820         user's full name.
20821
20822 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20823
20824         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20825         default; improve customization type.
20826         (gnus-emphasis-custom-with-format): New macro.
20827         (gnus-emphasis-custom-value-to-external): New function.
20828         (gnus-emphasis-custom-value-to-internal): New function.
20829
20830 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20831
20832         * dns.el (query-dns): Resolve reverse addresses.
20833
20834 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20835
20836         * gnus-group.el (gnus-group-get-new-news): Use it.
20837
20838         * gnus-start.el (gnus-check-reasonable-setup): New function.
20839
20840 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20841
20842         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20843         "Args out of range" error.  Reported by Arnaud Giersch
20844         <arnaud.giersch@free.fr>.
20845
20846 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20847
20848         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20849
20850 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20851
20852         * spam.el (spam group): Add :version.
20853
20854         * pgg-def.el (pgg group): Add :version.
20855
20856 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20857
20858         * gnus-art.el (gnus-article-edit-article): Don't associate the
20859         article buffer with a draft file.  This is a temporary measure
20860         against the 2004-08-22 change to gnus-article-edit-mode.
20861
20862 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20863
20864         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20865         (html2text-format-tags): Remove unused variable `attr'.
20866
20867 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20868
20869         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20870
20871         * tls.el (tls-process-connection-type, tls-success)
20872         (tls-certtool-program): Add :version.
20873
20874         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20875         (starttls-extra-arguments, starttls-process-connection-type)
20876         (starttls-connect, starttls-failure, starttls-success): Add :version.
20877
20878         * spam-stat.el (spam-stat): Add :version.
20879
20880         * sieve.el (sieve): Add :version.
20881
20882         * sha1.el (sha1): Add :version.
20883         (sha1-use-external): Remove redundant version.
20884
20885         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20886         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20887         (nnmail-split-fancy-match-partial-words)
20888         (nnmail-split-lowercase-expanded): Add :version.
20889
20890         * nndiary.el (nndiary): Add :version.
20891
20892         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20893
20894         * mml-sec.el (mml-default-sign-method)
20895         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20896         Add :version.
20897
20898         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20899
20900         * mm-url.el (mm-url-use-external, mm-url-program)
20901         (mm-url-arguments): Add :version.
20902
20903         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20904         (mm-attachment-file-modes, mm-decrypt-option)
20905         (mm-w3m-safe-url-regexp): Add :version.
20906
20907         * message.el (message-cite-prefix-regexp)
20908         (message-sendmail-envelope-from, message-minibuffer-local-map)
20909         (message-user-fqdn, message-completion-alist): Add :version.
20910
20911         * gnus-win.el (gnus-configure-windows-hook)
20912         (gnus-use-frames-on-any-display): Add :version.
20913
20914         * gnus-art.el (gnus-article-address-banner-alist)
20915         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20916         (gnus-treat-from-picon, gnus-treat-mail-picon)
20917         (gnus-treat-x-pgp-sig): Add :version.
20918
20919         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20920         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20921         (gnus-summary-article-delete-hook)
20922         (gnus-summary-display-while-building): Add :version.
20923
20924         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20925         (gnus-get-top-new-news-hook): Add :version.
20926
20927         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20928         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20929
20930         * gnus-registry.el (gnus-registry): Add :version.
20931
20932         * gnus-spec.el (gnus-use-correct-string-widths)
20933         (gnus-make-format-preserve-properties): Add :version.
20934
20935         * gnus.el (gnus-group-charter-alist)
20936         (gnus-group-fetch-control-use-browse-url)
20937         (gnus-install-group-spam-parameters): Add :version.
20938
20939         * gnus-diary.el (gnus-diary): Add :version.
20940
20941         * gnus-delay.el (gnus-delay): Add :version.
20942
20943         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20944         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20945         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20946         Add :version.
20947
20948         * gnus-agent.el (gnus-agent-max-fetch-size)
20949         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20950         (gnus-agent-prompt-send-queue): Add :version.
20951
20952         * deuglify.el (gnus-outlook-deuglify): Add :version.
20953
20954         * html2text.el: Beautify code.  Improve doc strings.
20955         Some checkdoc cleanup.
20956         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20957
20958 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20959
20960         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20961
20962 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20963
20964         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20965         when package is loaded.
20966
20967         * spam.el (spam-summary-score-preferred-header): Add global preference
20968         for people who want to override the default SpamAssassin over
20969         Bogofilter preference (when both are set).
20970         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20971         (spam-user-format-function-S):
20972         Check spam-summary-score-preferred-header.
20973         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20974         (spam-user-format-function-S): Format the score correctly.
20975
20976 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20977
20978         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20979         signature file.  Suggested by Manoj Srivastava
20980         <srivasta@golden-gryphon.com>.
20981
20982         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20983         iso-2022-jp even in the Japanese language environment.
20984         Suggested by Jason Rumney <jasonr@gnu.org>.
20985
20986 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20989         use the same characters as the dummy marks; make it free from
20990         getting affected by the language environment.
20991         (gnus-summary-read-group-1): Update mark positions only when the
20992         format spec is updated.
20993
20994         * gnus-spec.el (gnus-update-format-specifications): Return a list
20995         of updated types.
20996
20997 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20998
20999         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21000         of boundp to check if display-warning is available.
21001
21002 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21003
21004         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21005
21006 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21007
21008         * nnspool.el (nnspool-spool-directory): Use news-path if the
21009         news-directory variable is not bound.
21010
21011         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21012         function instead of display-warning if it is not available.
21013
21014 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21015
21016         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21017         v5-10: Use `point-at-bol'.
21018
21019 2004-10-26  Simon Josefsson  <jas@extundo.com>
21020
21021         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21022         <chenggao@gmail.com>.
21023
21024 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21025
21026         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21027         instead.
21028
21029 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21030
21031         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21032         to remove a server from the nnimap-server-buffer-alist.
21033         (nnimap-open-connection, nnimap-close-server): Use it.
21034
21035         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21036
21037 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21038
21039         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21040         running the major-mode function.
21041
21042 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21043
21044         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21045         dummy marks in the right way.
21046
21047 2004-10-18  David Edmondson  <dme@dme.org>
21048
21049         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21050         excessively.
21051
21052 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21053
21054         * gnus-util.el (gnus-split-references): Accept a nil references
21055         string and go on blissfully.
21056
21057         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21058         cases where the references string is non-nil but has no references.
21059
21060         * encrypt.el: Add autoload tags.
21061
21062         * spam.el (spam-resolve-registrations-routine): Remove article
21063         from unregistration list too.  Reported by David Hanak
21064         <dhanak@isis.vanderbilt.edu>
21065
21066 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21067
21068         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21069         nil.  Change custom type.
21070
21071 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21072
21073         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21074
21075         * gnus-sum.el (gnus-summary-move-article): Use it.
21076
21077 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21078
21079         * encrypt.el: Add autoload cookies.
21080
21081         * spam.el (spam-backend-article-list-property)
21082         (spam-backend-get-article-todo-list)
21083         (spam-backend-put-article-todo-list)
21084         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21085         Resolve registrations separately.
21086         (spam-register-routine): Format comments.
21087         (spam-unregister-routine, spam-register-routine): Always call with
21088         specific-articles, no default list.
21089         (spam-summary-prepare-exit): Use the spam-classifications function.
21090
21091         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21092         gnus-encrypt.el.
21093
21094         * encrypt.el: Copied from gnus-encrypt.el.
21095
21096         * gnus-encrypt.el: Commented that it's obsolete.
21097
21098 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21099
21100         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21101         (gnus-score-save): Use it.
21102
21103         * message.el (message-bury): Use `window-dedicated-p'.
21104
21105 2004-10-15  Simon Josefsson  <jas@extundo.com>
21106
21107         * pop3.el (top-level): Don't require nnheader.
21108         (pop3-read-timeout): Add.
21109         (pop3-accept-process-output): Add.
21110         (pop3-read-response, pop3-retr): Use it.
21111
21112 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21113
21114         * spam.el (spam-register-routine): Move comment.
21115         (spam-verify-bogofilter): Use 'unknown for the initial
21116         spam-bogofilter-valid state, not 'never.
21117
21118         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21119         for netrc-machine.
21120
21121         * nnimap.el (nnimap-open-connection):
21122         Use netrc-machine-user-or-password.
21123
21124 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21125
21126         * gnus-registry.el (gnus-registry-unload-hook):
21127         Set as a variable with add-hook.
21128
21129         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21130         of news-path.
21131
21132         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21133
21134         * spam.el: Delete duplicate `provide'.
21135         (spam-unload-hook): Set as a variable with add-hook.
21136
21137 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21138
21139         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21140         in the doc string.
21141
21142         * message.el (message-ignored-news-headers)
21143         (message-ignored-supersedes-headers)
21144         (message-ignored-resent-headers)
21145         (message-forward-ignored-headers): Improve custom type.
21146
21147 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21148
21149         * message.el (message-tokenize-header): Fix 2004-09-06 change
21150         which used point-min in the wrong place.
21151
21152 2004-10-12  Simon Josefsson  <jas@extundo.com>
21153
21154         * tls.el (tls-certtool-program): New variable.
21155         (tls-certificate-information): New function, based on
21156         ssl-certificate-information.
21157
21158 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21159
21160         * compface.el: Move the version of ELisp-based uncompface program
21161         to the contrib directory because of the copyright problem.
21162
21163 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21164
21165         * message.el (message-kill-buffer): Raise the current frame.
21166
21167 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21168
21169         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21170
21171         * gnus.el (message-y-or-n-p): Autoload.
21172
21173         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21174         (pop3-password-required, pop3-authentication-scheme)
21175         (pop3-leave-mail-on-server): Make customizable.
21176         (pop3): New custom group.
21177         (pop3-retr): Remove `sleep-for' statements.
21178         Suggested by Dave Love <fx@gnu.org>.
21179
21180         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21181         Windows/DOS.
21182
21183         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21184         (imap-parse-body): Fix incorrect use of `assert'.
21185         Suggested by Dave Love <fx@gnu.org>.
21186
21187         * mml.el (mml-minibuffer-read-disposition): Require match.
21188         Suggested by Dave Love <fx@gnu.org>.
21189
21190 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21191
21192         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21193         doc string.
21194
21195 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21196
21197         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21198
21199 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21200
21201         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21202         instead of calling `mm-insert-inline', to decode text/* parts
21203         before displaying them.
21204
21205 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21206
21207         * mm-uu.el (mm-uu-text-plain-type): New variable.
21208         (mm-uu-pgp-signed-extract-1): Use it.
21209         (mm-uu-pgp-encrypted-extract-1): Use it.
21210         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21211         bind mm-uu-text-plain-type with that value.
21212         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21213         mm-uu-dissect.
21214
21215 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21216
21217         * gnus-group.el (gnus-update-group-mark-positions):
21218         * gnus-sum.el (gnus-update-summary-mark-positions):
21219         * message.el (message-check-news-body-syntax):
21220         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21221         of string-as-multibyte.
21222
21223 2004-10-05  Juri Linkov  <juri@jurta.org>
21224
21225         * gnus-group.el (gnus-update-group-mark-positions):
21226         * gnus-sum.el (gnus-update-summary-mark-positions):
21227         * message.el (message-check-news-body-syntax):
21228         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21229         8-bit unibyte values to a multibyte string for search functions.
21230
21231 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21232
21233         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21234         (mm-uu-dissect-text-parts): New function.
21235
21236         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21237         dissect text parts.
21238
21239         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21240         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21241
21242         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21243
21244         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21245         Use gnus-current-topics instead of gnus-current-topic.
21246
21247 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21248
21249         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21250
21251 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21252
21253         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21254         where appropriate.
21255
21256         * nnml.el (nnml-generate-active-info): do.
21257
21258         * nndiary.el (nndiary-generate-active-info): do.
21259
21260         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21261         (gnus-topic-move): do.
21262
21263         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21264         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21265
21266         * gnus-srvr.el (gnus-server-prepare)
21267         (gnus-server-open-all-servers): do.
21268
21269         * gnus-msg.el (gnus-summary-cancel-article)
21270         (gnus-summary-resend-message)
21271         (gnus-summary-mail-crosspost-complaint): do.
21272
21273         * gnus-move.el (gnus-change-server): do.
21274
21275         * gnus-group.el (gnus-group-unmark-all-groups)
21276         (gnus-group-set-current-level): do.
21277
21278 2004-10-04  Simon Josefsson  <jas@extundo.com>
21279
21280         * message.el (message-generate-hashcash): Doc fix.
21281
21282 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21283
21284         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21285         avoid infinite recursion via gnus-get-function.
21286
21287 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21288
21289         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21290
21291         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21292
21293         * nnmail.el (nnmail-split-history): do.
21294
21295         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21296         (nnml-request-delete-group): do.
21297
21298         * nnslashdot.el (nnslashdot-read-groups): do.
21299
21300         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21301         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21302
21303         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21304         (nnspool-sift-nov-with-sed): Use last.
21305         (nnspool-retrieve-headers-with-nov): Use mapc.
21306         (nnspool-request-newgroups): Use dolist.
21307         (nnspool-request-group): Use last.
21308
21309         * nntp.el (nntp-read-server-type): Use dolist.
21310
21311         * nnvirtual.el (nnvirtual-create-mapping)
21312         (nnvirtual-update-read-and-marked): Use dolist.
21313         (nnvirtual-convert-headers): Simplify.
21314
21315 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21316
21317         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21318         Add support for sync'ing tick marks.
21319
21320 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21321
21322         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21323         there's no visible header.
21324
21325 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21326
21327         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21328         When necessary, pass full group name to gnus-request-set-marks.
21329
21330 2004-10-01  Simon Josefsson  <jas@extundo.com>
21331
21332         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21333         acroread.
21334
21335 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21336
21337         * spam-report.el (spam-report-gmane): Fix interactive.
21338
21339         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21340
21341         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21342         when writing file.
21343         (gnus-agent-synchronize-flags): Don't default to being
21344         interactive.
21345
21346 2004-09-30  Simon Josefsson  <jas@extundo.com>
21347
21348         * message.el (message-generate-hashcash): Add.
21349         (message-send-mail): Use it, call mail-add-payment.
21350
21351 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21352
21353         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21354
21355 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21356
21357         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21358         gnus-requst-update-info with explicit code to sync the in-memory
21359         info read flags with the marks being sync'd to the backend.
21360
21361         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21362
21363 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21364
21365         * spam.el (spam-verify-bogofilter): Add new function.
21366         (spam-check-bogofilter)
21367         (spam-bogofilter-register-with-bogofilter): Use it.
21368         (spam-verify-bogofilter): Add small fixes.
21369
21370 2004-09-28  Simon Josefsson  <jas@extundo.com>
21371
21372         * hashcash.el (hashcash-generate-payment): Revert.
21373
21374 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21375
21376         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21377         Use gnus-extract-references instead of gnus-split-references.
21378
21379         * gnus-util.el (gnus-extract-references): Add new function, analogous
21380         to gnus-split-references but extracts only the message-ID without
21381         anything extra.
21382
21383         * hashcash.el (hashcash-generate-payment)
21384         (hashcash-check-payment): Do the right thing if hashcash-path is
21385         nil (because the hashcash program could not be found).
21386
21387         * spam.el (spam-use-hashcash): Remove comment.
21388
21389 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21390
21391         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21392         (gnus-cache-enter-article, gnus-cache-remove-article)
21393         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21394
21395         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21396
21397         * gnus-art.el (article-hide-boring-headers)
21398         (article-translate-strings, article-display-face)
21399         (gnus-article-mime-match-handle-first)
21400         (gnus-article-highlight-headers)
21401         (gnus-article-add-buttons-to-head): do.
21402
21403 2004-09-27  Simon Josefsson  <jas@extundo.com>
21404
21405         * hashcash.el: New version, from
21406         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21407         ../contrib/.
21408
21409 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21410
21411         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21412
21413 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21414
21415         * gnus-dup.el (gnus-dup-open): Use mapc.
21416         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21417
21418         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21419         Reported by Stefan Wiens <s.wi@gmx.net>.
21420
21421         * gnus.el (gnus-shutdown): Use dolist.
21422
21423         * gnus-undo.el (gnus-undo): Use mapc.
21424
21425         * nnrss.el (nnrss-generate-active): do.
21426
21427         * message.el (message-cite-original-without-signature)
21428         (message-cite-original): Use mapc.
21429         (message-do-actions, message-make-forward-subject): Use dolist.
21430
21431 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21432
21433         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21434         deletion to remove entire duplicate line.  Fixes merged article
21435         number bug.
21436
21437 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21438
21439         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21440         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21441         first ask if you want to open a server and then, even when you
21442         responded with no, asking if you want to synchronize the server's
21443         flags.
21444         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21445         multi-line expressions.
21446         (gnus-agent-synchronize-group-flags): New internal function.
21447         Updates marks in memory (in the info structure) AND in the
21448         backend.
21449
21450         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21451
21452         * nnagent.el (nnagent-request-set-mark):
21453         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21454         method, to ensure that synchronization updates marks in the
21455         backend and in the info (in memory) structure.
21456
21457 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21458
21459         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21460         convention fully; don't miss the root article of a thread; make
21461         the X-Draft-From header with correct article numbers.
21462
21463 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21464
21465         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21466         unless plugged.  Disable the agent so that an open failure causes
21467         an error.
21468
21469         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21470         Revert 2004-09-21 change.  The backend must be opened while
21471         synchronizing flags even when the backend stores the flags
21472         locally.
21473
21474 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21475
21476         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21477         in `header' match.  Reported by Svend Tollak Munkejord.
21478
21479         * message.el (message-cite-original): Fix use of
21480         `message-cite-articles-with-x-no-archive'.
21481
21482 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21483
21484         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21485         (gnus-window-to-buffer): Ditto.
21486
21487         * mml.el (mml-preview-buffer): New variable.
21488         (mml-preview): Manage window layout with gnus-buffer-configuration.
21489
21490         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21491         X-Draft-From header even if those articles aren't quoted.
21492
21493 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21494
21495         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21496         (gnus-request-set-mark, gnus-request-update-mark): Use new
21497         g-s-t-u-l-m to decide to use backend even when unplugged.
21498
21499 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21500
21501         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21502         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21503
21504 2004-09-20  Simon Josefsson  <jas@extundo.com>
21505
21506         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21507         "utf-16-le".
21508
21509 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21510
21511         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21512
21513 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21514
21515         * uudecode.el (uudecode-use-external): Add :version.
21516
21517         * smime.el (smime-CA-file, smime-encrypt-cipher)
21518         (smime-dns-server): Add :version.
21519
21520         * smiley.el (gnus-smiley-file-types): Add :version.
21521
21522         * sha1.el (sha1-use-external): Add :version.
21523
21524         * pgg-def.el (pgg-query-keyserver): Add :version.
21525
21526         * nnmail.el (nnmail-fancy-expiry-targets)
21527         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21528         Add :version.
21529
21530         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21531         (nnimap-retrieve-groups-asynchronous): Add :version.
21532         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21533
21534         * mml.el (mml-content-disposition-parameters)
21535         (mml-insert-mime-headers-always): Add :version.
21536
21537         * mm-util.el (mm-coding-system-priorities): Add :version.
21538
21539         * mm-decode.el (mm-inline-text-html-with-images)
21540         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21541         (mm-verify-option): Add :version.
21542         (mm-text-html-renderer): Change :version.
21543
21544         * message.el (message-fcc-externalize-attachments)
21545         (message-required-headers, message-draft-headers)
21546         (message-subject-trailing-was-query)
21547         (message-subject-trailing-was-ask-regexp)
21548         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21549         (message-mark-insert-end, message-archive-header)
21550         (message-archive-note, message-cross-post-default)
21551         (message-cross-post-note, message-followup-to-note)
21552         (message-cross-post-note-function, message-use-mail-followup-to)
21553         (message-subscribed-address-functions)
21554         (message-subscribed-address-file, message-subscribed-addresses)
21555         (message-subscribed-regexps, message-allow-no-recipients)
21556         (message-yank-cited-prefix, message-signature-insert-empty-line)
21557         (message-hidden-headers, message-hierarchical-addresses)
21558         (message-mail-user-agent, message-use-idna)
21559         (message-valid-fqdn-regexp)
21560         (message-strip-special-text-properties, message-header-synonyms)
21561         (message-beginning-of-line, message-tab-body-function): Add :version.
21562         (message-insert-canlock, message-wide-reply-confirm-recipients):
21563         Change :version.
21564
21565         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21566         and :version.
21567         (mail-source-delete-old-incoming-confirm)
21568         (mail-source-movemail-program): Add :version.
21569
21570         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21571         (gnus-agent-cache, gnus-agent): Change :version.
21572
21573         * gnus-util.el (gnus-use-byte-compile): Change :version.
21574
21575         * gnus-sum.el (gnus-summary-make-false-root-always)
21576         (gnus-summary-default-high-score)
21577         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21578         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21579         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21580         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21581         (gnus-sum-thread-tree-single-indent)
21582         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21583         (gnus-sum-thread-tree-leaf-with-other)
21584         (gnus-sum-thread-tree-single-leaf): Add :version.
21585         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21586         (gnus-article-loose-mime): Change :version.
21587
21588         * gnus-start.el (gnus-backup-startup-file)
21589         (gnus-save-startup-file-via-temp-buffer): Add :version.
21590
21591         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21592         (gnus-server-offline-face): Add :version.
21593
21594         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21595
21596         * gnus-msg.el (gnus-gcc-externalize-attachments)
21597         (gnus-debug-files, gnus-debug-exclude-variables)
21598         (gnus-discouraged-post-methods): Change :version.
21599         (gnus-confirm-mail-reply-to-news)
21600         (gnus-confirm-treat-mail-like-news): Add :version.
21601
21602         * gnus-int.el (gnus-server-unopen-status): Add :version.
21603
21604         * gnus-group.el (gnus-group-jump-to-group-prompt)
21605         (gnus-large-ephemeral-newsgroup)
21606         (gnus-fetch-old-ephemeral-headers): Add :version.
21607
21608         * gnus-fun.el (gnus-x-face-directory)
21609         (gnus-convert-pbm-to-x-face-command)
21610         (gnus-convert-image-to-x-face-command)
21611         (gnus-convert-image-to-face-command): Add :version.
21612
21613         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21614
21615         * gnus-cite.el (gnus-cite-blank-line-after-header)
21616         (gnus-article-boring-faces): Add :version.
21617
21618         * gnus-art.el (gnus-buttonized-mime-types)
21619         (gnus-inhibit-mime-unbuttonizing)
21620         (gnus-treat-display-face)
21621         (gnus-treat-body-boundary): Change :version.
21622         (gnus-body-boundary-delimiter, gnus-picon-databases)
21623         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21624         (gnus-treat-date-english, gnus-treat-fold-headers)
21625         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21626         (gnus-treat-mail-picon, gnus-treat-wash-html)
21627         (gnus-article-encrypt-protocol)
21628         (gnus-use-idna, gnus-article-over-scroll)
21629         (gnus-mime-display-multipart-alternative-as-mixed)
21630         (gnus-mime-display-multipart-related-as-mixed)
21631         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21632         (gnus-ctan-url, gnus-button-ctan-handler)
21633         (gnus-button-handle-ctan-bogus-regexp)
21634         (gnus-button-ctan-directory-regexp)
21635         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21636         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21637         (gnus-button-man-level, gnus-button-emacs-level)
21638         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21639
21640         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21641         (gnus-agent-go-online): Change :version.
21642         (gnus-agent-expire-unagentized-dirs)
21643         (gnus-agent-auto-agentize-methods): Add :version.
21644
21645         * flow-fill.el (fill-flowed-display-column)
21646         (fill-flowed-encode-column): Add :version.
21647
21648         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21649         (gnus-outlook-deuglify-unwrap-max)
21650         (gnus-outlook-deuglify-cite-marks)
21651         (gnus-outlook-deuglify-unwrap-stop-chars)
21652         (gnus-outlook-deuglify-no-wrap-chars)
21653         (gnus-outlook-deuglify-attrib-cut-regexp)
21654         (gnus-outlook-deuglify-attrib-verb-regexp)
21655         (gnus-outlook-deuglify-attrib-end-regexp)
21656         (gnus-outlook-display-hook): Add :version.
21657
21658         * binhex.el (binhex-use-external): Add :version.
21659
21660 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21661
21662         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21663         and `invisible'.
21664
21665 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21666
21667         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21668         in gnus-registry-trim.
21669
21670 2004-09-13  Simon Josefsson  <jas@extundo.com>
21671
21672         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21673
21674         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21675
21676         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21677         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21678         <yamaoka@jpl.org>.
21679         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21680         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21681         <yamaoka@jpl.org>.
21682
21683         * sieve.el (sieve-manage-mode): Ditto.
21684
21685 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21686
21687         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21688
21689 2004-09-11  Simon Josefsson  <jas@extundo.com>
21690
21691         * dns-mode.el: Add.
21692
21693         * mm-view.el (mm-display-dns-inline): Add.
21694
21695         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21696         (mm-automatic-display): Ditto.
21697
21698         * mailcap.el (mailcap-mime-data): Add text/dns.
21699         (mailcap-mime-extensions): Map .soa to text/dns.
21700
21701 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21702
21703         * gnus-art.el (article-decode-mime-words, article-babel)
21704         (gnus-article-highlight-signature, gnus-article-add-buttons)
21705         (gnus-signature-toggle): Remove unnecessary bindings of
21706         `inhibit-read-only' inherited from v5.10 merge.
21707
21708 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21709
21710         * nntp.el (nntp): New customization group.
21711         (nntp-authinfo-file): Add customization group.
21712
21713         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21714
21715         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21716
21717         * gnus.el (to-address, to-list, subscribed)
21718         (large-newsgroup-initial): Ditto.
21719
21720         * flow-fill.el (fill-flowed-display-column)
21721         (fill-flowed-encode-column): Ditto.
21722
21723 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21724
21725         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21726         Use point-min rather than 1.
21727         (message-send-mail): Use buffer-size rather than point-max.
21728
21729         * gnus-sum.el (gnus-summary-search-article-forward):
21730         Signal a specific `search-failed' rather than a generic `error'.
21731
21732         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21733         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21734         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21735
21736 2004-09-10  Simon Josefsson  <jas@extundo.com>
21737
21738         * nndb.el (require): Remove tcp and duplicate cl.
21739
21740 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21741
21742         * gnus-agent.el (directory-files-and-attributes): Move forward.
21743
21744 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21745
21746         * gnus-agent.el (directory-files-and-attributes):
21747         Optionally defined to support XEmacs.
21748
21749 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21750
21751         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21752         to avoid run-time CL dependencies.
21753         (gnus-agent-unfetch-articles): New function.
21754         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21755         article numbers even when local .overview file is missing.
21756         (gnus-agent-read-article-number): New function.  Only accepts
21757         27-bit article numbers.
21758         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21759         Use gnus-agent-read-article-number.
21760         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21761         from backend while recognizing that article numbers in .overview
21762         must be valid.
21763         (gnus-agent-update-files-total-fetched-for):
21764         Use directory-files-and-attributes to improve performance.
21765         * gnus-int.el (gnus-request-move-article):
21766         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21767         improve performance.
21768
21769         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21770         some users confused by references to .newsrc when they only have a
21771         .newsrc.eld file.
21772         (gnus-convert-mark-converter-prompt)
21773         (gnus-convert-converter-needs-prompt): Fix use of property list.
21774         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21775         New function.  Used internally to only display 'gnus converting
21776         files' message when actually necessary.
21777
21778         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21779         methods now autoloaded.
21780
21781 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21782
21783         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21784         identifiers.
21785
21786 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21787
21788         * gnus-picon.el: Fix indentation and closing parenthesis.
21789
21790 2004-09-01  Simon Josefsson  <jas@extundo.com>
21791
21792         * message.el (message-canlock-generate): Require sha1, not
21793         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21794         to require within a function.  Sadly, if sha1.el isn't loaded, the
21795         let binding in m-c-g will hide the defcustom definition, which is
21796         bad.)
21797
21798         * canlock.el: Require sha1, not sha1-el.
21799
21800         * message.el: Don't autoload sha1 (there is a autoload cookie in
21801         sha1.el).
21802
21803         * sha1-el.el: Rename to sha1.el.
21804
21805 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21806
21807         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21808
21809 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21810
21811         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21812
21813 2004-08-30  Kim F. Storm  <storm@cua.dk>
21814
21815         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21816
21817         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21818         Add :group 'nnimap.
21819
21820 2004-08-30  Andreas Schwab  <schwab@suse.de>
21821
21822         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21823         ?* and ?\;.
21824
21825         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21826         and ?\' to symbol instead of whitespace.
21827
21828 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21829
21830         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21831
21832         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21833         instead of re-search-forward.
21834
21835         * gnus-uu.el (gnus-uu-save-article): Ditto.
21836         (gnus-uu-post-encode-uuencode): Ditto.
21837
21838         * html2text.el (html2text-clean-list-items): Ditto.
21839         (html2text-clean-dtdd): Ditto.
21840         (html2text-format-tags): Ditto.
21841
21842         * message.el (message-send-mail-with-sendmail): Fix regexp.
21843         (message-fill-field-general): Use search-forward instead of
21844         re-search-forward.
21845         (unbold-region): Ditto.
21846
21847         * nnrss.el (nnrss-request-article): Ditto.
21848
21849         * nnslashdot.el (nnslashdot-request-article): Ditto.
21850
21851         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21852
21853         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21854         "Unrecognized menu descriptor" error in XEmacs.
21855
21856 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21857
21858         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21859         parent article of a sparse article in the thread hashtb.
21860
21861 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21862
21863         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21864         (nnmail-expand-newtext): Lowercase expanded entries if
21865         nnmail-split-lowercase-expanded is non-nil.
21866
21867 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21868
21869         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21870
21871         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21872         of gnus-tmp-news-method into string under XEmacs.  It will be
21873         passed to gnus-correct-length which takes only a string argument.
21874
21875 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21876
21877         * gnus-util.el (gnus-bind-print-variables): New macro.
21878         (gnus-prin1): Use it.
21879         (gnus-prin1-to-string): Use it.
21880         (gnus-pp): New function.
21881         (gnus-pp-to-string): New function.
21882
21883         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21884         Replace pp-to-string with gnus-pp-to-string.
21885         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21886         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21887         * gnus-msg.el (gnus-debug): Ditto.
21888         * gnus-score.el (gnus-score-save): Ditto.
21889         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21890         gnus-pp-to-string.
21891         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21892         with gnus-pp.
21893         * score-mode.el (gnus-score-pretty-print): Ditto.
21894         * webmail.el (webmail-debug): Ditto.
21895
21896 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21897
21898         * gnus-art.el (article-display-face, article-display-x-face):
21899         Use buffer-read-only.
21900
21901 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21902
21903         * gnus-art.el (article-hide-list-identifiers):
21904         Bind inhibit-read-only as t.
21905
21906 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21907
21908         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21909
21910 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21911
21912         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21913         (gnus-narrow-to-page): Don't assume point-min == 1.
21914         (gnus-article-edit-mode): Derive from message-mode.
21915
21916         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21917         point-min == 1.
21918
21919         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21920         Disable incorrect use of `assert'.
21921
21922         * message.el (message-mode): Set comment-start-skip.
21923
21924
21925 2004-08-22  Sam Steingold  <sds@gnu.org>
21926
21927         * pop3.el (pop3-leave-mail-on-server): New user variable.
21928         (pop3-movemail): Delete mail only when it is nil.
21929
21930 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21931
21932         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21933
21934         * mml.el (mml-preview): Use `pop-to-buffer'.
21935
21936         * message.el (message-goto-mail-followup-to): Insert after "To".
21937         (message-carefully-insert-headers): Add comment.
21938
21939         * gnus.el: Remove unused variable `gnus-article-check-size'.
21940
21941         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21942
21943         * gnus-art.el (gnus-button-alist):
21944         Improve `gnus-button-handle-library' entry.
21945
21946 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21947
21948         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21949         Use downcase, since XEmacs capitalizes error messages differently.
21950
21951 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21952
21953         * nntp.el: Add (require 'gnus) due to reference to
21954         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21955
21956 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21957
21958         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21959         Bind `mm-fill-flowed'.
21960
21961         * mm-decode.el (mm-dissect-singlepart): Check it.
21962
21963 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21964
21965         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21966         'imap' for netrc parsing.
21967
21968 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21969
21970         * mailcap.el (mailcap-mime-data): Mark as risky.
21971
21972 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21973
21974         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21975         may be included in the encoded word.
21976         (rfc2047-encode): Don't append a space if the encoded word
21977         includes close parenthesis.
21978
21979 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21980
21981         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21982         of text within parentheses.
21983
21984 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21985
21986         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21987         (gnus-encrypt-write-file-contents): Make the password key the file
21988         name PLUS the cipher, not just the cipher.  Also remove failed
21989         passwords from the cache.
21990
21991 2004-08-06  Simon Josefsson  <jas@extundo.com>
21992
21993         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21994         Doc fix.
21995
21996 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21997
21998         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21999         LWSP.
22000
22001 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22002
22003         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22004         Try to append in-reply-to: data to the references: header.
22005
22006         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22007         (netrc-parse): Use gnus-encrypt.el functions.
22008
22009         * gnus-encrypt.el: Add new file for encryption support; currently
22010         does only a few GPG ciphers and an internal XOR cipher.
22011
22012         * password.el: Add comments on using password-read-and-add.
22013         (password-read-and-add): Add function to read and add the
22014         password to the cache at once.
22015
22016 2004-07-28  Simon Josefsson  <jas@extundo.com>
22017
22018         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22019         parameter (but don't use it, for now).
22020
22021         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22022         instead of hard coding to nil.
22023
22024 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22025
22026         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22027         as mm-inline-image-xemacs does.
22028
22029 2004-07-26  Simon Josefsson  <jas@extundo.com>
22030
22031         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22032         Revert part of 2004-07-17 change below.
22033
22034 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22035
22036         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22037         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22038
22039 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22040
22041         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22042         quotes that actually start with ">" at the beginning of the
22043         lines.
22044
22045 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22046
22047         * rfc2047.el (rfc2047-encode-region): Fix last change.
22048         (rfc2047-encode-parameter): Remove useless concat.
22049
22050 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22051
22052         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22053         encode special characters; fix some kind of misconfigured headers;
22054         signal a real error if debug-on-quit or debug-on-error is non-nil.
22055         (rfc2047-encode-max-chars): New variable.
22056         (rfc2047-encode-1): Use it.
22057         (rfc2047-encode-parameter): New function.
22058
22059         * mml.el (mml-insert-parameter): Remove an excessive space.
22060
22061 2004-07-17  Simon Josefsson  <jas@extundo.com>
22062
22063         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22064         Kai Grossjohann <kai@emptydomain.de>.
22065         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22066         (gnus-group-make-menu-bar): Ditto.
22067
22068         * gnus-util.el (gnus-group-server): Add.
22069
22070 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22071
22072         * message.el (message-clone-locals): Clone sendmail and smtp
22073         variables.
22074
22075 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22076
22077         * rfc2047.el (rfc2047-encode-region): Fix last change.
22078
22079 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22080
22081         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22082         characters as non-special.
22083
22084 2004-07-09  Simon Josefsson  <jas@extundo.com>
22085
22086         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22087         Users will lose all flag changes made while unplugged with
22088         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22089         good default.  See numerous reports on ding mailing list.
22090
22091 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22092
22093         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22094         add generate-head-function and generate-article-function to the
22095         rfc822-forward entry.
22096         (nndoc-rfc822-forward-generate-article): New function.
22097         (nndoc-rfc822-forward-generate-head): New function.
22098
22099         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22100
22101 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22102
22103         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22104         respect display group parameter and gnus-summary-expunge-below.
22105         (gnus-articles-to-read): Remove unused reference to display group
22106         parameter.
22107
22108 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22109
22110         * nnheader.el (nnheader-uniquify-message-id): New experimental
22111         variable.
22112         (nnheader-nov-read-message-id): Use it.
22113
22114         * spam-report.el (spam-report-gmane): Add interactive.
22115
22116 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22117
22118         * mm-encode.el (mm-content-transfer-encoding-defaults):
22119         Use qp-or-base64 for the application/* types.
22120
22121 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22122
22123         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22124
22125 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22126
22127         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22128         trim value.
22129
22130 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22131
22132         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22133         New macro and function.
22134         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22135
22136 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22137
22138         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22139         after-load-alist.
22140
22141 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22142
22143         * gnus-group.el (gnus-group-get-new-news-this-group):
22144         Don't update info that isn't there.
22145
22146 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22147
22148         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22149         entry.
22150
22151 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22152
22153         * mm-view.el (mm-inline-render-with-function): Use multibyte
22154         buffer; decode html source by charset.
22155
22156         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22157
22158         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22159         Mule-UCS is loaded under XEmacs.
22160         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22161
22162 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22163
22164         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22165
22166 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22167
22168         * mm-util.el (mm-coding-system-p): Return a coding-system.
22169         (mm-mime-mule-charset-alist): Use shift_jis instead of
22170         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22171         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22172         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22173         instead of japanese-shift-jis and iso-latin-1 respectively in
22174         order to share the default value with both Emacs and XEmacs-mule.
22175         (mm-mule-charset-to-mime-charset):
22176         Make mm-coding-system-priorities effective.
22177         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22178         while predicating of candidates upon the priorities.
22179
22180 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22181
22182         * gnus-sum.el (gnus-summary-make-menu-bar):
22183         Add gnus-uu-invert-processable.
22184
22185         * gnus.el: Autoload gnus-uu-invert-processable.
22186
22187 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22188
22189         * mm-util.el (mm-with-multibyte-buffer): New macro.
22190
22191         * rfc2047.el (rfc2047-encode-string): Use it.
22192         (rfc2047-encode-region): Move point to the end of the region after
22193         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22194
22195 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22196
22197         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22198         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22199
22200 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22203         (gnus-cite-parse): Ignore quoted envelope From_.
22204         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22205
22206 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22207
22208         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22209         invalid addresses.
22210
22211 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22212
22213         * spam.el: Change section markers, revise TODO list.
22214         (spam-backends): Make new master list of all installed backends.
22215         (spam-summary-exit-behavior): Add new variable to determine how
22216         messages moves are done at summary exit.
22217         (spam-move-spam-nonspam-groups-only)
22218         (spam-process-ham-in-nonham-groups)
22219         (spam-process-ham-in-spam-groups): Remove variables, the
22220         spam-summary-exit-behavior variable should be used to manage this
22221         behavior.
22222         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22223         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22224         and spam-old-spam-articles.
22225         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22226         Add empty variables, placeholders for the backends they represent.
22227         (spam-set-difference): Move, unchanged.
22228         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22229         unless the user has a processor variable.
22230         (spam-classifications, spam-classification-valid-p)
22231         (spam-backend-properties, spam-backend-property-valid-p)
22232         (spam-backend-function-type-valid-p)
22233         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22234         (spam-report-articles-gmane, spam-report-articles-resend):
22235         Remove functions, they are not needed.
22236         (spam-install-backend-super, spam-backend-list)
22237         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22238         (spam-backend-function, spam-backend-ham-registration-function)
22239         (spam-backend-spam-registration-function)
22240         (spam-backend-ham-unregistration-function)
22241         (spam-backend-spam-unregistration-function)
22242         (spam-backend-statistical-p, spam-backend-mover-p)
22243         (spam-install-backend-alias, spam-install-checkonly-backend)
22244         (spam-install-mover-backend, spam-install-nocheck-backend)
22245         (spam-install-backend, spam-install-statistical-backend)
22246         (spam-install-statistical-checkonly-backend): Add backend installation
22247         support.
22248         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22249         (spam-group-processor-p): Use the new backend code and respect the
22250         summary exit behavior.
22251         (spam-mark-spam-as-expired-and-move-routine): Remove.
22252         (spam-summary-prepare): Change to use the new spam-old-articles
22253         variable.
22254         (spam-copy-or-move-routine, spam-copy-spam-routine)
22255         (spam-move-spam-routine, spam-copy-ham-routine)
22256         (spam-move-ham-routine): Add code to copy/move ham or spam.
22257         (spam-fetch-field-fast): Improve doc and code, plus allow the
22258         'number request.
22259         (spam-list-of-checks, spam-list-of-statistical-checks):
22260         Remove variables.
22261         (spam-split, spam-find-spam): Use the new backend code.
22262         (spam-registration-functions): Remove variable.
22263         (spam-unregister-routine): Add convenience wrapper.
22264         (spam-log-undo-registration, spam-register-routine)
22265         (spam-log-processing-to-registry)
22266         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22267         where possible.
22268         (spam-check-gmane-xref, spam-check-regex-headers)
22269         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22270         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22271         (spam-check-bogofilter-headers, spam-check-spamoracle)
22272         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22273         (spam-check-crm114-headers): Use the spam-split-group that
22274         spam-split prepares, no need to determine it every time.
22275
22276         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22277         to the nnheader-parse-naked-head call.
22278
22279         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22280
22281         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22282         the nnheader-nov-read-message-id call.
22283
22284 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22285
22286         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22287         gnus-activate-group twice.  Suggested by Markus Peter
22288         <warp@spin.de>.
22289
22290 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22291
22292         * gnus-art.el (gnus-article-time-format): Exchange the order of
22293         day and month in the default value; fix customization type.
22294         (article-date-ut): Use add-text-properties.
22295         (article-make-date-line): Use message-make-date instead of
22296         current-time-string.
22297
22298         * message.el (message-fetch-field): Don't use set-text-properties.
22299         (message-make-date): Simplify.
22300
22301         * messagexmas.el (message-xmas-make-date): New function.
22302         (message-xmas-redefine): Defalias message-make-date to it.
22303
22304 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22305
22306         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22307         (rfc2047-encode-region): Treat text within parentheses as special;
22308         show the original text when error has occurred.
22309
22310         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22311         already-computed method to gnus-activate-group.
22312
22313         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22314         same select-methods identical Lisp objects.
22315
22316         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22317         object when modifying the info.
22318
22319 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22320
22321         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22322         gnus-opened-servers since it has never been opened with the new
22323         configuration yet.
22324
22325 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22326
22327         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22328         arg to nnheader-generate-fake-message-id.
22329
22330 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22331
22332         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22333         number and build a fake message ID localized to a group and
22334         article number (so it's repeatable from that point on).
22335         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22336         ID format.
22337
22338         * gnus-sum.el (gnus-get-newsgroup-headers):
22339         Call nnheader-generate-fake-message-id with the article number.
22340
22341 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22342
22343         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22344         end-of-buffer.
22345
22346 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22347
22348         * message.el (message-ignored-supersedes-headers): Add Approved.
22349
22350 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22351
22352         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22353         goto-char.
22354         (rfc2047-encode): Fold the line before encoding.
22355
22356 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22357
22358         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22359         folding -- not all headers can be folded, and this should be done
22360         by the message composition mode.  Probably.  I think.
22361
22362 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22363
22364         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22365         fast.
22366
22367         * gnus-ems.el (gnus-remove-image): Don't use
22368         message-text-with-property; remove only the image found first.
22369
22370         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22371         found first.
22372
22373 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22374
22375         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22376
22377 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22378
22379         * message.el (message-text-with-property): Make it fast and accept
22380         optional arguments.
22381         (message-strip-forbidden-properties): Use it.
22382         (message-fix-before-sending): Follow the m-t-w-p change.
22383
22384         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22385
22386 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22387
22388         * gnus-art.el (article-hide-headers): Don't change the buffer
22389         mistakenly when performing mml-preview even if
22390         gnus-single-article-buffer is nil.
22391
22392 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22393
22394         * message.el (message-expand-name-databases): New user option.
22395         (message-expand-name): Use it.
22396
22397 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22398
22399         * spam.el (spam-report-articles-resend)
22400         (spam-report-resend-register-routine): Allow ham reporting.
22401         (spam-report-resend-register-ham-routine): Add wrapper.
22402         (spam-registration-functions): Add ham resending functions.
22403         (spam-list-of-processors): Add ham resend processor.
22404
22405         * gnus.el (ham-resend-to): Add new group parameter.
22406         (spam-process): Add ham resend option.
22407
22408         * spam-report.el (spam-report-resend): Allow reporting ham.
22409         (spam-report-resend-ham): Add wrapper.
22410
22411 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22412
22413         * message.el (message-cite-articles-with-x-no-archive):
22414         New variable.
22415         (message-cite-original): Use it.
22416
22417 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22418
22419         * message.el (message-cite-original): Respect X-No-Archive.
22420
22421 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22422
22423         * gnus-art.el (article-hide-headers): Refer to the values for
22424         gnus-ignored-headers and gnus-visible-headers in the summary
22425         buffer since a user may have set them as group parameters.
22426
22427 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22428
22429         * assistant.el (assistant-node-name): Add convenience function.
22430         (assistant-render-text, assistant-render-node): Add error handling,
22431         plus handle multiple next nodes.
22432         (assistant-find-next-node): Comment out for now.
22433         (assistant-find-next-nodes): Add function, returns list of next
22434         nodes.
22435
22436 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22437
22438         * mail-source.el (mail-source-directory): Fix doc-string.
22439
22440 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22441
22442         * assistant.el (assistant-render-text, assistant-eval): Add :set
22443         widget type, which is different because it takes and returns a
22444         list.  Much hilarity ensues.
22445
22446 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22447
22448         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22449
22450         * gnus-group.el (gnus-group-get-new-news-this-group):
22451         Add doc-string.
22452
22453         * gnus-start.el (gnus-activate-group): Add doc-string.
22454
22455 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22456
22457         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22458
22459 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22460
22461         * assistant.el (assistant-render-text): Try to add a :set
22462         widget, more to come.
22463
22464         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22465         strings.
22466         (spam-report-articles-resend)
22467         (spam-register-routine): Do registration iff any articles warrant
22468         it.
22469         (spam-summary-prepare-exit): Change log message for nil group
22470         destinations.
22471
22472 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22473
22474         * spam.el (spam-report-resend-register-routine):
22475         Allow spam-report-resend-to to be a group parameter or a global value.
22476
22477 2004-05-26  Simon Josefsson  <jas@extundo.com>
22478
22479         * starttls.el: Merge with my GNUTLS based starttls.el.
22480         (starttls-gnutls-program, starttls-use-gnutls)
22481         (starttls-extra-arguments, starttls-process-connection-type)
22482         (starttls-connect, starttls-failure, starttls-success):
22483         New variables.
22484         (starttls-program, starttls-extra-args): Doc fix.
22485         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22486         New functions.
22487         (starttls-negotiate, starttls-open-stream):
22488         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22489         function if it is set.
22490
22491 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22492
22493         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22494         structured fields.
22495
22496 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22497
22498         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22499
22500 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22501
22502         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22503         Add variable.
22504         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22505         assigning the spam-mark to new messages.
22506
22507 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22508
22509         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22510
22511 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22512
22513         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22514
22515         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22516         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22517         default.
22518
22519 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22520
22521         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22522         correct data.
22523
22524 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22525
22526         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22527         (spam-group-processor-p): Fix function.
22528         (spam-group-processor-multiple-p)
22529         (spam-group-spam-processor-report-gmane-p)
22530         (spam-group-spam-processor-report-resend-p)
22531         (spam-group-spam-processor-bogofilter-p)
22532         (spam-group-spam-processor-blacklist-p)
22533         (spam-group-spam-processor-ifile-p)
22534         (spam-group-ham-processor-ifile-p)
22535         (spam-group-spam-processor-spamoracle-p)
22536         (spam-group-spam-processor-crm114-p)
22537         (spam-group-ham-processor-bogofilter-p)
22538         (spam-group-spam-processor-stat-p)
22539         (spam-group-ham-processor-stat-p)
22540         (spam-group-ham-processor-whitelist-p)
22541         (spam-group-ham-processor-BBDB-p)
22542         (spam-group-ham-processor-spamoracle-p)
22543         (spam-group-ham-processor-copy-p): Remove functions with some
22544         prejudice against unneeded code.
22545         (spam-report-articles-resend)
22546         (spam-report-resend-register-routine): Allow the group/topic
22547         spam-resend-to value to override spam-report-resend-to.
22548         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22549         properly now.
22550
22551         * gnus.el (spam-resend-to): Add group/topic parameter.
22552         (spam-process): Move the OBSOLETE processors to the end of the
22553         choices.
22554
22555 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22556
22557         * spam-report.el (spam-report-resend-to, spam-report-resend):
22558         Start with resend-to set to nil, and then ask the user if necessary.
22559         (spam-report-resend): spam-report-resend takes a list of articles, not
22560         separate article numbers.
22561
22562 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22563
22564         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22565         addition to emacs-w3m.
22566
22567 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22568
22569         * assistant.el (assistant-authinfo-data): New function.
22570         (assistant-eval): Eval for entire assistant.
22571
22572         * netrc.el (netrc-services-file): New variable.
22573         (netrc-parse-services): New function.
22574         (netrc-find-service-name): New function.
22575         (netrc-find-service-number): New function.
22576         (netrc-port-equal): New function.
22577         (netrc-machine): Use it.
22578
22579         * nnimap.el (nnimap-open-connection): Use netrc.
22580
22581         * gnus-util.el (gnus-netrc-get): Remove aliases.
22582
22583         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22584
22585         * assistant.el (wid-edit): Fix compilation.
22586
22587         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22588
22589 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22590
22591         * gnus-util.el (gnus-set-file-modes): New function.  (small
22592         patch).
22593
22594 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22595
22596         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22597
22598         * assistant.el (assistant-render-node): Fix up rendering and
22599         read-only text.
22600         (assistant-render-node): Reset.
22601         (assistant-make-read-only): Not sticky.
22602
22603 2004-05-20  Danny Siu  <dsiu@adobe.com>
22604
22605         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22606         centered even when gnus-auto-center-summary is t.
22607
22608 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22609
22610         * dns.el (dns-get-txt-answer): New function.
22611         (dns-read-txt): Ditto.
22612         (query-dns): Use it.
22613
22614 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22615
22616         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22617         active for foreign groups even if the group level is higher than
22618         the specified value.
22619
22620 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22621
22622         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22623         non-active groups.
22624
22625         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22626
22627 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22628
22629         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22630
22631 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22632
22633         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22634         (spam-crm114-header, spam-crm114-spam-switch)
22635         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22636         (spam-crm114-positive-spam-header)
22637         (spam-crm114-database-directory, spam-list-of-processors)
22638         (spam-group-spam-processor-crm114-p)
22639         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22640         (spam-generic-score, spam-list-of-checks)
22641         (spam-list-of-statistical-checks, spam-registration-functions)
22642         (spam-check-crm114-headers, spam-crm114-score)
22643         (spam-check-crm114, spam-crm114-register-with-crm114)
22644         (spam-crm114-register-spam-routine)
22645         (spam-crm114-unregister-spam-routine)
22646         (spam-crm114-register-ham-routine)
22647         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22648
22649 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22650
22651         * gnus.el: Add spam-use-crm114.
22652
22653         * spam.el (spam-list-of-processors, spam-registration-functions):
22654         Add spam-use-resend.
22655         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22656         (spam-report-articles-gmane): Add doc fix.
22657         (spam-report-articles-resend, spam-report-resend-register-routine):
22658         Add wrappers around spam-report-resend-to.
22659
22660         * spam-report.el (spam-report-resend-to, spam-report-resend):
22661         Add support for resending spam.
22662         (spam-report-gmane): Fix line length >80.
22663
22664         * gnus.el (spam-process): Add spam-use-resend.
22665
22666 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22667
22668         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22669         number of processed spam messages.
22670         (spam-ham-copy-or-move-routine): Return the number of processed
22671         ham messages.
22672         (spam-summary-prepare-exit): Use the above values to decide
22673         whether status messages shouled be displayed.
22674
22675 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22676
22677         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22678         `rfc2047-encoding-function-alist' in order to avoid conflicting
22679         with the old version.
22680         (rfc2047-encode-region): Concatenate words containing non-ASCII
22681         characters in structured fields; don't encode space-delimited
22682         ASCII words even in unstructured fields; don't break words at
22683         char-category boundaries.
22684         (rfc2047-encode-1): New function.
22685         (rfc2047-encode): Use it; encode text so that it occupies the
22686         maximum width within 76-column; work correctly on Q encoding for
22687         iso-2022-* charsets.
22688         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22689         sure not to break a line just after the header name.
22690         (rfc2047-b-encode-region): Remove.
22691         (rfc2047-b-encode-string): New function.
22692         (rfc2047-q-encode-region): Remove.
22693         (rfc2047-q-encode-string): New function.
22694
22695         * mm-util.el (mm-replace-in-string): New function.
22696
22697 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22698
22699         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22700         Really get it right.
22701         (gnus-inews-make-draft): Really.
22702
22703 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22704
22705         * nnmh.el (nnmh-request-list-1): Don't check the link count
22706         before descending.  (small patch)
22707
22708 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22709
22710         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22711         stuff.
22712
22713         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22714         Match on real group name.
22715
22716         * gnus-art.el (gnus-signature-limit): Doc fix.
22717
22718         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22719
22720         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22721
22722 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22723
22724         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22725         isn't a string.
22726
22727 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22728
22729         * gnus-draft.el (gnus-draft-send):
22730         Bind rfc2047-encode-encoded-words.
22731
22732         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22733         (rfc2047-encodable-p): Say that =? needs encoding.
22734         (rfc2047-encode-encoded-words): New variable.
22735
22736         * gnus-group.el (gnus-group-select-group): Doc fix.
22737
22738         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22739
22740         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22741         to nil.
22742
22743         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22744
22745         * nnheader.el (nnheader-get-lines-and-char): New function.
22746
22747 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22748
22749         * gnus-msg.el (gnus-summary-followup-with-original):
22750         Document yanking of region when active.
22751
22752 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22753
22754         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22755         groups if the group level is higher than the specified value.
22756
22757 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22758
22759         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22760         (gnus-group-jump-to-group): Add prefix argument using
22761         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22762         non-active group.
22763
22764         * compface.el (uncompface): Be verbose when changing
22765         `uncompface-use-external'.
22766
22767         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22768         handle manual section.
22769
22770 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22771
22772         * gnus-art.el (gnus-button-alist): Revert previous change.
22773
22774 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22775
22776         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22777
22778 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22779
22780         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22781         whether backend can accept message.
22782
22783         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22784
22785 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22786
22787         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22788         Avoid creating directory when nntp-marks-is-evil is true.
22789         Reported by Reiner Steib.
22790
22791 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22792
22793         * gnus-picon.el (gnus-picon-insert-glyph):
22794         Add optional `nostring' argument.
22795
22796 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22797
22798         * gnus-picon.el (gnus-picon-style): New variable.
22799         (gnus-picon-transform-address): Support `gnus-picon-style'.
22800
22801 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22802
22803         * message.el (message-fill-field): Return point.
22804         (message-generate-headers): Go to end of field.
22805
22806         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22807         stuff for non-living groups.
22808
22809 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22810
22811         * gnus-art.el (gnus-article-followup-with-original)
22812         (gnus-article-reply-with-original): gnus-mark-active-p ->
22813         gnus-region-active-p.
22814
22815 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22816
22817         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22818         only when there is spam or ham to be processed.
22819
22820 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22821
22822         * mail-source.el (mail-source-delete-crash-box): Refactor.
22823         (mail-source-fetch): Use it.
22824         (mail-source-fetch-file): Ditto.
22825         (mail-source-fetch-directory): Run postscript in loop.
22826         (mail-source-fetch-pop): Delete.
22827         (mail-source-fetch-maildir): Ditto.
22828         (mail-source-fetch-imap): Ditto.
22829
22830         * imap.el (imap-authenticators): Comment out sasl.
22831
22832         * message.el (message-skip-to-next-address): New function.
22833         (message-fill-header-address): Refactor.
22834         (message-fill-address): Use it.
22835         (message-delete-address): Use it.
22836         (message-fill-header-general): Refactor.
22837         (message-fill-field-address): Rename.
22838         (message-narrow-to-field): Find the start of the header.
22839         (message-header-format-alist): Don't pre-fill.
22840         (message-fill-header): Remove.
22841         (message-insert-header): New function.
22842         (message-shorten-references): Use it.
22843
22844         * rfc2047.el (rfc2047-field-value): Strip props.
22845
22846         * mail-parse.el (mail-header-make-address): New alias.
22847
22848         * ietf-drums.el (ietf-drums-make-address): New function.
22849
22850         * imap.el: Add compiler directives.
22851
22852         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22853
22854         * gnus-art.el (article-decode-idna-rhs): Don't use
22855         message-idna-inside-rhs-p.
22856
22857 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22858
22859         * message.el (message-idna-inside-rhs-p): Remove.
22860         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22861
22862         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22863         false positives.
22864
22865 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22866
22867         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22868
22869 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22870
22871         * nneething.el (nneething-file-name): Don't create spurious
22872         files.
22873
22874         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22875         (gnus-inews-do-gcc): Remove sleep.
22876
22877         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22878         part under point.
22879
22880         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22881         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22882
22883 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22884
22885         * spam.el (spam-summary-prepare-exit): Fix (length).
22886
22887 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22888
22889         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22890         as expired without moving it" message when there are spam
22891         messages left.
22892
22893 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22894
22895         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22896         header is not nil.
22897
22898 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22899
22900         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22901         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22902         (nntp-marks-changed-p): New arg SERVER.
22903         (nntp-request-update-info): Adjust caller.
22904
22905 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22906
22907         * nntp.el (nntp-save-marks): Pass missing arg.
22908
22909 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22910
22911         * nntp.el: Support marks.
22912         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22913         (nntp-marks-modtime, nntp-marks-directory): New variables.
22914         (nntp-request-set-mark, nntp-request-update-info)
22915         (nntp-possibly-create-directory, nntp-marks-changed-p)
22916         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22917         New functions.
22918
22919 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22920
22921         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22922         (gnus-xmas-redefine): Rename.
22923
22924         * gnus-score.el (gnus-score-insert-help):
22925         Use gnus-select-lowest-window.
22926
22927         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22928         appt-select-lowest-window and rename to gnus-select-lowest-window.
22929
22930         * gnus.el: do.
22931
22932 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22933
22934         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22935         encodings of MIME-encoded words, in order to improve
22936         interoperability with several broken MUAs.
22937
22938 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22939
22940         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22941         tags, only when charsets are not specified in headers.
22942         (mm-inline-text-html-render-with-w3m): Ditto.
22943
22944         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22945         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22946
22947 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22948
22949         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22950         instead of MIME-decoded from fields when checking
22951         `gnus-article-address-banner-alist'.
22952
22953 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22954
22955         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22956         description rather than subject.
22957
22958 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22959
22960         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22961
22962 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22963
22964         * gnus.el (gnus-version-number): Bump.
22965
22966 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22967
22968         * gnus.el: No Gnus v0.2 is released.
22969
22970 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22971
22972         * gnus-agent.el (gnus-agent-read-agentview):
22973         Inline gnus-uncompress-range.
22974
22975 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22976
22977         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22978         `exec-installed-p'.
22979
22980 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22981
22982         * gnus.el (spam-process, spam-autodetect-methods):
22983         Add bsfilter and bsfilter-headers.
22984
22985         * spam.el (spam-bsfilter): New customize group.
22986         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22987         (spam-bsfilter-header, spam-bsfilter-probability-header)
22988         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22989         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22990         (spam-bsfilter-database-directory): New options.
22991         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22992         (spam-list-of-statistical-checks, spam-registration-functions):
22993         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22994         (spam-bsfilter-score): New command.
22995         (spam-check-bsfilter-headers, spam-check-bsfilter)
22996         (spam-bsfilter-register-with-bsfilter)
22997         (spam-bsfilter-register-spam-routine)
22998         (spam-bsfilter-unregister-spam-routine)
22999         (spam-bsfilter-register-ham-routine)
23000         (spam-bsfilter-unregister-ham-routine): New functions.
23001         (spam-generic-score): Support bsfilter; Accept an optional argument
23002         to recalcurate spam score even if scoring header has already been
23003         added.
23004         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23005         optional argument to recalcurate spam score even if scoring header
23006         has already been added.
23007
23008 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23009
23010         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23011         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23012         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23013         link is missing.
23014
23015 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23016
23017         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23018         (html2text-get-attr): Rewrite.
23019
23020         * message.el (message-setup-1): Remove redundant put-text-property
23021         on mail-header-separator.
23022
23023 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23024
23025         * gnus-registry.el (gnus-registry-cache-whitespace)
23026         (gnus-registry-action, gnus-registry-spool-action)
23027         (gnus-registry-split-fancy-with-parent): Change message levels
23028         from 5 to 3 or 7, as needed.
23029
23030         * spam.el (spam-summary-prepare-exit)
23031         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23032         (spam-split, spam-find-spam, spam-log-undo-registration)
23033         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23034         level from 5 to 6.
23035
23036 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23037
23038         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23039         2004-03-04 change).
23040
23041 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23042
23043         * sieve-manage.el (sieve-manage-open):
23044         * nnweb.el (nnweb-insert-html):
23045         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23046         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23047         * nnspool.el (nnspool-request-group):
23048         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23049         * nnml.el (nnml-request-update-info):
23050         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23051         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23052         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23053         (nnimap-request-set-mark):
23054         * nnfolder.el (nnfolder-request-update-info):
23055         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23056         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23057         * gnus-uu.el (gnus-uu-find-articles-matching):
23058         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23059         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23060         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23061         * gnus-nocem.el (gnus-nocem-scan-groups):
23062         * gnus-int.el (gnus-start-news-server):
23063         * gnus-group.el (gnus-group-make-kiboze-group)
23064         (gnus-group-browse-foreign-server):
23065         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23066         Use mapc when appropriate.
23067
23068 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23069             Adam Sjøgren  <asjo@koldfront.dk>
23070             Wes Hardaker  <wes@hardakers.net>
23071             Michael Shields  <shields@msrl.com>
23072
23073         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23074         may need for spam sorting and scoring.
23075         (spam-user-format-function-S): Add user format function suitable for
23076         general use.
23077         (spam-article-sort-by-spam-status): Add sorting function for summary
23078         sorting.
23079         (spam-extra-header-to-number): Add function to get a score from a
23080         header.
23081         (spam-summary-score): Add function to get a numeric score from the
23082         headers.
23083         (spam-generic-score): Fix function doc, was in wrong place.
23084         (spam-initialize): Take symbols when it's run, and install the
23085         extra headers that spam-necessary-extra-headers thinks we need.
23086
23087 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23088
23089         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23090         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23091
23092 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23093
23094         * gnus-sum.el (gnus-set-global-variables)
23095         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23096         (gnus-article-get-xrefs, gnus-summary-best-group)
23097         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23098         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23099         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23100         Use with-current-buffer.
23101
23102 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23103
23104         * spam.el (spam-summary-prepare-exit): Simplify logic.
23105         (spam-fetch-article-header): Read the article header if it's not
23106         available.
23107         (spam-list-articles): Simplify logic.
23108         (spam-filelist-register-routine): Fix bug with unregister-list.
23109
23110         * gnus-registry.el: Fix comments at beginning.
23111
23112 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23113
23114         * message.el (message-cater-to-broken-inn): Remove.
23115         (message-shorten-references): Make sure the total folded length of
23116         References is shorter than 998 characters to cater to a bug in INN
23117         2.3.  Also, don't pretend that references aren't folded -- this
23118         hasn't worked for a while.
23119
23120 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23121
23122         * gnus-agent.el (gnus-agentize):
23123         gnus-agent-send-mail-real-function no longer set to current value
23124         of message-send-mail-function but rather a lambda that calls
23125         message-send-mail-function.  The change makes the agent real-time
23126         responsive to user changes to message-send-mail-function.
23127
23128 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23129
23130         * legacy-gnus-agent.el
23131         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23132         help from Florian Weimer <fw@deneb.enyo.de>
23133
23134 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23135
23136         * nnmail.el (nnmail-cache-insert): Revert last change.
23137
23138 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23139
23140         * nnmail.el (nnmail-cache-insert): Always check whether
23141         nnmail-cache-ignore-groups matches a group name.
23142
23143 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23144
23145         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23146         (spam-find-spam, spam-log-processing-to-registry)
23147         (spam-log-registered-p, spam-log-unregistration-needed-p)
23148         (spam-log-undo-registration): Use gnus-message instead of
23149         gnus-error, none of these errors are fatal.
23150
23151         * gnus-registry.el (gnus-registry-clean-empty-function)
23152         (gnus-registry-clean-empty): Remove only empty entries without
23153         extra data.
23154
23155 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23156
23157         * spam-stat.el (spam-stat-buffer-change-to-spam)
23158         (spam-stat-buffer-change-to-non-spam): Change (error) to
23159         (gnus-message 8) invocation.
23160
23161 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23162
23163         * nntp.el (nntp-via-netcat-command): New variable.
23164         (nntp-via-netcat-switches): New variable.
23165         (nntp-open-via-rlogin-and-netcat): New function.
23166         (nntp-open-connection-function): Doc fix.
23167         (nntp-telnet-command): Doc fix.
23168         (nntp-end-of-line): Doc fix.
23169         (nntp-via-rlogin-command): Doc fix.
23170         (nntp-via-user-name): Doc fix.
23171         (nntp-via-address): Doc fix.
23172
23173 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23174
23175         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23176         error in Emacs 21.1.
23177
23178 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23179
23180         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23181
23182 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23183
23184         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23185         (gnus-agent-with-refreshed-group): New macro.
23186         (gnus-agent-rename-group): New function.
23187         (gnus-agent-delete-group): New function.
23188         (gnus-agent-save-group-info): Use gnus-command-method when
23189         `method' parameter is nil.  Don't write nil entries into the
23190         active file.
23191         (gnus-agent-get-group-info): New function.
23192         (gnus-agent-fetch-articles):
23193         Use gnus-agent-update-files-total-fetched-for to increment disk space
23194         used.
23195         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23196         Use gnus-agent-update-view-total-fetched-for to increment disk space
23197         used.
23198         (gnus-agent-get-local): Add optional parameters to avoid calling
23199         gnus-group-real-name and gnus-find-method-for-group.
23200         (gnus-agent-set-local): Delete stored entry if either min, or max,
23201         are nil.
23202         (gnus-agent-fetch-session): Reworded error/quit messages.
23203         On quit, use gnus-agent-regenerate-group to record existance of any
23204         articles fetched to disk before the quit occurred.
23205         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23206         gnus-agent-update-view-total-fetched-for, and
23207         gnus-agent-update-files-total-fetched-for to decrement disk space
23208         used.
23209         (gnus-agent-retrieve-headers):
23210         Use gnus-agent-update-view-total-fetched-for to increment disk space
23211         used.
23212         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23213         with gnus-agent-update-files-total-fetched-for to decrement disk
23214         space and fresh group buffer.
23215         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23216         (gnus-agent-need-update-total-fetched-for): New variable.
23217         (gnus-agent-update-files-total-fetched-for): New function.
23218         (gnus-agent-update-view-total-fetched-for): New function.
23219         (gnus-agent-total-fetched-for): New function.
23220
23221         * gnus-cache.el (gnus-cache-save-buffers):
23222         Use gnus-cache-update-overview-total-fetched-for to change disk space
23223         used by this group.
23224         (gnus-cache-possibly-enter-article):
23225         Use gnus-cache-update-file-total-fetched-for to increment disk space
23226         used by this group.
23227         (gnus-cache-possibly-remove-article):
23228         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23229         used by this group.
23230         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23231         (gnus-cache-rename-group): New function.
23232         (gnus-cache-delete-group): New function.
23233         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23234         (gnus-cache-need-update-total-fetched-for): New variable.
23235         (gnus-cache-with-refreshed-group): New macro.
23236         (gnus-cache-update-file-total-fetched-for): New function.
23237         (gnus-cache-update-overview-total-fetched-for): New function.
23238         (gnus-cache-rename-group-total-fetched-for): New function.
23239         (gnus-cache-delete-group-total-fetched-for): New function.
23240         (gnus-cache-total-fetched-for): New function.
23241
23242         * gnus-group.el: Require gnus-sum and autoload functions to
23243         resolve warnings when gnus-group.el compiled alone.
23244         (gnus-group-line-format): Documented new %F.
23245         (size of Fetched data) group line format; identifies disk space
23246         used by agent and cache.
23247         (gnus-group-line-format-alist): Defined new F format.
23248         (gnus-total-fetched-for): New function.
23249         (gnus-group-delete-group): No longer update
23250         gnus-cache-active-altered as gnus-request-delete-group now keeps
23251         the cache in sync.
23252         (gnus-group-list-active): Let the agent store a server's active
23253         list if currently plugged.
23254
23255         * gnus-int.el (gnus-request-delete-group):
23256         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23257         local disk in sync with the server.
23258         (gnus-request-rename-group):
23259         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23260         local disk in sync with the server.
23261
23262         * gnus-start.el (gnus-get-unread-articles):
23263         Cosmetic simplification to logic.
23264
23265         * gnus-util.el (gnus-rename-file): New function.
23266
23267 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23268
23269         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23270
23271 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23272
23273         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23274         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23275
23276 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23277
23278         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23279         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23280
23281 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23282
23283         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23284
23285 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23286
23287         * spam.el (spam-set-difference): Add function to replace
23288         gnus-set-difference in spam.el.
23289         (spam-summary-prepare-exit): Use spam-set-difference.
23290
23291 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23292
23293         * gnus-registry.el (gnus-registry-cache-file): Update to use
23294         gnus-dribble-directory OR gnus-home-directory OR ~.
23295         (gnus-registry-split-fancy-with-parent): Fix doc.
23296
23297 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23298
23299         * message.el (message-exchange-point-and-mark):
23300         Use message-mark-active-p.  Suggested by Jesper Harder
23301         <harder@ifa.au.dk>.
23302
23303 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23304
23305         * message.el (message-exchange-point-and-mark): Don't activate
23306         region if it was inactive.  Suggested by Hiroshi Fujishima
23307         <pooh@nature.tsukuba.ac.jp>.
23308
23309 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23310
23311         * gnus-art.el (article-display-face): Display Faces in the same
23312         order as X-Faces.
23313
23314 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23315
23316         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23317
23318 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23319
23320         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23321         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23322         (gnus-article-mime-hierarchy): Remove.
23323         (gnus-article-mime-hierarchy-next): Remove.
23324         (gnus-article-mode): Revert 2004-03-19 change.
23325         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23326         (gnus-insert-mime-button): Revert 2004-03-19 change.
23327         (gnus-mime-accumulate-hierarchy): Remove.
23328         (gnus-mime-enter-multipart): Remove.
23329         (gnus-mime-leave-multipart): Remove.
23330         (gnus-mime-display-part): Revert 2004-03-19 change.
23331         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23332
23333         * mml.el (mml-preview): Revert 2004-03-19 change.
23334
23335 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23336
23337         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23338
23339 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23340
23341         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23342         t while entering a file name using the mm-with-multibyte macro.
23343         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23344
23345         * mm-util.el (mm-with-multibyte): New macro.
23346
23347 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23348
23349         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23350         New user option.
23351         (gnus-mime-multipart-functions): Doc and customization fix.
23352         (gnus-article-mime-hierarchy): New variable.
23353         (gnus-article-mime-hierarchy-next): New variable.
23354         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23355         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23356         gnus-article-mime-hierarchy-next to nil.
23357         (gnus-insert-mime-button): Show hierarchy numbers.
23358         (gnus-mime-accumulate-hierarchy): New function.
23359         (gnus-mime-enter-multipart): New function.
23360         (gnus-mime-leave-multipart): New function.
23361         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23362         (gnus-mime-display-alternative): Show hierarchy numbers.
23363
23364         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23365         gnus-article-mime-hierarchy-next to nil.
23366
23367 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23368
23369         * dns.el: Don't require gnus-xmas.
23370
23371 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23372
23373         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23374         inline PGP.
23375         (mml-menu): Disable mml-quote-region if mark is inactive.
23376
23377 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23378
23379         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23380         when the group's active is not available.
23381
23382 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23383
23384         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23385         error.
23386
23387 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23388
23389         * imap.el (imap-store-password): New variable.
23390         (imap-interactive-login): Use it.
23391         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23392
23393 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23394
23395         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23396         window-start and hscroll to summary window.
23397
23398 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23399
23400         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23401         conversion message to newsrc-dribble when an actual conversion is
23402         performed.
23403
23404 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23405
23406         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23407
23408 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23409
23410         * mm-decode.el (mm-complicated-handles): New function reviving
23411         former definition of mm-multiple-handles.
23412
23413         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23414         (gnus-mime-delete-part): Use it.
23415
23416 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23417
23418         * gnus-agent.el (gnus-agent-read-local):
23419         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23420         avoid the implicit assumption that they will always be equal.
23421         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23422         coding-system-for-write, as the with-temp-file macro first prints
23423         to a buffer then saves the buffer.
23424
23425 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23426
23427         * gnus-art.el (gnus-article-edit-part): New function.
23428         (gnus-mime-save-part-and-strip): Use it; do query instead of
23429         signaling an error; don't use mm-multiple-handles.
23430         (gnus-mime-delete-part): Ditto.
23431
23432 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23433
23434         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23435         old file versions.
23436         (gnus-group-prepare-hook): Remove function that converted list
23437         form of gnus-agent-expire-days to group properties.
23438
23439         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23440         (gnus-request-accept-article): Re-indented.
23441
23442         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23443         converters to handle old agent file formats.  Add logic for a
23444         "backup before upgrading warning".
23445         (gnus-convert-mark-converter-prompt): Developers can mark
23446         functions as needing (default), or not needing,
23447         gnus-convert-old-newsrc's "backup before upgrading warning".
23448         (gnus-convert-converter-needs-prompt): Tests whether the user
23449         should be protected from potentially irreversable changes by the
23450         function.
23451
23452         * legacy-gnus-agent.el: New.  Provides converters that are only
23453         loaded when gnus-convert-old-newsrc needs to call them.
23454
23455 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23456
23457         * mail-source.el (mail-source-touch-pop): Doc fix.
23458
23459         * message.el (message-smtpmail-send-it): Doc fix.
23460
23461 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23462
23463         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23464
23465         * nnmail.el (nnmail-split-fancy): do.
23466
23467         * gnus-kill.el (gnus-kill, gnus-execute): do.
23468
23469 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23470
23471         * gnus-sum.el (gnus-widget-reversible-match)
23472         (gnus-widget-reversible-to-internal)
23473         (gnus-widget-reversible-to-external): New functions.
23474         (gnus-widget-reversible): New widget.
23475         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23476
23477 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23478
23479         * gnus-sum.el (gnus-thread-sort-functions)
23480         (gnus-article-sort-functions): Document `(not F)' items.
23481
23482 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23483
23484         * spam.el (spam-use-gmane-xref): Add new backend.
23485         (spam-gmane-xref-spam-group): Add variable to control the name of the
23486         Gmane spam group.
23487         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23488         (spam-regex-headers-spam, spam-regex-headers-ham)
23489         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23490         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23491         backends and checks.
23492         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23493
23494         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23495         an autodetect method.
23496
23497 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23498
23499         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23500         articles are being added to a group.
23501         (gnus-request-replace-article): Inform the agent that articles
23502         need to be uncached as the cached contents are no longer valid.
23503
23504 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23505
23506         * binhex.el: Don't autoload executable-find.
23507
23508         * canlock.el: Don't autoload mail-fetch-field.
23509
23510         * dgnushack.el: Autoload c-mode for XEmacs.
23511
23512         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23513
23514         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23515         rmail-dont-reply-to and rmail-output.
23516
23517         * gnus-score.el: Don't autoload ffap-string-at-point.
23518
23519         * gnus-setup.el: Don't autoload sc-cite-original.
23520
23521         * imap.el: Don't autoload base64-decode-string,
23522         base64-encode-string and md5.
23523
23524         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23525         and rmail-msg-restore-non-pruned-header.
23526
23527         * mm-decode.el: Don't autoload executable-find.
23528
23529         * mm-url.el: Don't autoload executable-find.
23530
23531         * mm-view.el: Don't autoload diff-mode.
23532
23533         * nndb.el: Don't autoload news-reply-mode, news-setup,
23534         cancel-timer and telnet.
23535
23536         * password.el: Don't autoload run-at-time for Emacs.
23537
23538         * sha1-el.el: Don't autoload executable-find.
23539
23540         * sieve-mode.el: Don't autoload c-mode.
23541
23542         * uudecode.el: Don't autoload executable-find.
23543
23544 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23545
23546         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23547         (gnus-agent-possibly-alter-active): Avoid null in numeric
23548         comparison.
23549         (gnus-agent-set-local): Refuse to save null in local object table.
23550         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23551         list of articles that will be marked as unread.
23552
23553 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23554
23555         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23556
23557 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23558
23559         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23560         language tags.
23561
23562 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23563
23564         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23565         Don't bind "obarray".
23566
23567         * gnus-sum.el (gnus-thread-sort-functions):
23568         Add `gnus-thread-sort-by-most-recent-number' and
23569         `gnus-thread-sort-by-most-recent-date'.
23570         Reported by Kai Grossjohann <kai@emptydomain.de>.
23571
23572 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23573
23574         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23575
23576 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23577
23578         * gnus-cus.el (gnus-agent-customize-category):
23579         Remove ignore-errors macro reference that required cl to be loaded at
23580         run-time.
23581
23582         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23583         single-interval range of the form (min . max).  Previously the
23584         range had to look like ((min . max)).  Likewise, return
23585         (min . max) rather than ((min . max)).
23586         (gnus-range-map): Use gnus-range-normalize to accept
23587         single-interval range.
23588
23589         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23590         the cache, but not the agent, now appear with their usual face.
23591
23592         * dgnushack.el (loaddir): New variable that is bound to the
23593         directory containing the dgnushack.el file. Use loaddir, rather
23594         than srcdir, to update load-path. Change lets dgnushack compile
23595         code in directories other than GNUS/lisp.
23596
23597 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23598
23599         * lpath.el: Don't bind w3m-safe-url-regexp.
23600
23601         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23602         w3m-safe-url-regexp variable buffer-local.
23603
23604         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23605
23606 2004-02-27  Simon Josefsson  <jas@extundo.com>
23607
23608         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23609         gnus-group-real-prefix.
23610         (gnus-summary-move-article): Use it, instead of
23611         gnus-group-real-prefix.
23612
23613 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23614
23615         * lpath.el: Bind w3m-safe-url-regexp.
23616
23617         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23618         w3m-safe-url-regexp variable buffer-local and set it as the value
23619         of mm-w3m-safe-url-regexp.
23620
23621         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23622
23623         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23624         parsing gnus-posting-styles when the message is not for replying.
23625
23626         * dgnushack.el: Autoload sgml-mode for XEmacs.
23627
23628         * nnrss.el (nnrss-opml-export):
23629         Use mm-set-buffer-file-coding-system instead of
23630         set-buffer-file-coding-system.
23631
23632 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23633
23634         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23635         of checkdoc.el).
23636         * nnrss.el: do.
23637         * gnus-mlspl.el: do.
23638         * gnus-ml.el: do.
23639         * gnus-srvr.el: do.
23640
23641         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23642
23643 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23644
23645         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23646         Corrections to custom-manual links.
23647
23648         * gnus-art.el (gnus-article): Ditto.
23649
23650         * mm-decode.el (mime-display, mime-security): Ditto.
23651
23652 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23653
23654         * flow-fill.el: Typo.
23655
23656 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23657
23658         * spam-wash.el: New file.
23659
23660 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23661
23662         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23663
23664 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23665
23666         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23667         to be run with new-articles as LIST1, not LIST2.
23668         (spam-registration-functions): Add spam-use-ham-copy as a nil
23669         registration backend.
23670
23671 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23672
23673         * spam-stat.el (spam-stat-washing-hook): New option.
23674         (spam-stat-buffer-words): Use it.
23675         (spam-stat-process-directory, spam-stat-test-directory):
23676         Use insert-file-contents-literally.
23677         (spam-stat-coding-system): New variable.
23678         (spam-stat-load, spam-stat-save): Use it.
23679
23680 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23681
23682         * spam-report.el (spam-report-plug-agent):
23683         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23684
23685 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23686
23687         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23688         Allow / in mailto URLs.
23689
23690 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23691
23692         * spam-report.el (spam-report-process-queue): Fix interactive use.
23693         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23694         (spam-report-unplug-agent): Doc fixes.
23695         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23696         (spam-report-agentize, spam-report-deagentize): Autoload.
23697
23698 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23699
23700         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23701
23702         * message.el (message-setup-fill-variables): Add mml tags to
23703         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23704         <ajk@iu.edu>.
23705         (message-mode): Don't modify paragraph-separate there.
23706
23707 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23708
23709         * compface.el (uncompface-use-external): Default to undecided.
23710         (uncompface-use-external-threshold): New variable.
23711         (uncompface-float-time): New macro.
23712         (uncompface): Determine whether to use the external decoder if
23713         uncompface-use-external is undecided.
23714
23715 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23716
23717         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23718         after images.
23719
23720         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23721
23722 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23723
23724         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23725
23726         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23727
23728         * gnus-sum.el (gnus-summary-limit-to-age)
23729         (gnus-summary-limit-children): do.
23730
23731         * gnus-int.el (gnus-request-scan): do.
23732
23733         * gnus-group.el (gnus-group-suspend): do.
23734
23735         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23736
23737         * gnus-cite.el (gnus-cite-parse-attributions): do.
23738
23739         * gnus-agent.el (gnus-summary-set-agent-mark)
23740         (gnus-agent-regenerate-group): do.
23741
23742         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23743
23744         * binhex.el (binhex-decode-region-internal): do.
23745
23746 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23747
23748         * gnus-fun.el (gnus-face-properties-alist): New user option.
23749         (gnus-display-x-face-in-from): Use it.
23750
23751         * gnus-art.el (article-display-face): Ditto.
23752
23753         * compface.el (uncompface-use-external): Default to nil.
23754
23755 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23756
23757         * nntp.el (nntp-erase-buffer): New function.
23758         (nntp-retrieve-data, nntp-send-command)
23759         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23760         (nntp-possibly-change-group): Use it.
23761
23762         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23763         Use with-current-buffer.
23764
23765 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23766
23767         * compface.el: Merge the ELisp-based uncompface program.
23768         (compface): New customization group.
23769         (uncompface-use-external): New user option.
23770         (uncompface): Call uncompface-internal if uncompface-use-external
23771         is nil.
23772         (uncompface-internal): New function.  Note that there are also
23773         some other functions and variables added for this function.
23774
23775 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23776
23777         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23778         if necessary.
23779
23780 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23781
23782         * spam-report.el (spam-report-unplug-agent)
23783         (spam-report-plug-agent, spam-report-deagentize)
23784         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23785         Add support for the Agent in spam-report: when unplugged, report to a
23786         file; when plugged, submit all the requests.
23787
23788         * spam.el (spam-register-routine): Fix message about
23789         registration.
23790
23791 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23792
23793         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23794         dependencies.
23795         (rfc2047-encode): Use it.
23796
23797         * gnus-art.el (gnus-button-marker-list): Move before first
23798         reference.
23799
23800         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23801         (imap-parse-body): Fix format string mismatch.
23802
23803         * gnus-score.el (gnus-summary-increase-score): do.
23804
23805         * nnrss.el (nnrss-close): New function.
23806
23807 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23808
23809         * nnrss.el (nnrss-make-filename): New function.
23810         (nnrss-request-delete-group, nnrss-read-server-data)
23811         (nnrss-save-server-data, nnrss-read-group-data)
23812         (nnrss-save-group-data): Use it.
23813         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23814         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23815         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23816
23817 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23818
23819         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23820
23821 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23822
23823         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23824         files.
23825
23826         * message.el (message-generate-headers-first): Don't quote nil
23827         and t in docstrings.
23828
23829         * imap.el (imap-id): do.
23830
23831         * gnus-agent.el (gnus-agent-consider-all-articles)
23832         (gnus-agent-queue-mail): do.
23833
23834 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23835
23836         * spam-report.el (spam-report-process-queue): New function.
23837         Process requests from `spam-report-requests-file'.
23838         (spam-report-process-queue): Doc fix.
23839
23840 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23841
23842         * spam.el (spam-register-routine)
23843         (spam-log-processing-to-registry, spam-log-registered-p)
23844         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23845         Change "check" to "spam-check" for semi-clarity.
23846
23847 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23848
23849         * pop3.el: Require nnheader.
23850
23851         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23852
23853         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23854
23855         * gnus-picon.el: Require cl.
23856
23857         * gnus-fun.el: Require gnus-ems and gnus-util.
23858
23859         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23860
23861         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23862
23863         * gnus-art.el (gnus-article-edit-mode): Define before first
23864         reference.
23865
23866 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23867
23868         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23869         (gnus-uu-post-encoded): Use point-at-bol.
23870
23871         * gnus-topic.el (gnus-group-active-topic-p): do.
23872
23873         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23874
23875         * gnus-group.el (gnus-group-kill-region): do.
23876
23877         * gnus-art.el (article-date-ut): do.
23878
23879         * message.el (message-fetch-field): Remove redundant
23880         case-fold-search binding.
23881         (message-narrow-to-field): Simplify.
23882
23883 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23884
23885         * spam.el (spam-directory): Derive from `gnus-directory'.
23886
23887         * spam-report.el (spam-report-url-to-file)
23888         (spam-report-requests-file): New function and variable for offline
23889         reporting.
23890         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23891         and user defined function.
23892         (spam-report-url-ping-mm-url): Remove doubled slash.
23893
23894 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23895
23896         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23897
23898 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23899
23900         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23901         Fix format string mismatch.
23902
23903         * sieve.el (sieve-deactivate-all): do.
23904
23905         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23906
23907         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23908
23909         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23910
23911         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23912
23913 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23914
23915         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23916         the list of checks.
23917
23918 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23919
23920         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23921         padding.
23922
23923 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23924
23925         * mm-view.el (mm-fill-flowed): New variable.
23926         (mm-inline-text): Use it.
23927
23928 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23929
23930         * spam.el (spam-spamassassin-register-ham-routine)
23931         (spam-spamassassin-register-spam-routine): Fix function names.
23932
23933 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23934
23935         * gnus.el (gnus-tmp-grouplens): Remove.
23936         (gnus-summary-line-format): Remove grouplens.
23937
23938         * gnus-group.el (gnus-group-line-format): Ditto.
23939
23940         * gnus-spec.el (gnus-format-specs): Ditto.
23941         (gnus-update-format-specifications): Flush the group format spec
23942         cache if there's the grouplens stuff.
23943         (gnus-parse-simple-format): Replace %l with the empty string.
23944
23945 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23946
23947         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23948         omission.
23949
23950 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23951
23952         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23953         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23954
23955 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23956
23957         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23958         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23959         New macros and functions.
23960         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23961         Handle > NLINK_MAX messages.
23962         * nnmaildir.el (nnmaildir-request-set-mark):
23963         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23964
23965 2004-01-25  Alex Schroeder  <alex@gnu.org>
23966
23967         * spam-stat.el (spam-stat-process-directory-age): New option.
23968         (spam-stat-process-directory): Use it.
23969
23970 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23971
23972         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23973         (spam-stat-save): Accept prefix argument.
23974
23975 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23976
23977         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23978         links" error.
23979
23980 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23981
23982         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23983         the rest of the and/or forms.
23984
23985 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23986
23987         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23988         compatibility with old .newsrc.eld files.
23989
23990         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23991
23992         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23993
23994         * gnus-start.el (gnus-1): do.
23995
23996         * gnus-group.el (gnus-group-line-format-alist): do.
23997
23998         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23999
24000         * gnus-gl.el: Remove.
24001
24002 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24003
24004         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24005         marks consisting of a single range {for example, (3 . 5)} rather
24006         than a list of a single range { ((3 . 5)) }.
24007
24008 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24009
24010         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24011         Use with-current-buffer.
24012         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24013         avoid consing a string.
24014
24015         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24016         Remove obsolete entries for big5 and gb2312.
24017
24018 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24019
24020         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24021         uncompressed list.
24022
24023 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24024
24025         * spam-stat.el (spam-stat-strip-xref): New function.
24026         (spam-stat-process-directory): Use it.
24027
24028         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24029         here -- it's done in message-fetch-field.
24030
24031 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24032
24033         * gnus-agent.el (gnus-agent-queue-mail)
24034         (gnus-agent-prompt-send-queue): New variables.
24035         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24036         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24037         "nndraft:queue" along to gnus-draft-send.
24038         Use gnus-agent-prompt-send-queue.
24039         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24040         is "nndraft:queue".  Suggested by Gaute Strokkenes
24041         <gs234@srcf.ucam.org>
24042
24043         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24044         (agent-enable-undownloaded-faces): Add.
24045         (gnus-agent-cat-groups): Use eval-and-compile, not
24046         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24047         method of gnus-agent-cat-groups even when the buffer has been
24048         evaled.
24049         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24050         delete gnus-agent-save-active-1.
24051         (gnus-agent-save-groups): Delete.  Identical to
24052         gnus-agent-save-active.
24053         (gnus-agent-write-active): No longer adjust agent's copy of active
24054         file as agent's adjustments are now stored in their own
24055         file.  Remove optional parameter.
24056         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24057         servers.  Add use of min/max range limits from server's local
24058         file.
24059         (gnus-agent-save-alist): Remove unused optional argument.
24060         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24061         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24062         (gnus-agent-set-local): A per-server file that keeps min/max range
24063         limits for articles known to the agent.  Provides a fast mechanism
24064         for altering many active ranges.
24065         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24066         active file (local makes it unnecessary).
24067         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24068
24069         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24070         (agent-enable-undownloaded-faces): Add.
24071
24072         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24073         disable it when sending to "nndraft:queue".
24074         (gnus-group-send-queue): Add safety check to avoid sending queue
24075         when unplugged.
24076
24077         * gnus-group.el (gnus-group-catchup): Use new
24078         gnus-sequence-of-unread-articles, not
24079         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24080         numbers of articles.  Use gnus-range-map to avoid having to
24081         uncompress the unread list.
24082         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24083         Fix invalid ange-ftp reference.
24084
24085         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24086         (gnus-sorted-range-intersection): Intersection of two ranges
24087         without requiring that they first be uncompressed.
24088
24089         * gnus-start.el (gnus-activate-group): Unless blocked by the
24090         caller, possibly expand the active range to include both cached
24091         and agentized articles.
24092         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24093         multiple version-dependent converters.
24094         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24095         gnus-agent-save-active.
24096         (gnus-save-newsrc-file): Save dirty agent range limits.
24097
24098         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24099         gnus-agent-possibly-alter-active.
24100         (gnus-adjust-marked-articles): Faster handling of simple lists.
24101
24102 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24103
24104         * spam-stat.el (spam-stat-test-directory): New optional argument
24105         displays a list of files detected.  Suggested by Andrew Cohen
24106         <cohen@andy.bu.edu>.
24107         (spam-stat-buffer-words-with-scores): Don't narrow and change
24108         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24109
24110 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24111
24112         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24113         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24114         (spam-spamassassin-arguments)
24115         (spam-spamassassin-spam-flag-header)
24116         (spam-spamassassin-positive-spam-flag-header)
24117         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24118         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24119         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24120         (spam-list-of-processors, spam-list-of-checks)
24121         (spam-list-of-statistical-checks, spam-registration-functions)
24122         (spam-check-spamassassin-headers, spam-check-spamassassin)
24123         (spam-spamassassin-score)
24124         (spam-spamassassin-register-with-sa-learn)
24125         (spam-spamassassin-register-spam-routine)
24126         (spam-spamassassin-register-ham-routine)
24127         (spam-assassin-register-spam-routine)
24128         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24129         (spam-bogofilter-score): Fix to show article before scoring.
24130
24131 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24132
24133         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24134         default scoring function.
24135         (spam-generic-score): Call spam-spamassassin-score if
24136         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24137         spam-bogofilter-score otherwise.
24138
24139         * gnus.el (spam-process, spam-autodetect-methods):
24140         Add spamassassin and spamassassin-headers.
24141
24142 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24143
24144         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24145         Suppress unnecessary messages.
24146
24147 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24148
24149         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24150         make-hash-table.
24151
24152 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24153
24154         * canlock.el (base64-encode-string): Don't autoload it.
24155
24156 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24157
24158         * run-at-time.el: Remove useless (require 'itimer),
24159         eval-and-compile and (featurep 'xemacs).
24160
24161 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24162
24163         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24164         GROUP is a virtual group.
24165
24166 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24167
24168         * gnus.el: Autoload `message-y-or-n-p'.
24169
24170 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24171
24172         * pgg-parse.el: Remove unnecessary (require 'custom).
24173
24174         * pgg-def.el: do.
24175
24176         * nnmail.el: do.
24177
24178         * gnus-undo.el: do.
24179
24180         * gnus-picon.el: do.
24181
24182         * gnus-util.el: do.
24183
24184 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24185
24186         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24187
24188 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24189
24190         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24191         handle, as well as a list.
24192
24193         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24194         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24195         (mm-w3m-cid-retrieve): Simplify.
24196
24197 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24198
24199         * message.el (message-kill-to-signature): Allow prefix arg to
24200         specify number of lines to keep before signature.
24201
24202 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24203
24204         * message.el (message-kill-to-signature): Change docstring.
24205
24206 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24207
24208         * canlock.el: Always require sha1-el.
24209         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24210
24211         * message.el: Autoload sha1 only when compiling.
24212
24213         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24214         eudc-expand-inline for XEmacs.
24215
24216 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24217
24218         * message.el (message-canlock-generate): Require sha1-el.
24219
24220 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24221
24222         * message.el (message-expand-name): Silence the byte compiler.
24223
24224         * lpath.el: Add detect-coding-system.
24225
24226         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24227         cus-edit.
24228
24229 2004-01-13  Simon Josefsson  <jas@extundo.com>
24230
24231         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24232         Invoke gnus-score-mode.
24233         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24234
24235         * gnus-range.el (gnus-compress-sequence): Doc fix.
24236         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24237
24238 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24239
24240         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24241
24242 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24243
24244         * spam.el (spam-get-article-as-string): Update to use
24245         gnus-request-article-this-buffer, much simpler.
24246         (spam-get-article-as-buffer): Remove.
24247
24248 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24249
24250         * message.el (message-expand-name): Use EUDC if the user uses that.
24251
24252 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24253
24254         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24255         character for the encoding to avoid consing a string.
24256
24257         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24258         unnecessarily.
24259
24260         * mm-util.el (mm-replace-chars-in-string): Remove.
24261
24262         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24263         of mm-replace-chars-in-string.
24264
24265 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24266
24267         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24268
24269         * mm-util.el (mm-subst-char-in-string): Support inplace.
24270
24271         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24272         a new string in every iteration.  Use shy groups.
24273
24274 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24275
24276         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24277         * gnus-soup.el (gnus-soup-group-brew):
24278         * gnus-msg.el (gnus-put-message):
24279         * gnus-move.el (gnus-group-move-group-to-server):
24280         * gnus-kill.el (gnus-batch-score):
24281         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24282         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24283         (gnus-group-update-group, gnus-group-read-group)
24284         (gnus-group-make-group, gnus-group-make-help-group)
24285         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24286         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24287         (gnus-group-sort-by-unread, gnus-group-catchup)
24288         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24289         (gnus-group-yank-group, gnus-group-set-info)
24290         (gnus-group-list-groups):
24291         * gnus.el (gnus-generate-new-group-name):
24292         * gnus-delay.el (gnus-delay-send-queue):
24293         * nnvirtual.el (nnvirtual-catchup-group):
24294         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24295         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24296         (gnus-group-prepare-topics, gnus-topic-check-topology):
24297         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24298         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24299         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24300         (gnus-group-make-articles-read):
24301         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24302         (gnus-group-change-level, gnus-kill-newsgroup)
24303         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24304         (gnus-get-unread-articles, gnus-make-articles-unread)
24305         (gnus-make-ascending-articles-unread): Use accessor
24306         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24307         to get group information for improved readability.
24308
24309
24310 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24311
24312         * gnus-art.el (article-decode-mime-words, article-babel)
24313         (gnus-article-highlight-signature, gnus-article-add-buttons)
24314         (gnus-signature-toggle): Use gnus-with-article-buffer.
24315
24316         * gnus-art.el (gnus-article-highlight-headers)
24317         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24318
24319         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24320         (gnus-article-set-globals, gnus-request-article-this-buffer)
24321         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24322         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24323         (gnus-mime-display-alternative): Use with-current-buffer.
24324
24325 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24326
24327         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24328         also under 80 char limit, and call gnus-error if needed.
24329         (spam-fetch-article-header): Fix - it was a
24330         buffer-local variable (gnus-newsgroup-data).
24331         (spam-find-spam): Use spam-generate-fake-headers, forget about
24332         spam-insert-fake-headers.
24333         (spam-insert-fake-headers): Remove.
24334
24335 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24336
24337         * deuglify.el (gnus-article-outlook-unwrap-lines)
24338         (gnus-outlook-rearrange-article)
24339         (gnus-outlook-repair-attribution-outlook)
24340         (gnus-outlook-repair-attribution-block)
24341         (gnus-outlook-repair-attribution-other): Remove redundant
24342         save-excursion.
24343
24344 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24345
24346         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24347         (spam-fetch-field-subject-fast)
24348         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24349         (spam-fetch-article-header): Add functions to deal with Gnus
24350         internals for fast retrieval of article header data.
24351         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24352
24353 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24354
24355         * pop3.el (pop3-md5): Remove.
24356         (pop3-apop): Replace pop3-md5 with md5.
24357
24358         * mm-bodies.el: base64 is always built-in.
24359
24360         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24361         Use with-current-buffer.
24362
24363 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24364
24365         * canlock.el (canlock-insert-header): Remove excessive grouping in
24366         regexp.
24367
24368         * gnus-sum.el (gnus-summary-read-document): Ditto.
24369
24370         * gnus-uu.el (gnus-uu-part-number): Ditto.
24371
24372         * html2text.el (html2text-remove-tags): Ditto.
24373         (html2text-format-tags): Ditto.
24374         (html2text-format-single-elements): Ditto.
24375
24376         * mml.el (mml-parse-1): Ditto.
24377
24378 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24379
24380         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24381
24382         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24383
24384         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24385
24386         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24387
24388 2003-11-15  Simon Josefsson  <jas@extundo.com>
24389
24390         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24391         (pgg-gpg-lookup-key): Use regexp match instead of
24392         split-string (split-string is different between emacs 21.2 and
24393         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24394
24395 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24396
24397         * gnus-art.el (gnus-mime-view-all-parts)
24398         (gnus-article-part-wrapper, gnus-article-view-part):
24399         Use with-current-buffer.
24400
24401 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24402
24403         * spam.el (spam-disable-spam-split-during-ham-respool)
24404         (spam-spamoracle-database, spam-cache-lookups)
24405         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24406         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24407         (spam-group-ham-marks, spam-group-spam-marks)
24408         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24409         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24410         also add spam-use-blackholes to the statistical checks.
24411         (spam-fetch-field-fast): Add interface to fetching fields, may
24412         become a macro.
24413         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24414         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24415         (spam-insert-fake-headers): Fake an article when needed.
24416         (spam-find-spam): Fake article when possible.
24417         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24418         (spam-check-bogofilter-headers): Use message-fetch-field instead
24419         of nnmail-fetch-field.
24420
24421 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24422
24423         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24424
24425 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24426
24427         * spam.el (spam-split): Do not require spam-use-CHECK to be
24428         enabled if that check is passed to spam-split explicitly; also
24429         fix so 'spam doesn't get converted to spam-split-group when
24430         spam-split-symbolic-return is t.
24431         (spam-find-spam): Find registrations of the article and use those
24432         instead of re-running spam-split to find the spam/ham
24433         classification of the article.
24434         (spam-log-processing-to-registry, spam-log-registered-p)
24435         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24436         Use gnus-error instead of gnus-message.
24437         (spam-log-registration-type): Add function to determine the
24438         classification of a message based on registry entries; will
24439         return nil if both 'spam and 'ham are found.
24440         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24441         a reasonably fast local cache without the loading errors.
24442         (spam-cache-lookups): Set to t by default.
24443         (spam-find-spam): Don't try to guess spam-cache-lookups.
24444         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24445         spam-caches entry.
24446         (spam-filelist-build-cache, spam-filelist-check-cache):
24447         Fix caching of whitelist/blacklist entries.
24448         (spam-check-whitelist, spam-check-blacklist):
24449         Invoke spam-from-listed-p with a type, not a cache variable.
24450         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24451
24452 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24453
24454         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24455
24456         * nnmail.el (nnmail-split-fancy): do.
24457
24458         * mml.el (mml-parse): do.
24459
24460         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24461         (gnus-score-adaptive): do.
24462
24463 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24464
24465         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24466         (gnus-mime-button-map): Don't set keymap parent.
24467         (gnus-button-ctan-directory-regexp): Use shy grouping.
24468         (gnus-prev-page-map): Don't set keymap parent.
24469         (gnus-prev-page-map): Remove duplicated one.
24470         (gnus-next-page-map): Don't set keymap parent.
24471         (gnus-mime-security-button-map): Ditto.
24472
24473         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24474         version number.
24475
24476         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24477
24478 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24479
24480         * canlock.el (canlock-sha1-function): Remove.
24481         (canlock-sha1-function-for-verify): Remove.
24482         (canlock-openssl-program): Remove.
24483         (canlock-openssl-args): Remove.
24484         (canlock-ignore-errors): Remove.
24485         (canlock-sha1-with-openssl): Remove.
24486         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24487         (canlock-verify): Don't use canlock-ignore-errors.
24488
24489         * sha1-el.el (sha1-string-external): Make it can return a string
24490         in binary form.
24491         (sha1-region-external): Ditto.
24492         (sha1-string-internal): Ditto.
24493         (sha1-region-internal): Ditto.
24494         (sha1-region): Ditto.
24495         (sha1-string): Ditto.
24496         (sha1): Ditto.
24497
24498 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24499
24500         * spam.el (spam-report-articles-gmane): New command.
24501
24502 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24503
24504         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24505
24506         * run-at-time.el (run-at-time-saved): Remove.
24507         (run-at-time): Doc fix.
24508
24509 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24510
24511         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24512         (gnus-summary-limit-map): Add it.
24513         (gnus-summary-make-menu-bar): do.
24514
24515 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24516
24517         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24518         Make attempt at some caching support (done for BBDB only now).
24519         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24520         addresses to be checked.
24521         (spam-clear-cache-BBDB): Add function, to be invoked by
24522         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24523         (spam-check-BBDB): Check and use the caches, if
24524         spam-cache-lookups is on, remove superfluous (provide).
24525
24526 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24527
24528         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24529
24530 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24531
24532         * run-at-time.el (run-at-time-saved): Move to after the definition
24533         of `run-at-time'.
24534
24535         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24536
24537 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24538
24539         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24540         mm-w3m-local-map-property.
24541
24542         * mm-view.el (mm-w3m-mode-map): Remove.
24543         (mm-w3m-local-map-property): Remove.
24544         (mm-inline-text-html-render-with-w3m): Don't use
24545         mm-w3m-local-map-property.
24546
24547 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24548
24549         * run-at-time.el: New file.
24550
24551         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24552         under Emacs.
24553
24554         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24555         of gnus-set-text-properties.
24556
24557         * gnus-uu.el (gnus-uu-save-article): Ditto.
24558
24559         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24560
24561         * gnus-cite.el (gnus-cite-parse): Ditto.
24562
24563         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24564         of gnus-.
24565
24566         * gnus-xmas.el (run-at-time): Require run-at-time.
24567
24568         * gnus.el: Change calls to nnheader-run-at-time and
24569         password-run-at-time throughout to use run-at-time directly.
24570
24571         * password.el: Remove definition of run-at-time.
24572
24573         * nnheaderxm.el: Remove definition of run-at-time.
24574
24575 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24576
24577         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24578         in prompt.
24579
24580 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24581
24582         * messagexmas.el (message-xmas-redefine): Alias
24583         `message-make-caesar-translation-table' to
24584         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24585         version.
24586
24587         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24588         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24589         `gnus-xmas-set-text-properties'.
24590         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24591         `gnus-xmas-completing-read'.
24592         (gnus-xmas-completing-read): Removed.
24593         (gnus-xmas-open-network-stream): Removed.
24594
24595         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24596         XEmacs version.
24597
24598         * dns.el (dns-make-network-process): Use `open-network-stream'
24599         instead of `gnus-xmas-open-network-stream'.
24600
24601         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24602
24603         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24604
24605 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24606
24607         * gnus-art.el (gnus-mime-display-alternative)
24608         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24609         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24610         Don't use gnus-local-map-property.
24611
24612         * gnus-util.el (gnus-local-map-property): Remove.
24613
24614         * mm-view.el (mm-view-pkcs7-decrypt):
24615         Replace gnus-completing-read-maybe-default with completing-read.
24616
24617         * gnus-util.el (gnus-completing-read): do.
24618         (gnus-completing-read-maybe-default): Remove.
24619
24620 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24621
24622         * password.el: Only autoload `run-at-time' if not XEmacs.
24623         Only autoload the itimer functions if XEmacs.
24624
24625 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24626
24627         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24628         XEmacsen.
24629
24630         * dgnushack.el: Autoload executable-find for XEmacs.
24631
24632 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24633
24634         * gnus-art.el (gnus-read-string): Remove.
24635         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24636         read-string.
24637
24638 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24639
24640         * netrc.el: Autoload password-read.
24641         (netrc): Add configuration group.
24642         (netrc-encoding-method, netrc-openssl-path):
24643         Add variables for encoding and decoding of files with symmetric
24644         ciphers.
24645         (netrc-encode): Add assistant function to encode a file with
24646         netrc-encoding-method.
24647         (netrc-parse): Add interactive parameter, added optional
24648         decoding if netrc-encoding-method is non-nil but otherwise
24649         behavior is standard.
24650         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24651         Do s/encode/encrypt/ everywhere.
24652
24653         * spam.el: Remove executable-find autoload.
24654
24655 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24656
24657         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24658
24659         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24660
24661 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24662
24663         * gnus-art.el (gnus-treat-ansi-sequences)
24664         (article-treat-ansi-sequences): New variable and function.
24665         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24666
24667         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24668         Use it.
24669
24670 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24671
24672         * mm-util.el (mm-quote-arg): Remove.
24673
24674         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24675         shell-quote-argument.
24676
24677         * gnus-uu.el (gnus-uu-command): do.
24678
24679         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24680
24681         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24682         with make-char.
24683
24684         * mm-util.el (mm-make-char): Remove.
24685
24686         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24687         add-minor-mode.
24688
24689         * gnus-undo.el (gnus-undo-mode): do.
24690
24691         * gnus-topic.el (gnus-topic-mode): do.
24692
24693         * gnus-sum.el (gnus-dead-summary-mode): do.
24694
24695         * gnus-start.el (gnus-slave-mode): do.
24696
24697         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24698
24699         * gnus-ml.el (gnus-mailing-list-mode): do.
24700
24701         * gnus-gl.el (gnus-grouplens-mode): do.
24702
24703         * gnus-draft.el (gnus-draft-mode): do.
24704
24705         * gnus-dired.el (gnus-dired-mode): do.
24706
24707         * gnus-ems.el (gnus-add-minor-mode): Remove.
24708
24709         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24710         Replace gnus-char-width with char-width.
24711
24712         * gnus-ems.el (gnus-char-width): Remove.
24713
24714         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24715         Replace gnus-char-width with char-width.
24716
24717         * gnus-ems.el (gnus-char-width): Remove.
24718
24719         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24720         definition.
24721         Remove Emacs 20 hash table compatibility code.
24722
24723         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24724         20 compatibility code.
24725
24726         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24727
24728         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24729
24730         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24731         Replace with point-at-{eol,bol}.
24732
24733         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24734
24735         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24736
24737         * flow-fill.el (fill-flowed-point-at-bol)
24738         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24739
24740         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24741         Replace with point-at-{eol,bol} throughout all files.
24742
24743 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24744
24745         * ntlm.el (ntlm-string-as-unibyte): New macro.
24746         (ntlm-build-auth-response): Use it.
24747
24748         Remove Emacs 20 stuff:
24749         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24750         (butlast, mapc, remove): Remove the compiler macros.
24751         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24752         of delq and copy-sequence.
24753         * gnus-art.el (popup-menu): Remove the compiler macro.
24754         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24755         Emacs 20.
24756
24757 2004-01-05  Simon Josefsson  <jas@extundo.com>
24758
24759         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24760         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24761         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24762         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24763         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24764         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24765         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24766         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24767         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24768         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24769         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24770         string-xor into ntlm-string-xor.
24771         Suggested by Jesper Harder <harder@myrealbox.com>.
24772
24773         * ntlm.el: Don't include poem.
24774
24775         * md4.el (print-int32, print-string-hexa): Remove.
24776         Suggested by Jesper Harder <harder@myrealbox.com>.
24777
24778         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24779
24780         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24781         probably breaks emacs with DL patch, but do we care? Is anyone
24782         still using the DL stuff?)
24783
24784         * sieve-manage.el: Use the password package.
24785         (sieve-manage-read-passwd): Remove.
24786         (sieve-manage-interactive-login): Use password.  Re-add
24787         condition-case around loop.
24788
24789         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24790         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24791         Use the password package.
24792
24793 2003-02-19  Simon Josefsson  <jas@extundo.com>
24794
24795         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24796         token.
24797
24798 2002-08-07  Simon Josefsson  <jas@extundo.com>
24799
24800         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24801         (sieve-manage-authenticators):
24802         (sieve-manage-authenticator-alist): Add some SASL mechs.
24803         (sieve-sasl-auth): New function.
24804         (sieve-manage-cram-md5-auth):
24805         (sieve-manage-plain-auth): Rewrite using SASL library.
24806         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24807         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24808         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24809         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24810
24811 2004-01-05  Simon Josefsson  <jas@extundo.com>
24812
24813         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24814         New files.
24815
24816 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24817
24818         * gnus-group.el (gnus-no-groups-message): Update.
24819
24820         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24821
24822 2003-11-09  Simon Josefsson  <jas@extundo.com>
24823
24824         * imap.el: Support for ID IMAP extension (RFC 2971).
24825         (imap-local-variables): Add imap-id.
24826         (imap-id): New variable.
24827         (imap-id): New function.
24828         (imap-parse-response): Parse untagged ID response.
24829         * nnimap.el (nnimap-id): New variable.
24830         (nnimap-open-connection): Use it.
24831
24832 2003-12-28  Simon Josefsson  <jas@extundo.com>
24833
24834         * gnus-score.el (gnus-score-edit-all-score): New.
24835         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24836
24837 2004-01-04  Simon Josefsson  <jas@extundo.com>
24838
24839         * password.el: Add.
24840
24841 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24842
24843         * dns.el (dns-query-types): Fix typo.
24844         (dns-query-types): New function.
24845         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24846         PTR and SOA replies, see RFC 1035.
24847
24848 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24849
24850         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24851
24852         * Move to Changelog.2.
24853
24854 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24855
24856         * gnus.el (gnus-version-number): Bump version.
24857
24858 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24859
24860         * gnus.el: No Gnus v0.1 is released.
24861
24862 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24863
24864         * gnus.el: No Gnus v0.0 is released.
24865
24866 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24867
24868         * gnus.el (gnus-version-number): Bump.
24869         (gnus-version): No.
24870
24871 See ChangeLog.2 for earlier changes.
24872
24873   Copyright (C) 2004-2012 Free Software Foundation, Inc.
24874
24875   This file is part of GNU Emacs.
24876
24877   GNU Emacs is free software: you can redistribute it and/or modify
24878   it under the terms of the GNU General Public License as published by
24879   the Free Software Foundation, either version 3 of the License, or
24880   (at your option) any later version.
24881
24882   GNU Emacs is distributed in the hope that it will be useful,
24883   but WITHOUT ANY WARRANTY; without even the implied warranty of
24884   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24885   GNU General Public License for more details.
24886
24887   You should have received a copy of the GNU General Public License
24888   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24889
24890 ;; Local Variables:
24891 ;; coding: utf-8
24892 ;; fill-column: 79
24893 ;; add-log-time-zone-rule: t
24894 ;; End: