shr.el (shr-render-buffer): New command.
[gnus] / lisp / ChangeLog
1 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2
3         * shr.el (shr-render-buffer): New command.
4         (shr-visit-file): Use it.
5
6 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
9         Set no-byte-compile and no-update-autoloads.
10
11 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
14
15 2012-06-25  Julien Danjou  <julien@danjou.info>
16
17         * nnimap.el (nnimap-request-articles-find-limit): Rename from
18         `nnimap-request-move-articles-find-limit' since we do not use it only
19         for move operations.
20         (nnimap-request-accept-article): Use
21         `nnimap-request-articles-find-limit' to limit search by message-id.
22
23 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24
25         Support higher-resolution time stamps (Bug#9000).
26
27         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
28         VARLIST.  It's optional, for backward compatibility.
29         (encode-time-value): New optional arg PICO.  New type 3.
30         (time-to-seconds) [!float-time]: Support the new picoseconds
31         component if it's used.
32         (seconds-to-time, time-subtract, time-add):
33         Support ps-resolution time stamps as well.
34
35 2012-06-19  Julien Danjou  <julien@danjou.info>
36
37         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
38
39         * nnimap.el (nnimap-log-buffer): Check that
40         `window-point-insertion-type' is boundp, since it's not available in
41         XEmacs.
42
43 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
44
45         * nnimap.el (nnimap-log-buffer): Add this, setting
46         `window-point-insertion-type' in the buffer to t.
47         (nnimap-log-command): Use nnimap-log-buffer.
48
49 2012-06-19  Julien Danjou  <julien@danjou.info>
50
51         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
52         argument to be able to limit the search.
53         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
54         (nnimap-request-move-articles-find-limit): Add this to limit the search
55         by Message-Id after a message move.
56         (nnimap): Add defgroup.
57
58 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
59
60         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
61
62 2012-06-15  Julien Danjou  <julien@danjou.info>
63
64         * nnimap.el (nnimap-find-article-by-message-id): Use
65         `nnimap-possibly-change-group' rather than its own EXAMINE call.
66         (nnimap-possibly-change-group): Add read-only argument.
67         (nnimap-request-list): Use nnimap-possibly-change-group rather than
68         issuing EXAMINE manually.
69         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
70         with read-only argument.
71         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
72         cannot possibly change because we need to be sure that it's either
73         read-write or read-only.
74
75 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
78         being bound to a lambda form.
79
80 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
81
82         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
83         articles when fetch-old is non-nil (bug#11370).
84
85 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
86
87         * gnus-picon.el (gnus-picon-properties): New defcustom.
88         (gnus-picon-create-glyph): Use it.
89
90 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * gnus-group.el (gnus-group-get-new-news): Respect
93         `gnus-group-use-permanent-levels', as documented (bug#11638).
94
95 2012-06-10  Dave Abrahams  <dave@boostpro.com>
96
97         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
98         groups (bug#11641).
99
100 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
101
102         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
103         is an integer to avoid later problems.
104
105 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
108         locales.
109
110         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
111         on a handle.
112
113         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
114         address as the default.
115         (gnus-summary-insert-old-articles): Don't include unexistent messages.
116
117         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
118         makes no sense to query the user about internal files.
119
120         * gnus-spec.el: Remove all the byte-compilation stuff, since
121         benchmarking shows that it doesn't help when entering large summary
122         buffers.
123
124         * gnus-xmas.el (gnus-xmas-define): Remove.
125
126         * gnus-util.el (gnus-byte-code): Remove.
127
128         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
129         grouplens stuff.
130
131 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
134         (bug#11514).
135
136 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
137
138         * message.el (message-buffers): Return all buffers derived from Message
139         to make `gnus-dired-attach' work with mu4e.
140
141 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
142
143         * nntp.el: Stop the `letf' madness.
144         (nntp--report-1): New var.
145         (nntp-report): Merge nntp-report-1 into it.
146         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
147         the nntp-report function.
148
149         * auth-source.el: Fix comment-style to follow the convention.
150
151 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
152
153         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
154         (mm-dissect-singlepart): Don't guess the MIME type of
155         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
156         set.
157         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
158         toplevel MIME type is multipart/encrypted.
159
160 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
163         a string so that Gcc works (bug#11514).
164
165 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
166
167         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
168         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
169
170 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
171
172         * gnus-win.el (gnus-configure-frame): Don't signal an error when
173         jumping to *Server* from a dedicated *Group* window.
174         (gnus-configure-frame): CSE.
175
176         * gnus-registry.el: Minor style cleanup.
177         (gnus-registry--set/remove-mark): New function, extracted from
178         gnus-registry-install-shortcuts.
179         (gnus-registry-install-shortcuts): Use it.
180
181 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * nnspool.el (news-path): Use eval-and-compile.
184
185 2012-05-24  Glenn Morris  <rgm@gnu.org>
186
187         * nnspool.el (news-directory, news-path, news-inews-program):
188         Move here from paths.el.  Don't see a need for these to be autoloaded.
189
190         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
191         Merge in doc from paths.el version.  Don't see any need for this to be
192         autoloaded, or for the warning about users not setting it.
193
194 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
195
196         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
197         format.  In particular, add an optional argument and a docstring.
198
199         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
200
201         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
202         current before calling `gnus-groups-to-gnus-format'.
203         Note that this was already the case for `gnus-active-to-gnus-format'.
204
205 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
206
207         Fix minor Y10k bug.
208         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
209
210 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
211
212         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
213         message once it's actually open.
214
215 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
216
217         * gnus.el: Ma Gnus v0.5 is released.
218
219 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
220
221         * auth-source.el (auth-source--aput-1, auth-source--aput)
222         (auth-source--aget): New functions and macros.
223         Use them instead of aput/aget.
224
225 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
226
227         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
228
229 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
230
231         * plstore.el (plstore-called-interactively-p): New compat macro copied
232         from message.el.
233         (plstore-mode): Use it.
234
235 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
236
237         * plstore.el: Revive the editing feature.
238         (plstore-mode): New mode to edit plstore file.
239         (plstore-mode-toggle-display, plstore-mode-original)
240         (plstore-mode-decoded): New command.
241         (plstore--encode, plstore--decode, plstore--write-contents-functions)
242         (plstore--insert-buffer, plstore--make): New function.
243         (plstore-open, plstore-save): Simplify by using them.
244
245 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
248
249 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
250
251         * tls.el (open-tls-stream): Remove unused binding.
252
253 2012-04-16  Glenn Morris  <rgm@gnu.org>
254
255         * nndraft.el (nndraft-request-list): Fix declaration.
256
257 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * mm-decode.el (mm-dissect-buffer): Doc fix.
260
261         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
262         don't have a current group.
263
264         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
265         buffer if it doesn't exist.
266
267         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
268         given, mark the group as ephemeral with the current window conf.
269
270         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
271         buffer exists, which it doesn't if we haven't started Gnus.
272         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
273
274 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * mml.el (mml-generate-mime): Allow specifying what the top-level part
277         type is.
278
279         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
280         `unexists' entries.
281         (gnus-clean-old-newsrc): Fix last checkin.
282
283         * nnimap.el (nnimap-update-info): None of the articles below the active
284         low-water mark exist.
285
286         * dgnushack.el: Get rid of XEmacs compilation warning.
287
288         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
289         would have gotten if we posted to the group, and use that to compare
290         against the message we want to cancel (bug#10808).
291
292         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
293         on XEmacs.
294
295 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
296
297         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
298         `scroll-margin'.
299
300 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
301
302         * gnus-cite.el (gnus-dissect-cited-text): A single line without
303         citation prefix within a block of cited text should be considered part
304         of that block *only* if it is a blank line.
305
306 2012-04-09  Chong Yidong  <cyd@gnu.org>
307
308         * binhex.el, hashcash.el, uudecode.el:
309         Remove * characters from the front of variable docstrings.
310
311 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
314         before kinsoku-bol characters nor within kinsoku-eol characters.
315
316 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
319         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
320         (gnus-sync-read): Use mapc instead of mapcar.
321
322         * mm-archive.el: Require mm-decode for some macros.
323         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
324         the byte compiler.
325         (mm-archive-decoders): New function that returns the value of
326         the mm-archive-decoders variable.
327
328         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
329         instead.
330         (mm-dissect-singlepart): Use the function mm-archive-decoders.
331
332         * nnimap.el (gnus-refer-thread-use-nnir):
333         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
334
335 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
338
339 2012-03-12  Peter Münster  <pmrb@free.fr>
340
341         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
342         (gnus-demon-cancel): Ditto.
343         (gnus-demon-run-callback): When function cannot be called due to low
344         idleness, call it when idleness reaches the expected value, instead of
345         waiting another timer period.
346         (gnus-demon-init): Add `time' to arguments of call-back.
347
348 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
351
352         * gnus.el: Register gnus-registry functions.
353
354         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
355         indent.
356
357         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
358         enabled before warping.
359
360 2012-03-22  Dave Abrahams  <dave@boostpro.com>
361
362         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
363         registry about each article retrieved.
364
365         * gnus-int.el (gnus-select-group-with-message-id): New function.
366         (gnus-try-warping-via-registry): Ditto.
367         (gnus-warp-to-article): Fall back on the registry.
368
369 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
370
371         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
372         inboxes.
373
374 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
377
378 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
381         gnus-gcc-self-resent-messages may be a group parameter.
382         (gnus-summary-resend-message): Don't encode encoded words in header
383         when Gcc'ing resent message.
384
385 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * shr.el (shr-insert): Treat non-breaking space just like normal
388         space.  This seems to produce more pleasing results.
389         (shr-insert): Only insert a blank line if we're starting from an image.
390         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
391         (shr-ensure-paragraph): Consider lines with white space to be blank.
392
393 2012-03-15  Elias Pipping  <pipping@lavabit.com>
394
395         * Makefile.in: Respect DESTDIR.
396
397 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
398
399         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
400         and gnus-gcc-post-body-encode-hook.
401
402 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
405         messages that don't exist.
406
407         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
408
409 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
412         a string so that Gcc works (bug#11514).
413
414 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
415
416         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
417
418 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
421         don't have a current group.
422
423 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
426         Remove.
427
428         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
429
430         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
431
432 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
435         have a group name.
436
437         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
438         a multibyte buffer (bug#7410).
439         (article-wash-html): Parse the original article buffer to get the
440         unencoded data (bug#7410).
441
442         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
443         .newsrc.el files.
444
445 2012-04-05  Bastien Guerry  <bzg@altern.org>
446
447         * color.el (color-lighten-name): Fix typo.
448
449 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
452         "#" to avoid having them interpreted as comments.
453
454 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * shr.el (shr-insert): Update the text state properly to avoid
457         inserting spurious paragraph starts.
458
459 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * shr.el (shr-table-widths): Divide the extra width more fairly over
462         the TDs (bug#10973).
463         (shr-render-td): Don't delete too much padding.
464         (shr-natural-width): Compute the natural width more correctly.
465         (shr-insert): Allow the natural width to be computed for tables again.
466         (shr-tag-table-1): Rework how the natural widths are computed by
467         rendering the table a third time.
468         (shr-natural-width): Removed.
469         (shr-buffer-width): New function.
470         (shr-expand-newlines): Use it.
471
472         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
473         using a `gnus-use-full-window' setup (bug#11013).
474
475 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
478         24.1 release.
479
480 2012-03-10  David Edmondson  <dme@dme.org>
481
482         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
483         'Forwarded Message' header and the start of the message.
484
485 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
486
487         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
488         isn't running (bug#10897).
489
490 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
493         This is inconsistent with all the other stream functions, which leave
494         the setting up to the higher levels (if so wanted) (bug#10931).
495
496 2012-02-28  Glenn Morris  <rgm@gnu.org>
497
498         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
499         mm-decode.el: Standardize possessive apostrophe usage.
500
501 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
504
505 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
506
507         * parse-time.el (parse-time-string): Allow extractor to return nil.
508
509 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
512
513 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
514
515         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
516
517 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
518
519         * mm-decode.el (mm-shr): Remove "soft hyphens".
520
521         * nnimap.el (nnimap-request-list): Return the group names encoded as
522         utf8.  Otherwise non-European group names don't work.
523         (nnimap-request-newgroups): Ditto.
524
525         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
526         the default in `read-string' (bug#10757).
527
528         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
529         topics (bug#10843).
530
531         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
532         buffer.  Suggested by Herbert Valerio Riedel.
533         (nnimap-request-move-article): Delete the message from the correct IMAP
534         server.
535
536 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
537
538         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
539         Reported by Peter Münster.
540
541 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
542
543         * shr.el (shr-image-fetched): Make sure we really kill the right
544         buffer.
545
546 2012-02-16  Leo Liu  <sdl.web@gmail.com>
547
548         * gnus-start.el (gnus-1): Avoid duplicate entries.
549
550 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
551
552         * imap.el: Remove.
553
554         * nntp.el (nntp-coding-system-for-read): Remove.
555         (nntp-coding-system-for-write): Ditto.
556         (nntp-open-connection): Just use `binary' directly.
557
558         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
559         Gnus 0.3.
560
561 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
562
563         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
564         application/octet-stream parts really is.
565
566         * gnus-sum.el (gnus-propagate-marks): Remove.
567
568 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
569
570         * shr.el (shr-rescale-image): Undo previous change; see
571         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
572
573 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
574
575         * gnus.el: Ma Gnus v0.3 is released.
576
577 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
578
579         * gnus-sum.el (gnus-summary-local-variables): Make
580         `gnus-newsgroup-unexist' into a local variable.
581
582 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
583
584         * registry.el (registry-usage-test, registry-persistence-test): Move to
585         tests/gnustest-registry.el.
586         (registry-make-testable-db, registry-match-test)
587         (registry-instantiation-test): Move to tests/gnustest-registry.el.
588
589         * gnus-registry.el (gnus-registry-misc-test)
590         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
591
592         * tests/gnustest-registry.el: New file with the registry and
593         gnus-registry ERT tests.
594
595 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * gnus-msg.el (gnus-summary-resend-message): Make
598         gnus-summary-resend-message-insert-gcc be last item in
599         message-header-setup-hook.
600
601 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
604         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
605         Remove.
606         (nnfolder-open-server): Don't use marks.
607         (nnfolder-request-delete-group): Ditto.
608         (nnfolder-request-rename-group): Ditto.
609         (nnfolder-request-set-mark, nnfolder-request-marks)
610         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
611         (nnfolder-save-marks, nnfolder-open-marks): Remove.
612
613         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
614         (nnml-marks-modtime): Remove.
615         (nnml-request-delete-group): Don't use marks.
616         (nnml-request-rename-group): Ditto.
617         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
618         (nnml-save-marks, nnml-open-marks): Remove.
619
620         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
621         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
622         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
623         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
624         (nntp-server-to-method-cache): Remove.
625
626         * shr.el (shr-rescale-image): Fix wrong merge.
627
628 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
629
630         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
631         too-wide lines.
632
633 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
634
635         * nnimap.el (nnimap-record-commands): New variable.
636         (nnimap-log-command): Use it.
637         (nnimap-make-process-buffer): Add a space to the process buffer.
638         (nnimap-transform-headers): Don't bug out on header lines containing
639         stuff that look like IMAP length encodings.
640
641         * shr.el (shr-rescale-image): Allow viewing large images.
642
643 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
644
645         * nnml.el (nnml-request-compact-group): Delete the marks file after
646         compaction (bug#10800).
647
648         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
649         group exit.
650
651         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
652         QRESYNC/FETCH output.
653
654 2012-02-11  Glenn Morris  <rgm@gnu.org>
655
656         * sieve-manage.el (sieve-manage-default-stream):
657         * shr.el (shr):
658         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
659         (nnir-retrieve-headers-override-function)
660         (nnir-imap-default-search-key, nnir-notmuch-program)
661         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
662         (nnir-method-default-engines):
663         * message.el (message-cite-reply-position):
664         * gssapi.el (gssapi-program):
665         * gravatar.el (gravatar):
666         * gnus-sum.el (gnus-refer-thread-use-nnir):
667         * gnus-registry.el (gnus-registry-unfollowed-addresses)
668         (gnus-registry-max-pruned-entries):
669         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
670         * gnus-int.el (gnus-after-set-mark-hook)
671         (gnus-before-update-mark-hook):
672         * gnus-async.el (gnus-async-post-fetch-function):
673         * auth-source.el (auth-source-cache-expiry):
674         Add missing :version tags to new defcustoms and defgroups.
675
676 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-sum.el (gnus-adjust-marked-articles): Add to
679         `gnus-newsgroup-unexist'.
680
681         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
682         marks.
683         (gnus-article-special-mark-lists): Put the `unexist' in the special
684         marks list instead.
685
686         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
687         articles in the list of articles to be selected.
688
689         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
690         articles.
691         (nnimap-update-info): Keep track of unexisting articles.
692         (nnimap-update-qresync-info): Ditto.
693
694 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
695
696         * message.el (message-default-send-mail-function): Made into own
697         function for reuse by emacsbug.el.
698
699 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
700
701         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
702         `gnus-sloppily-equal-method-parameters' to avoid a warning.
703
704 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
705
706         * mm-archive.el (mm-archive-dissect-and-inline): New function.
707         (mm-archive-dissect-and-inline): Fix up the undisplayer.
708
709         * gnus-compat.el: Define `timer-set-function'.
710
711         * mm-decode.el (mm-display-external): Output the text from the command
712         in the buffer after the command finished.  This makes text-based
713         commands behave better.
714
715 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
716
717         * gnus-compat.el: Add a compat for the old `url-retrieve'.
718
719 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
722         23.1.
723
724 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
727
728 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
729
730         * message.el (smtpmail-smtp-user): Silence compiler warning.
731
732 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
733
734         * message.el (message-multi-smtp-send-mail): Also allow specifying the
735         SMTP user name.
736
737 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * gnus-sum.el (gnus-summary-show-thread):
740         next-single-char-property-change may return nil in XEmacs.
741         (gnus-summary-article-map): Fix typo.
742
743 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
744
745         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
746         running.
747
748         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
749
750         * gnus.el (gnus-server-extend-method): Don't add an -address component
751         if the method already has one (bug#9676).
752
753 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
754
755         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
756         of an initial-input for consistency (bug#10757).
757
758         * dgnushack.el: Fix XEmacs compilation warning.
759
760         * shr.el: Inhibit getting and sending cookies when fetching pictures.
761
762         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
763
764 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
765
766         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
767         lines that are narrower than the window width.  Otherwise background
768         "blocks" will look less readable.
769
770 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
771
772         * nnimap.el (nnimap-transform-headers): Remove unused variable.
773         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
774         have newlines within the strings, and where the UID comes after the
775         BODYSTRUCTURE element (bug#10537).
776
777         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
778         (bug#10732).
779
780         * shr.el (shr-insert-document): Add doc string.
781         (shr-visit-file): Ditto.
782         (shr-remove-trailing-whitespace): New function.
783         (shr-insert-document): Use it to clean up trailing whitespace as the
784         final step (bug#10714).
785
786 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
787
788         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
789         buffer if `gnus-kill-summary-on-exit' is nil.
790
791 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
794         when just reading a single group from "without" Gnus.
795
796 2012-02-06  Chong Yidong  <cyd@gnu.org>
797
798         * gnus-sum.el (gnus-summary-show-thread):
799         next-single-char-property-change never returns nil (Bug#8657).
800
801 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
802
803         * message.el (message-multi-smtp-send-mail): New function.
804         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
805         header to implement multi-SMTP functionality.
806
807         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
808         (gnus-agentize): Don't set it.
809         (gnus-agent-send-mail): Don't use it.
810
811         * gnus-sum.el (gnus-summary-widget-backward): New function and
812         keystroke.
813
814         * gnus-compat.el: More the compat functions more compatible.
815
816         * shr.el (shr-put-image): Remove underlines from sliced images.
817         (shr-zoom-image): Compute the region to be replaced more correctly.
818
819 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
822         (gnus-summary-resend-message-insert-gcc): New function.
823         (gnus-summary-resend-message): Modify message-header-setup-hook and
824         message-sent-hook to make it work for Gcc.
825         (gnus-inews-do-gcc): Update the number of unread articles of groups
826         that messages are Gcc'd to.
827
828         * message.el (message-resend): Run message-sent-hook to do Gcc.
829
830 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
831
832         * lpath.el: Fix an XEmacs compilation warning.
833
834         * gnus-compat.el: Require `help-fns' to fix compilation error.
835
836         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
837         a higher level to silence compilation.
838
839         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
840         parameter to allow controlling the scaling.
841
842         * shr.el (shr-zoom-image): New command and keystroke.
843         (shr-put-image): Take a `size' flag to say how to scale the image.
844
845         * gnus-compat.el: Redefine `delete-directory' to provide recursive
846         deletion unless already defined.
847
848         * gnus.el (gnus-compat): Require it.
849
850         * gnus-compat.el: New file.
851
852         * gnus-start.el (gnus-clean-old-newsrc): New function.
853         (gnus-read-newsrc-file): Use it.
854
855         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
856         Use recursive deletion.
857         (mm-dissect-archive): Add support for zip files.
858
859         * gnus-util.el (gnus-recursive-directory-files): New function.
860
861         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
862         (mm-archive-decoders): Add tgz support.
863
864         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
865         Otherwise inserting text into the Gnus buffer can look odd.
866
867         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
868
869         * mm-archive.el (mm-archive-decoders): Add support for tar.
870
871         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
872
873         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
874
875 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
876
877         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
878
879         * mm-archive.el: New file.
880
881         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
882
883         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
884
885         * message.el (message-goto-*): Make all the `message-goto-*' commands
886         push the mark before moving point.  This makes it easier to go back to
887         where you came from after editing whatever you jumped to.
888
889 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
890
891         * gnus.el: Ma Gnus v0.1 is released.
892
893 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
894
895         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
896         without reconnecting.
897         (nnimap-possibly-change-group): Ditto.
898         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
899         connection has died before being called.
900
901 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
902
903         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
904         an initial sync unless we're really doing one.
905
906         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
907         address parameter if one already exists (bug#9676).
908
909         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
910         not the prefix, as documented (bug#10689).
911
912 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
915         the "server".
916
917         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
918         the real error message with the useless "previously known to be down".
919         Which isn't even correct.
920
921         * nntp.el (nntp-open-connection): Report the error message if the nntp
922         server can't be reached.
923
924         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
925         groups we do a total scan for.
926         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
927         doing that.
928
929 2012-01-31  Jim Meyering  <jim@meyering.net>
930
931         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
932         Correct a comment (insert "not") and hide nominally-doubled "to".
933
934 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
935
936         * gnus.el (gnus-version): Change name to "Ma Gnus".
937
938 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
939
940         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
941         section in the manual.
942
943 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
944
945         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
946         words.
947         (rfc2047-encode-string): Ditto.
948         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
949         understand folded filename="..." parameters, for instance.
950
951         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
952         the message for greater debuggability.
953
954 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
955
956         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
957         instead of setting it locally, since the latter doesn't seem to have
958         any effect (most of the time).
959
960 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
961
962         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
963         function call.
964
965 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
966
967         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
968         seconds, and make the repeat clause with HH:MM specs work as
969         documented.
970
971 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
972
973         * proto-stream.el (proto-stream-capability-open): Fall back on
974         :end-of-command if :end-of-capability doesn't exist.
975
976 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
979         bound globally in old Emacsen and XEmacsen.
980
981 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
984         so that previous errors don't prohibit getting new news.
985
986         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
987
988         * nntp.el (nntp-retrieve-group-data-early): Ditto.
989
990 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
991
992         * gnus.el (gnus-group-find-parameter): Check for liveness of the
993         buffer, not of the string which is its name.
994
995 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
996
997         * proto-stream.el (proto-stream-capability-open): Wait for
998         :end-of-capability, not :end-of-command.
999
1000         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1001         non-server-marks groups.
1002         (gnus-group-make-articles-read): Ditto.
1003
1004         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1005         methods (bug#9676).
1006
1007         * gnus.el (gnus-method-ephemeral-p): New function.
1008
1009 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1012         left-to-right.
1013
1014 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1015
1016         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1017         warning.
1018
1019 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1020
1021         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1022         macroexpand the nnir things, since they haven't been defined yet, and
1023         nnir requires gnus-sum.
1024
1025 2012-01-24  Julien Danjou  <julien@danjou.info>
1026
1027         * color.el (color-rgb-to-hsl): Fix value computing.
1028         (color-hue-to-rgb): New function.
1029         (color-hsl-to-rgb): New function.
1030         (color-clamp, color-saturate-hsl, color-saturate-name)
1031         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1032         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1033
1034 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1037
1038 2012-01-19  Julien Danjou  <julien@danjou.info>
1039
1040         * color.el (color-name-to-rgb): Use the white color to find the max
1041         color component value and return correctly computed values.
1042         (color-name-to-rgb): Add missing float conversion for max value.
1043
1044 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1045
1046         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1047         logical server name in addition to the actual machine address.
1048
1049         * auth-source.el (auth-source-user-and-password): Add convenience
1050         wrapper to search by just host and optionally user.
1051
1052 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1055         after rendering.
1056
1057 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1060         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1061         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1062
1063 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1066         (bug#9693).
1067         (gnus-summary-setup-buffer): Document return value (bug#9697).
1068
1069         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1070         since ido doesn't work on symbols (bug#9632).
1071
1072         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1073         when getting a single value as when getting all the values.  This means
1074         that atoms like `gcc-self' work cumulatively, like variable settings,
1075         instead of getting the value from the last matching clause.
1076         (gnus-group-find-parameter): Protect against the group buffer not
1077         existing (bug#9585).
1078
1079 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * gnus-start.el (gnus-activate-group): Document more parameters
1082         (bug#9694).
1083
1084         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1085         (bug#9692).
1086
1087         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1088         article was fetched, so that it can be expired later (bug#9958).
1089         (gnus-agent-summary-fetch-series): Add doc string.
1090         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1091         (bug#9517).
1092
1093         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1094         retrieval is happening.
1095
1096         * gnus.el (gnus-parameters): Doc fix.
1097
1098 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1099
1100         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1101         show the thread after expansion.
1102
1103 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus-art.el (article-narrow-to-head): If the head is completely
1106         empty, narrow to the empty region (bug#9764).
1107
1108         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1109         read, and then mark them as unread only when the unread mark is used.
1110         This makes `C-- T k' actually work, even though it's confusing.
1111
1112         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1113         alive before we try to find its window.
1114
1115 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1116
1117         * mm-decode.el (mm-display-external): Use a longer timeout for the
1118         deletion to allow slow programs to display the file.
1119
1120 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1123         prompt to be less confusing.
1124
1125         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1126         argument to `message-reply'.  This broke `special-display-*' frame
1127         pop-uping (bug#10238).
1128
1129 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1132         systems, since these allegedly don't work there.
1133
1134 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1135
1136         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1137         live buffer.
1138
1139 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * nnir.el (nnir-retrieve-headers): Protect against the article not
1142         existing on the server (bug#10335).
1143
1144 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1145
1146         * gnus-agent.el (gnus-agent-load-local): Recompute
1147         gnus-agent-article-local on changing method.
1148
1149 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus.el (gnus-parameters): Note precedence.
1152
1153 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1154
1155         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1156         in the group buffer.
1157
1158 2012-01-04  Julien Danjou  <julien@danjou.info>
1159
1160         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1161         change.
1162
1163 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1166         too.
1167
1168         * nntp.el (nntp-retrieve-group-data-early): Use it.
1169
1170 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * nntp.el (nntp-retrieval-in-progress): New variable.
1173         (nntp-make-process-buffer): Make it buffer-local.
1174
1175         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1176         2010.
1177         (gnus-demon-init): Use it to compute the time if time is on the form
1178         "04:23".
1179
1180         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1181
1182         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1183         status in the correct buffer.
1184
1185 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1186
1187         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1188         when opening topics (bug#10407).
1189
1190 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1191
1192         * gnus-cus.el (gnus-score-customize):
1193         * gnus-sum.el (gnus-sort-gathered-threads):
1194         * message.el (message-shorten-references):
1195         * nnmairix.el (nnmairix-request-group):
1196         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1197
1198 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1199
1200         * gnus-agent.el (gnus-agent-regenerate-group):
1201         * gnus-int.el (gnus-retrieve-group-data-early):
1202         * mm-util.el (mm-codepage-ibm-list):
1203         * nndiary.el (Commentary, nndiary-get-new-mail):
1204         * nnir.el (nnir):
1205         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1206
1207 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * mm-view.el (mm-display-inline-fontify): Add comment.
1210
1211 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1212
1213         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1214         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1215
1216 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1217
1218         * gnus-art.el (gnus-split-methods):
1219         * gnus-msg.el (gnus-configure-posting-styles):
1220         * gnus-spec.el (gnus-parse-simple-format):
1221         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1222         * message.el (message-do-actions): Spelling fix.
1223
1224 2011-12-15  Juri Linkov  <juri@jurta.org>
1225
1226         * mm-decode.el (mm-inline-media-tests): Add missing
1227         `mm-handle-media-subtype'.
1228
1229 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1230
1231         * gnus-group.el (gnus-group-tool-bar):
1232         * gnus-sum.el (gnus-summary-tool-bar):
1233         * message.el (message-tool-bar):
1234         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1235
1236 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1237
1238         * plstore.el (plstore--insert-buffer): Spelling fix.
1239
1240 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1241
1242         * message.el (message-valid-fqdn-regexp): Update with newly approved
1243         top-level domain names ".tel" and ".asia".
1244
1245 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1248         unconditionally.
1249
1250 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1253         pop-to-buffer-same-window for old Emacsen.
1254
1255 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1256
1257         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1258
1259 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1260
1261         * netrc.el (netrc-credentials): Spelling fix.
1262
1263 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1264
1265         * gnus-fun.el (gnus-fun-ppm-change-string):
1266         * gnus-msg.el (gnus-inews-do-gcc):
1267         * gnus-sum.el (gnus-summary-find-for-reselect):
1268         * gnus.el (gnus-summary-cancelled):
1269         * message.el (message-cancel-hook, message-send-news):
1270         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1271         * nnir.el (nnir-run-hyrex):
1272         * nntp.el (nntp-with-open-group-function):
1273         * pgg.el (pgg-pending-timers): Spelling fix.
1274
1275 2011-12-04  Chong Yidong  <cyd@gnu.org>
1276
1277         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1278         change (Bug#10200).
1279
1280 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * compface.el (uncompface):
1283         * gnus-art.el (gnus-article-x-face-command): Update the header format
1284         of icon data for the most recent icontopbm program.
1285
1286 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus-msg.el (gnus-inews-do-gcc):
1289         * message.el (message-send-mail):
1290         * mml.el (mml-generate-mime): Share the value of the buffer-local
1291         `message-options' variable between a draft buffer and temprary working
1292         buffers.
1293
1294 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1295
1296         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1297
1298 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1301         for Cygwin.
1302
1303 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1304
1305         * gnus-group.el (gnus-group-prepare-flat):
1306         * mm-bodies.el (mm-encode-body):
1307         * mml.el (mml-preview):
1308         * nnml.el (nnml-request-compact-group):
1309         * pop3.el (pop3-stream-type): Spelling fix.
1310
1311 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1312
1313         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1314
1315 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1316
1317         * color.el (color-rgb-to-hsl):
1318         * gmm-utils.el (gmm-tool-bar-style):
1319         * gnus-group.el (gnus-group-prepare-flat):
1320         * gnus-topic.el (gnus-topic-prepare-topic):
1321         * mm-decode.el (mm-discouraged-alternatives):
1322         * rfc2047.el (rfc2047-encode-1):
1323         * starttls.el: Spelling fix.
1324
1325 2011-11-24  Glenn Morris  <rgm@gnu.org>
1326
1327         * binhex.el (binhex-begin-line): Give it basic doc-string.
1328
1329         * starttls.el, tls.el: Fix case of "GnuTLS".
1330
1331 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1332
1333         * gnus-group.el (gnus-group-highlight): Fix typo.
1334
1335 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1336
1337         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1338         value of `delete-file', that returns nil for a local file but returns t
1339         for a remote file using ssh.
1340
1341 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1342
1343         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1344
1345 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1348         avoid later breakage.
1349
1350 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1353         article buffers' name.
1354
1355 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1358         by Paul Eggert's spellfixes two days ago.
1359
1360 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1363         doesn't have it.
1364
1365         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1366         buffer-local instead of binding them to avoid warnings.  Also demote
1367         errors (bug#10063).
1368         (font-lock-mode-hook): Shut up byte compiler.
1369
1370 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1371
1372         * mm-util.el (mm-charset-after):
1373         * nnir.el (nnir-run-hyrex):
1374         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1375         (ntlm-get-password-hashes, ntlm-md4hash):
1376         * smime.el: Fix typo.
1377
1378 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1379
1380         * gnus-agent.el (gnus-agent-expire-group-1):
1381         * nndiary.el (nndiary-last-occurence):
1382         * nnimap.el (nnimap-request-set-mark):
1383         * nnmairix.el (nnmairix-only-use-registry):
1384         * gnus-group.el (gnus-group-prepare-flat):
1385         * gnus-sum.el (gnus-decode-encoded-word-methods):
1386         * message.el (message-wash-subject):
1387         * nntp.el (nntp-retrieve-headers-with-xover):
1388         * smime.el (smime-certificate-directory): Spelling fix.
1389
1390 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1391
1392         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1393
1394         * color.el:
1395         * gnus-agent.el (gnus-agent-possibly-alter-active):
1396         * gnus-dired.el (gnus-dired-print):
1397         * mail-parse.el:
1398         * nnmairix.el (nnmairix-request-group):
1399         * shr.el (shr-image-displayer):
1400         * sieve-manage.el:
1401         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1402
1403 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1404
1405         * gnus-sum.el (gnus-auto-select-subject):
1406         * spam-report.el (spam-report-resend): Spelling fix.
1407
1408 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1409
1410         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1411         * gnus-art.el (gnus-default-article-saver):
1412         * gnus-srvr.el (gnus-server-copy-server):
1413         * gnus.el (gnus-sloppily-equal-method-parameters):
1414         * html2text.el (html2text-format-tag-list):
1415         * message.el (message-narrow-to-head):
1416         * nndiary.el:
1417         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1418         * sieve.el: Spelling fix.
1419
1420 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1421
1422         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1423         * gnus-sum.el (gnus-summary-make-menu-bar):
1424         * gnus-uu.el (gnus-uu-decode-postscript)
1425         (gnus-uu-decode-postscript-and-save):
1426         * mailcap.el (mailcap-print-command):
1427         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1428         Fix typos.
1429
1430 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1431
1432         * gnus-art.el (gnus-article-part-wrapper):
1433         * html2text.el (html2text-fix-paragraphs):
1434         * mm-decode.el (mm-image-fit-p):
1435         * rfc2047.el (rfc2047-encode-message-header):
1436         * shr-color.el (shr-color-visible-distance-min)
1437         (shr-color-relative-to-absolute, set-minimum-interval)
1438         (shr-color-visible): Fix typos.
1439
1440 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1441
1442         * gmm-utils.el (gmm-tool-bar-item):
1443         * gnus-art.el (gnus-treat-body-boundary):
1444         * gnus-diary.el (gnus-user-format-function-d):
1445         * gnus-start.el (gnus-get-unread-articles):
1446         * pgg-gpg.el (pgg-gpg-update-agent):
1447         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1448
1449 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1450
1451         * gnus-topic.el (gnus-group-prepare-topics):
1452         * gnus-uu.el (gnus-extract-view):
1453         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1454
1455 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1456
1457         * spam.el: Move BBDB autoloads.
1458         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1459         BBDB 2 and 3.
1460         (spam-check-BBDB): Use it.
1461         (spam-enter-ham-BBDB): Use it.
1462
1463 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1464
1465         * smime.el (smime-draw-buffer): Spelling fix.
1466
1467 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1468
1469         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1470         for scanning exactly one level.
1471         * gnus-start.el (gnus-get-unread-articles): Ditto.
1472
1473 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1476         slightly clearer.
1477
1478 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1479
1480         * gnus-sync.el: More commentary about setup.
1481
1482 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * message.el (message-send-and-exit): Document `arg'.
1485
1486 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1487
1488         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1489
1490 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1491
1492         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1493
1494         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1495         we don't use `bound-and-true-p'.
1496
1497 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1498
1499         * gnus-util.el (gnus-bound-and-true-p): Remove.
1500         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1501         * nnir.el: Use it.
1502         * nnmairix.el: Use it.
1503
1504 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1505
1506         * gnus-sync.el: Improve docs about CouchDB admins.
1507
1508         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1509         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1510         for reasons unknown.
1511         * nnir.el: Use it.
1512         * nnmairix.el: Use it.
1513
1514         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1515         * nnir.el: Ditto.
1516         * nnmairix.el: Ditto.
1517
1518         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1519
1520 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1521
1522         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1523         not needed.  Provide xmlplistread list function to produce XML plist
1524         output for non-Gnus LeSync clients.
1525
1526 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1527
1528         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1529
1530         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1531         and save against it.  Group subscriptions, read marks, other marks,
1532         subscription levels, topic names, and topic offsets (the group's
1533         position within the topic) are saved.  This is an experimental backend
1534         and may change significantly.  Load json.el from the gnus-fallback-lib
1535         if it's not available otherwise.
1536         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1537
1538 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1539
1540         * message.el (message-completion-function): Make sure
1541         message-tab-body-function is not attempted if one of
1542         message-completion-alist fails to find a completion (bug#9158).
1543
1544 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1545
1546         * mml.el (mml-quote-region): Quote <#secure> tag.
1547         (mml-generate-mime-1): Unquote <#secure> tag.
1548
1549 2011-10-20  Chong Yidong  <cyd@gnu.org>
1550
1551         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1552         calling a minor mode from Lisp with nil arg enables it, so we have to
1553         make the wording a bit ambiguous here).
1554
1555 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1556
1557         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1558         * nnir.el (nnir-mode): Use it.
1559         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1560         Use it.
1561
1562         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1563         * nnmairix.el (gnus-registry-enabled): Ditto.
1564
1565 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1566
1567         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1568         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1569         only while we need to find out if it should be t or nil.
1570         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1571         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1572         the registry is installed.  Set it to nil when it's unloaded.
1573         (gnus-registry-install-p): Provide user guidance for the initial value
1574         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1575         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1576         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1577         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1578         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1579         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1580         `gnus-registry-install'.
1581
1582 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1583
1584         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1585         previous change.
1586         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1587         primary key is marked as disabled.
1588
1589 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1590
1591         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1592         primary key is marked as disabled.
1593
1594 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1595
1596         * html2text.el (html2text-clean-anchor): Check for quotes around
1597         `href' value.
1598
1599 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1600
1601         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1602         searching.  Drop `bbdb-cache'.
1603
1604 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * message.el (message-signed-or-encrypted-p): Exclude header when
1607         checking if there is signed or encrypted body in text/plain message.
1608
1609 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1610
1611         * html2text.el (html2text-get-attr): Correctly handle attribute values
1612         containing "=".
1613
1614 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1615
1616         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1617         handle bindings.
1618
1619 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * gnus-win.el (gnus-configure-windows): Protect against reading
1622         ephemeral groups outside of Gnus.
1623
1624 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * shr.el (shr-tag-img): Don't get images displayed in tables.
1627
1628 2011-10-03  Glenn Morris  <rgm@gnu.org>
1629
1630         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1631         the "maintainer" version of debbugs.gnu.org reports.
1632
1633 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1636         make asynchronous adjacent image insertion work better.
1637
1638 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1639
1640         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1641         documentation.
1642
1643 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1646         `gnus-asynchronous' isn't shadowed.
1647
1648 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1651
1652         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1653         (nnimap-insert-partial-structure): The charset parameter isn't
1654         case-sensitive.
1655
1656         * nnheader.el (nnheader-message-maybe): New function.
1657
1658         * shr.el (shr-tag-table): Render totally broken tables better.
1659
1660         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1661         computing the boundary.
1662
1663 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * pop3.el (pop3-number-of-responses): Remove.
1666         (pop3-wait-for-messages): Rewrite to take linear time instead of
1667         exponential time.
1668
1669 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1672         re-fetch images.
1673
1674         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1675         re-fetch images when hitting `g' in Gnus.
1676
1677 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1680         (mml-compute-boundary): Don't check collision if it is non-nil.
1681         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1682         before checking collision.
1683
1684 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * message.el (message-indent-citation): Really make sure there's a
1687         newline at the end.
1688
1689         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1690         Fix suggested by John Wiegley.
1691
1692         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1693
1694         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1695
1696         * message.el (message-default-send-rename-function): Break out into its
1697         own function.
1698
1699         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1700         doesn't work under XEmacs.
1701
1702         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1703         of "imaps" to word around Windows problems.
1704         (nnimap-open-connection-1): Use it.
1705
1706         * message.el (message-indent-citation): Revert last change which made
1707         `F' not work.
1708
1709 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1710
1711         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1712         terminal as well.
1713
1714 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1717         because it displays images using overlays that aren't easy to copy to
1718         the article buffer.
1719
1720 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1721
1722         * message.el (message-indent-citation): Fix empty line removal at the
1723         end of the citation.
1724
1725 2011-09-20  Julien Danjou  <julien@danjou.info>
1726
1727         * auth-source.el (auth-source-netrc-create): Use default value for
1728         password if specified.  Evaluate default.
1729         (auth-source-plstore-create): Ditto.
1730         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1731         value evaluation.
1732         (auth-source-netrc-create): Typo fix.
1733         (auth-source-plstore-create): Ditto.
1734
1735         * password-cache.el (password-cache-remove): Remove entries even if the
1736         value is nil, so that password with a nil value (negative caching) is
1737         possible to invalidate.
1738
1739         * auth-source.el (auth-source-format-cache-entry): New function.
1740
1741 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1744
1745 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1748
1749 2011-09-19  Julien Danjou  <julien@danjou.info>
1750
1751         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1752         which work with things that are not ASCII.
1753
1754 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1757
1758 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1761         message level.
1762
1763 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1766
1767 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1770
1771 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1772
1773         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1774         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1775
1776 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1777
1778         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1779         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1780         articles.
1781
1782 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1783
1784         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1785         (message-mail-other-window, message-mail-other-frame)
1786         (message-news-other-window, message-news-other-frame):
1787         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1788         instead of setting buffer display varibles.
1789
1790 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1793
1794         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1795
1796 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1799         duplicates" to a higher level.
1800
1801         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1802         most egregious messages.
1803
1804 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1807
1808 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1809
1810         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1811         up the file (bug#9351).
1812
1813 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1816         it does with all other backends, but decode the names immediately after
1817         getting them.
1818
1819         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1820         decoding nnimap groups.
1821
1822         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1823         newsrc file.  It doesn't seem like an important optimization any more.
1824
1825 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1826
1827         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1828         overflows.
1829
1830 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1833         (gnus-interactive-exit): Extend to `quiet'.
1834
1835         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1836
1837         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1838         string.
1839
1840         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1841         renaming function arguments from `this'.
1842
1843         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1844
1845         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1846         has been renamed.
1847         (gnus-lrm-string-p): Include RLM and PDF, too.
1848
1849         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1850         (bug#9225).
1851
1852 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1853
1854         Add autoload cookies for functions used by sendmail.el.
1855         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1856
1857         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1858
1859 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * gnus-art.el (article-date-ut): Work properly even when there are
1862         things like Date header in the body; work for forwarded parts.
1863
1864 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1865
1866         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1867         original-article-buffer.
1868
1869 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1870
1871         * nnir.el (nnir-compose-result): Fix matching of server type.
1872         (nnir-run-swish++): Ditto.
1873         (nnir-run-namazu): Ditto.
1874         (nnir-run-notmuch): Ditto.
1875
1876 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1879         (bug#9405).
1880
1881         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1882         (bug#9421).
1883
1884         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1885         (bug#9425).
1886
1887         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1888         thing (bug#9426).
1889
1890 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1893         the error message.
1894
1895 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1896
1897         * message.el (message-setup-1): Return t (Bug#9392).
1898
1899 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1900
1901         * gnus-sum.el: When adding article headers to a summary buffer also
1902         update gnus-newsgroup-articles (bug#9386).
1903
1904 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * auth-source.el: Autoload help-mode.
1907
1908 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1911         names.
1912
1913 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1914
1915         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1916         mm-replace-in-string for compatibility issues.
1917         * mml2015.el (mml2015-epg-verify): Ditto.
1918
1919 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1922
1923         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1924
1925 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1928         continue on and do the clean-up phase (bug#9188).
1929
1930         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1931         just ignore groups that can't be opened instead of erroring out
1932         (bug#9225).
1933
1934         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1935         nil since some many people are fuddy-duddies.
1936
1937         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1938         images.
1939
1940         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1941         instead.
1942
1943         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1944
1945         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1946
1947         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1948         processing.
1949
1950         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1951         buffer to avoid warnings.
1952
1953 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1954
1955         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1956         specified to reduce precision.
1957
1958 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1961         bodystructures (bug#9314).
1962
1963 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1966         Make button keymap non-sticky after buttons.
1967
1968 2011-08-18  David Engster  <dengste@eml.cc>
1969
1970         * nnmairix.el (nnmairix-request-set-mark)
1971         (nnmairix-goto-original-article): Remove adding of article to registry,
1972         since `gnus-registry-add-group' isn't available anymore.
1973         (nnmairix-determine-original-group-from-registry):
1974         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1975         available anymore.
1976
1977 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1978
1979         * starttls.el (starttls-any-program-available): Define as obsolete
1980         function.
1981
1982 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1985         versions which Gnus use when appropriate.
1986
1987         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1988         a pretty destructive command.
1989
1990         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1991
1992 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * message.el (message-fix-before-sending): Make a different warning
1995         about NUL characters (bug#9270).
1996
1997         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1998         from custom (bug#9260).
1999
2000         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2001         things work in Emacs 22 and XEmacs, too.
2002
2003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2004         default From.
2005
2006         * gnus-spec.el (gnus-lrm-string-p): New macro.
2007         (gnus-lrm-string): New constant.
2008         (gnus-summary-line-format-spec): LRM-ify the from.
2009         (gnus-tilde-max-form): LRM-ify string chopping.
2010
2011         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2012
2013         * message.el (message-is-yours-p): Allow disabling canlock checking
2014         (bug#9295).
2015         (message-shoot-gnksa-feet): Add `canlock-verify'.
2016         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2017         message directory isn't writable (bug#9304).
2018
2019         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2020         non-world-readable.
2021
2022 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2025         articles.
2026
2027 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2028
2029         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2030         copy-list.
2031
2032 2011-08-12  Sam Steingold  <sds@gnu.org>
2033
2034         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2035         in the reverse order to avoid modifying the cache with `nreverse'.
2036         (gnus-all-score-files): Do not modify the value returned by
2037         `gnus-score-find-alist' because it lives in a cache variable.
2038         (gnus-current-home-score-file): No need to `nreverse' the return value
2039         of `gnus-score-find-alist', it is already in the correct order.
2040
2041 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2042
2043         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2044         type MESSAGE and subtype RFC822 is slightly different from those of
2045         type TEXT.
2046
2047 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2048
2049         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2050         This allows article-referral to work from an nnir group.
2051
2052 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2053
2054         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2055
2056 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2057
2058         * mml1991.el (mml1991-epg-find-usable-key)
2059         (mml1991-epg-find-usable-secret-key): New function.
2060         (mml1991-epg-sign): Check if signing key is usable.
2061         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2062
2063 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2064
2065         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2066         server-variables only.  This should fix a bug introduced with commit
2067         e1889675b7f4adf057833c5513c9374134c4e053.
2068         (nnir-run-query): 'nnir-search-engine should not be set from the global
2069         environment.
2070
2071 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2072
2073         * nnir.el (nnir-search-thread): Position point on referring article
2074         line.
2075         (nnir-warp-to-article): Clean up summary buffers.
2076
2077         * nnimap.el (nnimap-request-thread): Whitespace fix.
2078
2079 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2080
2081         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2082
2083 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * starttls.el (starttls-available-p): Rename from
2086         `starttls-any-program-available' and changed return convention.
2087
2088 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2089
2090         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2091         `unix-sync' unless it's defined.
2092
2093 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2094
2095         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2096         `aref' for XEmacs compatibiltiy.
2097
2098 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2101
2102 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2103
2104         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2105         closures, quote the form properly (bug#9194).
2106
2107 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2110         (gnus-summary-insert-new-articles): Protect against servers that are
2111         down.
2112
2113 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2114
2115         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2116         in mm handle if none is specified.
2117
2118 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2119
2120         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2121
2122 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2123
2124         * nnir.el (nnir-search-thread): New function to make an nnir group
2125         based on a thread query.
2126
2127         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2128         of nnir in thread referral.
2129         (gnus-summary-refer-thread): Use it.
2130
2131         * nnimap.el (nnimap-request-thread): Use it.
2132
2133 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * shr.el (shr-tag-comment): Ignore HTML comments.
2136
2137 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2138
2139         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2140         argument.
2141         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2142         Use `nnir-address' to handle server info rather than passing an arg.
2143
2144         * nnimap.el (nnimap-make-thread-query): New utility function to format
2145         an imap thread search query.
2146         (nnimap-request-thread): Use it.
2147
2148         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2149         right select-method if we are not going back to the group buffer.
2150
2151 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2154         enter invalid buffer configurations into the quit form (bug#9107).
2155         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2156         unplugged/plugged.
2157
2158         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2159         keep track of which ones are unread (bug#9061).
2160
2161         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2162         (bug#9055).
2163
2164         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2165         (bug#9041).
2166
2167         * gnus-html.el (mm-util): Require (bug#9073).
2168
2169         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2170         (gnus-summary-refer-thread): Use it to remove duplicates in the
2171         un-threaded view (bug#9053).
2172         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2173
2174 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2175
2176         * nnir.el (nnir-read-server-parm): Use default value from global
2177         variable.  Without this the default search engine parameters aren't
2178         used at all.
2179
2180 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * message.el (message-unique-id): Don't use the undocumented return
2183         value from (random t) (bug#9118).
2184
2185 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * message.el (message-auto-save-directory): If the ~/Mail directory
2188         doesn't exist, use ~ as the auto-save directory (bug#4432).
2189
2190         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2191         hasn't already been started.
2192
2193 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2196
2197         * message.el (message-reply): Work around mysterious bug where
2198         `message-mode' seems to overwrite the locally bound `subject' variable.
2199
2200 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2201
2202         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2203         correct group.
2204
2205         * gnus-int.el (gnus-request-thread): Add group argument.
2206
2207         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2208
2209 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2212
2213         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2214         renamed to `debbugs-gnu-*'.
2215
2216 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2217
2218         * plstore.el: Revert the editing feature since it is not urgent.
2219         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2220         (plstore-mode-decoded): Remove.
2221
2222 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2225         isn't very interesting any more, and it leaks potentially secret data.
2226         (gnus-debug): Remove.
2227
2228         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2229         use of :custom-show.
2230
2231 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2232
2233         * plstore.el: Add documentation.
2234         (plstore-mode): New mode to edit plstore file.
2235         (plstore-mode-toggle-display, plstore-mode-original)
2236         (plstore-mode-decoded): New command.
2237         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2238         (plstore--insert-buffer, plstore--make): New function.
2239         (plstore-open, plstore-save): Simplify by using them.
2240
2241 2011-07-06  Glenn Morris  <rgm@gnu.org>
2242
2243         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2244
2245 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2248         no longer is much used.
2249         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2250         Articles".
2251
2252 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2253
2254         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2255         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2256         `notmuch' backend.
2257
2258 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * mm-decode.el (mm-text-html-renderer): Doc fix.
2261
2262         * gnus-msg.el (gnus-bug): Fix the MML tag.
2263
2264         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2265
2266 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2267
2268         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2269         secondary methods if started with `gnus-no-server'.
2270
2271 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2272
2273         * message.el (message-return-action): Fix typo in docstring.
2274
2275 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2278         bug reports at once.
2279
2280         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2281
2282 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * nndraft.el: Require gnus-group.
2285         (nndraft-request-list): Declare.
2286
2287         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2288         no unread article unless it matches gnus-permanently-visible-groups.
2289
2290         * nndraft.el (nndraft-update-unread-articles): New function.
2291         (nndraft-request-associate-buffer): Use it to update the number of
2292         unread articles for the nndraft groups in the group buffer when saving
2293         or killing a draft message.
2294
2295 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2298         systems to binary before writing and reading the mbox files.
2299
2300         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2301         instead of trying to list them all (bug#8978).
2302
2303 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2304
2305         * pop3.el (pop3-open-server): Use :end-of-capability.
2306
2307 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2310         the id is always a number.
2311
2312         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2313
2314         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2315         debbugs mode, if possible.
2316
2317 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2318
2319         * auth-source.el (auth-source-token-passphrase-callback-function):
2320         Reindent.
2321         (epg-context-operation): Remove unnecessary autoload.
2322
2323 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus.el (gnus-list-debbugs): New command.
2326
2327         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2328         mboxstat instead of the maintbox, since the stat seems to be fuller.
2329
2330         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2331         summary buffers.
2332
2333         * message.el (message-get-reply-headers): Delete all duplicates,
2334         instead of the first.
2335         (message-get-reply-headers): Ensure that we have progress while
2336         deleting duplicates.
2337
2338         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2339         gnus-posting-style value from the summary buffer to make it easier to
2340         make that a per-buffer conf.
2341
2342 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2343
2344         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2345         found by setting `shortcut' in 'query.
2346         (nnir-request-article): Use `shortcut' setting when requesting article
2347         by Message-ID.
2348
2349 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2350
2351         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2352         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2353         Bring the pseudo-headers back too.
2354
2355 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2356
2357         * auth-source.el (auth-source-token-passphrase-callback-function):
2358         Simplify and remove EPA dependency.
2359
2360 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2361
2362         * nnir.el (nnir-request-article): Fix error message text.
2363
2364 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2365
2366         * auth-source.el (plstore-delete): Autoload.
2367         (auth-source-plstore-search): Support delete operation.
2368         * plstore.el (plstore-delete): New function.
2369
2370 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2373         mark actually existing articles as unread rather than the ones that
2374         active asserts.
2375
2376 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2377
2378         * nntp.el (nntp-record-command):
2379         * gnus-util.el (gnus-message-with-timestamp-1):
2380         Use format-time-string rather than decoding time stamps by hand.
2381         This is simpler and insulates the code from potential changes to
2382         current-time format.
2383
2384 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2387
2388 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2389
2390         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2391         (plstore-save): Support public key encryption.
2392         (plstore--init-from-buffer): New function.
2393         (plstore-open): Use it; fix error when opening a non-existent file.
2394         (plstore-revert): Use plstore--init-from-buffer.
2395
2396 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2397
2398         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2399
2400 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2403         for old Emacsen.
2404
2405 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2406
2407         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2408         is not fully working.
2409
2410 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411
2412         * dgnushack.el: Autoload sha1 on XEmacs.
2413
2414         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2415         quit window configuration.
2416
2417         * auth-source.el (epg-context-set-passphrase-callback):
2418         Remove duplicate autoload.
2419
2420 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2421
2422         * nnir.el (nnir-request-article): Allow requesting articles by
2423         Message-ID with nnimap.
2424
2425         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2426         current server.
2427
2428 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2429
2430         * auth-source.el: Autoload EPA/EPG functions.
2431         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2432         changed when EPA/EPG is not available.
2433         (auth-source-backend): Rename "arg" member to "data".
2434         (auth-source-backend-parse, auth-source-plstore-search)
2435         (auth-source-plstore-create): Use it.
2436
2437 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2438
2439         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2440         `gnus-refer-article-methods'.
2441
2442 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2443
2444         * auth-source.el: Require EPA and EPG.
2445         (auth-source-passphrase-alist): New variable.
2446         (auth-source-passphrase-callback-function)
2447         (auth-source-token-passphrase-callback-function): Callbacks for the
2448         netrc field encryption (GPG tokens).
2449         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2450         Symmetric encryption and decryption of the netrc GPG tokens.
2451         (auth-source-netrc-normalize): Use them, simplifying the closure.
2452
2453 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2456         is available.
2457
2458 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2461         non-nil, and `nnimap-split-methods' is nil, use the former.
2462
2463 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2464
2465         * plstore.el (plstore-revert): New function.
2466         (plstore-open): Use it; hide the buffer from user.
2467
2468 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2469
2470         * auth-source.el (auth-source-backend): New member "arg".
2471         (auth-source-backend-parse): Handle new backend 'plstore.
2472         * plstore.el: New file.
2473
2474 2011-06-30  Glenn Morris  <rgm@gnu.org>
2475
2476         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2477
2478 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2481         expiring articles to.
2482
2483         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2484         variations as ASCII (bug#5458).
2485
2486 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2489
2490 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491
2492         * message.el (message-point-in-header-p): Tweak the function to default
2493         to saying that we're not in the headers if there is no separator at
2494         all.  This makes it possible to use the Message version of `M-q' in
2495         buffers with no headers (bug#7987).
2496         (message-point-in-header-p): Fix last checkin to work with an empty
2497         mail-header-separator, too.
2498
2499         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2500         again, save the choice via customize.
2501
2502 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2505
2506         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2507         ended the connection, bail out before waiting infinitely on a new
2508         connection.
2509
2510 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2511
2512         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2513         reports.
2514
2515         * gnus.el (gnus-bug-package): Use "gnus."
2516         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2517
2518 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * dgnushack.el: Make the timer warning go away on XEmacs.
2521
2522         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2523         animations going on at article exit time.
2524
2525         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2526         since removing it breaks people upgrading.
2527
2528         * shr.el (shr-put-image): Use the new interface for animating images.
2529         (shr-put-image): Animate for 60 seconds.
2530
2531         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2532         avoid compiler warnings.
2533
2534         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2535         error with `find-file-hooks' on Emacs 22.
2536         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2537         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2538         on all architectures.
2539
2540         * spam.el (spam-stat): Require in a normal fashion without binding
2541         `spam-stat-install-hooks' to avoid compilation warnings.
2542
2543         * spam-stat.el (spam-stat-install-hooks): Remove.
2544         (spam-stat-install-hooks): Don't run automatically.
2545
2546 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2547
2548         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2549         and keystroke.
2550
2551 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * auth-source.el (auth-source-netrc-cache): Move forward.
2554
2555 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556
2557         * proto-stream.el (proto-stream-open-starttls): Use
2558         `gnutls-available-p' to see whether we have built-in support.
2559
2560         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2561         we already know.
2562         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2563         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2564
2565 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2568         %S format, since that looks odd.
2569         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2570         file, especially when saving.
2571
2572 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2573
2574         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2575         article found.
2576
2577 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2578
2579         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2580         `auth-source-save-secrets' with a more sensitive alist that can be
2581         configured per file.  Experimental, so defaults to 'never.
2582         (auth-source-netrc-create): Use it.  Still experimental code.
2583         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2584         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2585
2586 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2587
2588         * auth-source.el (auth-source-save-secrets): New variable to control if
2589         secret tokens should be saved encrypted.
2590         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2591         to `auth-source-netrc-normalize'.
2592         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2593         on the EPA variables being defined.
2594         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2595         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2596         the lexical-let closure.
2597         (auth-source-netrc-create): Create "gpg:" tokens according to
2598         `auth-source-save-secrets'.
2599
2600 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gnus-group.el (gnus-group-update-group): Add new argument
2603         `info-unchanged' that stops updating dribble buffer.
2604
2605         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2606         deletes lines matching to it in dribble buffer.
2607
2608         * gnus-agent.el (gnus-agent-fetch-group-1):
2609         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2610         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2611         * gnus-start.el (gnus-group-change-level):
2612         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2613
2614         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2615         if newsgroup info is not changed.
2616
2617         * gnus-group.el (gnus-group-get-new-news-this-group):
2618         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2619         Don't update dribble buffer.
2620
2621 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2622
2623         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2624         remove entries with groups we ignore.
2625
2626 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2629         the underline comes at the bottom.
2630
2631 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2632
2633         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2634         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2635         (gnus-registry-article-marks-to-names): Rename from
2636         `gnus-registry-user-format-function-M2'.
2637
2638 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2641         ephemeral group.
2642
2643 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * shr.el (shr-browse-image): Copy the URL if called interactively.
2646
2647 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2650         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2651         done, then unselected articles may be marked as read.
2652
2653         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2654         since not doing this seems to lead to a race condition in pop3-logon.
2655
2656         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2657         so that the call chain it correct when we call "upwards".
2658
2659         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2660         in read-only groups.
2661
2662         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2663
2664         * message.el (message-cite-reply-position): Doc string fix.
2665
2666         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2667         avoid regexp overflow.
2668         (nnimap-transform-split-mail): Ditto.
2669
2670         * pop3.el (pop3-retr): Error out if the server closes the connection.
2671
2672 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2673
2674         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2675         mm-with-unibyte-current-buffer.  The buffer should not contain any
2676         multibyte chars anyway at this stage.
2677
2678 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2681         at the end of lines.
2682
2683 2011-05-29  Julien Danjou  <julien@danjou.info>
2684
2685         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2686
2687 2011-05-27  Glenn Morris  <rgm@gnu.org>
2688
2689         * gnus-group.el (gnus-bug-group-download-format-alist):
2690         Use the "maintainer" version of debian reports as well.
2691
2692 2011-05-26  Glenn Morris  <rgm@gnu.org>
2693
2694         * gnus-group.el (gnus-bug-group-download-format-alist):
2695         Use the "maintainer" version of debbugs.gnu.org reports.
2696
2697 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2700
2701 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2702
2703         * gnus-cus.el (gnus-agent-customize-category):
2704         * gnus-delay.el (gnus-delay-send-queue):
2705         * gnus.el (gnus-other-frame):
2706         Don't quote lambda expressions with `quote'.
2707
2708 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2709
2710         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2711         the thread moves us backwards and so we loop forever.
2712
2713 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2716         whitespace in base64 data lines.
2717
2718 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2719
2720         * gnus-registry.el (gnus-registry-user-format-function-M):
2721         Use `mapconcat'.
2722         (gnus-registry-user-format-function-M2): Use to see the full text of
2723         the marks.  Make "," the mark text separator.
2724
2725         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2726         authentication with auth-source.
2727
2728 2011-05-17  Glenn Morris  <rgm@gnu.org>
2729
2730         * gnus-group.el (gnus-import-other-newsrc-file):
2731         Use insert-file-contents.
2732
2733 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2734
2735         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2736         1000 iterations.
2737
2738 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * nntp.el (nntp-open-connection): Check if process-type is available.
2741
2742 2011-05-16  Julien Danjou  <julien@danjou.info>
2743
2744         * shr.el (shr-tag-del): Add support for del tag.
2745
2746 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * gnus-html.el (gnus-html-put-image): Register a displayer.
2749
2750         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2751
2752 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2753
2754         * registry.el (prune-factor): New initialization parameter defaulting
2755         to 0.1.
2756         (registry-prune-hard): Use it.
2757
2758         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2759         0.1 expicitly.
2760
2761 2011-05-13  Glenn Morris  <rgm@gnu.org>
2762
2763         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2764         is bound, since this function requires sendmail.
2765
2766 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2767
2768         * registry.el (registry-usage-test): Disable pruning test.
2769
2770 2011-05-11  David Engster  <dengste@eml.cc>
2771
2772         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2773         Bind set-network-process-option for XEmacs.
2774
2775 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * registry.el (registry-prune-hard-candidates)
2778         (registry-prune-soft-candidates): Helper methods for registry pruning.
2779         (registry-prune): Use them.  Make the sort function optional.
2780
2781 2011-05-10  Jim Meyering  <meyering@redhat.com>
2782
2783         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2784
2785 2011-05-10  Julien Danjou  <julien@danjou.info>
2786
2787         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2788         symbol and not a list.
2789
2790 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-art.el (gnus-article-mode): Move binding of
2793         shr-put-image-function here from gnus-article-prepare-display.
2794
2795         * shr.el (shr-put-image-function): New variable.
2796         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2797         (shr-put-image): Return scaled image.
2798
2799         * gnus-art.el (gnus-shr-put-image): New function.
2800         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2801
2802         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2803         original ones, as deletable.
2804
2805 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2806
2807         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2808
2809 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2810
2811         * registry.el (registry-full): Add convenience method.  Fix logic.
2812         (registry-insert): Use it.  Fix logic here too.
2813
2814         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2815         `registry-prune' if `registry-full' returns t.
2816         (gnus-registry-handle-action)
2817         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2818         (gnus-registry-usage-test): Use it.
2819
2820 2011-05-07  Julien Danjou  <julien@danjou.info>
2821
2822         * shr.el (shr-link): Make shr-link inherit from link by default.
2823
2824 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2825
2826         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2827
2828 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2829
2830         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2831         error out because the face is not a list.
2832
2833 2011-05-05  Glenn Morris  <rgm@gnu.org>
2834
2835         * proto-stream.el (gnutls-negotiate): Fix declarations.
2836
2837         * gnus-start.el (gnus-propagate-marks): Declare.
2838
2839 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2840
2841         * registry.el (registry-reindex): Fix percentage message.
2842
2843         * proto-stream.el (network-stream-open-starttls): Adjust to call
2844         `gnutls-negotiate' with :process and :hostname arguments.
2845
2846 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2847
2848         * shr.el: Add shr-link face for links.
2849         (shr-urlify): Use it.
2850
2851         * registry.el (registry-insert): Make error message more helpful.
2852
2853 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * gnus-html.el (gnus-html-schedule-image-fetching):
2856         Use url-queue-retrieve, if it exists.
2857
2858         * shr.el (shr-tag-img): Ditto.
2859
2860         * gnus.el: Autoload more gnus-agent functions.
2861
2862         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2863         agent if we haven't already (bug#8502).
2864
2865         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2866         into the Agent, too.
2867
2868         * gnus-agent.el (gnus-agent-store-article): New function.
2869
2870         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2871         and moved from that file for reuse.
2872
2873         * pop3.el (pop3-open-server): Error messages are "-ERR".
2874
2875 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2878         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2879
2880 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2881
2882         * gnus.el: No Gnus v0.17 is released.
2883
2884 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2885
2886         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2887         buffer has moved to a different frame.
2888
2889 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890
2891         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2892         to get the conversion from unibyte to multibyte buffers to work on
2893         Emacs 22.
2894
2895         * nntp.el (nntp-request-article): Slight clean-up.
2896
2897 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * shr.el (shr-strike-through): New face.
2900         (shr-tag-s): Use it to provide <s> support.
2901         (shr-tag-s): Remove duplicate definition.
2902
2903 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2904
2905         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2906         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2907
2908 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2909
2910         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2911         `gnutls-negotiate'.
2912         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2913
2914 2011-04-23  Glenn Morris  <rgm@gnu.org>
2915
2916         * gnus-sum.el (gnus-extra-headers): Bump :version.
2917
2918 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * shr.el (shr-tag-sup): New function.
2921         (shr-tag-sub): Ditto.
2922
2923 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2924
2925         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2926         for the case where `gnus-registry-ignored-groups' is a list of lists,
2927         and don't call `gnus-parameter-registry-ignore' otherwise.
2928
2929 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2930
2931         * nnimap.el (nnimap-user): New backend variable.
2932         (nnimap-open-connection-1): Use it.
2933         (nnimap-credentials): Accept user parameter so it's explicit what user
2934         name is desired.
2935
2936         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2937         default.
2938
2939         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2940         not gnus-registry.el.
2941
2942         * gnus-registry.el: Mention in comments how to modify
2943         `gnus-extra-headers' for proper recipient tracking and that it may
2944         already have To and Cc recently, which it does as of this commit.
2945         (gnus-registry-ignored-groups): Remove defcustom.
2946         Explain why in comments.
2947         (gnus-registry-action): Fix data-header reference to use the extra
2948         headers.  Explain in package commentary how to add To and Cc headers to
2949         the gnus-extra-headers.
2950         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2951         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2952         parameter list or a string list in `gnus-registry-ignored-groups'.
2953         Fix logic error.
2954
2955 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * shr.el (shr-expand-url): Protect against null urls.
2958
2959 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * shr.el (shr-base): New binding.
2962         (shr-tag-base): Keep track of <base>.
2963         (shr-expand-url): New function used throughout.
2964
2965 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2966
2967         * gnus-registry.el
2968         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2969         (gnus-registry-ignored-groups): New variable.
2970         (gnus-registry-ignore-group-p): Use it.
2971         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2972         set the destination group to nil (same as delete) if it's ignored.
2973
2974 2011-04-20  David Engster  <dengste@eml.cc>
2975
2976         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2977
2978         * Makefile.in (test-nntp): New rule.
2979         (check): Add it.
2980         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2981
2982 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * gnus-registry.el (gnus-registry-action)
2985         (gnus-registry-fetch-header-fast):
2986         Don't use mail-header that looks an internal function of mailheader.el.
2987
2988 2011-04-19  Glenn Morris  <rgm@gnu.org>
2989
2990         * time-date.el (time-to-days): Remove unused local variables.
2991
2992 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-registry.el: Eliminate cl functions.
2995         (gnus-registry-sort-addresses): New function that replaces mapcan.
2996         (gnus-registry-action, gnus-registry-spool-action)
2997         (gnus-registry-split-fancy-with-parent)
2998         (gnus-registry-fetch-recipients-fast): Use it.
2999         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3000
3001         * registry.el (initialize-instance, registry-lookup)
3002         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3003         (registry-lookup-secondary-value, registry-search, registry-delete)
3004         (registry-insert, registry-reindex, registry-size, registry-prune):
3005         Use eval-and-compile.
3006
3007 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3008
3009         * registry.el (registry-reindex): New method to recreate the secondary
3010         registry indices.
3011
3012         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3013         tracked field changes.
3014         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3015         (gnus-registry-action, gnus-registry-spool-action)
3016         (gnus-registry-handle-action)
3017         (gnus-registry--split-fancy-with-parent-internal)
3018         (gnus-registry-split-fancy-with-parent)
3019         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3020         move, and delete actions, and for fancy splitting with parent.
3021         (gnus-registry-extract-addresses)
3022         (gnus-registry-fetch-recipients-fast)
3023         (gnus-registry-fetch-header-fast): Convenience functions.
3024         (gnus-registry-misc-test): ERT test of
3025         `gnus-registry-extract-addresses'.
3026
3027 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3028
3029         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3030         Track by subject first, then sender.
3031
3032 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3033
3034         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3035
3036         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3037         Lisp.
3038
3039         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3040         (gnus-draft-send): Use it to avoid popping
3041         up frames from gnus-group-send-queue.
3042
3043 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3044
3045         * gnus-registry.el: Updated gnus-registry docs.
3046
3047 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3050         Fix logic bug.
3051         (gnus-registry-post-process-groups): Fix logging of no results and
3052         quote sender and subject.
3053
3054 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055
3056         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3057         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3058         gnutls-cli are too slow to be done opportunistically.
3059
3060         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3061         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3062         we had no early-data returned.
3063         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3064         two async commands to the same server at the same time.
3065
3066 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3067
3068         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3069
3070 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3073         "warning" level.
3074
3075         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3076         (mm-url-insert-file-contents): Don't set the package names.
3077
3078 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3079
3080         * gnus-registry.el (gnus-registry-action): Remove properties and
3081         simplify subject in `gnus-registry-handle-action'.
3082         (gnus-registry-spool-action): Get subject and sender from message if
3083         they are not passed in.
3084         (gnus-registry-handle-action): Remove properties and simplify subject
3085         consistently.
3086
3087 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3088
3089         * registry.el: Require CL before using defmacro*.
3090
3091 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-art.el (article-treat-date): Assume that
3094         gnus-article-date-headers may be a group parameter.
3095
3096 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3097
3098         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3099
3100         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3101         interactively so the newsrc file can contain foreign groups too.
3102         Useful for debugging but not much for users.
3103
3104 2011-04-07  David Engster  <dengste@eml.cc>
3105
3106         * registry.el (registry-usage-test): Only do
3107         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3108         lexical binding.
3109
3110 2011-04-07  David Engster  <dengste@eml.cc>
3111
3112         * Makefile.in (check, test-registry): New rules for test-suite.
3113
3114 2011-04-06  David Engster  <dengste@eml.cc>
3115
3116         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3117         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3118
3119 2011-04-06  David Engster  <dengste@eml.cc>
3120
3121         * registry.el (initialize-instance): Change :after to :AFTER to be
3122         compatible with old EIEIO version in XEmacs.
3123
3124 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3125
3126         * gnus-registry.el (gnus-registry-post-process-groups)
3127         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3128         and provide better messaging.
3129
3130 2011-04-06  David Engster  <dengste@eml.cc>
3131
3132         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3133         errors.
3134
3135         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3136         dgnushack-compile with error-on-warn enabled, and to signal an error if
3137         clean compilation failed.
3138         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3139         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3140
3141 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3142
3143         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3144         unconditionally anyway, discarding errors.
3145         (gnus-registry-delete-entries): New convenience function.
3146         (gnus-registry-import-eld): Import from old .eld registry.
3147
3148         * registry.el: Don't use ERT if it's not available.  Load it
3149         unconditionally anyway, discarding errors.
3150
3151         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3152         version from the Claudio Bley GnuTLS patch (extra optional parameters
3153         and host name).
3154
3155 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3156
3157         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3158         fixup the parameters that can be customized by the user between
3159         save/read cycles.
3160         (gnus-registry-read): Use it.
3161         (gnus-registry-make-db): Use it.
3162         (gnus-registry-spool-action, gnus-registry-handle-action):
3163         Fix messaging.
3164         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3165         Map references to actual group names with sender and subject tracking.
3166         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3167         (gnus-registry-usage-test): Add subject lookup test.
3168
3169         * registry.el (registry-db, initialize-instance): Set up constructor
3170         instead of :initform arguments for the sake of older Emacsen.
3171         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3172         pre-lexbind merge bug.
3173         (registry-usage-test): Use it.
3174         (initialize-instance, registry-db): Move the non-function initforms
3175         back to the class definition.
3176
3177 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3178
3179         * registry.el: New library to manage gnus-registry-style data.
3180
3181         * gnus-registry.el: Use it (major rewrite).
3182
3183         * nnregistry.el: Use it.
3184
3185         * spam.el: Use it.
3186
3187 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3190         marks on non-selected articles.
3191
3192 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3193
3194         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3195         parameter to open-protocol-stream.
3196
3197 2011-04-01  Julien Danjou  <julien@danjou.info>
3198
3199         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3200         fundamental-mode.
3201
3202 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3205         servers.
3206
3207 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3210         made marks not propagate, again.
3211
3212 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3213
3214         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3215         Make this the default type.
3216         (proto-stream-open-plain): Rename from proto-stream-open-default.
3217         (open-protocol-stream, proto-stream-open-starttls)
3218         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3219         with `plain'.
3220
3221         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3222         value.
3223
3224         * nntp.el (nntp-open-connection-function): Document the fact that some
3225         values are not functions but are instead handled specially.
3226         Recognize nntp-open-plain-stream value.
3227         (nntp-open-connection): Recognize that value.
3228
3229 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3232         where it seems to be needed.
3233
3234 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3237         stuff.
3238
3239         * gnus-score.el (gnus-score-string): Fix calling convention of
3240         `gnus-simplify-buffer-fuzzy' after last patches.
3241
3242         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3243         server for articles we didn't get any headers for.  This is a sanity
3244         check.
3245
3246 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3247
3248         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3249         new CAPABILITY, use it.
3250
3251 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3254         downloading anything.
3255
3256         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3257
3258 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3259
3260         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3261         colors.
3262         (gnus-splash-svg-color-symbols): New function.
3263
3264 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3267         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3268         (gnus-simplify-subject-fuzzy): Use the local
3269         gnus-simplify-subject-fuzzy-regex instead of the global one.
3270         This makes using this variable in group parameters work.
3271
3272 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3273
3274         * gnus-registry.el (gnus-registry-unfollowed-groups):
3275         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3276         archive:sent-YYYY-MM-DD groups).
3277         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3278         tracking if there are more than `gnus-registry-max-track-groups'
3279         matches.
3280
3281 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3282
3283         * message.el (message--yank-original-internal): New function to do the
3284         insertion cleanly inside eval in `message-yank-original'.
3285         (message-yank-original): Use it.
3286
3287 2011-03-29  Julien Danjou  <julien@danjou.info>
3288
3289         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3290         local variables disabled rather than `normal-mode'.
3291
3292 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3293
3294         * imap.el (imap-shell-open, imap-process-connection-type):
3295         Use imap-process-connection-type for 'shell' streams as well as
3296         Kerberos, SSL, other subprocesses.
3297
3298 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3299
3300         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3301         with open-network-stream.
3302         (proto-stream-always-use-starttls): Option removed.
3303         (open-protocol-stream): Return a process object by default.  Provide a
3304         new parameter :return-list specifying a list-type return value, which
3305         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3306         :type `network' to `try-starttls', and `network-only' to `default'.
3307         Make `default' the default, for compatibility with open-network-stream.
3308         Handle the no-parameter case exactly as open-network-stream, with no
3309         additional stream processing.  Search plists using plist-get.
3310         Explicitly add :end-of-commend parameter if it is missing.
3311         (proto-stream-open-default): Rename from
3312         proto-stream-open-network-only.  Return 'default as the type.
3313         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3314         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3315         failed.  Always return a list with a (possibly dead) process as the
3316         first element, for compatibility with open-network-stream.
3317         (proto-stream-open-tls): Use plist-get.  Always return a list.
3318         (proto-stream-open-shell): Return `default' as connection type.
3319         (proto-stream-capability-open): Use plist-get.
3320         (proto-stream-eoc): Function deleted.
3321
3322         * nnimap.el (nnimap-stream, nnimap-open-connection)
3323         (nnimap-open-connection-1): Handle renaming of :type parameter for
3324         open-protocol-stream.
3325         (nnimap-open-connection-1): Pass a :return-list parameter
3326         open-protocol-stream to obtain a list return value.  Parse this list
3327         using plist-get.
3328
3329         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3330         for open-protocol-stream.  Accept open-protocol-stream return value
3331         that is a subprocess object instead of a list.  Handle the case of a
3332         dead returned process.
3333
3334 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3335
3336         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3337
3338         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3339
3340 2011-03-21  Julien Danjou  <julien@danjou.info>
3341
3342         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3343         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3344         query.
3345         (mm-inline-text): Render normal text with fontification whenever
3346         possible.
3347
3348         * gnus-sum.el (gnus-summary-save-parts-1):
3349         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3350         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3351         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3352         Use `mm-handle-filename'.
3353
3354         * mm-util.el (mm-handle-filename): New function, return the filename of
3355         an handle.
3356
3357 2011-03-18  Julien Danjou  <julien@danjou.info>
3358
3359         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3360         (gnus-buffer-live-p): Check that buffer is not nil.
3361
3362 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3363
3364         * gnus.el: No Gnus v0.15 is released.
3365
3366 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3369         avoid warning on XEmacs.
3370
3371         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3372         on XEmacs.
3373
3374         * gnus-art.el: Require mouse, which the build bot seems to say is
3375         needed.
3376
3377         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3378
3379         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3380         XEmacs, since it doesn't have url-retrieve-synchronously.
3381
3382         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3383         since assoc-string doesn't exist in XEmacs.
3384
3385 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3386
3387         * gnus-group.el (gnus-group-list-ticked): New function.
3388         (gnus-group-make-menu-bar): Provide a menu entry for it.
3389         (gnus-group-list-map): Provide a binding for it.
3390
3391 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * shr.el (shr-visit-file): New command.
3394
3395         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3396
3397 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3398
3399         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3400         servers.
3401
3402 2011-03-16  Julien Danjou  <julien@danjou.info>
3403
3404         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3405         inline.
3406
3407         * gnus-art.el (article-hide-list-identifiers):
3408         Use gnus-group-get-list-identifiers.
3409
3410         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3411         (gnus-summary-remove-list-identifiers):
3412         Use gnus-group-get-list-identifiers to get regexp.
3413         (gnus-select-newsgroup, gnus-summary-insert-subject)
3414         (gnus-summary-insert-articles):
3415         Call gnus-summary-remove-list-identifiers unconditionally.
3416
3417 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3420         we're selecting a group with unread articles.
3421
3422         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3423
3424         * gssapi.el: New file separated out from imap.el to provide a general
3425         Kerberos 5 connection facility for Emacs.
3426
3427         * message.el (message-elide-ellipsis): Document the format spec
3428         ellipsis.
3429
3430 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3431
3432         * message.el (message-elide-region): Allow the ellipsis to say how many
3433         lines were removed.
3434
3435 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3438         window configurations containing buffers that are now dead.
3439
3440         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3441         parsing to avoid integer overflows.
3442         (nnimap-parse-flags): Simplify the last change.
3443         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3444         too large for 32-bit Emacsen.
3445
3446 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3447
3448         * auth-source.el (auth-source-netrc-create):
3449         * message.el (message-yank-original): Fix use of `case'.
3450
3451 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3452
3453         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3454         XEmacs, which was one character too wide.
3455
3456 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3457
3458         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3459         default number of articles to display.
3460         (gnus-articles-to-read): Use pretty names for prompt.
3461
3462 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus-int.el (gnus-open-server): Ditto.
3465
3466         * gnus-start.el (gnus-activate-group): Give a backtrace if
3467         debug-on-quit is set and the user hits `C-g'.
3468         (gnus-read-active-file): Ditto.
3469
3470         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3471
3472 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3473
3474         * message.el (message-yank-original): Use cond instead of CL case.
3475
3476 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3477
3478         * auth-source.el (auth-source-netrc-create): Use usual format for the
3479         default in prompts.
3480
3481 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * lpath.el: Fbind read-char-choice for XEmacs.
3484
3485 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3486
3487         * auth-source.el (auth-source-netrc-create): Show the default in the
3488         prompt when prompting for token creation.
3489
3490 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3491
3492         * auth-source.el (auth-source-format-prompt): Always convert the value
3493         to a string to avoid evaluating non-string arguments.
3494         (auth-source-netrc-create): Offer default properly, not as initial
3495         content in `read-string'.
3496         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3497         of line to determine if we've been run before.  If so, don't run again,
3498         but print a trivial message to indicate the cache was hit instead.
3499
3500 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3501
3502         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3503         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3504         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3505         Gnus.
3506
3507 2011-03-11  Julien Danjou  <julien@danjou.info>
3508
3509         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3510         modified file".
3511
3512 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3513
3514         * auth-source.el (auth-source-read-char-choice): New function to read a
3515         character choice using `dropdown-list', `read-char-choice', or
3516         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3517         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3518         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3519         (auth-source-netrc-saver): Use it.
3520         (auth-source-pick-first-password): New convenience function.
3521
3522 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3523
3524         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3525         parameter in the credentials.
3526         (nnimap-open-connection-1): Use it after a successful login.
3527         (nnimap-credentials): Add IMAP-specific user and password prompt.
3528
3529         * auth-source.el (auth-source-search): Add :require parameter, taking a
3530         list.  Document it and the :save-function return token.  Pass :require
3531         down.  Change the CREATED message from a warning to a debug statement.
3532         (auth-source-search-backends): Pass :require down.
3533         (auth-source-netrc-search): Pass :require down.
3534         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3535         Change save prompt to indicate all modifications saved here are
3536         deletions.
3537         (auth-source-netrc-create): Take user login name as default in user
3538         prompt.  Move all the save functionality to a lexically bound function
3539         under the :save-function token in the returned list.  Set up clearer
3540         default prompts for user, host, port, and secret.
3541         (auth-source-netrc-saver): New function, intended to be wrapped for
3542         :save-function.
3543
3544 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3547         lines to be spaces instead.
3548
3549 2011-03-07  Julien Danjou  <julien@danjou.info>
3550
3551         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3552         (sieve-sasl-auth): Check that auth-source-search did return something,
3553         or just return an empty string.
3554
3555 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3556
3557         * gnus.el (gnus-interactive): Use read-directory-name.
3558
3559         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3560         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3561         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3562         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3563         Likewise.
3564
3565         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3566
3567 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3570         onto the list of killed groups, too.  This makes killed nnimap groups,
3571         for instance, more reliably not reappear.
3572
3573         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3574         the parent.
3575
3576         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3577
3578         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3579         really have server-side marks.
3580
3581         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3582         since most backends do not usefully have server-side marks.
3583         (gnus-update-read-articles): Propagate marks to all backends that
3584         really have server-side marks.
3585
3586 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3587
3588         * message.el (message-cite-reply-position, message-cite-style):
3589         New variables.
3590         (message-yank-original): Use the new citation styles.
3591
3592 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3593
3594         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3595         buffer-local issue); don't mark it buffer-local when running under
3596         XEmacs.
3597
3598 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3599
3600         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3601         numbers too big to be `read'.
3602
3603 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3604
3605         * password-cache.el (password-in-cache-p): Add autoload.
3606
3607         * message.el (message-options): Make buffer-local two ways to attempt
3608         to fix a XEmacs bug.
3609
3610 2011-03-02  Julien Danjou  <julien@danjou.info>
3611
3612         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3613
3614 2011-03-01  Julien Danjou  <julien@danjou.info>
3615
3616         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3617         group.
3618         (article-hide-list-identifiers): Use list-identifier group parameter.
3619
3620 2011-02-28  Julien Danjou  <julien@danjou.info>
3621
3622         * sieve.el (sieve-buffer-script-name): New local variable to store
3623         sieve script name.
3624         (sieve-edit-script): Store sieve script name.
3625         (sieve-upload): Use sieve script name when uploading.
3626         (sieve-upload): Use substitute-command-keys.
3627         (sieve-edit-script): Use substitute-command-keys.
3628         (sieve-refresh-scriptlist): Use substitute-command-keys.
3629         (sieve-manage-mode-map): Define keymap properly.
3630         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3631         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3632         Remove commented code about cvs.
3633         (sieve-manage-quit): New function.
3634         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3635
3636 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3639
3640 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3641
3642         * auth-source.el (auth-source-search): Cache empty result sets.
3643
3644         * password-cache.el (password-in-cache-p): Convenience function to
3645         check if a key is in the cache, even if the value is nil.
3646
3647         * auth-source.el (auth-source-save-behavior): New variable to replace
3648         `auth-source-never-create'.
3649         (auth-source-netrc-create): Use it.
3650         (auth-source-never-save): Remove.
3651
3652 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3653
3654         * nnimap.el (nnimap-stream): Doc fix.
3655         (nnimap-open-connection-1): Reverse the order of the ports to that the
3656         prompted-for port is first.
3657
3658         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3659         retrieval by the no-group selection.
3660
3661         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3662         numerical parameters.
3663
3664 2011-02-25  Julien Danjou  <julien@danjou.info>
3665
3666         * gnus-gravatar.el: Use gnus-with-article-buffer.
3667
3668         * gnus-art.el (gnus-with-article-buffer): Check that the
3669         gnus-article-buffer is alive.
3670
3671 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3672
3673         * auth-source.el (auth-source-creation-prompts): New variable to manage
3674         creation-time prompts.
3675         (auth-source-search): Document it.
3676         (auth-source-format-prompt): Add utility function.
3677         (auth-source-netrc-create): Don't default the user name to
3678         user-login-name.  Use `auth-source-creation-prompts' and some default
3679         prompts for user, host, port, and password (the default generic prompt
3680         remains ugly).
3681         (auth-source-never-save): Add customizable option to never save info.
3682         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3683         mode excursion.
3684
3685 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3688         argument that XEmacs doesn't support.
3689
3690         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3691         compiled for Emacsen having no `libxml-parse-html-region' support.
3692
3693         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3694
3695         * lpath.el: Bind buffer-save-without-query for XEmacs.
3696
3697 2011-02-23  Julien Danjou  <julien@danjou.info>
3698
3699         * gnus-art.el (article-make-date-line): Ignore errors if time is
3700         invalid and not convertible.
3701         (article-make-date-line): Only add lapsed time if time is not nil.
3702
3703 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3704
3705         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3706         `read-char-choice' for backwards compatibility.
3707         (auth-source-netrc-element-or-first): New function to DTRT for
3708         parameter extraction.
3709         (auth-source-netrc-create): Use it and fix multiple parameter print
3710         bug.  Use the default passed from above (given-default) or the
3711         built-in (user-login-name for :user).
3712
3713 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3714
3715         * gnus-start.el (gnus-dribble-read-file):
3716         Set buffer-save-without-query, since we always want to save the dribble
3717         file, probably.
3718
3719         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3720         nnimap.
3721
3722         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3723         -summary- since it's a user-visible variable.
3724
3725         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3726         first time you use the new Gnus.
3727
3728 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3729
3730         * auth-source.el: Don't load netrc.el.
3731         (auth-sources): Search ~/.netrc as well by default.
3732         (auth-source-debug): Add 'trivia option for extra output.
3733         (auth-source-do-trivia): Use it.
3734         (auth-source-search): Simplify logic to use
3735         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3736         appropriate.  Don't keep a running count at this level.  Layer :create
3737         and :delete options appropriately on the first and second passes.
3738         Don't track the backend with the search results.
3739         (auth-source-search-backends): New function to search a list of
3740         backends for a processed spec.
3741         (auth-source-netrc-parse): Cache all netrc files, making
3742         auth-source-netrc-cache an alist keyed by the file name and using the
3743         file mtime as the caching criterion.  Keep the obfuscated data secret
3744         with a lexical bind.
3745         (auth-source-netrc-search): Don't calculate the length of the results
3746         unnecessarily.
3747         (auth-source-search-backends): Fix bug.
3748         (auth-source-netrc-create): Rework prompts.
3749
3750 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3751
3752         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3753         Lower case names of search constraints.
3754         (nnir-run-query): Cache and reuse search constraints for all imap
3755         servers.
3756
3757 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3760         after exit.
3761         (gnus-setup-message): Define missing variable from last checkin.
3762
3763         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3764         value, show the raw article.
3765
3766 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3767
3768         * gnus.el: No Gnus v0.13 is released.
3769
3770 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3771
3772         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3773         auth-source now accepts numbers.
3774
3775         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3776         spec, too.
3777         (auth-source-ensure-strings): New function.
3778
3779         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3780         (gnus-article-setup-buffer): Always restart the date timer so that user
3781         changes to the frequency is respected.
3782
3783         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3784         port numbers, so make sure it gets that if nnimap-server-port is
3785         explicit.
3786
3787 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3788
3789         * nnimap.el (nnimap-inbox): Doc fix.
3790
3791 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3792
3793         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3794         Autoload.  Add optional arg FRAME, and pass it to color-values.
3795         (color-complement): Caller changed.  Doc fix.
3796         (color-gradient): Rewrite for better clarity and efficiency.
3797
3798 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3799
3800         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3801         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3802         color-lab-to-srgb.
3803
3804 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3805
3806         * color.el: First part of merge from hexrgb.el.
3807         (color-rgb-to-hex): Rename from color-rgb->hex.
3808         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3809         saturation to zero if the value is too small.
3810         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3811         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3812         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3813         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3814         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3815         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3816         (color-cie-de2000): Doc fix.
3817
3818 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3819
3820         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3821         given method as in the group name if we're using an extended method.
3822         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3823         command, if we're using that, instead of waiting for the beginning.
3824
3825         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3826         we're sure to get unique server names, and we don't output two async
3827         commands in the same buffer.  This fixes an NNTP hang for some users.
3828
3829 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3830
3831         * gnus.el: No Gnus v0.11 is released.
3832
3833 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3834
3835         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3836         summary buffer before reading going to the next buffer.  This avoids
3837         putting the point in the group buffer if you `C-g' the command.
3838
3839         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3840         cache (for now) to make ~/.authinfo.gpg files usable.
3841
3842         * nnfolder.el (copyright-update): Define for the compiler.
3843
3844         * auth-source.el (auth-source-search): Fix unbound variable.
3845
3846 2011-02-19  Glenn Morris  <rgm@gnu.org>
3847
3848         * gnus.el (gnus-meta): Doc fix.
3849
3850 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3851
3852         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3853         in case it's not yet loaded.
3854
3855 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3856
3857         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3858         line we're waiting for.
3859
3860 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3861
3862         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3863         face with line-width greater than zero will cause RET in gnus summary
3864         buffer to scroll down article page-wise because auto vscroll happens,
3865         it should be temporally disabled when doing a scroll-up.
3866
3867 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3868
3869         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3870         outputs from the server.
3871
3872 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3873
3874         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3875         later so that bbdb can hook in easier.
3876
3877 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3878
3879         * auth-source.el (auth-source-search): Don't try to create credentials
3880         if the caller doesn't want that.
3881         (auth-source-search): If we don't find a match, don't bug out on
3882         non-bound variables.
3883         (auth-source-search): Only ask a single backend to create the
3884         credentials.
3885
3886         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3887         logging.
3888         (nnimap-credentials): Protect against auth-source-search returning nil.
3889         (nnimap-request-list): Protect against not being able to open the
3890         server.
3891
3892 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3893
3894         * auth-source.el (auth-source-search): Do a two-phase search, one with
3895         no :create to get the responses from all backends.
3896
3897         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3898         when getting credentials.
3899
3900         * gnus-util.el (gnus-delete-duplicates): New function.
3901
3902 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3903
3904         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3905         a creation default, pass the whole port list down.  It will be
3906         completed.
3907
3908         * auth-source.el (auth-source-search): Updated docs to talk about
3909         multiple creation choices.
3910         (auth-source-netrc-create): Accept a list as a value (from the search
3911         parameters) and do completion on that list.  Keep a separate netrc line
3912         with the password obscured for showing the user.
3913
3914         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3915         first choice to `auth-source-search' so it will be used for entry
3916         creation instead of the server's Gnus-specific name.
3917         (nnimap-credentials): Rely on the auth-source library to select which
3918         port is actually wanted in the new netrc entry, so don't override
3919         `auth-source-creation-defaults'.
3920
3921         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3922         :protocol and accept a missing user, host, or port as a wildcard match.
3923         (auth-source-debug): Default to off.
3924
3925         (auth-source-netrc-search, auth-source-netrc-create)
3926         (auth-source-secrets-search, auth-source-secrets-create)
3927         (auth-source-user-or-password, auth-source-backend, auth-sources)
3928         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3929         instead of :protocol.
3930
3931         * nnimap.el (nnimap-credentials): Pass a port default to
3932         `auth-source-search' in case an entry needs to be created.
3933         (nnimap-open-connection-1): Use :port instead of :protocol.
3934
3935 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * auth-source.el: Bind load-path when loading EIEIO from
3938         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3939         21.4 doesn't support, to `require'.
3940         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3941         delete-dups that is not available in XEmacs 21.4.
3942
3943 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3944
3945         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3946         as EIEIO must also be loaded when auth-source.el is being
3947         byte-compiled.
3948
3949 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3950
3951         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3952
3953         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3954
3955         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3956
3957         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3958
3959         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3960
3961         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3962
3963         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3964
3965         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3966         necessary.
3967
3968 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3971         nil means that nnimap doesn't get updated.
3972
3973 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3976         result when the user doesn't want to write to the file.
3977         (auth-source-netrc-search): Expect a synthetic result and proceed
3978         accordingly.
3979         (auth-source-cache-expiry): New variable to override
3980         `password-cache-expiry'.
3981         (auth-source-remember): Use it.
3982
3983         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3984         parameter.  Create entry if necessary by using :create t.
3985         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3986
3987 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3988
3989         * auth-source.el (auth-source-debug): Enable by default and don't
3990         mention the obsolete `auth-source-hide-passwords'.
3991         (auth-source-do-warn): New function to debug unconditionally.
3992         (auth-source-do-debug): Use it.
3993         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3994         and for Secrets API entries when the secrets.el library is not
3995         available.
3996
3997 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3998
3999         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4000         (gnus-summary-exit): Kill the correct article buffer on exit from a
4001         `C-d' group.
4002
4003         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4004         gnus-propagate-marks.
4005
4006         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4007         before killing the buffers so that a non-full window conf gets handled
4008         correctly.
4009         (gnus-summary-exit): Ditto.
4010         (gnus-summary-read-group-1): Ditto.
4011
4012         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4013         async code again so that we can debug it properly.
4014
4015         * message.el (message-reply): Take an optional switch-buffer parameter
4016         so that Gnus window confs are respected better.
4017
4018 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4021         `plist-get' to accept non-list parameters (XEmacs issue).
4022         Fix docstring.
4023         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4024         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4025         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4026         Login collection is "Login" and not "login".
4027
4028 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4029
4030         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4031         multiple headers.
4032
4033         * nnimap.el (nnimap-inhibit-logging): New variable.
4034         (nnimap-log-command): Don't log login commands.
4035
4036         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4037         to have more parameters.
4038
4039         * nnimap.el (nnimap-send-command): Mark the command time for each
4040         command, so that we don't get NOOPs stepping on our toes.
4041
4042         * gnus-art.el (article-date-ut): Get the date from the Date header on
4043         `t'.
4044
4045 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * auth-source.el (auth-source-search): Use copy-sequence instead of
4048         the cl.el copy-list.
4049
4050 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4051
4052         * imap.el: Bring it back (revert
4053         84d800cd31de3064f0ed39617d725709a2f8f42f).
4054
4055 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4056
4057         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4058         Improve prompt.
4059
4060 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4061
4062         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4063         washing status from the default format.  It isn't very informative.
4064
4065 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4066
4067         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4068         Fix Gcc processing on imap.
4069
4070 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * imap.el: Remove file.  All the functionality is in nnimap.el.
4073
4074 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4075
4076         * message.el (message-bury): Don't pop up a new window when selected
4077         window is dedicated.
4078
4079 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4080
4081         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4082
4083 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4084
4085         * sieve-manage.el: Autoload `auth-source-search'.
4086         (sieve-sasl-auth): Use it.
4087
4088 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4089
4090         * nnimap.el: Autoload `auth-source-forget+'.
4091         (nnimap-open-connection-1): Use it if the connection fails.
4092
4093         * auth-source.el: Require `password-cache'.
4094         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4095         obsolete.
4096         (auth-source-magic): Marker for `password-cache' keys.
4097         (auth-source-do-cache): Update docstring.
4098         (auth-source-search): Use and check cache.
4099         (auth-source-forget-all-cached, auth-source-remember)
4100         (auth-source-recall, auth-source-forget, auth-source-forget+)
4101         (auth-source-specmatchp): Caching support functions.
4102         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4103         Remove and obsolete.
4104         (auth-source-user-or-password): Remove caching to further discourage
4105         using it.  Always hide passwords.
4106
4107         * password-cache.el (password-cache-remove): Accept secrets that are
4108         not strings.
4109
4110 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4111
4112         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4113         code for now, since it doesn't work for all users.
4114
4115 2011-02-09  Julien Danjou  <julien@danjou.info>
4116
4117         * message.el (message-options): Make message-options really buffer
4118         local.
4119
4120 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4121
4122         * mail-source.el: Autoload `auth-source-search'.
4123         (mail-source-keyword-map): Note order matters.
4124         (mail-source-set-1): Get all the mail-source source values and
4125         defaults and search auth-source on those if needed.  This can all
4126         probably be simplified.
4127
4128         * nnimap.el: Autoload `auth-source-search'.
4129         (nnimap-credentials): Use it.
4130         (nnimap-open-connection-1): Ask for the virtual server and physical
4131         address in one shot.
4132
4133         * nntp.el: Autoload `auth-source-search'.
4134         (nntp-send-authinfo): Use it.  Note TODO.
4135
4136 2011-02-08  Julien Danjou  <julien@danjou.info>
4137
4138         * shr.el (shr-tag-body): Add support for text attribute in body
4139         markups.
4140
4141         * message.el (message-options): Make message-options a local variable.
4142
4143 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4144
4145         * auth-source.el (auth-source-secrets-search)
4146         (auth-source-user-or-password): Use `append' instead of `nconc'.
4147         (auth-source-user-or-password): Build return list better and protect
4148         against nil :secret.
4149
4150 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4151
4152         * nnimap.el (nnimap-update-info): Refactor slightly.
4153         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4154         (nnimap-update-info): Clean up slightly.
4155         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4156         characters.
4157         (nnimap-process-quirk): Rename function to avoid collision.
4158         (nnimap-update-info): Fix macrology bug-out.
4159         (nnimap-update-info): Simplify split history test.
4160
4161 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4162
4163         * auth-source.el (top): Require 'eieio unconditionally.
4164         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4165         (auth-source-secrets-search): Limit search when `max' is greater than
4166         number of results.
4167
4168 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4169
4170         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4171         part not returning any data.
4172
4173         * proto-stream.el (open-protocol-stream): Document the return value.
4174
4175 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4176
4177         * auth-source.el (auth-source-secrets-search): Add examples.
4178
4179 2011-02-06  Julien Danjou  <julien@danjou.info>
4180
4181         * message.el (message-setup-1): Handle message-generate-headers-first
4182         set to t.
4183
4184 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4185
4186         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4187         API with a string "secrets:collection-name" and with 'default.
4188         (auth-source-backend-parse): Parse "secrets:collection-name" and
4189         'default.  Recurse on parses instead of repeating code.  Use the
4190         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4191         message when ignoring a source.
4192         (auth-source-search): List ignored search keys at the top level.
4193         (auth-source-netrc-create): Use `case' instead of `cond'.
4194         (auth-source-secrets-search): Created with TODOs.
4195         (auth-source-secrets-create): Created with TODOs.
4196         (auth-source-retrieve, auth-source-create, auth-source-delete)
4197         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4198         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4199         (auth-source-user-or-password-sftp)
4200         (auth-source-user-or-password-smtp): Remove.
4201         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4202         around `auth-source-search'.  Not tested thoroughly.
4203
4204 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4205
4206         * auth-source.el: Bring in assoc and eioeio libraries.
4207         (secrets-enabled): New variable to track the status of the Secrets API.
4208         (auth-source-backend): New EIOEIO class to represent a backend.
4209         (auth-source-creation-defaults): New variable to set prompt defaults
4210         during token creation (see the `auth-source-search' docstring for
4211         details).
4212         (auth-sources): Simplify to allow a simple string as a netrc backend
4213         spec.
4214         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4215         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4216         (auth-source-search): Main auth-source API entry point.
4217         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4218         (auth-source-search-collection): Helper function for searching.
4219         (auth-source-netrc-parse, auth-source-netrc-normalize)
4220         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4221         Supports search, create, and delete.
4222         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4223         backend stubs.
4224         (auth-source-user-or-password): Call `auth-source-search' but it's not
4225         ready yet.
4226
4227 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4228
4229         * message.el (message-setup-1): Remove the read-only stuff, since it
4230         doesn't work under XEmacs, for some reason.
4231
4232         * gnus-sum.el (gnus-user-date): Rename back from
4233         gnus-summary-user-date since user code refers to it.
4234
4235         * shr.el (shr-render-td): Store the actual background color used.
4236
4237         * message.el (message-setup-1): Don't bind the constant
4238         -forbidden-properties.
4239         (message-setup-1): Revert previous change, since it needs to bind the
4240         props to insert them.
4241         (message-resend): Allow removing the read-only separator line.
4242
4243 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4244
4245         * nnimap.el (nnimap-request-accept-article): Give an error message if
4246         the APPEND wasn't successful.
4247
4248 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4249
4250         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4251         that have no groups.
4252
4253 2011-02-03  Julien Danjou  <julien@danjou.info>
4254
4255         * gnus-draft.el: Remove progn around gnus-draft-setup.
4256
4257 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-start.el (gnus-read-active-for-groups): This function is never
4260         called with a nil `infos', so clean that up.
4261         (gnus-get-unread-articles): Request active files from primary/secondary
4262         methods that have no groups (yet).
4263
4264 2011-02-03  Julien Danjou  <julien@danjou.info>
4265
4266         * message.el (message-setup-1): Always generate References first.
4267         (message-mail): Return the return value of message-setup, not always t.
4268         (message-setup-1): Insert mail-header-separator with read-only and
4269         intangible properties set.
4270
4271         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4272         user-date in docstring.
4273
4274         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4275
4276         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4277         docstring.
4278
4279         * gnus.el (gnus-user-date-format-alist): Change default value.
4280         Use defcustom, with type and group. Move from gnus-util.el.
4281         Rename to gnus-summary-user-date-format-alist.
4282
4283 2011-02-03  Glenn Morris  <rgm@gnu.org>
4284
4285         * nnimap.el (gnus-fetch-headers): Declare.
4286
4287         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4288
4289 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4290
4291         * message.el (message-forward-make-body-digest-plain)
4292         (message-followup, message-reply): Clean up things noted by Stefan.
4293
4294         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4295         gnus-article-update-date-headers is nil.
4296         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4297         it didn't really work with defcustom.
4298         (article-update-date-lapsed): Make sure the window start doesn't move,
4299         either.
4300
4301 2011-02-01  Julien Danjou  <julien@danjou.info>
4302
4303         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4304         format.
4305
4306         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4307         standard in Emacs nowadays.
4308
4309         * color.el (color-gradient): Add a color-gradient function.
4310
4311 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4312
4313         * message.el (message-expand-name): Don't trust the return value of
4314         bbdb-complete-name.
4315         (message-check-news-header-syntax): Remove unused var `start'.
4316         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4317         (message-inhibit-body-encoding): Move to before first use.
4318         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4319         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4320         (Organization, Message-ID, Date, mh-previous-window-config):
4321         Defvar the vars using dynamic scoping.
4322
4323 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4324
4325         * shr.el (shr-render-td): Only do colors at the final rendering.
4326         Should be slightly faster.
4327         (shr-insert-table): Fix up TD background colors when doing the
4328         vertical padding.
4329
4330         * gnus-art.el (article-date-ut): Protect against articles with no Date
4331         header.
4332         (article-update-date-lapsed): Don't use current-column to find the
4333         horizontal position.  It's fragile in the presence of \003 characters.
4334
4335         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4336
4337 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4338
4339         * gnus-art.el (article-transform-date): Rewrite to still work when
4340         there are several rfc2822 parts.
4341         (article-transform-date): Fix infinite recursion.
4342         (article-date-ut): Replace infinitely many Date headers with a single
4343         one when called interactively.
4344
4345         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4346         secure manner.
4347
4348         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4349         move around by not using save-window-excursion.  It seems to work...
4350
4351 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-art.el (article-make-date-line): Work for user-defined format.
4354
4355 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4356
4357         * nntp.el (nntp-retrieve-group-data-early)
4358         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4359         fetching functions.
4360
4361         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4362         thoroughly for all backends that have no known groups.  This should
4363         allow new nnml methods to retrieve mail.
4364
4365         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4366         that Gnus doesn't know exists again.
4367
4368         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4369         (gnus-treat-date-ut): Ditto.
4370         (gnus-article-update-date-header): Rename.
4371         (gnus-treat-date-local): Remove.
4372         (gnus-treat-date-english): Remove.
4373         (gnus-treat-date-lapsed): Remove.
4374         (gnus-treat-date-combined-lapsed): Remove.
4375         (gnus-treat-date-original): Remove.
4376         (gnus-treat-date-iso8601): Remove.
4377         (gnus-treat-date-user-defined): Remove.
4378         (gnus-article-date-headers): New variable to control all the date
4379         header options.
4380         (article-date-ut): Rewrite to allow using the new way to format date
4381         headers(s).
4382
4383 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4384
4385         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4386         method.
4387         (nnmail-article-group): A better test for fanciness.
4388
4389         * nnimap.el (nnimap-request-head): Protect against not finding the
4390         article by Message-ID.
4391
4392 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4393
4394         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4395         keep point at the "same place".
4396
4397 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4398
4399         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4400         data if the group is inactive.
4401
4402 2011-01-28  Julien Danjou  <julien@danjou.info>
4403
4404         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4405         (gnus-all-windows-visible-p): Remove old compatibility code.
4406         (gnus-window-top-edge): Add docstring.
4407
4408         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4409
4410 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4411
4412         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4413         older request-update-info.
4414
4415         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4416
4417 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4418
4419         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4420         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4421
4422 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4423
4424         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4425         groups.  This makes the nndraft:queue group pop up if it's not already
4426         there.
4427
4428         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4429         messages" logic, which was reversed.
4430
4431         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4432         the "same place" even if point is on the line being replaced.
4433         (article-update-date-lapsed): Allow updating both the combined lapsed
4434         and the lapsed headers.
4435         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4436         (article-make-date-line): Limit the number of segments dynamically to
4437         avoid too-long lines.
4438
4439 2011-01-27  Julien Danjou  <julien@danjou.info>
4440
4441         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4442         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4443
4444 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4447         Use plist-get instead of the cl function getf.
4448
4449 2011-01-27  Glenn Morris  <rgm@gnu.org>
4450
4451         * gnus-util.el (float-time): Get rid of compiler warning, again.
4452
4453 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4454
4455         * shr.el (shr-put-color): Special-case background colors: Do put them
4456         at the blank parts at the front of the lines.
4457
4458         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4459         exit hook to nix out all data on readedness on group exit.
4460
4461         * gnus-util.el (float-time): If float-time is bound, always use it on
4462         all Emacsen.  It's unclear why the subrp check was there.
4463         (time-date): Require to make some autoload issues on XEmacs go away.
4464
4465         * shr.el (shr-put-color): Don't do the box padding in tables, since
4466         they're already padded.
4467
4468 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4469
4470         * gnus-art.el (gnus-article-next-page): When the last line of the
4471         article is displayed, scroll down once more instead of going to the
4472         next article at once.
4473         (article-lapsed-string): Refactor out and allow specifying how many
4474         segments you want.
4475         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4476         (gnus-article-update-lapsed-header): New variable.
4477
4478         * shr.el: Revert change that made headings use different-sized faces.
4479         The Emacs display engine isn't advanced enough that, for instance,
4480         tables can comfortably use differently-sized faces.
4481
4482 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4483
4484         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4485         used.
4486         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4487         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4488         we're using an encrypted connection.
4489
4490         * proto-stream.el: Alter the interface functions to also return the
4491         actual stream type used: network or tls.
4492
4493 2011-01-25  Julien Danjou  <julien@danjou.info>
4494
4495         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4496         (mm-display-javascript-inline): New function.
4497
4498         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4499         viewing function.
4500
4501 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * shr.el (shr-expand-newlines): Fix variable name.
4504
4505 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4506
4507         * shr.el (shr-expand-newlines): Make nested boxes work.
4508
4509 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4510
4511         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4512         backgrounds.
4513         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4514         in a more sensible manner.
4515
4516 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4517
4518         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4519         if EPG is loaded.
4520
4521 2011-01-24  Julien Danjou  <julien@danjou.info>
4522
4523         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4524         tags.
4525
4526 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4527
4528         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4529         commands.
4530
4531         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4532         in the article buffer.
4533         (gnus-gravatar-insert): Use blank space from the current buffer to
4534         avoid breaking text properties.  This makes X-Sent updating work again.
4535
4536         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4537
4538 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4539
4540         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4541         fix the bug in url-http.el instead.
4542
4543         * shr.el (shr-image-fetched): Ditto.
4544
4545         * shr.el (shr-image-fetched): Avoid having point move in the article
4546         buffer.
4547
4548         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4549         buffer after being called.  It's apparently being killed by url.el, and
4550         killing it made point move to end-of-buffer in a random buffer.
4551
4552         * shr.el (shr-image-fetched): Ditto.
4553
4554 2011-01-23  Julien Danjou  <julien@danjou.info>
4555
4556         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4557
4558         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4559         text/x-org.
4560
4561 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4562
4563         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4564         (i.e., nnimap) returning nil as the article number.
4565
4566 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4567
4568         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4569         "DelSp" parameter in RFC3676.
4570
4571 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4572
4573         * message.el (message-check-recipients): Display the encoded version of
4574         the bogus address if they differ.
4575
4576         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4577         after sending.
4578
4579         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4580
4581         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4582
4583         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4584         group buffer after sending the queue.
4585
4586         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4587
4588 2011-01-22  Julien Danjou  <julien@danjou.info>
4589
4590         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4591
4592 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4593
4594         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4595         nested related parts.
4596
4597         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4598         unexpired articles.  This fixes the regression that led expiry marks to
4599         disappear from nnfolder groups.
4600
4601 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4602
4603         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4604         Don't confuse the "ret" of "retrograde" with RET.
4605
4606 2011-01-21  Julien Danjou  <julien@danjou.info>
4607
4608         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4609         than mm-insert-inline.
4610
4611 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4614         Widen article buffer.
4615
4616 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4617
4618         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4619         the temp buffer.
4620         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4621
4622 2011-01-20  Julien Danjou  <julien@danjou.info>
4623
4624         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4625
4626         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4627         than mm-insert-inline to insert inline part: this respect
4628         mm-inline-media-tests displayers.
4629
4630         * mm-view.el (mm-display-shell-script-inline): New function.
4631
4632         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4633
4634         * mm-uu.el (mm-uu-type-alist): Add org block.
4635         (mm-uu-org-src-code-block-extract): New function.
4636
4637         * mm-view.el (mm-display-org-inline): New function.
4638
4639         * mm-decode.el (mm-automatic-display): Add text/org.
4640
4641         * mailcap.el (mailcap-mime-extensions): Add .org.
4642
4643 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4646         gnus-article-add-buttons.
4647
4648 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4649
4650         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4651         From header with a date and "nobody" as the sender.
4652
4653 2011-01-19  Julien Danjou  <julien@danjou.info>
4654
4655         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4656         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4657         if you have the same regexp several times.
4658         (gnus-button-push): Fix matching when regexp is symbol.
4659
4660 2011-01-15  Glenn Morris  <rgm@gnu.org>
4661
4662         * message.el (message-mail): A compose-mail function should
4663         accept headers as strings.
4664
4665 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4666
4667         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4668         Add :vert-only tags.
4669         (message-mail): New arg RETURN-ACTION.
4670         (message-return-action): New var.
4671         (message-bury): Use it.
4672         (message-mode): Make it buffer-local.
4673         (message-send-and-exit): Always call message-bury.
4674
4675         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4676         message-mail.
4677
4678 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4679
4680         * nnimap.el (nnimap-convert-partial-article): Protect against
4681         zero-length body parts.
4682
4683         * mm-decode.el (mm-preferred-alternative-precedence):
4684         Discourage showing empty parts.
4685
4686         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4687         and stuff if the backend didn't return the article number.  This fixes
4688         an Exchange-related nnimap bug.
4689
4690         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4691         group window, because it does the wrong thing when a separate frame
4692         displays the group buffer.
4693
4694         * proto-stream.el (open-protocol-stream): Protect against the low-level
4695         transport functions returning nil.
4696
4697 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4698
4699         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4700         (mml2015-epg-find-usable-secret-key): New function.
4701         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4702         mml2015-epg-find-usable-key (Bug#7797).
4703         (mml2015-epg-encrypt): Ditto.
4704
4705 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * dgnushack.el (rot13-string): Fix the way to get the argument.
4708
4709 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710
4711         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4712
4713 2011-01-03  Glenn Morris  <rgm@gnu.org>
4714
4715         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4716
4717         * sieve.el (sieve-open-server): Give a more explicit error if
4718         sieve-manage-open returns nil.  (Bug#7720)
4719
4720 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4721
4722         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4723
4724 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4727         This avoids sending passwords in plain text over non-encrypted
4728         channels.
4729
4730         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4731
4732         * nnimap.el (nnimap-login): Refactored out into own function, and
4733         implement CRAM-MD5.
4734         (nnimap-wait-for-line): Refactored out.
4735
4736         * mm-view.el (mml-smime): Require.
4737
4738 2010-12-20  David Engster  <deng@eml.cc>
4739
4740         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4741         use EPG to decrypt S/MIME messages instead of openssl.
4742
4743 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4746
4747         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4748         status is the group clearly is unreachable.
4749
4750         * auth-source.el (auth-source-create): Add the optional second
4751         parameter to `local-variable-p' to be compatible with XEmacs.
4752
4753 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4754
4755         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4756         work when using a compressed nnml folder.
4757
4758 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759
4760         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4761         backends after sanitising on entry, because this never makes sense:
4762         If the articles have gone missing, then the data no longer exists on
4763         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4764         overwrite anything anyway.
4765
4766         * shr.el (shr-insert-document): Bind shr-width dynamically to
4767         window-width if it's nil.
4768
4769 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4770
4771         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4772         with the meaning of using the full emacs window width for rendering.
4773
4774 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4775
4776         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4777         case when sender is not given.
4778
4779 2010-12-23  Julien Danjou  <julien@danjou.info>
4780
4781         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4782         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4783         the addresses, otherwise we might misplaced the gravatar.
4784
4785 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4786
4787         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4788         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4789         obsolete in Emacs.
4790
4791 2010-12-20  Julien Danjou  <julien@danjou.info>
4792
4793         * gnus-util.el (gnus-rescale-image): Revert last change.
4794
4795 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4796
4797         * binhex.el: Improve commentary (Bug#7482).
4798
4799 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * gnus-group.el (gnus-group-delete-articles): New command.
4802
4803 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4804
4805         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4806
4807 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4810         here, since it's up to the backends to do CRLF removal if their
4811         protocol has it.
4812
4813         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4814
4815 2010-12-17  Julien Danjou  <julien@danjou.info>
4816
4817         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4818         they are from file.  Can also scale up.
4819
4820 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4821
4822         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4823         Restore gnus-use-agent.
4824         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4825
4826         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4827
4828 2010-12-17  Julien Danjou  <julien@danjou.info>
4829
4830         * gravatar.el (gravatar-retrieve-synchronously): New function.
4831         (gravatar-get-data): Make more robust.
4832
4833 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4836
4837 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838
4839         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4840         to really consider the last line.
4841
4842 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4843
4844         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4845         list of recipient keys, or use symmetric encryption if not a list.
4846         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4847         EPA override, replacing the call to `netrc-store-data'.
4848
4849 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4850
4851         * gnus-srvr.el: Avoid passing nil regexp argument to
4852         delete-matching-lines.
4853
4854 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4857         fetching stops when Gnus exits.
4858
4859         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4860         function.
4861         (nnfolder-request-expire-articles): Save all the buffers after doing
4862         expiry.
4863
4864         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4865         the last article", since that led to serious performance regressions
4866         when expiring nnml groups.
4867
4868 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4869
4870         * nnir.el: Improve customizations.
4871
4872 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873
4874         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4875
4876         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4877         group has been killed.
4878         (gnus-group-yank-group): Ditto.
4879
4880         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4881
4882         * nnimap.el (nnimap-request-update-group-status): New function.
4883
4884         * gnus-int.el (gnus-request-update-group-status): New interface
4885         function.
4886
4887         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4888         copying read-ness to the backends.
4889
4890         * nnimap.el (nnimap-quirk): New function.
4891         (nnimap-retrieve-group-data-early): Use it.
4892         (nnimap-quirks): New alist.
4893
4894 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4897         don't delete it within indentation.
4898
4899 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900
4901         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4902         previous line.
4903
4904 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4905
4906         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4907         QRESYNC command by deleting a superfluous space which broke Cyrus
4908         servers.  This change will break other servers that are buggy the other
4909         way around.
4910
4911 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4912
4913         * spam.el: Reindent and fix long lines.
4914         (spam-copy-or-move-routine): Exclude invalid move destinations.
4915
4916 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4917
4918         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4919         installed the registry.
4920
4921 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4924
4925 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4926
4927         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4928         groupname doesn't contain "gmane".
4929
4930 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4933         and netrc-bound-and-true-p bindings.
4934         (netrc-parse): Cache the netrc contents.
4935
4936         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4937         (gnus-1): Don't create the nndrafts group twice.
4938         (gnus-setup-news): There's no need to read the active file here, since
4939         that's done again later on a per-backend basis.
4940         (gnus-start-draft-setup): Make sure that the new group is started out
4941         empty.
4942
4943         * gnus-agent.el (gnus-agentize): Don't create the queue group
4944         automatically on startup.  It'll be created later, if needed.
4945
4946         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4947         of automatically subscribed groups.
4948         (gnus-auto-subscribed-categories): New variable.
4949         (gnus-matches-options-n): Use it.
4950         (gnus-default-subscribed-newsgroups): Remove unused variable.
4951         (gnus-start-draft-setup): Message a bit less.
4952
4953 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4954
4955         * nnir.el (nnir-run-imap): Return article list in order of increasing
4956         UID.
4957
4958 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * gnus-sum.el (gnus-summary-enter-digest-group):
4961         Mention gnus-auto-select-on-ephemeral-exit.
4962
4963         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4964         convention of the network-only option.
4965
4966 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * proto-stream.el (proto-stream-open-network-only): New function to
4969         have a way to specify non-STARTTLS upgrade connections.
4970
4971 2010-12-10  Julien Danjou  <julien@danjou.info>
4972
4973         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4974         email address is nil.
4975
4976         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4977
4978 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4979
4980         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4981         deletion.
4982         (nnir-run-imap): Only need to parse list once.
4983
4984 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985
4986         * shr.el (shr-tag-script): Ignore <script>.
4987         (shr-tag-label): Add <label> support.
4988
4989 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4992
4993         * shr.el (shr-image-displayer): Work for images lined side by side.
4994
4995 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4996
4997         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4998         parameter, since XEmacs doesn't accept t as a parameter.
4999
5000 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5001
5002         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5003         ids.
5004         (nnir-run-gmane): Simplify groupspec formatting.
5005         (nnir-request-expire-articles): New function.
5006
5007 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5010         overflow, possibly.
5011
5012         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5013         (shr-render-td): Handle td style="" better.
5014         (shr-tag-table): Use the color from the style sheet.
5015         (shr-render-td): Make sure we copy over all the overlays, too.
5016
5017 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5018
5019         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5020         (nnir-request-article): Improve article retrieval.
5021
5022 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * mm-util.el (mm-extra-numeric-entities): New variable.
5025
5026         * mm-url.el (mm-url-decode-entities):
5027         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5028
5029         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5030
5031 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5032
5033         * message.el: Use completion-at-point.
5034         (message-completion-function): New fun, extracted from message-tab.
5035         (message-mode): Use it for completion-at-point-functions.
5036         (message-tab): Use it and completion-at-point.
5037
5038 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5041         character if a non-breakable character follows.
5042
5043 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5046         any stream.
5047
5048         * shr.el (shr-tag-font): Colorize the region.
5049         (shr-tag-body): Ditto.
5050         (shr-tag-font): Actually let the styles be inherited instead of
5051         overwriting them.
5052         (shr-tag-font): Get the background color right.
5053         (shr-tag-style): Ignore all <style> tags for the moment.
5054
5055         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5056         a Message-ID to avoid having nnimap depend on gnus-sum.
5057
5058         * shr.el (shr-descend): Only colorize something if we have a node that
5059         sets colors.
5060
5061 2010-12-06  Julien Danjou  <julien@danjou.info>
5062
5063         * shr.el (shr-render-td): Render td content with shr-descend, so style
5064         will be applied to <td> too.
5065         (shr-colorize-region): Colorize region even if we only have a background.
5066         (shr-tag-body): Fix color and background color inheritance.
5067         Do not recolorize after shr-generic.
5068         (shr-tag-font): Let shr-generic colorize via inheritance.
5069
5070 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5073
5074 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5075
5076         * nnir.el (nnir-request-move-article): Remove obsolete code.
5077
5078 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5081
5082 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * gnus-sum.el (gnus-summary-respool-article): The completion function
5085         expects a list instead of an alist.
5086
5087         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5088         string as the parameter.
5089
5090         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5091
5092         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5093         styles.
5094         (shr-colorize-region): New function.
5095         (shr-insert-background-overlay): Remove.
5096         (shr-render-td): Background setting should be taken care of on a higher
5097         level.
5098         (shr-tag-body): Use post-hoc colorizations.
5099         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5100         (shr-put-color-1): Don't overwrite old colors.
5101         (shr-colorize-region): When the background color isn't explicit, use
5102         a fixed background.
5103
5104         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5105         nnmail variables.
5106
5107 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5108
5109         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5110         unless necessary.
5111
5112 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5113
5114         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5115         server.
5116
5117 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5118
5119         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5120         so that TAB works.
5121
5122         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5123         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5124
5125         * shr.el (shr-urlify): Show the URL before the title to avoid
5126         misleading URLs.
5127
5128 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5129
5130         * shr.el (shr-urlify): Display the title in <a> tags.
5131
5132 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5133
5134         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5135
5136 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5137
5138         * nnir.el: Rearrange code to allow macros to be autoloaded by
5139         gnus-sum.el.
5140         (nnir-retrieve-headers-override-function): Make this variable
5141         customizable.
5142         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5143
5144         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5145         from nnir.el.
5146
5147 2010-12-03  Julien Danjou  <julien@danjou.info>
5148
5149         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5150
5151 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5154         allow optional argument `environment'.
5155
5156 2010-12-03  Glenn Morris  <rgm@gnu.org>
5157
5158         * mm-extern.el (message-goto-body): Update declaration.
5159
5160 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * gnus-util.el (gnus-macroexpand-all): New function.
5163
5164         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5165         instead of macroexpand-all that is unavailable in XEmacs.
5166
5167 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5168
5169         * nnir.el (nnir-summary-line-format): New variable.
5170         (nnir-mode): Use it.
5171         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5172         (nnir-article-ids): Reimplement as defsubst.
5173         (nnir-retrieve-headers): Don't mangle the subject header.
5174         (nnir-run-imap): Use 100 as RSV score.
5175         (nnir-run-find-grep): Fix for full server searching.
5176         (nnir-run-gmane): Better restriction to gmane groups.
5177
5178         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5179         summary buffers.
5180
5181 2010-12-02  Julien Danjou  <julien@danjou.info>
5182
5183         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5184
5185         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5186
5187         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5188         support.
5189
5190 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5191
5192         * nnir.el: Update to handle the registry better.
5193         (autoload): Silence byte-compiler.
5194         (nnir-open-server): Add a hook for nnir groups.
5195         (nnir-request-move-article): Don't mangle the header.  Better to use
5196         formatting variables (which will be added in the future).
5197         (nnir-registry-action): Update the registry using the original article
5198         group name.
5199         (nnir-mode): Install nnir-specific hooks for updating the registry.
5200
5201         * gnus-sum.el
5202         (gnus-article-original-subject,gnus-newsgroup-original-name):
5203         Remove obsolete variables.
5204         (gnus-summary-move-article): Remove use of obsolete variables.
5205         (gnus-summary-local-variables): Make move and delete hooks local to
5206         summary buffers.
5207
5208 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5209
5210         * rtree.el: New file.
5211
5212 2010-12-01  Julien Danjou  <julien@danjou.info>
5213
5214         * message.el (message-user-organization): Do not use
5215         gnus-local-organization.
5216
5217         * gnus.el: Remove gnus-local-organization.
5218
5219         * gnus-msg.el: Remove nastygram thing.
5220
5221 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5222
5223         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5224         funcall.
5225
5226 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5229         names.
5230
5231         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5232         characters.
5233
5234         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5235         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5236         Suggested by Štěpán Němec <stepnem@gmail.com>.
5237         (gnus-gravatar-transform-address): Use mail-extract-address-components
5238         that supports non-ASCII names rather than mail-header-parse-addresses.
5239
5240 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * proto-stream.el (open-protocol-stream): All starttls connections are
5243         handled by the network handler.
5244
5245 2010-11-30  Julien Danjou  <julien@danjou.info>
5246
5247         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5248         (nnimap-open-connection-1): Fix PREAUTH.
5249
5250         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5251
5252 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5255         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5256         (shr-insert): Use them.
5257         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5258
5259 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5260
5261         * nnir.el (nnir-request-move-article): Bail out if original group
5262         doesn't support article moves.
5263         (nnir-get-active): Improve active list retrieval.
5264
5265 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5268
5269 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5270
5271         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5272         seem to accept strings-with-numbers as port numbers,
5273
5274 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5275
5276         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5277         change the registry.
5278
5279 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5282         delete-dups that is not available in XEmacs 21.4.
5283
5284         * mm-util.el (mm-delete-duplicates): Add comment.
5285
5286 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5287
5288         * nnir.el (nnir-ignored-newsgroups): New variable.
5289         (nnir-get-active): Use it.
5290
5291 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292
5293         * proto-stream.el (proto-stream-open-network): Add some comments.
5294
5295         * nntp.el (nntp-open-connection): Provide a :success condition.
5296
5297         * nnimap.el (nnimap-open-connection-1): Ditto.
5298
5299         * proto-stream.el (proto-stream-open-network): See what the response to
5300         the STARTTLS command is.
5301
5302         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5303         backwards compatibility).
5304         (nnimap-open-connection-1): Really respect nnimap-server-port.
5305
5306         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5307         TLS upgrades we don't really care about the identity of the peer.
5308         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5309         that what we've checked for.
5310         (proto-stream-always-use-starttls): Only default to t if
5311         open-gnutls-stream exists.
5312         (proto-stream-open-network): If STARTTLS failed, then just open a
5313         normal connection.
5314         (proto-stream-open-network): Wait until the greeting before doing
5315         STARTTLS.
5316
5317         * nntp.el (nntp-open-connection): Report what the connection error is.
5318
5319         * proto-stream.el (open-protocol-stream): Rename from
5320         open-proto-stream.
5321
5322 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * nnimap.el (nnimap-stream): Change default to `undecided'.
5325         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5326         first, and then network.
5327         (nnimap-open-connection-1): Respect nnimap-server-port.
5328         (nnimap-open-connection): Be more backwards-compatible.
5329
5330         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5331         (proto-stream-open-starttls): De-duplicate the starttls code.
5332         (proto-stream-open-starttls): Folded back into the main function.
5333         (proto-stream-open-network): Fix typo in the gnutls path.
5334         (proto-stream-command): Refactor out.
5335
5336         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5337
5338         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5339         starttls.el STARTTLS.
5340
5341         * color.el (color-lab->srgb): Fix function call name.
5342
5343         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5344         if we're using tls.el.
5345         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5346         built in, then don't try to establish a STARTTLS connection.
5347
5348         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5349         servers.
5350
5351         * proto-stream.el (open-proto-stream): Use network, not stream.
5352         (open-proto-stream): Add a way to specify what the end of a command is.
5353
5354         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5355         connections types.
5356         (nntp-open-network-stream): Remove.
5357         (nntp-open-ssl-stream): Remove.
5358         (nntp-open-tls-stream): Remove.
5359         (nntp-ssl-program): Remove.
5360
5361         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5362
5363 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5364
5365         * nnir.el: Fix typos.
5366         (nnir-retrieve-headers-override-function): Rename variable to reflect
5367         new semantics.
5368         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5369         macros.
5370         (nnir-request-article, nnir-request-move-article): Use them.
5371         (nnir-categorize): New function.
5372         (nnir-run-query): Use it.
5373         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5374         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5375         sorted.
5376         (nnir-group-full-name): Use gnus-group-full-name instead.
5377         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5378         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5379
5380 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5383
5384         * proto-stream.el: New library to provide protocol-specific
5385         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5386         protocols.
5387         (open-proto-stream): Complete the documentation.
5388         (proto-stream-open-network): Fix some typos.
5389
5390         * nnimap.el (nnimap-open-connection): Use it.
5391
5392 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5393
5394         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5395         negotiation.
5396
5397 2010-11-26  Julien Danjou  <julien@danjou.info>
5398
5399         * color.el: Rename various rgb functions to srgb.
5400
5401 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402
5403         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5404         names.
5405
5406 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * shr.el (shr-insert): Revert last change.
5409         (shr-find-fill-point): Never leave point being at bol;
5410         relax the kinsoku limitation when rendering tables.
5411
5412 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5415         results from -accept-article.
5416
5417         * shr-color.el: Require cl when compiling.
5418
5419         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5420         checkin.
5421
5422         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5423
5424         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5425
5426         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5427         'add and 'delete to set backend marks.
5428
5429         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5430
5431         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5432
5433         * nntp.el (nntp-request-set-mark): Use it.
5434
5435         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5436
5437         * nnml.el (nnml-request-set-mark): Ditto.
5438
5439         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5440         introduces regressions in article selection.
5441         (nnimap-find-uid-response): New function.
5442         (nnimap-request-accept-article): Use the UID returned, if any.
5443         (nnimap-request-move-article): Use the UID returned, if any.
5444         (nnimap-get-groups): Reimplement to work with folded lines.
5445         (nnimap-find-uid-response): The UID is the last element in the list.
5446         (nnimap-request-set-mark): Extend syntax with 'set.
5447
5448         * nnml.el (nnml-request-set-mark): Ditto.
5449
5450         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5451
5452         * nntp.el (nntp-request-set-mark): Ditto.
5453
5454 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * message.el (message-called-interactively-p): A temporary macro.
5457         (message-goto-body): Use it temporarily.
5458
5459 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5462         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5463         (nnimap-last-response-string): Fix last unfolding fix.
5464
5465 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * shr.el (shr-insert): Fix the way to fold lines.
5468
5469 2010-11-25  Julien Danjou  <julien@danjou.info>
5470
5471         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
5472
5473         * color.el: Rename from color-lab.el
5474         (color-rgb->hex): Add.
5475         (color-complement): Add.
5476         (color-complement-hex): Add.
5477
5478         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5479
5480 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * shr-color.el (shr-color-visible): Don't bug out if the color names
5483         don't exist.
5484
5485 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5488         assuming that article displaying or another mml-preview may be
5489         interrupted for an error or for the like.
5490
5491         * shr.el (shr-get-background): Fix argument name.
5492
5493 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5496
5497         * gnus-sum.el (gnus-summary-include-articles): New function.
5498
5499         * message.el (message-goto-body): called-interactively-p needs a
5500         parameter, so use `any'.
5501
5502         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5503         clear marks before moving, since they're synced from the Gnus side
5504         first.
5505
5506         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5507         (gnus-summary-move-article): Copy over all marks before moving, so that
5508         IMAP doesn't think a new article has arrived.
5509
5510 2010-11-24  Julien Danjou  <julien@danjou.info>
5511
5512         * shr.el (shr-insert-background-overlay): Fix typo.
5513         (shr-render-td): Copy the background before rendering.
5514
5515         * shr-color.el (shr-color-visible): Fix docstring.
5516
5517         * shr.el (shr-tag-table): Add bgcolor support.
5518         (shr-render-td): Add bgcolor support.
5519         (shr-get-background): Add.
5520         (shr-insert-foreground-overlay): Use shr-get-background.
5521
5522         * message.el (message-goto-body): Use called-interactively-p.
5523         (message-in-body-p): message-goto-body returns point.
5524
5525 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526
5527         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5528         Fixes something or other in Emacs 23, and is backwards compatible.
5529
5530         * message.el (message-goto-body): Remove the <#secure special-casing,
5531         which is too special.
5532
5533         * shr.el (shr-parse-style): Drop !important from styles.
5534
5535 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5536
5537         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5538         this function to return incorrect results when calling it with an
5539         explicit article argument different from
5540         (gnus-summary-article-number).
5541
5542 2010-11-24  Julien Danjou  <julien@danjou.info>
5543
5544         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5545         (shr-tag-body): Add background support.
5546         (shr-descend): Add background support.
5547         (shr-tag-title): Add.
5548
5549         * shr-color.el (shr-color-visible): Really return original background
5550         if fixed.
5551
5552 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553
5554         * shr.el (shr-color-check): Protect against non-existent color names.
5555
5556 2010-11-24  Julien Danjou  <julien@danjou.info>
5557
5558         * color-lab.el: Require 'cl when compiling.
5559
5560         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5561
5562         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5563         matched part.
5564
5565         * color-lab.el: Fix all expt calls to use float type.
5566
5567 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5570         expression to shr-color-check as is.
5571
5572         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5573
5574         * color-lab.el: Add coding cookie.
5575         (float-pi): Use eval-and-compile.
5576
5577         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5578         compiled for Emacsen having no `libxml-parse-html-region' support.
5579
5580 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5581
5582         * shr.el (shr-insert-color-overlay): Split stuff like
5583         "#444444 !important" to find the real color.
5584         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5585         parse <font color="red"> entries.
5586
5587 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5588
5589         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5590         point when parsing headers.
5591
5592         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5593         is positioned properly when parsing headers.
5594
5595 2010-11-23  Julien Danjou  <julien@danjou.info>
5596
5597         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5598
5599         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5600
5601         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5602
5603         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5604         Use shr-color-hue-to-rgb.
5605         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5606
5607 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608
5609         * shr.el (shr-color->hexadecimal): Autoload.
5610         (shr-descend): Add color to all tags.
5611
5612 2010-11-22  Julien Danjou  <julien@danjou.info>
5613
5614         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5615         shr-color->hexadecimal.
5616
5617         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5618         RGB() or HSL() color representation.
5619
5620         * shr.el (shr-tag-font): Add.
5621         (shr-tag-color-check): New function to get better colors.
5622         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5623         tag-span.
5624
5625         * shr-color.el: New file.
5626
5627         * color-lab.el: New file.
5628
5629         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5630
5631 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5632
5633         * nnir.el: Fix typo in comments.
5634         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5635         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5636
5637 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5638
5639         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5640
5641         * nnimap.el (nnimap-get-capabilities): Refactor out.
5642         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5643
5644 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5645
5646         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5647         appearing when `mm-uu-hide-markers' is nil.
5648
5649 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * nnimap.el (nnimap-unselect-group): Make into its own function.
5652         (nnimap-request-rename-group): Unselect group before renaming.
5653         This had gotten lost somewhere.
5654         (nnimap-request-accept-article): Keep track of examined groups, and
5655         unselect the group before APPENDing to read-only groups.
5656         (nnimap-request-move-article): Clear flags before moving so that they
5657         can be re-set later.
5658
5659 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5662         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5663
5664 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gnus-art.el (gnus-mime-display-single):
5667         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5668         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5669         parameter.
5670
5671 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5672
5673         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5674         (shr-table-vertical-line): New variable.
5675         (shr-insert-table): Use it.
5676
5677 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-html.el (gnus-html-wash-images): Don't display images if
5680         gnus-inhibit-images is non-nil; register displayer for cid images.
5681         (gnus-html-display-image): Work for cid image.
5682         (gnus-html-insert-image): Allow arguments.
5683         (gnus-html-put-image): Inhibit read-only.
5684         (gnus-html-prefetch-images): Don't prefetch images if
5685         gnus-inhibit-images is non-nil.
5686
5687 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * shr.el (shr-put-image): Break lines when inserting big pictures.
5690
5691 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5692
5693         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5694         sender, thanks Katsumi Yamaoka.
5695
5696 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5697
5698         * nnir.el (nnir-run-imap): Reverse the article list for each group
5699         rather than the whole list.
5700
5701 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * shr.el (shr-image-displayer): Protect function against non-existent
5704         image source.
5705
5706         * gnus-art.el (gnus-inhibit-images): New user option.
5707         (gnus-mime-display-single): Don't display image if it is non-nil.
5708
5709         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5710         gnus-inhibit-images.
5711
5712         * shr.el (shr-image-displayer): New function.
5713         (shr-tag-img): Use it.
5714
5715 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5716
5717         * mml2015.el (mml2015-epg-sign): Use From header.
5718
5719 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5722
5723         * gnus-util.el (gnus-find-text-property-region): Return markers.
5724
5725         * shr.el (shr-tag-img): Put a displayer in the text property.
5726
5727         * gnus-util.el (gnus-find-text-property-region): New utility function.
5728
5729         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5730         (gnus-html-show-images): Remove.
5731
5732         * gnus-art.el (gnus-article-show-images): New, more general function.
5733
5734         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5735         image url text properties.
5736
5737         * shr.el: Ditto.
5738
5739         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5740         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5741
5742 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5745         work for two or more articles.
5746
5747 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5750         divide an image that's in an html article to two or more when washing
5751         non-ASCII characters in alt text of it.
5752
5753 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5756         smime-decrypt-region using function argument.
5757         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5758
5759         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5760
5761         * smime.el (smime-decrypt-region): Catch it.
5762
5763 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5764
5765         * smime.el (smime-mode-map): Move initialization into declaration.
5766         (gnus-run-mode-hooks): Don't autoload.
5767         (smime-mode): Use define-derived-mode.
5768
5769 2010-11-11  Glenn Morris  <rgm@gnu.org>
5770
5771         * smime.el (from): Restrict declaration to XEmacs.
5772
5773         * nnir.el (gnus-group-topic-name): Autoload.
5774
5775 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * shr.el (shr-insert): Don't break long line if it is because of
5778         kinsoku-bol characters in the line end.
5779
5780 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5781
5782         * nnir.el (nnir-request-move-article): Fix to provide original group
5783         and subject.
5784         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5785         been retrieved.
5786
5787         * gnus-sum.el (gnus-summary-move-article): Use original group and
5788         subject for virtual articles such as those in an nnir summary buffer.
5789
5790 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5793         least 21.5).
5794
5795         * smime.el (from): Declare it again for XEmacs.
5796
5797 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5798
5799         * message.el (message-resend): Don't disable encoding unless it's
5800         already encoded.
5801
5802         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5803         low-numbered articles.
5804
5805 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * rfc2047.el (rfc2047-syntax-table): Simplify.
5808
5809         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5810
5811         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5812         set-char-table-range for XEmacs.
5813
5814 2010-11-10  Glenn Morris  <rgm@gnu.org>
5815
5816         * time-date.el (time-to-seconds): Always an alias on Emacs,
5817         never a real function.
5818         (with-no-warnings): Remove compat stub, now unused.
5819         (time-less-p): Doc fix.
5820         (time-to-number-of-days): Simplify.
5821
5822         * smime.el (from): Remove unused declaration.
5823
5824         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5825         (gnus-float-time): On Emacs, always an alias.
5826
5827         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5828         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5829
5830 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * dgnushack.el: Don't use ignore-errors in the top level form since it
5833         is unavailable in XEmacs even if cl is loaded.
5834
5835         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5836
5837 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * shr.el (browse-url-mailto): Autoload.
5840
5841         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5842
5843         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5844         regexp doesn't need quoting.
5845
5846 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5847
5848         * message.el (message-subject-trailing-was-ask-regexp)
5849         (message-subject-trailing-was-regexp): Match was: in addition to was.
5850
5851 2010-11-09  Glenn Morris  <rgm@gnu.org>
5852
5853         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5854         (nnbabyl-check-mbox): Use point-at-bol.
5855
5856 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5859
5860         * message.el (message-mailto): New function.
5861         (message-mailto): Should accept other parameters.
5862         (message-mailto): Remove since it duplicates browse-url-mailto
5863         functionality.
5864
5865 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5868         methods.
5869         (gnus-read-active-file): Ditto.
5870
5871         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5872         ": " from the prompt.
5873         (gnus-group-make-group): Ditto.
5874
5875 2010-11-07  Glenn Morris  <rgm@gnu.org>
5876
5877         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5878         (gnus-bookmark-kill-line): Use point-at-eol.
5879
5880 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5883         asterisks in From header.
5884
5885 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5886
5887         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5888         string to avoid making the From headers syntactically invalid.
5889
5890         * message.el (message-send-mail): Don't insert courtesy messages if the
5891         message already has List-Post and List-ID messages.
5892
5893 2010-11-06  Glenn Morris  <rgm@gnu.org>
5894
5895         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5896         `condition', `type', `length' a prefix.
5897         (gnus-treat-predicate): Update for above name changes.
5898
5899 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5900
5901         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5902         binding.  Handled by `gnus-summary-refer-thread' instead.
5903         (nnir-warp-to-article): New backend function.
5904
5905         * nnimap.el (nnimap-request-thread): Force dependency updating.
5906
5907         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5908         (gnus-summary-refer-thread): Rework to improve thread-referral.
5909
5910         * gnus-int.el (gnus-warp-to-article): New function.
5911
5912         * gnus-sum.el (gnus-summary-article-map): Bind it.
5913
5914 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5915
5916         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5917         gnus-summary-refer-thread.
5918
5919         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5920         headers.
5921         (gnus-summary-limit-include-thread): Prevent articles in thread from
5922         being cut in gnus-cut-threads.
5923         (gnus-summary-refer-thread): Limit retrieved headers to those in
5924         thread.
5925
5926 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * message.el (message-send-mail): Use the value of
5929         message-courtesy-message from the message buffer.
5930
5931         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5932
5933         * shr.el (shr-browse-url): Implement mailto: URLs.
5934
5935         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5936         "raw".
5937
5938         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5939         if it's already selected.
5940
5941         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5942
5943 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5946         to measure the length and truncate alt text.
5947
5948 2010-11-03  Glenn Morris  <rgm@gnu.org>
5949
5950         * nndiary.el (nndiary-generate-nov-databases-1)
5951         (nndiary-generate-active-info): Rename dynamic variable `files' to
5952         something less generic.
5953
5954 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5955
5956         * nnir.el (nnir-request-move-article): Call the underlying backend to
5957         move articles from nnir.
5958
5959 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5962
5963 2010-11-02  Julien Danjou  <julien@danjou.info>
5964
5965         * nnir.el: Remove wais support.
5966
5967 2010-11-02  Glenn Morris  <rgm@gnu.org>
5968
5969         * gnus-html.el: Reorder requirements to quieten compiler.
5970
5971 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5974         properly for XEmacs as well.
5975         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5976         (gnus-article-natural-long-line-p): Use window-width rather than
5977         frame-width.
5978
5979 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5980
5981         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5982         (nnir-read-parms): Don't modify query.
5983         (nnir-run-query): Add ability to search topic on current line.
5984         (nnir-get-active): Clean up.
5985
5986 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987
5988         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5989         degenerate articles.
5990
5991         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5992         (gnus-print-buffer): Just print the buffer as is, without any copying
5993         to a buffer and then re-highlighting.
5994
5995         * nnimap.el (nnimap-request-group): Store the new updated info.
5996         (nnimap-request-group): Select the group when we don't know whether it
5997         exists or not.
5998
5999         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6000         groups.
6001
6002         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6003         groups.
6004
6005         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6006         groups.
6007
6008         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6009         long-lines case by only filling the long lines.
6010
6011         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6012         (bug #7311).
6013
6014 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * shr.el: No need to declare `declare-function' since shr.el is for
6017         only Emacsen that provide `libxml-parse-html-region'.
6018
6019         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6020         effective only in a file it is referred to.
6021
6022 2010-11-01  Glenn Morris  <rgm@gnu.org>
6023
6024         * mm-util.el (gnus-completing-read): Autoload.
6025         (mm-read-coding-system): Simplify Emacs definition.
6026
6027         * nnmail.el (gnus-activate-group):
6028         * nnimap.el (gnutls-negotiate):
6029         * nntp.el (netrc-parse): Fix declarations.
6030
6031 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6034         string-match-p in Emacs >=23.
6035
6036         * gnus-msg.el (gnus-configure-posting-styles):
6037         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6038
6039 2010-11-01  Glenn Morris  <rgm@gnu.org>
6040
6041         * nnir.el (declare-function): Add compat stub.
6042         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6043         (nnir-run-gmane): Require 'mm-url.
6044
6045         * mm-util.el (mm-string-to-multibyte): Simplify.
6046
6047         * shr.el (declare-function): Add compat stub.
6048         (url-cache-create-filename): Declare.
6049         (mm-disable-multibyte, widget-convert-button): Autoload.
6050
6051         * smime.el (ldap-search): Declare.
6052         (smime-cert-by-ldap-1): Require ldap on Emacs.
6053
6054         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6055         (nnimap-keepalive): Use gnus-float-time.
6056
6057         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6058         (mail-source-delete-crash-box): Use gnus-float-time.
6059
6060         * gnus-dired.el (gnus-completing-read): Autoload.
6061
6062         * mm-view.el (gnus-rescale-image): Autoload.
6063
6064         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6065
6066         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6067
6068         * sieve-manage.el: Require 'cl when compiling.
6069
6070         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6071         (gnus-iswitchb-completing-read): Require iswitchb.
6072         (gnus-select-frame-set-input-focus): Silence compiler.
6073
6074 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6075
6076         * message.el (message-subject-trailing-was-query): Change default to t,
6077         since I think that's what most people want.
6078
6079         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6080         appending for easier debugging.
6081         (nnimap-wait-for-connection): Take a regexp.
6082         (nnimap-request-accept-article): Wait for the continuation line before
6083         sending anything unless we're streaming.
6084
6085         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6086         leave the header washing to take place.
6087
6088 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6089
6090         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6091         regular expression match and replace in posting styles.
6092
6093 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6094
6095         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6096         an entire server.
6097         (nnir-get-active): New function.
6098         (nnir-run-imap): Use it.
6099         (nnir-run-gmane): Who knew, gmane search returns an article score!
6100
6101         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6102         server on the current line with nnir.
6103
6104 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6107         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6108         left edge.
6109         (gnus-article-foldable-buffer): Skip past the prefix when determining
6110         raggedness.
6111
6112         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6113         the raw article, and change `C-u g' to show the article without doing
6114         treatments.
6115
6116         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6117         on to `gnus-treat-article'.
6118         (gnus-inhibit-article-treatments): New variable.
6119
6120         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6121
6122         * gnus-art.el (gnus-treatment-function-alist): Have
6123         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6124         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6125         sections.
6126
6127         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6128         parameter.
6129         (gnus-article-fill-cited-long-lines): New function.
6130         (gnus-article-fill-cited-article): Allow filling only long sections.
6131
6132         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6133         and non-punctuation (like after the apostrophe in "'We").
6134
6135         * gnus-sum.el (gnus-summary-select-article): Make sure
6136         gnus-original-article-buffer is alive.
6137
6138         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6139         reflect the order they're in in the digest.
6140
6141         * gnus.el (gnus-group-startup-message): Move point to the start of the
6142         buffer.
6143
6144         * nnimap.el (nnimap-capability): New function.
6145         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6146         is set.
6147
6148 2010-10-31  David Engster  <dengste@eml.cc>
6149
6150         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6151         conform with changes to gnus-completing-read.
6152
6153 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6156
6157 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6158
6159         * nnir.el: Move defvar, defcustom around to keep file organized
6160         and keep byte-compiler quiet.
6161         (nnir-read-parms): Accept search-engine as arg.
6162         (nnir-run-query): Pass search-engine as arg.
6163         (nnir-search-engine): Remove.
6164
6165 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * shr.el (shr-generic): The text nodes should be text, not :text.
6168
6169         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6170         later in the file.
6171
6172 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6173
6174         * nnir.el: General clean up.  Allow searching with multiple engines.
6175         Allow separate extra-parameters for each engine.
6176         Batch queries when possible.
6177         (nnir-imap-default-search-key,nnir-method-default-engines):
6178         Add customize interface.
6179         (nnir-run-gmane): New engine.
6180         (nnir-engines): Use it.  Qualify all prompts with engine name.
6181         (nnir-search-engine): Remove global variable.
6182         (nnir-run-hyrex): Restore for now.
6183         (nnir-extra-parms,nnir-search-history): New variables.
6184         (gnus-group-make-nnir-group): Use them.
6185         (nnir-group-server): Remove in favor of gnus-group-server.
6186         (nnir-request-group): Avoid searching twice.
6187         (nnir-sort-groups-by-server): New function.
6188
6189 2010-10-30  Julien Danjou  <julien@danjou.info>
6190
6191         * gnus-group.el: Remove gnus-group-fetch-control.
6192
6193         * gnus-start.el (gnus-find-new-newsgroups):
6194         Remove gnus-check-first-time-used.
6195
6196         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6197
6198 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6199
6200         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6201         set on groups that don't have \* permanentflags.
6202
6203 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6206         control the background color.
6207         (shr-tag-img): Ignore very small web bug type images.
6208         (shr-put-image): Add help-echo alt texts to the images.
6209         (shr-tag-video): Show the video poster image.
6210
6211 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6212
6213         * shr.el (shr-table-depth): New variable.
6214         (shr-tag-table-1): Only insert the images after the top-level table.
6215
6216         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6217
6218         * gnus-util.el (gnus-list-memq-of-list): New function.
6219
6220         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6221         selected.
6222         (nnimap-unsplittable-articles): New slot.
6223         (nnimap-new-articles): Use it.
6224
6225 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6226
6227         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6228         move to the previous line on `M-g'.
6229
6230 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6233         *-request-group, which seems unnecessary.
6234
6235         * nnimap.el (nnimap-quote-specials): Function copied over from
6236         imap.el.
6237         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6238         they support that.  Suggested by Tom Regner.
6239
6240 2010-10-29  Julien Danjou  <julien@danjou.info>
6241
6242         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6243         defalias.
6244         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6245
6246         * gnus.el: Remove `gnus-nntp-service' variable.
6247         (gnus-secondary-servers): Make obsolete.
6248         (gnus-nntp-server): Make obsolete.
6249
6250         * gnus-start.el (gnus-1): Remove x-splash calls.
6251
6252         * gnus-ems.el (gnus-x-splash): Remove.
6253
6254         * gnus.el (gnus-group-startup-message): Simplify/update code.
6255
6256         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6257         definition.
6258
6259         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6260         capability before doing anything.
6261         (gnus-group-insert-group-line): Remove useless
6262         gnus-group-remove-excess-properties.
6263
6264 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6267
6268 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6271         config after reselecting.
6272
6273 2010-10-28  Julien Danjou  <julien@danjou.info>
6274
6275         * shr.el (shr-put-image): Use point even if only inserting text.
6276         (shr-put-image): Save excursion when inserting alt text on non-graphic
6277         display, so the behavior is the same when we are on a graphic display.
6278
6279         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6280
6281 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6284         (gnus-mime-copy-part): Check coding system, not charset.
6285         (gnus-mime-view-part-externally): Never remove part.
6286         (gnus-mime-view-part-internally): Don't remove part here.
6287         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6288         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6289         multipart/alternative.
6290
6291         * mm-decode.el (mm-display-part): Take optional arg `force'.
6292
6293 2010-10-26  Julien Danjou  <julien@danjou.info>
6294
6295         * gnus-group.el (gnus-group-default-list-level): Add this function to
6296         compute the default list level.
6297         (gnus-group-default-list-level): Add possibility to use a function.
6298
6299 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6302
6303         * gnus-group.el (gnus-group-completing-read)
6304         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6305         gnus-replace-in-string.
6306
6307 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * shr.el (shr-tag-div): Add.
6310
6311         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6312
6313 2010-10-25  Julien Danjou  <julien@danjou.info>
6314
6315         * gnus-util.el: Remove `gnus-with-local-quit'.
6316
6317         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6318
6319 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320
6321         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6322         the original article buffer.
6323
6324 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325
6326         * nnimap.el (nnimap-request-head): New function.
6327         (nnimap-request-move-article): Try to be slightly faster by not
6328         requesting the entire message when moving.
6329         (nnimap-transform-headers): Don't bug out on bodiless articles.
6330         (nnimap-send-command): Have no outstanding messages if the IMAP server
6331         doesn't support streaming.
6332         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6333
6334 2010-10-24  Julien Danjou  <julien@danjou.info>
6335
6336         * message.el (message-default-headers): Fix type.
6337
6338 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339
6340         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6341         prefetching images.
6342
6343         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6344         backend for unknown groups.  This is mainly useful for nnimap groups.
6345
6346         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6347         group isn't covered by the agent.
6348
6349 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6350
6351         * nnir.el (nnir-method-default-engines): New variable.
6352         (nnir-run-query): Use it.
6353         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6354         (gnus-summary-nnir-goto-thread): Change group if needed.
6355
6356         * gnus-group.el (gnus-group-group-map): Add key binding for
6357         gnus-group-make-nnir-group.
6358
6359 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6360
6361         * shr.el (shr-tag-object): Add.
6362
6363         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6364         original article buffer live.
6365         (gnus-summary-select-article-buffer):
6366         Mention gnus-widen-article-buffer.
6367
6368 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369
6370         * shr.el (shr-tag-strong): Add.
6371
6372 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6373
6374         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6375         group names.  They mess up the group buffer badly.
6376
6377         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6378
6379         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6380         instead of the summary one.
6381
6382 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * mml.el (mml-preview): Work properly when editing article.
6385
6386         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6387         gnus-have-read-active-file if it's already been in.
6388
6389 2010-10-22  Tom Tromey  <tromey@redhat.com>
6390
6391         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6392         gnus-group-completing-read.
6393
6394 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6395
6396         * message.el (message-mode-map): Don't bind M-; to comment region, to
6397         allow the global comment-dwim to work.
6398
6399 2010-10-21  Julien Danjou  <julien@danjou.info>
6400
6401         * message.el (message-setup-1): Allow message-default-headers to be a
6402         function.
6403
6404 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * shr.el (shr-tag-table): Simplify.
6407
6408 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6409
6410         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6411         to avoid trying to snarf invalid stuff.
6412
6413         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6414
6415         * gnus.el (gnus-message-archive-group): Quote value.
6416         (gnus-message-archive-group): Mark as changed.
6417
6418         * shr.el (shr-add-font): Don't put the font properties on the newline
6419         or the indentation.
6420
6421         * message.el (message-fix-before-sending): Change options when sending
6422         non-printable characters.
6423
6424         * gnus.el (gnus-message-archive-method): Change the default to
6425         monthly outgoing groups.
6426
6427         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6428         that have gotten new numbers.
6429
6430         * nnimap.el (nnimap-request-replace-article): New function.
6431
6432 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6435         (nnrss-request-article): Don't use special html washing code.
6436
6437 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * shr.el (shr-tag-table): Remove useless nconc.
6440
6441 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442
6443         * gnus-art.el (article-wash-html): Simplify and remove the charset
6444         stuff.  Use the normal html rendering code instead of the special html
6445         washing code.
6446
6447         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6448         `gnus-w3m' symbols.
6449         (mm-text-html-washer-alist): Remove.
6450
6451         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6452         (mm-inline-media-tests): Remove use.
6453         (mm-text-html-renderer): Change default to the `shr' symbol.
6454
6455         * mm-view.el (mm-inline-text-html): Remove use.
6456
6457         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6458         `gnus-blocked-images' to be a function.
6459         (gnus-article-wash-function): Remove.
6460
6461 2010-10-20  Julien Danjou  <julien@danjou.info>
6462
6463         * spam.el (spam-list-of-processors): Mark as obsolete.
6464
6465         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6466         (nnimap-insert-partial-structure): Fix boundary detection.
6467
6468 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6469
6470         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6471         run file-truename on remote files.  This can be expensive and even
6472         prevent one from editing drafts if some unrelated buffer has a stale
6473         connection.
6474
6475 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6478         kinsoku-eol regardless of shr-kinsoku-shorten.
6479         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6480         (shr-tag-table): Support caption, thead, and tfoot.
6481
6482 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6485         lines.
6486         (shr-save-contents): New command and keystroke.
6487
6488         * nndoc.el (nndoc-type-alist): Add git support.
6489         (nndoc-git-type-p): New function.
6490         (nndoc-transform-git-article): Ditto.
6491         (nndoc-transform-git-headers): Ditto.
6492         (nndoc-transform-git-headers): Generate Subject headers.
6493
6494         * shr.el (shr-parse-style): New function.
6495         (shr-tag-span): Ditto.
6496
6497         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6498         to `G G' to avoid collisions.
6499
6500 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * shr.el: Load kinsoku if necessary.
6503         (shr-kinsoku-shorten): New internal variable.
6504         (shr-find-fill-point): Make kinsoku shorten text line if
6505         shr-kinsoku-shorten is bound to non-nil.
6506         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6507         shr-indentation too when testing if table is wider than frame width.
6508         (shr-insert-table): Use `string-width' instead of `length' to measure
6509         text width.
6510         (shr-insert-table-ruler): Make sure indentation is done at bol.
6511
6512 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6513
6514         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6515         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6516         undecoded network data.
6517
6518 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6521         name in the mode line spec so that the mode line menu works
6522         (bug #2431).
6523
6524         * message.el (message-get-reply-headers): If we're fed `to-address',
6525         then always use that.
6526
6527         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6528         aren't so wide as to need to switch off the edit menu.
6529
6530         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6531         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6532
6533         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6534         `M-g'.
6535         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6536         the permanent marks.
6537
6538 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6539
6540         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6541         Splitting according to references/in-reply-to obeys the ignore-groups
6542         variable, while splitting by sender and subject do not.
6543
6544 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6545
6546         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6547         alist, so that we can look for non-Unicode chars.
6548         (article-translate-strings): Allow both character and string maps.
6549
6550 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * shr.el (shr-insert): Don't insert space behind a wide character
6553         categorized as kinsoku-bol, or between characters both categorized as
6554         nospace.
6555
6556 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6557
6558         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6559         headers to gnus-newsgroup-headers.
6560
6561 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6562
6563         * shr.el (shr-tag-img): Don't align images -- since we're not
6564         rescaling, this often leads to ugly displays.
6565
6566 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6567
6568         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6569         duplicates.
6570
6571 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6572
6573         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6574         call.
6575
6576 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * gnus.el: Autoload gnus-html-show-images.
6579
6580         * nnimap.el: Use nnheader-message throughout.
6581
6582         * shr.el (shr-tag-img): Ignore images with no data.
6583
6584 2010-10-15  Julien Danjou  <julien@danjou.info>
6585
6586         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6587         a possibility to disable format=flow encoding when using hard newlines.
6588
6589 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * shr.el (shr-insert): Remove space inserted before or after a
6592         breakable character or at the beginning or the end of a line.
6593         (shr-find-fill-point): Do kinsoku; find the second best point or give
6594         it up if there's no breakable point.
6595
6596 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6597
6598         * nnimap.el (nnimap-open-connection): Message when opening connection
6599         for debugging purposes.
6600
6601         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6602         on every setup buffer call to allow this to change from article to
6603         article.
6604
6605         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6606         buffers where we have a wide table.
6607
6608 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6609
6610         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6611         uses *-request-thread.
6612
6613 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6614
6615         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6616         incantation, which is no longer valid.
6617
6618 2010-10-14  Julien Danjou  <julien@danjou.info>
6619
6620         * shr.el: Fix defcustom type (char -> character).
6621
6622 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623
6624         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6625         programs.
6626
6627 2010-10-14  Julien Danjou  <julien@danjou.info>
6628
6629         * shr.el (shr-tag-a): Use url-link as widget type.
6630
6631         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6632         `gnus-group-get-icon'.
6633
6634 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6637         This should make server editing work better.
6638
6639         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6640
6641         * tls.el (tls-program): Remove spurious %s from openssl.
6642
6643         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6644         (nnimap-parse-flags): Fix regexp.
6645
6646         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6647         probably work for CJVK text, too.
6648
6649         * nnimap.el (nnimap-extend-tls-programs): Remove.
6650         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6651
6652         * tls.el (tls-starttls-switches): Remove starttls hack.
6653         (open-tls-stream): Ditto.
6654         (tls-find-starttls-argument): Ditto.
6655
6656 2010-10-13  Julien Danjou  <julien@danjou.info>
6657
6658         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6659         responses.
6660
6661 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6662
6663         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6664
6665         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6666         anything in Emacs.
6667
6668         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6669
6670 2010-10-13  Julien Danjou  <julien@danjou.info>
6671
6672         * shr.el (shr-width): Make shr-width a defcustom with default to
6673         fill-column.
6674         (shr-tag-img): Use shr-width rather than fill-column.
6675
6676 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * dgnushack.el (byte-optimize-apply):
6679         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6680
6681         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6682         position when (X-)Faces exist.
6683         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6684         avatars when called interactively.
6685
6686 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6689         gnus-article-x-face-too-ugly is bound.
6690
6691 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6692
6693         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6694
6695         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6696         mailbox that doesn't exist.
6697
6698 2010-10-12  Julien Danjou  <julien@danjou.info>
6699
6700         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6701         (shr-get-image-data): Encode URL properly when fetching from cache.
6702         (shr-tag-img): Use aligned-to spaces to align correctly images.
6703
6704         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6705         before inserting the Gravatar.
6706
6707         * shr.el (shr-tag-img): Add align attribute support for <img>.
6708
6709 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * gnus-gravatar.el (gnus-art): Require.
6712
6713         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6714         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6715         Remove long obsoleted functions.
6716
6717 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6720
6721         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6722
6723         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6724         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6725         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6726         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6727         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6728         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6729         * sieve-manage.el, smime.el, spam.el:
6730         Fix comment for declare-function.
6731
6732 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * nnimap.el (nnimap-request-rename-group): Select group read-only
6735         before renaming it.
6736
6737         * shr.el (shr-insert): Fix up the white space only regexp.
6738
6739         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6740         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6741
6742         * shr.el (shr-current-column): New function.
6743         (shr-find-fill-point): New function.
6744
6745 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6746
6747         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6748         numbers.
6749
6750 2010-10-11  Julien Danjou  <julien@danjou.info>
6751
6752         * shr.el (shr-hr-line): Add.
6753         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6754         display hr lines.
6755         (shr-max-columns): Do not change state to nil if we just inserting
6756         spaces.
6757
6758 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759
6760         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6761         select the last group.
6762
6763 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6764
6765         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6766
6767 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6768
6769         * dig.el (dig-mode-map): Declare and define in one step.
6770
6771 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6772
6773         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6774         for Gnus.
6775         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6776         (nnimap-update-qresync-info): Mark \Seen articles as read.
6777
6778         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6779         non-variable, too.
6780
6781         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6782         available.
6783         (nnimap-update-info): Rely more on the current active than the param
6784         active to avoid marking articles as read too much.
6785
6786         * auth-source.el (auth-source-create): Use (user-login-name) for the
6787         user name default.
6788
6789         * nnimap.el (nnimap-update-info): If the server doesn't return any
6790         useful info, just use the previous info.
6791         (nnimap-update-info): Prefer old info over start-article.
6792         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6793
6794 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6795
6796         * nnir.el (autoload): Clean up autoloads.
6797         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6798         Use key rather than value.
6799         (nnir-imap-search-other): New variable.
6800         (nnir-read-parm): Use it.
6801         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6802         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6803
6804 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6805
6806         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6807         the process, too.
6808
6809 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * spam.el (gnus-summary-mode-map): Bind to "$".
6812         Suggested by Russ Allbery.
6813
6814         * shr.el: Rework the way things are indented by <li> slightly.
6815
6816         * gnus.el (gnus-group-set-parameter): Fix typo.
6817
6818         * nnimap.el: Start implementing QRESYNC support.
6819
6820 2010-10-09  Julien Danjou  <julien@danjou.info>
6821
6822         * nnir.el (nnir-engines): Fix too many arguments.
6823
6824 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6827         group is the "last", so that the backends like nnfolder actually save
6828         their folders.
6829
6830         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6831         try to use that for the tls stream.
6832         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6833         UIDVALIDITY and find out which groups are read-only and not.
6834         (nnimap-get-flags): Use the same marks parsing code as the rest of
6835         nnimap.
6836
6837 2010-10-09  Julien Danjou  <julien@danjou.info>
6838
6839         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6840
6841         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6842         retrieving gravatars.
6843
6844         * shr.el (shr-table-corner): Add.
6845         (shr-table-line): Add.
6846         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6847
6848 2010-10-08  Julien Danjou  <julien@danjou.info>
6849
6850         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6851
6852 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6853
6854         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6855
6856         * gnus-sum.el (gnus-mark-article-as-unread)
6857         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6858         (gnus-summary-set-bookmark): Use it.
6859
6860         * gnus-msg.el (gnus-setup-message): Use it.
6861
6862         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6863
6864         * gnus.el (gnus-group-remove-parameter): Use it.
6865
6866         * gnus-group.el (gnus-group-make-web-group): Use it.
6867
6868         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6869
6870         * nnregistry.el: Update docs to mention manual.
6871
6872         * gnus-registry.el: Update docs to mention nnregistry.el.
6873         (gnus-registry-initialize): Don't install nnregistry refer method
6874         automatically.
6875         (gnus-registry-install-nnregistry): Remove it.
6876
6877 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * shr.el (shr-insert): Don't insert double spaces.
6880
6881 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * gnus-gravatar.el (gnus-treat-from-gravatar)
6884         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6885         called interactively.
6886
6887         * gnus-art.el (gnus-mime-view-part-externally)
6888         (gnus-mime-view-part-internally): Make predicate function passed to
6889         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6890         of a mime type.
6891
6892         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6893
6894 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * shr.el (require): Require cl when compiling.
6897         (shr-tag-hr): New function.
6898
6899         * nnimap.el (nnimap-update-info): Remove double setting of high.
6900         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6901         This makes nnimap work properly on Courier again.
6902
6903         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6904         the variable for backwards compatibility.
6905
6906         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6907         the file name before using to avoid setting mm-default-directory to
6908         nil.
6909
6910         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6911         bidning gnus-agent variables.
6912
6913         * shr.el (shr-render-td): Use a cache for the table rendering function
6914         to avoid getting an exponential rendering behavior in nested tables.
6915         (shr-insert): Rework the line-breaking algorithm.
6916         (shr-insert): Don't leave trailing spaces.
6917         (shr-insert-table): Also insert empty TDs.
6918         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6919
6920 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6921
6922         * gnus-sum.el (gnus-number): Rename from `number'.
6923         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6924         (gnus-summary-limit-children): Update uses correspondingly.
6925
6926 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6929         (gnus-gravatar-transform-address): Don't show avatars of people of
6930         which mail addresses match gnus-gravatar-too-ugly.
6931
6932 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * shr.el (shr-table-widths): Expand TD elements to fill available
6935         space.
6936
6937 2010-10-07  Julien Danjou  <julien@danjou.info>
6938
6939         * nnimap.el (nnimap-request-rename-group): Add this method.
6940
6941 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6944         name from XEmacs' function-arglist.
6945
6946         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6947         gravatar under XEmacs.
6948
6949 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6950
6951         * auth-source.el: Update docs with TODO items.
6952
6953         * gnus-sync.el: Update docs to explain state and plans.
6954
6955         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6956         Hooks for mark updates.
6957         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6958
6959         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6960         hooks with arguments, which is needed for mark update hooks.
6961
6962 2010-10-06  Julien Danjou  <julien@danjou.info>
6963
6964         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6965         was matched.
6966
6967         * sieve-manage.el: Update example in `Commentary'.
6968
6969         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6970
6971         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6972         not 2000.
6973         (sieve-manage-authenticate): Re-add function.
6974
6975 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * shr.el (shr-insert): Get 'space transition right.
6978         (shr-render-td): Only delete space at the end of the TD.
6979
6980         * nnimap.el (nnimap-open-connection): Prepare to support
6981         open-gnutls-stream.
6982
6983         * shr.el: Rearrange function order to be more logical.
6984
6985 2010-10-06  Julien Danjou  <julien@danjou.info>
6986
6987         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6988         (nnrss-discover-feed): Remove 404 URL in docstring.
6989
6990         * nnir.el: Fix Swish-E URL.
6991         Fix Namazu URL.
6992
6993         * message.el (message-change-subject): Remove 404 URL in a comment.
6994
6995 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6998         called interactively.
6999
7000         * gnus-util.el (gnus-remove-if): Allow hash table.
7001         (gnus-remove-if-not): New function.
7002
7003         * gnus-art.el (gnus-mime-view-part-as-type):
7004         * gnus-score.el (gnus-summary-score-effect):
7005         * gnus-sum.el (gnus-read-move-group-name):
7006         Replace remove-if-not with gnus-remove-if-not.
7007
7008         * gnus-group.el (gnus-group-completing-read):
7009         Regard collection as a hash table if it is not a list.
7010
7011 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7014
7015         * shr.el: Document the table-rendering algorithm.
7016
7017 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7020         for Emacsen having no `libxml-parse-html-region' support.
7021
7022 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7025         invalid URLs.
7026
7027         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7028         line-broken.
7029         (shr-tag-img): Ignore image fetching errors.
7030         (shr-overlays-in-region): Compute overlay positions correctly.
7031
7032         * mm-decode.el (mm-shr): Require shr.
7033
7034         * gnus-art.el (gnus-blocked-images): Move variable here.
7035
7036         * shr.el (shr-insert-table): Bind free variable.
7037
7038         * mm-decode.el (mm-shr): Bind shr-content-function.
7039
7040         * shr.el (shr-content-function): New variable.
7041
7042         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7043         added for symmetry.
7044
7045         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7046
7047         * gnus-group.el (gnus-group-make-group): Doc fix.
7048
7049         * nnimap.el (nnimap-request-newgroups): Return success.
7050
7051         * shr.el (shr-find-elements): New function.
7052         (shr-tag-table): Put all the images after the table.
7053         (shr-tag-table): Really inhibit images inside the table.
7054         (shr-collect-overlays): Copy over overlays from the TD elements to the
7055         main document.
7056
7057         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7058         gnus-blocked-images.
7059
7060 2010-10-05  Julien Danjou  <julien@danjou.info>
7061
7062         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7063
7064         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7065         (gnus-html-maximum-image-size): Add this function.
7066         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7067
7068         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7069         server-value of the capability is nil.
7070
7071 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7072
7073         * shr.el (shr-tag-em): Add <EM> tag.
7074
7075 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7076
7077         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7078         customizable.
7079
7080         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7081         handing broken links to browse-url.
7082
7083 2010-10-05  Julien Danjou  <julien@danjou.info>
7084
7085         * gnus-util.el (gnus-emacs-completing-read)
7086         (gnus-iswitchb-completing-read): Use autoload rather than require.
7087
7088 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7091         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7092         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7093         iswitchb-temp-buflist for XEmacs.
7094
7095         * gnus-util.el (gnus-completing-read-function): Exclude
7096         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7097         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7098         XEmacs.
7099
7100         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7101         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7102
7103         * gnus-html.el: Don't require help-fns under XEmacs.
7104         (gnus-html-schedule-image-fetching): Work for XEmacs.
7105
7106         * mm-decode.el (mm-shr): Decode contents by charset.
7107
7108 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7109
7110         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7111         unknown.
7112
7113         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7114         (shr-get-image-data): Ensure against the cache file missing.
7115
7116         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7117         for data.
7118
7119         * spam-report.el (spam-report-url-ping-plain): Don't query about
7120         killing the process.
7121
7122         * shr.el (shr-render-td): Protect against too-wide text.
7123
7124 2010-10-04  Julien Danjou  <julien@danjou.info>
7125
7126         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7127         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7128
7129         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7130         retrieved.
7131
7132 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * shr.el (browse-url): Require.
7135         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7136         lines.
7137         (shr-show-alt-text, shr-browse-image): New commands.
7138         (shr-browse-url, shr-copy-url): New commands.
7139
7140         * gnus-sum.el (gnus-widen-article-window): New variable.
7141         (gnus-summary-select-article-buffer): Use it.
7142
7143         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7144         without @ signs.
7145
7146 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7147
7148         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7149
7150 2010-10-04  Julien Danjou  <julien@danjou.info>
7151
7152         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7153         for XEmacs.
7154
7155 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7156
7157         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7158
7159         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7160         (nnimap-close-server): Implement.
7161
7162         * dgnushack.el (iswitchb): Require to shut up the compiler.
7163
7164         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7165         (shr-insert): Tweak line breaking.
7166         (shr-insert): Handle <pre> better.
7167         (shr-tag-li): Get <li> indentation right.
7168         (shr-tag-li): Get <li> indentation even righter.
7169         (shr-tag-blockquote): Ensure paragraph start.
7170         (shr-make-table): Tweak table generation.
7171         (shr-make-table): Fix typo.
7172
7173         * shr.el: Implement table rendering.
7174
7175 2010-10-04  Julien Danjou  <julien@danjou.info>
7176
7177         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7178
7179 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180
7181         * shr.el (shr-insert): Use string anchors instead of line anchors.
7182
7183 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7184
7185         * shr.el: Add headings.
7186         (shr-ensure-paragraph): Actually work.
7187         (shr-tag-li): Make <ul> prettier.
7188         (shr-insert): Get white space at the beginning/end of elements right.
7189         (shr-tag-p): Collapse subsequent <p>s.
7190         (shr-ensure-paragraph): Don't insert double line feeds after blank
7191         lines.
7192         (shr-insert): \t is also space.
7193         (shr-tag-s): Fix "s" tag name function.
7194         (shr-tag-s): Fix face prop name.
7195
7196 2010-10-03  Julien Danjou  <julien@danjou.info>
7197
7198         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7199
7200         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7201         gnus-window-inside-pixel-edges.
7202
7203         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7204         gnus-ems.
7205
7206         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7207
7208         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7209         function.
7210
7211         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7212         resize choice.
7213
7214 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7215
7216         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7217         beginning of the buffer.
7218
7219         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7220         article buffer again.
7221
7222         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7223
7224         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7225         when it's at the start of the buffer.
7226
7227         * shr.el (shr-tag-blockquote): Convert name.
7228         (shr-rescale-image): Use the right image-size variant.
7229
7230         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7231         buffer isn't shown, then select the current article first instead of
7232         bugging out.
7233         (gnus-summary-select-article-buffer): Show both the article and summary
7234         buffers again.
7235
7236         * shr.el (shr-fontize-cont): Protect against regions with no text.
7237         Rename tag functions to shr-tag-* for enhanced security.
7238         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7239
7240 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7241
7242         * shr.el (shr-insert):
7243         * pop3.el (pop3-movemail):
7244         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7245         loaded.
7246
7247 2010-10-03  Glenn Morris  <rgm@gnu.org>
7248
7249         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7250
7251         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7252
7253         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7254
7255         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7256
7257         * gnus-util.el (gnus-make-local-hook): Simplify.
7258
7259 2010-10-02  Julien Danjou  <julien@danjou.info>
7260
7261         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7262         (gnus-ido-completing-read): New function.
7263         (gnus-emacs-completing-read): New function.
7264         (gnus-completing-read): Use gnus-completing-read-function.
7265         Add gnus-completing-read-function.
7266
7267 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268
7269         * shr.el (shr-insert-document): Autoload.
7270         (shr-img): Be silent.
7271         (shr-insert): Add a newline after every picture before text.
7272         (shr-add-font): Use overlays for combining faces.
7273         (shr-insert): Pass upwards the text start point.
7274
7275         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7276         possible.
7277         (mm-shr): New function.
7278
7279 2010-10-02  Julien Danjou  <julien@danjou.info>
7280
7281         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7282         should go backward.
7283
7284 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7285
7286         * shr.el (shr): Fix typo in provide call.
7287
7288 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * shr.el: New file.
7291
7292         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7293
7294         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7295         completing read.
7296
7297 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7300         we're being queried about.  Suggested by Dan Jacobson.
7301
7302         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7303         Suggested by Jason Eisner.
7304
7305         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7306         table, too.  Suggested by Stefan Wiens.
7307         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7308         the table unnecessary.  Suggested by Stefan Wiens.
7309
7310         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7311         longer needed, and probably doesn't work either, as pointed out by
7312         Stefan Wiens.
7313         (gnus-summary-exit): Remove call to the clearing function.
7314         (gnus-summary-exit-no-update): Ditto.
7315
7316         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7317         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7318         Reported by Stefan Monnier.
7319         (gnus-summary-save-in-rmail): Ditto.
7320
7321         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7322         article buffer, instead of both the article buffer and the summary
7323         buffer.  Sort of suggested by Dan Jacobson.
7324
7325         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7326
7327         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7328         Suggested by Dan Jacobson.
7329
7330         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7331         documentation clearer.
7332
7333         * message.el (message-shorten-references): Comment on the number "21".
7334         Suggested by Stefan Monnier.
7335
7336         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7337         Suggested by Dan Jacobson.
7338
7339         * gnus.el (gnus-large-newsgroup):
7340         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7341
7342         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7343         externalize attachments.  Bug reported by Steve Wen.
7344
7345         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7346         really message anything to the user.
7347
7348         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7349         directly.
7350
7351         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7352         messages in empty groups.
7353
7354 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7355
7356         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7357         non-UIDNEXT group.
7358
7359 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7362         not the value from the collection.
7363
7364         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7365         values.  This sometimes happens on some groups that have no info.
7366         (nnimap-request-newgroups): New function.
7367
7368 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7369
7370         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7371         check into `gnus-registry-initialize'.
7372         (gnus-registry-initialize): Ditto.
7373         Fix and extend header docs.
7374
7375 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7376
7377         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7378         regexp backtrace overflows.
7379
7380         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7381         for starttls that tls.el implements; i.e. openssl.
7382
7383         * tls.el (tls-starttls-switches): Give up on using starttls with
7384         gnutls-cli.
7385         (tls-program): Add --insecure to be consistent with the defaults from
7386         openssl s_client.  Now all three commands are insecure.
7387
7388 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * lpath.el: Bind completion-styles-alist for XEmacs.
7391
7392         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7393         (gravatar-create-image): New function that's an alias to
7394         gnus-xmas-create-image, gnus-create-image, or create-image.
7395         (gravatar-data->image): Use it.
7396
7397 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7398
7399         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7400         install the nnregistry refer method.
7401         (gnus-registry-install-hooks): Use it.
7402         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7403         unfollowed groups.
7404
7405 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7406
7407         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7408         expanding threads.
7409
7410 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7411
7412         * nnir.el: Use the server names without suffixes (bug #7009).
7413
7414         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7415         unencrypted to STARTTLS, if possible.
7416
7417 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7418
7419         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7420         headers before superseding.
7421
7422 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * nnrss.el (nnrss-use-local): Add documentation.
7425
7426         * nnimap.el (nnimap-extend-tls-programs): New function.
7427         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7428         (nnimap-wait-for-connection): Accept the greeting from the stupid
7429         output from openssl s_client -starttls, too.
7430
7431         * tls.el (tls-starttls-switches): New variable.
7432         (tls-find-starttls-argument): Use it.
7433         (open-tls-stream): Ditto.
7434
7435         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7436         (netrc-machine): Ditto.
7437
7438         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7439         article number.
7440         (nnimap-split-fancy): New variable.
7441         (nnimap-split-incoming-mail): Use it.
7442
7443         * nntp.el (nntp-server-list-active-group): Document.
7444
7445         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7446         SELECT to get the message-id.
7447
7448         * mail-source.el (mail-sources): Remove webmail support.
7449         (defvar): Ditto.
7450         (mail-source-fetcher-alist): Ditto.
7451         (mail-source-fetch-webmail): Remove.
7452
7453         * webmail.el: Remove -- doesn't seem relevant any more.
7454
7455         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7456
7457         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7458         the \r.
7459
7460 2010-09-30  Julien Danjou  <julien@danjou.info>
7461
7462         * gnus-agent.el (gnus-agent-add-group): Fix call to
7463         gnus-completing-read.
7464
7465 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * nndoc.el (nndoc-retrieve-groups): New function.
7468
7469         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7470         `default', use nnmail-split-methods.
7471         (nnimap-request-article): Downcase the NILs so that they are nil.
7472
7473         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7474         symbol.
7475
7476         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7477         code, since if the user has requested network, that's what they ought
7478         to get.
7479         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7480         (nnimap-split-rule): Mark as obsolete.
7481
7482         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7483         New variable.
7484
7485         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7486         correct slot, too.
7487
7488 2010-09-29  Julien Danjou  <julien@danjou.info>
7489
7490         * gnus.el (gnus-local-domain): Declare variable obsolete.
7491
7492         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7493         Fix history computing.
7494         (gnus-ido-completing-read): Require ido.
7495
7496 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7497
7498         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7499         build Gnus.
7500
7501         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7502         when interpreting the structures.
7503         (nnimap-request-accept-article): Add \r\n to the lines to make this
7504         work with Cyrus.
7505
7506         * nndraft.el (nndraft-request-expire-articles): Use the group name
7507         instead if "nndraft".  Fix found by Nils Ackermann.
7508
7509 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7510
7511         * nnregistry.el: Add.
7512
7513 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7514
7515         * nnmail.el (group, group-art-list, group-art):
7516         Remove unneeded directives.
7517
7518 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7521         (mm-mime-charset):
7522         * rfc2047.el (rfc2047-syntax-table):
7523         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7524
7525         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7526         rather than `insert-file-contents' and `eval-region'.
7527
7528         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7529         construction.
7530
7531         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7532
7533         * time-date.el: No need to require cl for Emacs 21.
7534
7535 2010-09-29  Julien Danjou  <julien@danjou.info>
7536
7537         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7538         replacement of `gnus-gravatar-relief' to mimic
7539         `gnus-faces-properties-alist'.
7540         Add :version property.
7541
7542 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * mail-source.el (mail-source-report-new-mail):
7545         * message.el (message-default-mail-headers):
7546         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7547
7548         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7549
7550 2010-09-28  Julien Danjou  <julien@danjou.info>
7551
7552         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7553         mail-address contains the same string as real-name.
7554
7555         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7556         non-blank in header, otherwise it'll get stripped.
7557
7558         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7559         real-name, and then for mail address rather than doing : or , search.
7560
7561 2010-09-27  Julien Danjou  <julien@danjou.info>
7562
7563         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7564         right completing-read function.
7565         (gnus-use-ido): New variable
7566         (gnus-completing-read-with-default): Remove.
7567         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7568         (gnus-agent-add-group):
7569         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7570         * mm-view.el (mm-view-pkcs7-decrypt):
7571         * mm-util.el (mm-codepage-setup):
7572         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7573         * mml-smime.el (mml-smime-openssl-sign-query):
7574         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7575         (mml-insert-multipart):
7576         * gnus-msg.el (gnus-summary-yank-message):
7577         * gnus-int.el (gnus-start-news-server):
7578         * mm-decode.el (mm-interactively-view-part):
7579         * gnus-dired.el (gnus-dired-attach):
7580         * gnus.el (gnus-read-method):
7581         * gnus-bookmark.el (gnus-bookmark-jump):
7582         * gnus-art.el (gnus-mime-view-part-as-type)
7583         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7584         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7585         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7586         * nnmairix.el (nnmairix-create-server-and-default-group)
7587         (nnmairix-update-groups, nnmairix-get-server)
7588         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7589         (nnmairix-get-group-from-file-path):
7590         * nnrss.el (nnrss-find-rss-via-syndic8):
7591         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7592         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7593         (gnus-group-browse-foreign-server):
7594         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7595         (gnus-summary-execute-command, gnus-summary-respool-article)
7596         (gnus-read-move-group-name):
7597         * gnus-score.el (gnus-summary-increase-score)
7598         (gnus-summary-score-effect):
7599         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7600
7601 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7604         x-focus-frame.
7605
7606         * nnimap.el (auth-source-forget-user-or-password)
7607         (auth-source-user-or-password): Autoload.
7608
7609         * message.el (message-from-style, message-interactive)
7610         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7611         (message-yank-prefix, message-indentation-spaces, message-signature)
7612         (message-signature-file): Add comment.
7613
7614 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7615
7616         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7617         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7618         new articles.
7619
7620         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7621         parts.
7622         (nnimap-request-article): Work with the t setting, too.
7623
7624         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7625         that you don't get flashes of other buffers.
7626         (gnus-summary-show-complete-article): Intern before setting.
7627
7628 2010-09-27  David Engster  <dengste@eml.cc>
7629
7630         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7631         well as HEADERS.
7632         (nnmairix-retrieve-headers): Provide new argument for the above.
7633
7634 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7635
7636         * gnus-sum.el (gnus-summary-move-article): Don't alter
7637         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7638         group.
7639
7640         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7641
7642         * message.el (message-cite-prefix-regexp): Revert my last edit.
7643
7644         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7645         variable instead of the Gnus variable.
7646
7647         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7648
7649         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7650
7651         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7652         since some servers don't like it.
7653         (nnimap-open-connection): Forget credentials if the server says the
7654         password was wrong.
7655         (nnimap-parse-line): Protect against invalid data.
7656
7657         * gnus-sum.el (gnus-summary-move-article): Add comment.
7658         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7659         nothing alters it while scanning for new messages.
7660
7661         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7662         which may or may not help.
7663         (nnimap-open-connection): If we're doing a stream connection, and then
7664         discover we're on a STARTTLS-capable server, then open a STARTTLS
7665         connection instead.
7666
7667 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7668
7669         * nnimap.el (utf7): Require.
7670
7671         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7672         prefix.
7673
7674 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7675
7676         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7677
7678 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7679
7680         * nnimap.el (nnimap-request-accept-article): Message the error on
7681         error.
7682
7683 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7686
7687 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7688
7689         * nndoc.el (nndoc-request-list): Return success always.
7690
7691         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7692         `fetch-old' -- we only want to fetch the articles we've requested.
7693         The rest are in the agent, probably.
7694         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7695         disappeared server" to something low.  It's not important.
7696
7697         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7698         arrived before the FETCH data.
7699
7700         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7701         target here, because we don't know the Gnus name of the group.
7702
7703         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7704         for the correct group.
7705
7706         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7707
7708         * gnus.el (gnus): Give a final warning after startup.
7709
7710         * gnus-util.el (gnus-action-message-log): New variable.
7711         (gnus-message): Use it.
7712         (gnus-final-warning): New function.
7713
7714         * nnimap.el (nnimap-open-connection): Record the greeting.
7715         (nnimap): Add greeting.
7716
7717 2010-09-26  Julien Danjou  <julien@danjou.info>
7718
7719         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7720         arguments.
7721         (gnus-html-wash-images): Fix spec computing to include start/end.
7722
7723         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7724
7725 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7726
7727         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7728         deletion.
7729         (nnimap-retrieve-headers): Don't select the group, because that's
7730         already done by nnimap-possibly-change-group.
7731
7732         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7733         (gnus-picon-transform-address): Use it.
7734
7735         * mail-source.el (mail-source-value): Revert previous patch.
7736
7737         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7738         on failure.
7739         (nnimap-open-connection): Look up both virtual and physical server name
7740         credentials.
7741
7742         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7743
7744 2009-02-07  Dave Love  <fx@gnu.org>
7745
7746         * tls.el (open-tls-stream): Don't query killing process.
7747
7748 2009-02-08  Dave Love  <fx@gnu.org>
7749
7750         * gnus-win.el (gnus-window-to-buffer-helper)
7751         (gnus-all-windows-visible-p): Function needn't be a symbol.
7752
7753         * mail-source.el (mail-source-value): Function needn't be a symbol.
7754
7755 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7756
7757         * message.el (message-cite-prefix-regexp): Remove } from the cite
7758         prefix.
7759
7760         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7761         highlight again, so that the highlight is correct.
7762
7763         * gnus-picon.el (gnus-picon): Remove again.
7764         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7765
7766         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7767         doing the header highlightling, so that the background color of the
7768         picon is correct.
7769
7770         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7771         (gnus-picon): Ditto.
7772         (gnus-picon): Reinstate.  The background color for picons is white.
7773         (gnus-picon-insert-glyph): Make the background white.
7774
7775         * nnml.el (nnml-open-nov): Don't return dead buffers.
7776
7777         * auth-source.el (auth-source-create): Query the user for whether to
7778         store the credentials.
7779
7780         * netrc.el (netrc-store-data): New function.
7781
7782         * auth-source.el (auth-source-user-or-password): Use the existing auth
7783         sources, if any, for creation.
7784
7785         * gnus.el (gnus-group-fast-parameter): Return the last matching
7786         parameter instead of the first matching parameter.
7787
7788 2010-09-26  Julien Danjou  <julien@danjou.info>
7789
7790         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7791
7792 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * mml2015.el (mml2015-use): Remove gpg support.
7795
7796         * mml1991.el (mml1991-function-alist): Remove gpg function.
7797         (mml1991-gpg-sign): Remove.
7798
7799 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7800
7801         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7802         (gnus-browse-unsubscribe-current-group): Document it.
7803         (gnus-browse-unsubscribe-group): Use it.
7804
7805 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806
7807         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7808         address to the To list for easier response.
7809
7810         * gnus.el (gnus-play-startup-jingle): Remove.
7811         (gnus-splash): Don't play jingle.
7812         (gnus): Silence gnus-load message.
7813
7814         * gnus-art.el (gnus-treat-play-sounds): Remove.
7815
7816         * gnus.el (gnus-play-jingle): Remove audio support.
7817
7818         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7819
7820         * earcon.el: Remove -- no users.
7821
7822         * gnus-audio.el: Remove -- no users of this package.
7823
7824         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7825
7826         * gnus-start.el (gnus-setup-news): Remove nocem support.
7827
7828         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7829
7830         * gnus.el (gnus-use-nocem): Remove.
7831
7832         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7833         Remove.
7834
7835         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7836         uses NoCeM any more.
7837
7838         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7839         (gnus-button-ctan-handler): Ditto.
7840         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7841         (gnus-button-ctan-directory-regexp): Ditto.
7842         (gnus-button-handle-ctan): Ditto.
7843         (gnus-button-tex-level): Ditto.
7844         (gnus-button-alist): Remove CTAN stuff.
7845
7846 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7849         nnimap-streaming test.
7850
7851         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7852         servers twice.
7853
7854         * nnimap.el (nnimap-open-connection): Add more error reporting when
7855         nnimap fails early.
7856
7857         * nnheader.el (nnheader-get-report-string): New function.
7858         (nnheader-get-report): Use it.
7859
7860         * gnus-int.el (gnus-check-server): Say what the error was when opening
7861         failed.
7862
7863         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7864         using streaming.
7865
7866 2010-09-25  Julien Danjou  <julien@danjou.info>
7867
7868         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7869         gnus-window-inside-pixel-edges.
7870
7871 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872
7873         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7874
7875         * mm-decode.el (mm-save-part): Allow saving to other directories the
7876         normal Emacs way.
7877
7878         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7879         Suggested by Jay Berkenbilt.
7880
7881         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7882         there isn't a single byte.
7883
7884         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7885         just do it.  It doesn't really seem to matter what the user responds
7886         here, I think, so it's just a confusing question.
7887
7888         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7889         non-streaming case.
7890
7891         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7892         (gnus-article-encrypt-body): Use it.
7893
7894         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7895         keystroke.
7896
7897         * nnimap.el (nnimap-find-wanted-parts-1):
7898         Use gnus-fetch-partial-articles.
7899
7900         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7901
7902         * nnimap.el (nnimap-insert-partial-structure): New function.
7903         (nnimap-get-partial-article): New function.
7904         (nnimap-request-article): Use it.
7905         (nnimap-wait-for-response): Return whether the wait was successful.
7906         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7907         retrieval wasn't successful.
7908         (nnimap-retrieve-group-data-early): Allow throttling servers.
7909         (nnimap-streaming): New variable.
7910         (nnimap-fetch-partial-articles): Remove.
7911
7912         * mm-decode.el (mm-with-part): Protect against killed buffers.
7913
7914         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7915         for prettier summary display.
7916
7917 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7918
7919         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7920
7921 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7922
7923         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7924         apparently third-party libraries depend on it.
7925
7926         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7927         before starting negotiation.
7928
7929         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7930         privacy reasons.
7931         (gnus-treat-mail-gravatar): Ditto.
7932
7933         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7934         buffer when inserting images.  Inserting text into the headers, for
7935         instance, can make them invalid.
7936
7937 2010-09-25  Julien Danjou  <julien@danjou.info>
7938
7939         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7940         variables.
7941
7942         * nnheader.el: Remove useless variables news-reply-yank-from and
7943         news-reply-yank-message-id.
7944
7945         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7946         variables.
7947
7948         * mml1991.el: Remove useless mml1991-verbose.
7949
7950         * gnus.el: Remove useless variable gnus-use-generic-from.
7951         Remove obsolete variable gnus-topic-indentation.
7952
7953         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7954
7955         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7956
7957         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7958
7959         * gnus-group.el: Remove useless gnus-group-icon-cache.
7960         Remove useless gnus-ephemeral-group-server.
7961
7962         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7963
7964         * mml2015.el: Remove useless mml2015-verbose.
7965
7966         * mml-smime.el: Remove useless mml-smime-verbose.
7967
7968         * gnus.el: Remove useless gnus-local-domain.
7969
7970         * gnus-gravatar.el (gnus-gravatar-transform-address):
7971         Use gnus-gravatar-size.
7972
7973         * gnus-art.el: Remove useless gnus-treat-translate.
7974
7975 2010-09-24  Julien Danjou  <julien@danjou.info>
7976
7977         * gnus-sum.el: Add support for Gravatars.
7978
7979         * gnus-art.el: Add support for Gravatars.
7980
7981         * gnus-gravatar.el: Add this file.
7982
7983         * gravatar.el: Add this file.
7984
7985 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7988
7989         * gnus-group.el (gnus-group-fetch-faq): Remove.
7990
7991         * gnus.el (gnus-group-faq-directory): Remove.
7992
7993         * gnus-group.el (gnus-group-fetch-charter): Remove.
7994
7995         * gnus.el (gnus-group-charter-alist): Remove.
7996
7997         * gnus-group.el (gnus-group-archive-directory): Remove.
7998         (gnus-group-recent-archive-directory): Ditto.
7999         (gnus-group-make-archive-group): Remove.
8000
8001         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8002
8003         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8004         use the same article number for all the cached articles.
8005
8006         * nnimap.el (nnimap-command): Register the last command time so
8007         that we can use it for idling NOOPs.
8008         (nnimap-open-connection): Start the keeplive timer.
8009         (nnimap-make-process-buffer): Store all the process buffers.
8010         (nnimap-keepalive): New function.
8011
8012         * starttls.el (starttls-open-stream): Add autoload cookie.
8013
8014 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8015
8016         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8017         handling.
8018
8019 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8020
8021         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8022         its data structures.
8023
8024         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8025         instead of the cl.el copy-list.
8026         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8027         equalp.
8028
8029 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8032         and tool-bar-local-item-from-menu.
8033
8034         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8035         mode-line-highlight face for Emacs.
8036
8037         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8038         loading gnus-sum.elc; fix comment for canlock-verify.
8039         (gnus-article-jump-to-part): Use read-number.
8040         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8041         Remove Emacs pre-21 compatible code for help-echo.
8042         (gnus-article-next-page-1): No need to adjust the number of lines.
8043         (gnus-article-describe-bindings): Always use help-buffer.
8044
8045         * gnus-audio.el (gnus-audio-inline-sound):
8046         * gnus-cus.el (gnus-custom-mode):
8047         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8048
8049         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8050
8051         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8052         compatible code.
8053
8054 2010-09-24  Glenn Morris  <rgm@gnu.org>
8055
8056         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8057         visiting the fcc file in rmail-mode.
8058
8059         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8060
8061 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * nnir.el: Silence the byte compiler.
8064
8065         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8066         alias to browse-url-url-encode-chars if any.
8067         (gnus-html-encode-url): Use it.
8068
8069 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8070
8071         * gnus-start.el (gnus-use-backend-marks): New variable.
8072         (gnus-get-unread-articles-in-group): Use it.
8073
8074         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8075         makeover.
8076
8077 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8078
8079         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8080
8081 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8084         Remove.
8085         (gnus-setup-news-hook):
8086         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8087
8088         * gnus-int.el (gnus-request-update-info): Protect against backends not
8089         having the function.
8090
8091         * nnimap.el (nnimap-stream): Mention starttls.
8092         (nnimap-open-connection): Add starttls support.
8093
8094 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8095
8096         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8097
8098 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8099
8100         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8101         BODYSTRUCTUREs.
8102         (nnimap-transform-headers): Unfold quoted {42} headers.
8103
8104         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8105         the info.
8106         (gnus-get-unread-articles): Only call updatep on backends that support
8107         it.
8108
8109         * nnweb.el (nnweb-request-update-info): NOOP.
8110
8111         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8112
8113         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8114         since it only deals with marks.
8115
8116         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8117         gnus-request-marks, and make a new gnus-request-update-info.
8118
8119         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8120         the active instead of the high number, which is usually too low.
8121
8122 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8123
8124         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8125         * encrypt.el: Remove.
8126
8127 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8128
8129         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8130         server in symbolic form.
8131
8132         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8133
8134 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135
8136         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8137         (nnimap-update-info): Fix up code slightly.
8138
8139         * gnus-int.el (gnus-open-server): Add tracing for performance
8140         debugging.
8141
8142         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8143         (gnus-group-insert-group-line): Pass the real group name so that it
8144         gets the right data.
8145
8146         * gnus-start.el (gnus-get-unread-articles): Don't have
8147         `gnus-get-unread-articles-in-group' update info, since that can be
8148         really slow and doesn't seem to be needed?
8149
8150 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8151
8152         * time-date.el (date-to-time): Try using parse-time-string first before
8153         using the slower timezone-make-date-arpa-standard.
8154
8155 2010-09-22  Julien Danjou  <julien@danjou.info>
8156
8157         * gnus-group.el (gnus-group-insert-group-line):
8158         Call gnus-group-highlight-line.
8159         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8160         default hook list.
8161         (gnus-group-update-eval-form): Add new function.
8162         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8163         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8164
8165 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8168         immediate, then expire all articles.
8169         (nnimap-update-info): Fix off-by-one errors.
8170         (nnimap-flags-to-marks): Would return no marks lists for group with no
8171         flags.  Instead return the other data.
8172
8173 2010-09-22  Julien Danjou  <julien@danjou.info>
8174
8175         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8176         Only return an icon.
8177         (gnus-group-insert-group-line): Compute icon to return.
8178
8179         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8180         (gnus-html-image-fetched): Only cache if
8181         gnus-html-image-automatic-caching is set.
8182         (gnus-html-image-fetched): Check for errors.
8183
8184 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8187         once per method on `g'.  This ensures that backends like nnfolder don't
8188         open all their folders.
8189
8190         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8191         (nnimap-request-list): Nix out group in the correct buffer.
8192         (nnimap-parse-flags): Implement by using `read' instead of
8193         hand-parsing.
8194         (nnimap-flags-to-marks): Pass on permanent-flags.
8195         (nnimap-make-process-buffer): Record the server name.
8196         (nnimap-parse-flags): Fix typo.
8197         (nnimap-request-scan): Run split on the server in general, not just a
8198         single group.
8199
8200         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8201         parameter, and propagate this downwards.
8202
8203         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8204         since EXAMINE changes it on the server.
8205
8206         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8207         this command might take a while.
8208
8209 2010-09-22  Julien Danjou  <julien@danjou.info>
8210
8211         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8212         harmful if you have 2 images side-by-side, they can't be properly
8213         update on text deletion.  Using text-property is safer here.
8214         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8215         data.
8216
8217 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8218
8219         * nnimap.el (nnimap-expunge-inbox): Remove.
8220         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8221         (nnimap-expunge): Flip default to t.
8222
8223         * gnus.el (gnus-method-to-server): Don't push things to the cache
8224         unless it's unique.
8225         (gnus-server-to-method): Ditto.
8226
8227 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8228
8229         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8230
8231 2010-09-22  Julien Danjou  <julien@danjou.info>
8232
8233         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8234         get the start of data.
8235         (gnus-html-encode-url): Add this function to encode special chars in
8236         URL.
8237         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8238         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8239
8240         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8241         default.
8242         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8243
8244         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8245         images alt-text.
8246         (gnus-html-put-image): Put alt-text as help-echo.
8247
8248 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8251         * mm-util.el (mm-decompress-buffer):
8252         * nnir.el (nnir-run-find-grep):
8253         * pop3.el (pop3-list): Use 3rd arg of split-string.
8254
8255         * time-date.el (format-seconds): Comment fix.
8256
8257         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8258         and byte-optimize-form-code-walker.
8259         (dgnushack-make-auto-load): Don't advise make-autoload.
8260
8261         * lpath.el: Remove Emacs 21 stuff.
8262
8263 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8264
8265         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8266         outside the active range.  Suggested by Dan Christensen.
8267
8268         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8269         slightly later to avoid double-getting it.
8270
8271         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8272         previous patch.
8273
8274         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8275
8276 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8277
8278         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8279
8280 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * gnus-int.el (gnus-open-server): Give a better error message in the
8283         "go offline" case.
8284
8285         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8286         marks for nnimap, which is seldom the right thing to do.
8287
8288         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8289         (gnus-same-method-different-name): New function.
8290
8291         * nnimap.el (parse-time): Require.
8292
8293         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8294         method in the presence of many similar methods.
8295
8296         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8297
8298         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8299         nnml-inhibit-expiry.
8300
8301         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8302         find out whether methods are equal.
8303
8304         * nnimap.el (nnimap-find-expired-articles): New function.
8305         (nnimap-process-expiry-targets): New function.
8306         (nnimap-request-move-article): Request the article before looking at
8307         what the Message-ID is.  Fix found by Andrew Cohen.
8308         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8309
8310         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8311         for oldness in addition to being a predicate.
8312
8313         * nnimap.el (nnimap-request-group): When we have zero articles, return
8314         the right data to Gnus.
8315         (nnimap-request-expire-articles): Only delete articles immediately if
8316         the target is 'delete.
8317
8318         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8319         method, this would bug out.
8320
8321         * gnus-group.el (gnus-group-expunge-group): Rename from
8322         gnus-group-nnimap-expunge, and implemented as a normal interface
8323         function.
8324
8325         * gnus-int.el (gnus-request-expunge-group): New function.
8326
8327         * nnimap.el (nnimap-request-create-group): Implement.
8328         (nnimap-request-expunge-group): New function.
8329
8330 2010-09-21  Julien Danjou  <julien@danjou.info>
8331
8332         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8333         (gnus-html-cache-expired): Add new function.
8334         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8335         wethever we should display image for fetch it.
8336         Compute alt-text earlier to pass it to the fetching function too.
8337         (gnus-html-schedule-image-fetching): Change function argument to only
8338         get one image at a time, not a list.
8339         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8340         cache.
8341         (gnus-html-get-image-data): New function to retrieve image data from
8342         cache.
8343         (gnus-html-put-image): Change buffer argument to use image data rather
8344         than file, and place image above region rather than inserting a new
8345         one.  Do not take alt-text as argument, since it's useless now: we place
8346         the image above alt-text.
8347         (gnus-html-prune-cache): Remove.
8348         (gnus-html-show-images): Start to fetch image when we find one, do not
8349         push into a temporary list.
8350         (gnus-html-prefetch-images): Only fetch image if they have expired.
8351         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8352         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8353
8354 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8357
8358 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8359
8360         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8361         spec inser "*" if the group isn't active instead of 0.
8362
8363         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8364         opening the server.
8365         (nnimap-request-delete-group): Implement group deletion.
8366         (nnimap-transform-headers): Return the size of the entire message in
8367         the Bytes header, not just the size of the first part.
8368         (nnimap-request-move-article): When moving an article from nnimap,
8369         request the article first so the accepting form has an article to
8370         accept.  Reported by Dan Christensen.
8371         (nnimap-command): Make sure that the error message doesn't error out.
8372
8373 2010-09-20  David Edmondson  <dme@dme.org>
8374
8375         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8376         we haven't requested anything.
8377
8378 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8379
8380         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8381         "".  Fix found by Andrew Cohen.
8382
8383         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8384         instead of -encode-string.
8385
8386 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8389
8390         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8391         by mm-subst-char-in-string.
8392
8393 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8396         waiting for the connection string.
8397
8398         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8399         arriving.
8400
8401         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8402         bogus characters.  This allows selecting certain Gmail groups.
8403
8404         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8405         (nnimap-fetch-partial-articles): New variable.
8406         (nnimap-open-connection): When looking for credentials, also use the
8407         nnimap-server-port.
8408         (nnimap-request-article): Return the group/article number, so that Gnus
8409         `^' works as expected.
8410         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8411
8412         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8413         comments.
8414         (gnus-methods-sloppily-equal): New function.
8415         (gnus): When using the development version of Gnus, load the gnus-load
8416         file.
8417
8418         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8419         `gnus-open-server' on each method before trying to scan them etc.
8420         This ensures that all the backend parameters are set correctly.
8421
8422         * nnimap.el (nnimap-authenticator): New variable.
8423         (nnimap-open-connection): Allow anonymous login.
8424         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8425         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8426
8427         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8428         patch, found by Knut Anders Hatlen.
8429
8430 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8431
8432         * gnus-agent.el (gnus-agent-batch-confirmation)
8433         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8434         to gnus-message.
8435         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8436         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8437         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8438         * gnus-int.el (gnus-open-server): Likewise.
8439         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8440         (gnus-score-check-syntax): Likewise.
8441         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8442         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8443         Likewise.
8444         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8445
8446 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8449         calling conventions so that prefetch doesn't bug out.
8450
8451 2010-09-19  Julien Danjou  <julien@danjou.info>
8452
8453         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8454         rather than `subst-char-in-region' in order to be able to replace ASCII
8455         char by UTF-8 ones.
8456
8457         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8458         than curl.
8459         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8460         the right URL and ALT text on images.
8461         (gnus-html-wash-tags): Fix tag case.
8462         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8463         (gnus-article-html): Add -o display_ins_del=2 option.
8464         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8465
8466 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8467
8468         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8469         the extra mail headers, which sometimes seem to happen for unknown
8470         reasons.
8471
8472         * mail-parse.el (mail-header-encode-parameter): Define as
8473         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8474         (or most, perhaps?) mail readers don't understand the latter, but do
8475         understand the former.
8476
8477         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8478         to nil, so that no methods are automatically agentized.  I think this
8479         is probably what most users want.
8480
8481         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8482         from url-retrieve, for instance about invalid URLs.
8483
8484         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8485         groups that have no articles.
8486         (nnimap-request-article): Check that we really got an article when we
8487         requested one.
8488
8489         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8490         doesn't exist.
8491
8492         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8493         nntp buffer so the agent can save it.
8494         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8495         that CRLF doesn't get translated to \n.
8496         (nnimap-open-connection): Don't make 'shell commands only send \n.
8497
8498 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8499
8500         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8501         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8502         Update var name.
8503         (nnml-generate-nov-file): Use dolist.
8504         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8505         Use with-current-buffer.
8506
8507 2010-09-18  Julien Danjou  <julien@danjou.info>
8508
8509         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8510         parallel.
8511
8512 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8513
8514         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8515         the range update right.
8516         (nnimap-request-group): Don't make `M-g' bug out on group with no
8517         marks.
8518         (nnoo): Require, so that other packages can require nnimap.
8519         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8520         command we're looking for.  This helps when the server sends more
8521         responses after we've gotten everything we expected.
8522         (nnimap): Add a `newlinep' field to keep track of end-of-line
8523         conventions.
8524         Don't send CRLF to things that don't want it.
8525         (nnimap-request-accept-article): Ditto.
8526
8527 2010-09-18  Julien Danjou  <julien@danjou.info>
8528
8529         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8530         than curl to retrieve images.
8531
8532 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8535         the marks.
8536         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8537         (nnimap-wait-for-connection): New function.
8538         (nnimap-open-connection): If we have PREAUTH, don't query for login
8539         credentials.
8540         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8541         when doing a partial update.
8542
8543 2010-09-18  Julien Danjou  <julien@danjou.info>
8544
8545         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8546         tags.
8547
8548 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * nnimap.el (nnimap-credentials): New function.
8551         (nnimap-open-connection): Use the new function to look for credentials
8552         also on the numeric equivalents of "imap" and "imaps".
8553
8554         * gnus-start.el (gnus-activate-group): Send the info to
8555         gnus-request-group.
8556
8557         * nnimap.el (nnimap-request-group): Have the "check" version of the
8558         function parse flags and update the info, so that a `M-g' get a total
8559         resync of all flags from the group.
8560
8561         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8562         to allow backends to alter the info on group selection.  Also alter all
8563         the backend -request-group functions to take the parameter.
8564
8565         * nnimap.el (nnimap-store-info): New function.
8566         (nnimap-update-info): Store the info for later usage.
8567         (nnimap-request-group): Use the stored info for the dont-check case, so
8568         that we don't retrieve all marks when we enter a group.
8569
8570         * nnimap.el: Use deffoo instead of defun for interface functions.
8571
8572         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8573         update the group info.  This makes the nndraft groups, for instance, go
8574         back to their old behavior.
8575
8576         * gnus-sum.el (gnus-select-newsgroup): Indent.
8577
8578         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8579         in.
8580         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8581         nothing.
8582
8583         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8584         from methods that are denied.
8585
8586         * gnus-int.el (gnus-method-denied-p): New function.
8587
8588         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8589         store the password instead of netrc.
8590         (nnimap-open-connection): Don't error out when we can't make a
8591         connections.
8592
8593         * auth-source.el (auth-source-create): In the password prompt, say what
8594         we're querying for.  Also prompt for user name if that hasn't been
8595         given.
8596
8597         * nnimap.el (nnimap-with-process-buffer): Remove.
8598
8599 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8602         method when we're reading from the agent.
8603
8604         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8605
8606         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8607         that's probably most useful for users.
8608
8609         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8610         "failed" all the time.
8611
8612         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8613         ...)) with (with-current-buffer ... ).
8614
8615         * nntp.el (nntp-open-server): Return whether the open was successful or
8616         not.
8617
8618         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8619         select an unread unseen article first.
8620
8621         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8622         /etc/services, supply some sensible port defaults.
8623
8624         * dgnushack.el: Define netrc-credentials.
8625
8626 2010-09-17  Julien Danjou  <julien@danjou.info>
8627
8628         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8629
8630 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8631
8632         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8633         doesn't have any parameters.
8634
8635 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8638         only upcased checks.
8639
8640         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8641
8642         * nnimap.el (nnimap-open-shell-stream): New function.
8643         (nnimap-open-connection): Use it.
8644         (nnimap-transform-headers): Get the number of lines in each message.
8645         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8646         number of lines.
8647         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8648         problem.
8649
8650         * utf7.el (utf7-encode): Autoload.
8651
8652         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8653         to allow the mail splitting to not return a default group.  This is
8654         useful for nnimap, which will leave unmatched mail in the inbox.
8655
8656         * nnimap.el: Rewritten.
8657
8658         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8659         nnimap usage.
8660
8661         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8662         if the move is internal, so that nnimap can do fast internal moves.
8663
8664         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8665         data.
8666         (gnus-read-active-for-groups): Support finishing the early retrieval of
8667         data.
8668
8669         * gnus-range.el (gnus-range-nconcat): New function.
8670
8671         * gnus-int.el (gnus-finish-retrieve-group-infos)
8672         (gnus-retrieve-group-data-early): New functions.
8673
8674 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8675
8676         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8677         (nnrss-retrieve-groups):
8678         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8679         (pop3-quit): Use with-current-buffer.
8680
8681 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8684         instead of nnheader-accept-process-output.
8685
8686         * dgnushack.el (dgnushack-compile): Add comment.
8687
8688         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8689
8690         * gnus-html.el (gnus-html-schedule-image-fetching)
8691         (gnus-html-prefetch-images): Replace process-kill-without-query by
8692         gnus-set-process-query-on-exit-flag.
8693
8694 2010-09-16  Romain Francoise  <romain@orebokech.com>
8695
8696         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8697
8698 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8701         parameter to unintern is mandatory-ish in Emacs 24.
8702
8703         * gnus-html.el (gnus-html-schedule-image-fetching)
8704         (gnus-html-prefetch-images): Check for curl before using it.
8705
8706         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8707         depend on curl, which isn't essential.
8708
8709         * imap.el: Revert back to version
8710         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8711         seem problematic.
8712
8713 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8714
8715         * gnus-registry.el (gnus-registry-install-shortcuts):
8716         Explicitly pass `obarray' to `unintern' to avoid a warning.
8717
8718 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8721         change.
8722
8723         * nnrss.el (nnrss-request-list): Remove this function and related
8724         functions, including the moreover stuff.
8725
8726 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * nnrss.el (nnrss-retrieve-groups): New function.
8729
8730 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8731
8732         * .dir-locals.el: Add no-byte-compile cookie.
8733
8734 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * time-date.el (format-seconds): Comment fix.
8737
8738         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8739         for back end that doesn't support request-scan.
8740
8741 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8744         then do request scans from the backends.
8745
8746         * netrc.el (netrc-credentials): New conveniency function.
8747
8748         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8749         avoid running a hook per line, since this takes a lot of time,
8750         profiling shows.
8751         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8752         directly if gnus-visual-p is true.
8753
8754 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8757         groups; replace mapcar with dolist which is a bit faster; pass groups
8758         info to gnus-read-active-file-1.
8759         (gnus-read-active-file-1): Scan only specified groups if the new
8760         optional arg `infos' is given.
8761
8762 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8765
8766         * pop3.el (pop3-movemail): Remove.
8767         (pop3-streaming-movemail): Rename to pop3-movemail.
8768
8769         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8770         don't restrict end-tag searches to the end of the line.
8771
8772 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8775         articles of every unchecked group to t, which means unknown since the
8776         server has never been opened.
8777
8778 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8779
8780         * gnus-html.el (gnus-html-show-alt-text): New command.
8781         (gnus-html-browse-image): Ditto.
8782         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8783         to browse the image directly.
8784         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8785         better.
8786
8787         * gnus-async.el (gnus-async-article-callback):
8788         Call `gnus-html-prefetch-images' unconditionally.
8789
8790         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8791         before feeding URLs to curl.
8792
8793 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8796         internal images as deletable by `W D D'.
8797
8798         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8799         (gnus-async-article-callback): Fix typo.
8800
8801 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8802
8803         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8804         current line to work around bugs in the output from w3m.
8805
8806         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8807         for groups that want that.
8808
8809         * nntp.el (nntp-wait-for-string): Supply a timeout for
8810         accept-process-output to ensure progress.
8811
8812         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8813         level to get unread articles from, then use that for foreign groups,
8814         too.
8815
8816         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8817         confuses the rest of the function.
8818
8819         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8820         for the methods that support -retrieve-groups, too.
8821
8822         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8823
8824 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8827         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8828
8829         * pop3.el: Require cl when compiling.
8830         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8831
8832 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8833
8834         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8835         that aren't going to be activated.
8836         (gnus-get-unread-articles): Fix up the last commit.
8837
8838         * gnus-html.el (gnus-article-html): Allow calling without specifying
8839         the handle.  In that case, dissect the buffer first.
8840
8841         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8842
8843         * nnimap.el (nnimap-open-connection): Revert the change that would look
8844         into authinfo for imaps instead of imap.
8845
8846         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8847         say that you don't want to call gnus-request-group with don-check, but
8848         do check the reponse.  This is for virtual groups only.
8849         (gnus-get-unread-articles): Count the archive groups as secondary, so
8850         that they're activated the same way as before.
8851
8852         * imap.el (imap-message-map): Removed optional buffer parameter, since
8853         no callers use it.
8854         (imap-message-get): Ditto.
8855         (imap-message-put): Ditto.
8856         (imap-mailbox-map): Ditto.
8857         (imap-mailbox-put): Ditto.
8858         (imap-mailbox-get): Ditto.
8859         (imap-mailbox-get): Revert last change for this function.
8860
8861         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8862         case-insensitively.
8863         (nnimap-debug): Remove.
8864
8865         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8866         callers to use `imap-fetch' instead.  According to the comments, this
8867         should be safe, since all other IMAP clients use the 1:* syntax.
8868         (imap-enable-exchange-bug-workaround): Remove.
8869         (imap-debug): Remove -- doesn't seem very useful.
8870
8871         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8872         mail from a file, and the file doesn't exist.
8873
8874         * imap.el (imap-log): New convenience function used throughout instead
8875         of repeating the same code all over the place.
8876
8877         * pop3.el (pop3-streaming-movemail): Return t for success.
8878
8879         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8880         .authinfo if we're using ssl connection.
8881
8882         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8883         already have if we're in a main Gnus `g' run.
8884
8885         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8886
8887 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8890
8891         * nnmh.el (nnmh-request-list-1): Bind `file'.
8892
8893         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8894         alias to set-process-query-on-exit-flag or process-kill-without-query.
8895         (pop3-open-server): Use it.
8896
8897 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898
8899         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8900         box to the Incoming file.  Fixes mistake in previous checkin.
8901
8902         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8903         request loop (for debugging purposes) removed.
8904
8905         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8906         culprit is more visible.
8907         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8908         (nnml-add-incremental-nov): New functions to do "incremental" nov
8909         updates, where we just append to the end of the existing nov files
8910         without reading/writing them in full.
8911
8912         * mail-source.el (mail-source-delete-crash-box): Really only check the
8913         incoming files once in a while.
8914
8915         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8916
8917         * mail-source.el (mail-source-delete-crash-box): Only check the
8918         incoming files for deletion once per day to save a lot of file
8919         accesses.
8920
8921         * pop3.el (pop3-logon): Fix up unbound variable typo.
8922
8923         * mail-source.el (pop3-streaming-movemail): Autoload.
8924
8925         * pop3.el (pop3-streaming-movemail):
8926         Respect pop3-leave-mail-on-server.
8927
8928         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8929         retrieval.
8930
8931         * pop3.el (pop3-process-filter): Remove unused function.
8932         (pop3-streaming-movemail, pop3-send-streaming-command)
8933         (pop3-wait-for-messages, pop3-write-to-file)
8934         (pop3-number-of-responses): New functions for streaming pop3
8935         retrieval.
8936
8937         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8938         come from no known methods.
8939         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8940         list.
8941
8942         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8943         message sizes.
8944         (pop3-movemail): Use erase-buffer instead of looping and deleting
8945         regions, which seems rather odd.
8946
8947         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8948         file once per `g' run.
8949
8950         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8951         directories.  This makes the draft queue directory work.
8952
8953         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8954         data from the backends, so that we only request the list of groups from
8955         each method once.  This should speed things up considerably.
8956
8957         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8958         detect that it's not implemented.
8959
8960         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8961         we actually do recurse down into the tree, but don't stat all leaf
8962         nodes.
8963
8964         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8965         then say so instead of bugging out.
8966
8967         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8968         files exist before trying to read them.
8969
8970         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8971         around <pre_int>.
8972
8973         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8974
8975         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8976
8977 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8978
8979         * mm-util.el (mm-image-load-path): Just return the image directories,
8980         not all directories in the path in addition to the image directories.
8981         (mm-image-load-path): Maintain a cache of the image directories so that
8982         the `g' command in Gnus doesn't have to stat dozens of directories each
8983         time.
8984
8985         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8986         (gnus-html-wash-tags): Add a new `i' command to insert images.
8987         (gnus-html-insert-image): New command and keystroke.
8988         (gnus-html-redisplay-with-images): New command and keystroke.
8989         (gnus-html-show-images): Rename command.
8990         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8991         spacers.
8992         (gnus-html-wash-tags): Decode entities at the end, so that entities
8993         inside the tags don't mess up the rest of the "parsing".
8994
8995         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8996         so that nnimap methods aren't agentized by default.  There's apparently
8997         many problems related to agent/imap behavior.
8998
8999         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9000
9001         * gnus-html.el: Doc fix.
9002
9003 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9006         specifier-spec-list for Emacs 21.
9007
9008         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9009         glyph-width and glyph-height instead of display-graphic-p and
9010         image-size; make avoidance of displaying small images work for XEmacs.
9011
9012         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9013         for XEmacs.
9014
9015         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9016         of symbol that holds plist data.
9017         (gnus-process-plist): Remove plist of process after getting it.
9018
9019 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9020
9021         * message.el (message-generate-hashcash): Change default to
9022         'opportunistic if hashcash is installed.
9023
9024         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9025         (gnus-html-put-image): Only call image-size once, since it's somewhat
9026         time-consuming on remote X servers.
9027
9028 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9031         type on data, not a file name.
9032
9033         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9034         window-pixel-edges for Emacs 21.
9035
9036         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9037         decoded contents.
9038         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9039
9040 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9041
9042         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9043         group line format, since it isn't very interesting.
9044
9045         * gnus-agent.el (gnus-agent-short-article),
9046         (gnus-agent-long-article): Increase values for these two variables,
9047         since most people are likely to have more network connection and
9048         storage than before.
9049
9050         * gnus.el (gnus-refer-article-method): Change default to 'current.
9051         When referring an article, the common behavior is to refer it from the
9052         current select method, not the native select method.  The chances of
9053         the native select method having the message in question is rather slim
9054         these days.
9055
9056         * gnus-sum.el (gnus-auto-select-subject): Change default to
9057         `unseen-or-unread'.  I think it's likely that most people want to
9058         select an unseen article over a previously seen, but unread one.
9059
9060         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9061         means that in the article buffer none of the minor mode elements will
9062         be shown, usually, and this is not desirable in most cases.
9063
9064         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9065         that commands like `d' (and the like) go to the next line in the
9066         buffer, instead of the next unread article.  I think this is the
9067         behavior that is most natural for most users.
9068         (gnus-single-article-buffer): Change default to nil, so that people can
9069         have as many article buffers open as they have summary buffer.  I think
9070         this is the most natural way for the groups to behave.
9071
9072         * message.el (message-generate-new-buffers): Change default to
9073         `unsent', so that all new message buffers start their names with the
9074         string "*unsent", and it's easier to find the buffers if you move from
9075         them.
9076
9077 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9078
9079         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9080         small.  They're probably tracking images.
9081         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9082         (gnus-html-rescale-image): Yet another try at getting the image sizing
9083         right.
9084
9085         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9086         nntp-marks-file-name is nil.
9087
9088 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9089
9090         * gnus-html.el (gnus-html-wash-tags)
9091         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9092         Better logging.
9093
9094 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9095
9096         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9097
9098         * gnus-html.el (gnus-html-wash-tags): Check the value of
9099         gnus-blocked-images in the summary buffer.
9100
9101 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9102
9103         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9104
9105 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9108         like "a", it seems like.
9109         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9110         since it needs to be picked from the correct buffer.
9111
9112         * nnwfm.el: Remove.
9113
9114         * nnlistserv.el: Remove.
9115
9116 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9117
9118         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9119         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9120
9121 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * nnkiboze.el: Remove.
9124
9125         * nndb.el: Remove.
9126
9127         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9128         alt text.
9129         (gnus-html-rescale-image): Try to get the rescaling logic right for
9130         images that are just wide and not tall.
9131
9132         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9133         overshadow variable bindings.
9134
9135 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9136
9137         * gnus-html.el (gnus-html-wash-tags)
9138         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9139         Add extra logging.
9140
9141 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142
9143         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9144         (gnus-max-image-proportion): New variable.
9145         (gnus-html-rescale-image): New function.
9146         (gnus-html-put-image): Rescale images.
9147
9148 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9149
9150         Fix up some byte-compiler warnings.
9151         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9152         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9153         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9154         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9155         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9156         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9157         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9158
9159 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus-html.el (gnus-article-html): Decode contents by charset.
9162
9163 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9166         (gnus-html-frame-width, gnus-blocked-images):
9167         * message.el (message-prune-recipient-rules): Add custom version.
9168         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9169
9170         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9171         functions.
9172
9173         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9174         gnus-process-get.
9175
9176 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9177
9178         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9179         instead of lsub directly.
9180
9181 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9182
9183         * nnwarchive.el: Remove.
9184
9185         * gnus-soup.el: Remove.
9186
9187         * nnsoup.el: Remove.
9188
9189         * nnultimate.el: Remove.
9190
9191         * gnus-html.el (gnus-blocked-images): New variable.
9192
9193         * message.el (message-prune-recipients): New function.
9194         (message-prune-recipient-rules): New variable.
9195
9196         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9197         guess whether a long line is natural text or not.
9198
9199         * gnus-html.el (gnus-html-schedule-image-fetching):
9200         Use gnus-process-plist and friends for compatibility.
9201
9202 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9203
9204         * gnus-html.el: Require packages that define macros used in this file.
9205         (gnus-article-mouse-face): Declare to silence byte-compiler.
9206         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9207         process-get.
9208         (gnus-html-put-image): Use plist-get to avoid getf.
9209         (gnus-html-prefetch-images): Use with-current-buffer.
9210
9211 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-ems.el: Provide compatibility functions for
9214         gnus-set-process-plist.
9215
9216         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9217         header-line-format for XEmacs 21.4.
9218
9219         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9220         * gnus.el (gnus-valid-select-methods):
9221         * message.el (message-send-mail-partially-limit):
9222         * mm-decode.el (mm-text-html-renderer):
9223         * mml.el (mml-insert-mime-headers-always):
9224         * smiley.el (smiley-regexp-alist): Bump custom version.
9225
9226 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * gnus-html.el: require mm-url.
9229         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9230         with the url to `url'.
9231         (gnus-html-wash-tags): Support cid: URLs/images.
9232
9233 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234
9235         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9236         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9237         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9238
9239         * gnus-move.el: Remove file, since it doesn't really work.
9240
9241         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9242         UTF-8.  This seems to fix problems with some German web feeds.
9243
9244         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9245         at the top so that the proper colors are applied.
9246
9247         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9248         don't have dots in their names.
9249
9250         * gnus-art.el (gnus-article-view-part): Doc fix.
9251
9252         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9253         XEmacs-compatible.
9254         (gnus-html-put-image): Don't do images on non-graphic displays.
9255
9256         * nnslashdot.el: Remove this unused backend.
9257
9258         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9259         actions.
9260         (gnus-undo-register-1): Revert last change.
9261
9262         * gnus-group.el (gnus-group-completing-read): Protect against not
9263         having completion-styles bound.
9264
9265         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9266         make broken recipients happier.
9267
9268         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9269
9270         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9271         point parameter.
9272
9273         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9274
9275         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9276         completion-styles for group selection.
9277
9278 2009-02-04  Andreas Schwab  <schwab@suse.de>
9279
9280         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9281         headers and regexp-quote the match if necessary.
9282
9283 2009-03-24  Miles Bader  <miles@gnu.org>
9284
9285         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9286         the blinking smiley.
9287
9288 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9289
9290         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9291         blink smiley.
9292
9293 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9296         where the dribbel file lives exists.
9297
9298         * message.el (message-send-mail-partially-limit): Change the default to
9299         nil, since most people don't want this.
9300
9301         * mm-url.el (mm-url-decode-entities): Also decode entities like
9302         &#x3212.
9303
9304 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9305
9306         * gnus-sum.el (gnus-summary-idna-message):
9307         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9308         Hyperlink urls in docstrings with URL `...'.
9309
9310 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9311
9312         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9313         functions.
9314
9315 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9316
9317         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9318         say what the mouseover text should be.
9319
9320         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9321         version of the mm-w3m-safe-url-regexp variable to only download images
9322         in the groups where we want that to happen.
9323
9324         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9325
9326         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9327         easier debugging.
9328         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9329         big pictures in the article buffer.
9330
9331         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9332         gnus-article-html.
9333         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9334         w3m.
9335
9336         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9337
9338 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9341         which doesn't exist.
9342
9343         * message.el (message-inhibit-ecomplete): New variable to allow some
9344         function to inhibit ecomplete address storage.
9345         (message-resend): Disable ecomplete message storage when resending
9346         messages.
9347
9348         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9349
9350 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9353         Save excursion while copying, moving, and deleting articles in order to
9354         prevent the cursor from jumping to unforeseen place.
9355
9356 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * lpath.el: No need to bind bookmark-current-buffer,
9359         bookmark-yank-point and bookmark-make-record-function.
9360
9361 2010-08-17  Glenn Morris  <rgm@gnu.org>
9362
9363         * gnus-sync.el: Require gnus components whose functions are used.
9364
9365         * gnus-art.el (bookmark-make-record-function):
9366         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9367         Declare for compiler.
9368
9369         * mm-url.el (mml-compute-boundary): Autoload.
9370
9371 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9374
9375 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9376
9377         Typo fix "hoo4a" -> "hook".
9378
9379         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9380
9381 2010-08-14  Glenn Morris  <rgm@gnu.org>
9382
9383         * gnus-sync.el (gnus-sync): Fix defgroup version.
9384
9385 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9386
9387         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9388
9389         * gnus-sync.el: Fix docs.
9390         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9391         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9392
9393 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9394
9395         Optimizations for gnus-sync.el.
9396
9397         * gnus-sync.el: Add docs about gnus-sync-backend
9398         possibilities.
9399         (gnus-sync-save): Remove unnecessary message.
9400         (gnus-sync-read): Optimize and show what groups were skipped.
9401
9402 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9403
9404         Minor bug fixes for gnus-sync.el.
9405
9406         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9407         Don't read the sync on get-new-news.
9408
9409         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9410         quiet.
9411
9412         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9413         (fix typo).
9414
9415 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9416
9417         Make saving and restoring of hidden threads work with overlays.
9418         Patch applied by Ted Zlatanov.
9419
9420         * gnus-sum.el (gnus-hidden-threads-configuration)
9421         (gnus-restore-hidden-threads-configuration): Update to deal with text
9422         properties, rather than searching for a magic character.
9423
9424 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9425
9426         New gnus-sync.el library for synchronization of marks.
9427
9428         * gnus-sync.el: New library for synchronization of marks.
9429
9430         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9431         renamed from `gnus-registry-grep-in-list'.
9432
9433         * gnus-registry.el (gnus-registry-follow-group-p):
9434         Use `gnus-grep-in-list'.
9435
9436         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9437
9438 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9441         determining charset of text fails.
9442
9443 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * nnmail.el (nnmail-get-new-mail-1): Revert.
9446
9447         * nnml.el (nnml-active-number): Make sure names of newly created groups
9448         in nnml-group-alist are encoded.
9449
9450 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9453         containing non-ASCII characters in active file for nnml back end.
9454
9455 2010-07-24  David Engster  <dengste@eml.cc>
9456
9457         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9458         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9459
9460 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9461
9462         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9463         tag (Bug#6654).
9464
9465 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9468         the article buffer, not the summary buffer.
9469
9470 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9473         Emacs 23 as well.
9474
9475 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9478         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9479
9480 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9481
9482         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9483         Patch applied by Karl Fogel.
9484
9485         * gnus-sum.el (gnus-summary-bookmark-make-record):
9486         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9487
9488 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9489
9490         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9491         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9492         C-w still not working correctly from Article buffers; Thierry's
9493         patch to fix that will be applied after this.
9494
9495         * gnus-art.el (bookmark-make-record-function): New local variable.
9496
9497         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9498         article buffer.
9499         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9500
9501 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9502
9503         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9504         on changes in bookmark.el.
9505
9506 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9509         `no-log' instead of message not to log prompt string.
9510
9511 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9512
9513         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9514         the *other* type of HTML form submission.
9515
9516 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9517
9518         * auth-source.el (auth-source-pick): If choice does not contain a
9519         questioned keyword, set the check to t.
9520
9521 2010-06-12  Romain Francoise  <romain@orebokech.com>
9522
9523         * gnus-util.el (gnus-date-get-time): Move up before first use.
9524
9525 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9528         (gnus-article-edit-part): Bind it to make last part that is substituted
9529         or deleted visible.
9530         (gnus-mime-display-single): Buttonize part of which id equals to
9531         gnus-mime-buttonized-part-id.
9532
9533 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9534
9535         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9536         (gnus-dd-mmm): Use gnus-date-get-time.
9537         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9538         simplify logic.
9539         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9540         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9541
9542 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9543
9544         * auth-source.el (top): Autoload `secrets-list-collections',
9545         `secrets-create-item', `secrets-delete-item'.
9546         (auth-sources): Fix tag string.
9547         (auth-get-source, auth-source-retrieve, auth-source-create)
9548         (auth-source-delete): New defuns.
9549         (auth-source-pick): Rewrite in order to avoid 2 passes.
9550         (auth-source-forget-user-or-password): New parameter USERNAME.
9551         (auth-source-user-or-password): New parameters CREATE-MISSING and
9552         DELETE-EXISTING.  Retrieve password interactively, if needed.
9553
9554 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9555
9556         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9557         deleting unused directories when gnus-expert-user is t.
9558
9559 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9562         for each temp file when gnus-article-browse-delete-temp is ask.
9563
9564 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9565
9566         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9567         Replace Lisp calls to delete-backward-char by calls to delete-char.
9568
9569 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9570
9571         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9572
9573 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9574
9575         * password-cache.el (password-cache-remove): Fix docstring.
9576
9577 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9580         article unless decoding article to be saved.
9581
9582 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9585         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9586         generated within the mm-with-unibyte-current-buffer macro.
9587
9588 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9591         to nil when we're in a mml-preview buffer and no group is selected.
9592
9593 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9594
9595         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9596         when catching the `C-g'.  Reported by "Leo".
9597
9598 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * message.el (message-forward-make-body-plain)
9601         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9602         multibyte-string-p.
9603
9604         * lpath.el: Revert.
9605
9606 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * message.el (message-forward-make-body-mml): Assume original message
9609         is multibyte string; error on unibyte.
9610         (message-forward-make-body-plain): Ditto; don't add excessive newline
9611         in body end.
9612
9613         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9614
9615 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9616
9617         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9618         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9619
9620 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * mm-extern.el (mm-extern-url): Don't use
9623         mm-with-unibyte-current-buffer.
9624         (mm-extern-cache-contents): Use with-current-buffer instead of
9625         save-excursion + set-buffer.
9626
9627 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9628
9629         * mm-util.el (mm-emacs-mule): Remove.
9630
9631 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9632
9633         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9634         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9635         change.
9636
9637 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9640         bind the default value of enable-multibyte-characters to nil.
9641
9642 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * message.el (message-forward-make-body-plain)
9645         (message-forward-make-body-mml):
9646         Don't use mm-with-unibyte-current-buffer.
9647
9648 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9649
9650         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9651
9652 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9653
9654         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9655         (Bug#5592).
9656
9657 2010-05-07  Julien Danjou  <julien@danjou.info>
9658
9659         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9660         it to mm-pipe-part.
9661
9662         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9663         it is given.
9664
9665 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * binhex.el (binhex-decode-region-internal):
9668         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9669         (dns-query):
9670         * nnweb.el (nnweb-gmane-search):
9671         * pgg-parse.el (pgg-parse-armor):
9672         * pgg.el (pgg-verify-region):
9673         * sha1.el (sha1-string-external):
9674         * uudecode.el (uudecode-decode-region-internal):
9675         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9676         XEmacs.
9677
9678         * gnus-art.el (gnus-article-browse-html-parts):
9679         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9680         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9681         make-temp-file.
9682
9683         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9684         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9685         compiling.
9686
9687         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9688         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9689         XEmacs when compiling.
9690
9691         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9692         gnus-pick-mode-off-hook for XEmacs when compiling.
9693         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9694         gnus-binary-mode-off-hook for XEmacs when compiling.
9695
9696         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9697         Return nil if char-charset is not available.
9698
9699         * imap.el (imap-disable-multibyte)
9700         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9701         macros.
9702
9703         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9704         instead of encode-coding-string.
9705
9706         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9707         'xemacs) instead of mm-emacs-mule to switch function definitions.
9708         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9709
9710         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9711         bind temporary-file-directory for XEmacs;
9712         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9713         timer-set-function for XEmacs 21.4 and SXEmacs;
9714         bind timer-list for XEmacs 21.4 and SXEmacs;
9715         fbind char-charset and find-charset-region for non-Mule XEmacs;
9716         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9717         encode-coding-region and encode-coding-string for XEmacs having no
9718         file-coding feature.
9719
9720 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9721
9722         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9723
9724 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9727         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9728
9729 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9730
9731         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9732         alias `jka-compr-delete-temp-file' no longer exists.
9733
9734 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9735
9736         Use define-minor-mode in Gnus where applicable.
9737         * mml.el (mml-mode): Use define-minor-mode.
9738         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9739         (gnus-undo-mode): Use define-minor-mode.
9740         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9741         (gnus-dead-summary-mode): Use define-minor-mode.
9742         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9743         Initialize in declaration.
9744         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9745         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9746         (gnus-mailing-list-mode): Use define-minor-mode.
9747         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9748         (gnus-draft-mode): Use define-minor-mode.
9749         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9750         (gnus-dired-mode): Use define-minor-mode.
9751
9752 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9753
9754         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9755         handles on recursive mml-to-mime translation and check them for
9756         boundary delimiter collisions.  Reported by Greg Troxel.
9757
9758 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9761
9762 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9763
9764         * mm-util.el (mm-find-buffer-file-coding-system):
9765         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9766
9767 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9768
9769         * message.el (message-generate-headers): Record insertion of optional
9770         headers as well.  Otherwise the check to prevent repeated insertion of
9771         optional headers is a no-op.
9772
9773 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9774
9775         * smime.el: Don't mention CVS.
9776
9777         * nnrss.el (nnrss-fetch): Don't mention CVS.
9778
9779         * nnir.el: Don't mention CVS.
9780
9781 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9782
9783         * gnus-sum.el (gnus-summary-bookmark-make-record):
9784         Add `location' field.
9785
9786 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * lpath.el: Fbind bookmark-default-handler,
9789         bookmark-get-bookmark-record, bookmark-make-record-default,
9790         bookmark-prop-get for Emacs <23 and XEmacs.
9791
9792 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9793
9794         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9795         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9796         Use with-current-buffer to silence the byte-compiler.
9797         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9798         bother to require `gnus'.
9799         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9800
9801 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9802
9803         * gnus-sum.el (gnus-summary-bookmark-make-record)
9804         (gnus-summary-bookmark-jump): New functions.
9805         (gnus-summary-mode): Setup bookmark support.
9806
9807 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9808
9809         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9810         if set.
9811
9812 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9815         gnus-article-browse-html-save-cid-image; make it work recursively for
9816         forwarded messages as well.
9817         (gnus-article-browse-html-parts): Work when prefix arg is given.
9818         (gnus-article-browse-html-article): Doc fix.
9819
9820 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9821
9822         * message.el (message-default-mail-headers):
9823         (message-default-headers): Carry the value mail-default-headers over
9824         into message-default-mail-headers, rather than message-default-headers.
9825
9826 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9827
9828         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9829         charset.
9830
9831         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9832         charset into the <meta> tag when the article is encoded to utf-8.
9833
9834 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-art.el (gnus-article-browse-delete-temp-files):
9837         Delete directories as well.
9838         (gnus-article-browse-html-parts): Work for images that do not specify
9839         file names; delete temp directory when quitting; insert header at the
9840         right place; use file: scheme for image files.
9841
9842 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9843
9844         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9845         (gnus-article-browse-html-parts): Use it to make temporary cid image
9846         files in addition to html file so that browser may display them.
9847
9848 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9851
9852 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9853
9854         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9855
9856 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9857
9858         * auth-source.el (auth-sources): Change default to be simpler.
9859         Explain about Secret Service API sources.  Improve Customize options.
9860         (auth-source-pick): Change to accept any number of search parameters.
9861         Implement fallbacks iteratively, not recursively.  Add scoring on the
9862         second pass and sort by score.  Call Secret Service API when needed.
9863         (auth-source-user-or-password): Use it.  Call Secret Service API
9864         directly when needed to get the user name and the password.
9865
9866 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9867
9868         * message.el (message-interactive): Doc fix.
9869         (message-qmail-inject-args): Reflow.
9870         (message-kill-to-signature): Fix typo in docstring.
9871
9872         * smiley.el (smiley-buffer): Fix typo in docstring.
9873
9874 2010-03-24  Glenn Morris  <rgm@gnu.org>
9875
9876         * mail-source.el (gnus-message): Declare.
9877         (mail-source-delete-old-incoming): Require gnus-util.
9878
9879 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9882
9883         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9884
9885         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9886         password-cache's default if it is not bound.
9887         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9888         password-cache-expiry's default if it is not bound.
9889
9890         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9891         available in Emacs 21.
9892
9893         * lpath.el: Suppress compiler warnings for:
9894         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9895         XEmacs;
9896         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9897         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9898         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9899
9900 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9901
9902         * auth-source.el (auth-sources): Fix up definition so extra parameters
9903         are always inline.
9904
9905 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9906
9907         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9908         wasn't updated after mismatch.  Clear cached mailbox info correctly
9909         when uidvalidity changes.
9910         (nnimap-group-prefixed-name): New function to avoid some code
9911         duplication.
9912         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9913         (nnimap-request-group): Use it.
9914         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9915         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9916         with many imap folders.  This is done by caching the group status from
9917         the imap server persistently in a group parameter `imap-status'.  (This
9918         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9919         but not persistently, so every Gnus startup was still very slow.)
9920
9921 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9922
9923         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9924         delete the extra newline.  Otherwise editing of :string and :number
9925         types don't work.
9926
9927 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9928
9929         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9930         secrets.el dependency.
9931         (auth-sources): Add optional user name.  Add secrets.el configuration
9932         choice (unused right now).
9933
9934 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9935
9936         * gnus-sum.el (gnus-summary-make-menu-bar):
9937         Let `gnus-registry-install-shortcuts' fill in the functions.
9938
9939         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9940         warnings.
9941         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9942         (gnus-registry-install-shortcuts): Populate and use it in a
9943         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9944
9945 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9946
9947         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9948         In-place substitutions for the group name encoding/decoding.
9949         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9950         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9951         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9952         (nnimap-update-unseen, nnimap-request-list)
9953         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9954         (nnimap-request-set-mark, nnimap-split-to-groups)
9955         (nnimap-split-articles, nnimap-request-newgroups)
9956         (nnimap-request-create-group, nnimap-request-accept-article)
9957         (nnimap-request-delete-group, nnimap-request-rename-group)
9958         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9959         `encoded-mbx' for consistency.
9960         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9961         variable `imap-current-mailbox'.
9962
9963         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9964         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9965
9966 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9967
9968         * pop3.el (pop3-display-message-size-flag): Display message size byte
9969         counts during POP3 download.
9970         (pop3-movemail): Use it.
9971         (pop3-list): Implement listing of available messages.
9972
9973 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9974
9975         * nnir.el (nnir-get-article-nov-override-function): New function to
9976         override the normal NOV retrieval.
9977         (nnir-retrieve-headers): Use it.
9978
9979 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9980
9981         * auth-source.el (netrc-machine-user-or-password): Autoload.
9982
9983 2010-03-19  Glenn Morris  <rgm@gnu.org>
9984
9985         Stop message.el from loading about 40 libraries it doesn't always need.
9986         The general approach is to autoload rather than require, and to
9987         require in the specific functions rather than the file.  (Bug#5642)
9988
9989         * gmm-utils.el: Don't require wid-edit.
9990         (widget-create-child-value, widget-convert, widget-default-get):
9991         Autoload.
9992
9993         * gnus-util.el: Don't require time-date, netrc.
9994         (message-fetch-field, gnus-group-name-decode): Declare rather than
9995         autoloading.
9996         (gnus-fetch-field): Require message.
9997         (gnus-decode-newsgroups): Require gnus-group.
9998
9999         * ietf-drums.el: Don't require time-date.
10000
10001         * message.el: Don't require hashcash, canlock, ecomplete.
10002         Do require mail-utils.  Require nnheader only when compiling.
10003         (smtpmail-default-smtp-server): Remove declaration.
10004         (message-send-mail-function): Check smtpmail-default-smtp-server
10005         is bound rather than requiring smtpmail.
10006         (message-auto-save-directory, message-insert-signature):
10007         Use expand-file-name rather than nnheader-concat.
10008         (nnheader-insert-file-contents): Autoload.
10009         (hashcash-wait-async): Declare.
10010         (message-send-mail): Only call gnus-setup-posting-charset if
10011         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10012         (message-send-mail-with-sendmail): Require sendmail.
10013         (canlock-password, canlock-password-for-verify): Declare.
10014         (message-canlock-password): Require canlock.
10015         (nnheader-get-report): Autoload.
10016         (gnus-setup-posting-charset): Declare.
10017         (message-send-news): Require gnus-msg.
10018         (message-make-references, message-make-in-reply-to): Use mail-header-id
10019         rather than the alias mail-header-message-id.
10020         (ecomplete-add-item, ecomplete-save): Declare.
10021         (message-put-addresses-in-ecomplete): Require ecomplete.
10022         (ecomplete-display-matches): Autoload.
10023
10024         * mm-decode.el: Don't require mailcap, gnus-util.
10025         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10026         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10027         Autoload.
10028         (mailcap-mime-extensions): Declare.
10029
10030         * mm-encode.el: Don't require mailcap.
10031         (mailcap-extension-to-mime): Autoload.
10032
10033         * mml-sec.el: Don't require password-cache.
10034
10035         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10036         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10037         (mml-minibuffer-read-type): Require mailcap.
10038         (mml-preview): Require gnus-msg.
10039
10040         * mml1991.el: Require password-cache.
10041         (password-cache-expiry): Remove declaration.
10042
10043         * mml2015.el: Require password-cache.
10044         (password-cache-expiry): Remove declaration.
10045
10046         * nneething.el (mailcap): Require mailcap.
10047
10048         * nnheader.el (declare-function): Add compatibility stub.
10049         (message-remove-header): Declare rather than autoload.
10050         (nnheader-replace-header): Require message.
10051
10052         * nnimap.el (declare-function): Add compatibility stub.
10053         (netrc-parse, netrc-machine-user-or-password): Declare.
10054         (nnimap-open-connection): Require netrc.
10055
10056         * nntp.el (declare-function): Add compatibility stub.
10057         (netrc-parse, netrc-machine, netrc-get): Declare.
10058         (nntp-send-authinfo): Require netrc.
10059
10060         * rfc2047.el: Don't require qp.
10061         (quoted-printable-encode-region, quoted-printable-decode-string):
10062         Autoload.
10063
10064         * sieve-mode.el: Don't require easymenu.
10065         (easy-menu-add-item): Autoload it.
10066
10067         * spam-stat.el (time-to-number-of-days): Autoload it.
10068
10069 2010-03-19  Glenn Morris  <rgm@gnu.org>
10070
10071         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10072
10073 2010-03-18  Glenn Morris  <rgm@gnu.org>
10074
10075         * hashcash.el (declare-function): Remove duplicate definition.
10076
10077 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10078
10079         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10080         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10081         value if any backslash escapes).
10082
10083 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10086         if it is available.  (bug#5647)
10087
10088         * lpath.el: Suppress compiler warning for coding-system-from-name for
10089         Emacs 21 and XEmacs.
10090
10091 2010-03-14  Juri Linkov  <juri@jurta.org>
10092
10093         * hmac-def.el:
10094         * hmac-md5.el:
10095         * netrc.el: Fix keywords.
10096
10097 2010-02-26  Glenn Morris  <rgm@gnu.org>
10098
10099         * message.el (message-send-mail-function): Change the default, so that
10100         it inherits from a customized send-mail-function.  (Bug#5643)
10101
10102 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10103
10104         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10105         shell-command-to-string signals an error (bug#5299).
10106
10107 2010-02-24  Glenn Morris  <rgm@gnu.org>
10108
10109         * message.el (message-smtpmail-send-it)
10110         (message-send-mail-with-mailclient): Doc fixes.
10111
10112 2010-02-16  Glenn Morris  <rgm@gnu.org>
10113
10114         * message.el (message-default-mail-headers): Change the default value
10115         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10116
10117 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10120         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10121
10122 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10123
10124         * time-date.el (date-to-time): Doc fix (Bug#5408).
10125
10126 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10127
10128         * message.el (message-mail): Just pass yank-action on to message-setup.
10129         (message-setup): Handle (FUN . ARGS) form of yank-action.
10130         (message-with-reply-buffer, message-widen-reply)
10131         (message-yank-original): Handle non-buffer values of
10132         message-reply-buffer (Bug#4080).
10133         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10134
10135 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10136
10137         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10138         Fix typo in docstring.
10139
10140 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10141
10142         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10143         response.
10144
10145 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10148
10149         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10150
10151         * message.el (message-check-news-header-syntax): Protect against a
10152         string that `rfc822-addresses' returns when parsing fails.
10153
10154 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10157         (gnus-previous-char-property-change): New functions.
10158
10159         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10160
10161 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10162
10163         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10164         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10165
10166 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10167
10168         * message.el (message-exchange-point-and-mark): Rework last change to
10169         avoid using optional arg of exchange-point-and-mark, for backward
10170         compatibility.
10171
10172 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10173
10174         * message.el (message-exchange-point-and-mark):
10175         Call exchange-point-and-mark with an argument rather than setting
10176         mark-active by hand (Bug#5175).
10177
10178 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * nntp.el (nntp-service-to-port): Work for service expressed with
10181         numeric string; replace [:digit:] with [0-9] for XEmacs.
10182
10183 2009-12-17  Glenn Morris  <rgm@gnu.org>
10184
10185         * gnus-group.el (gnus-bug-group-download-format-alist):
10186         Change emacs entry to debbugs.gnu.org.  Bump :version.
10187
10188 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10191
10192 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * message.el (message-info): Explain why we use `Info-goto-node'.
10195
10196 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10199
10200 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10201
10202         * message.el (message-completion-in-region): New compatibility function.
10203         (message-expand-group): Use it.
10204
10205 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10208         with no unread article should be listed if the 2nd arg `predicate' is
10209         given.
10210
10211 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10214
10215 2009-11-29  Juri Linkov  <juri@jurta.org>
10216
10217         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10218         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10219         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10220
10221 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10222
10223         * sha1.el (sha1-string-external): default-directory "/" in case
10224         otherwise non-existent.  process-connection-type pipe for touch of
10225         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10226
10227 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10228
10229         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10230         it's comms related and sgml-mode.el has "comm" on that basis too.
10231
10232 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10235         containing tspecial characters if they have been already quoted.
10236
10237 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10238
10239         * dns-mode.el (auto-mode-alist): Purecopy string.
10240
10241 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10242
10243         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10244
10245 2009-10-24  Glenn Morris  <rgm@gnu.org>
10246
10247         * gnus-art.el (help-xref-stack-item): Define for compiler.
10248
10249 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10250
10251         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10252
10253 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10256
10257 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10260         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10261
10262 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10265         (gnus-overlays-in): New alias to overlays-in.
10266
10267         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10268         gnus-overlay-get, and gnus-delete-overlay.
10269         (gnus-summary-show-thread): Make it work as well for systems in which
10270         next-single-char-property-change is not available.
10271         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10272
10273         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10274         (gnus-overlay-get): New alias to extent-property.
10275         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10276
10277         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10278         SXEmacs.
10279
10280         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10281         SXEmacs.
10282
10283 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10286
10287 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10288
10289         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10290         and XEmacs that don't have `remove-overlays'.
10291
10292 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10293
10294         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10295         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10296         selective display.  Use overlays instead.
10297
10298 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10299
10300         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10301
10302 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10303
10304         * spam-stat.el (spam-stat-load): Fix typo in message.
10305
10306 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10307
10308         * dig.el (dig-invoke): Fix typo in docstring.
10309         (query-dig): Reflow docstring.
10310
10311 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10312
10313         * gnus-art.el (gnus-article-encrypt-body):
10314         * message.el (message-check-recipients):
10315         * mm-util.el (mm-codepage-setup):
10316         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10317         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10318
10319 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10320
10321         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10322         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10323         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10324         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10325         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10326
10327 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10328
10329         * dig.el: Add "Keywords: comm", as per net-utils.el.
10330
10331 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10332
10333         * dig.el (dig-mode): Use define-derived-mode.
10334
10335 2009-09-19  Glenn Morris  <rgm@gnu.org>
10336
10337         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10338
10339 2009-09-18  Glenn Morris  <rgm@gnu.org>
10340
10341         * gnus-diary.el (gnus-diary-check-message):
10342         * message.el (message-insert-formatted-citation-line):
10343         * nnbabyl.el (top-level):
10344         * nndiary.el (nndiary-schedule):
10345         Fix typos in condition-case handlers.
10346
10347 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10350         configuration that provides the sole article window in a frame;
10351         position point correctly after deleting a part.
10352
10353 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10354
10355         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10356         (spam-resolve-registrations-routine): Use it to unregister articles
10357         that change status.
10358
10359 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10362         with XEmacs.
10363         (parse-time-string-chars): Use it.
10364
10365 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10366
10367         * imap.el (imap-interactive-login): Better messages.
10368         (imap-open): Fix bug with renamed buffer on reconnect.
10369         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10370         for easier debugging and cleaner code.  On successful (guessed based on
10371         server capabilities) secondary authentication, set imap-state
10372         correctly.
10373         (imap-last-authenticator): Define imap-last-authenticator as a variable
10374         to avoid warnings.
10375
10376 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * nnrss.el (nnrss-request-article): Remove binding of
10379         default-enable-multibyte-characters that has gotten needless by
10380         the 2007-07-13 change in rfc2047-encode-message-header.
10381
10382         * mml.el (mml-insert-multipart): Error on the message header.
10383         (mml-insert-part): Error on the message header; position point at
10384         the end of a MIME tag.
10385
10386 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * time-date.el (autoload): Expand define-obsolete-function-alias into
10389         defalias and make-obsolete for old Emacsen that Gnus supports.
10390         (with-no-warnings): Define it for old Emacsen.
10391         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10392         is available.
10393         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10394         float-time is available; suppress compile warning for time-to-seconds.
10395
10396         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10397         (gnus-float-time): Alias to float-time if it exists.
10398
10399         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10400         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10401         float-time is available; suppress compile warning for time-to-seconds.
10402
10403         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10404         XEmacs.
10405
10406 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10407
10408         * imap.el (imap-message-map): Docstring fix.
10409
10410 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10413         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10414         Add the optional argument `encoding' that overrides the default.
10415
10416         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10417         mm-encode-buffer.
10418
10419 2009-09-04  Glenn Morris  <rgm@gnu.org>
10420
10421         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10422         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10423         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10424         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10425         * mm-util.el (mm-with-unibyte-current-buffer)
10426         (mm-find-buffer-file-coding-system):
10427         * yenc.el (yenc-decode-region): Use default-value rather than
10428         default-enable-multibyte-characters.
10429
10430 2009-09-03  Glenn Morris  <rgm@gnu.org>
10431
10432         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10433         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10434         than default-enable-multibyte-characters.
10435
10436 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10437
10438         * gnus-art.el (gnus-article-read-summary-keys):
10439         Fix gnus-buffer-configuration's value temporarily used.
10440
10441 2009-09-02  Glenn Morris  <rgm@gnu.org>
10442
10443         * gnus-util.el (gnus-float-time): New function.
10444         * gnus-delay.el (gnus-delay-article):
10445         * gnus-sum.el (gnus-thread-latest-date):
10446         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10447         * nnspool.el (nnspool-request-newgroups):
10448         Use gnus-float-time rather than time-to-seconds.
10449         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10450
10451         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10452         (gnus-header-subject-face, gnus-header-newsgroups-face)
10453         (gnus-header-name-face, gnus-header-content-face):
10454         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10455         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10456         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10457         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10458         (gnus-cite-face-11):
10459         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10460         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10461         (gnus-server-closed-face, gnus-server-denied-face)
10462         (gnus-server-offline-face):
10463         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10464         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10465         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10466         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10467         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10468         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10469         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10470         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10471         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10472         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10473         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10474         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10475         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10476         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10477         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10478         (gnus-summary-high-undownloaded-face)
10479         (gnus-summary-low-undownloaded-face)
10480         (gnus-summary-normal-undownloaded-face)
10481         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10482         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10483         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10484         (gnus-splash-face):
10485         * message.el (message-header-to-face, message-header-cc-face)
10486         (message-header-subject-face, message-header-newsgroups-face)
10487         (message-header-other-face, message-header-name-face)
10488         (message-header-xheader-face, message-separator-face)
10489         (message-cited-text-face, message-mml-face):
10490         * sieve-mode.el (sieve-control-commands-face)
10491         (sieve-action-commands-face, sieve-test-commands-face)
10492         (sieve-tagged-arguments-face):
10493         * spam.el (spam-face):
10494         Mark face aliases with "-face" in the name as obsolete.
10495
10496 2009-09-01  Glenn Morris  <rgm@gnu.org>
10497
10498         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10499         than goto-line.
10500
10501 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10504         Don't move point if the command is invoked inside the message header.
10505
10506 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10507
10508         * imap.el (imap-send-command): Simplify.
10509         (imap-wait-for-tag): point-max -> buffer-size.
10510
10511 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10512
10513         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10514         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10515         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10516         * nnir.el (nnir-swish-e-index-file):
10517         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10518         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10519         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10520         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10521         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10522         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10523
10524 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10527         Don't save excursion.
10528
10529 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10530
10531         * nnheader.el (nnheader-find-file-noselect):
10532         * mm-util.el (mm-insert-file-contents):
10533         Use (default-value 'major-mode) instead of default-major-mode.
10534
10535 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10536
10537         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10538
10539 2009-08-26  Glenn Morris  <rgm@gnu.org>
10540
10541         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10542         than placing in files.el.
10543
10544 2009-08-25  Glenn Morris  <rgm@gnu.org>
10545
10546         * nnir.el (top-level): Don't require cl at run-time.
10547         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10548         Replace cl-function substitute with gnus-replace-in-string.
10549         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10550         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10551         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10552         simplified expansions.
10553
10554 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10555
10556         * dig.el (dig): Add autoload cookie.
10557
10558 2009-08-22  Glenn Morris  <rgm@gnu.org>
10559
10560         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10561         goto-line.
10562
10563 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10564
10565         * parse-time.el (parse-time-string-chars): Save match data.
10566
10567 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10568
10569         * parse-time.el (parse-time-string-chars): Compute using character
10570         classes, to handle non-ascii characters (Bug#3190).
10571
10572 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10575
10576         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10577         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10578         (gnus-mm-display-part, gnus-mime-display-single)
10579         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10580         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10581
10582         * gnus-sum.el
10583         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10584         (gnus-summary-move-article): Add expirable mark to articles copied or
10585         moved to group that has auto-expire turned on if the option is non-nil.
10586
10587 2009-07-24  Glenn Morris  <rgm@gnu.org>
10588
10589         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10590         Fix typo.  (Bug#3903)
10591
10592 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10595         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10596         that should not be used for draft articles.
10597         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10598         that has no concern in minor mode keys.
10599         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10600         Abolish.
10601
10602 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10605         article without making inquiry to a user for unknown encoding.
10606
10607         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10608         (nnmaildir--scan): Assume i-node and device number that file-attributes
10609         returns might be cons-cell.
10610
10611         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10612
10613         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10614
10615 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10616
10617         * auth-source.el: Remove docs now in auth.texi.  Don't use
10618         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10619         `auth-source-hide-passwords' and use them.
10620
10621 2009-07-15  Glenn Morris  <rgm@gnu.org>
10622
10623         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10624
10625 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10628         excessive whitespace from the default values of title and description.
10629
10630 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10633         mail-fetch-field to fetch Content-Description header in order to
10634         exclude newlines.
10635
10636 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10637
10638         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10639         format used by GnuPG 2.0.11.
10640
10641 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10644         to deleted part.
10645
10646 2009-05-30  David Engster  <dengste@eml.cc>
10647
10648         * nnmairix.el: Remove old documentation in the commentary block.
10649         (nnmairix-request-group): Do not update active file for nnml back ends.
10650         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10651         end so that overview files are ignored.
10652         (nnmairix-update-groups): Make updating the groups more robust by using
10653         marks.
10654         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10655         with dollar characters in message-id.
10656
10657 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10658
10659         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10660         2008-12-25 in dns.el.
10661
10662 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10663
10664         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10665         could happen if the text is only composed of spaces and/or tabs.
10666
10667 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10668
10669         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10670         when sending a queued message to avoid extra mml tags.
10671
10672 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10675
10676 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10679         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10680         rmail-toggle-header for XEmacs;
10681         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10682
10683 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-dired.el: Remove autoload for gnus-setup-message.
10686         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10687         displaying Gnus logo; always use compose-mail.
10688
10689 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10692
10693 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10696         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10697         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10698         available.
10699         (gnus-nocem-epg-verify): New function.
10700
10701 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10704
10705 2009-02-15  Glenn Morris  <rgm@gnu.org>
10706
10707         * gnus-util.el (rmail-insert-rmail-file-header)
10708         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10709         autoloads.
10710         (rmail-default-rmail-file): Remove unnecessary declaration.
10711         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10712
10713 2009-02-14  Glenn Morris  <rgm@gnu.org>
10714
10715         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10716         variable (only used in gnus-util, which declares it anyway).
10717         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10718         which was only needed by gnus-art (changed to not use it any more).
10719         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10720         only used in gnus-util, which autoloads it itself.
10721         (rmail-update-summary): Fix autoload.
10722
10723         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10724         rather than rmail-output-to-rmail-file.
10725
10726 2009-02-07  Glenn Morris  <rgm@gnu.org>
10727
10728         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10729         autoload of function that no longer exists.
10730         (rmail-toggle-header): Declare.
10731         (message-forward-rmail-make-body): Handle mbox Rmail.
10732
10733 2009-01-31  Glenn Morris  <rgm@gnu.org>
10734
10735         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10736         2009-01-09 change.
10737
10738 2009-01-31  Dave Love  <fx@gnu.org>
10739
10740         * imap.el (imap-fetch-safe): Bind debug-on-error.
10741         (imap-debug): Add imap-fetch-safe.
10742
10743 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10744
10745         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10746         (auth-source-forget-all-cached): New convenience function.
10747         (auth-source-user-or-password): Accept list of modes or a single mode.
10748
10749         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10750         auth-source modes.
10751
10752         * netrc.el (netrc-machine-user-or-password): Use list of
10753         auth-source modes.
10754
10755         * nnimap.el (nnimap-open-connection): Use list of
10756         auth-source modes.
10757
10758         * nntp.el (nntp-send-authinfo): Use list of
10759         auth-source modes.
10760
10761 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10762
10763         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10764         now.
10765
10766 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10769         coding system in XEmacs; add a workaround for XEmacs.
10770
10771         * lpath.el: Fbind coding-system-aliasee.
10772
10773 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10776         of current-language-environment.
10777
10778 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10779
10780         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10781         available at runtime.
10782
10783 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10786
10787 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10788
10789         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10790         the greatest positive fixnum value doesn't work under an XEmacs with
10791         bignum support; use the most-positive-fixnum constant instead,
10792         available since Emacs 21.1 with cl and XEmacs 21.1.
10793
10794 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10797         XEmacs gets not to work.
10798
10799 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * mm-util.el (mm-coding-system-priorities): Allow the value like
10802         "Japanese (UTF-8)" of current-language-environment.
10803
10804 2009-01-09  Glenn Morris  <rgm@gnu.org>
10805
10806         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10807         with last-command-event.
10808
10809 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10812         in the doc string.
10813
10814         * message.el (message-fix-before-sending): Amend comment.
10815
10816 2009-01-08  Dave Love  <fx@gnu.org>
10817
10818         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10819
10820 2009-01-07  David Engster  <dengste@eml.cc>
10821
10822         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10823         simplified server definitions by converting it via
10824         gnus-server-to-method.
10825
10826 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10829         parameter's operands.
10830
10831 2009-01-06  David Engster  <dengste@eml.cc>
10832
10833         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10834         primary select method (for gnus-group-mark-article-as-read).
10835
10836 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10837
10838         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10839         `(gnus)Face', not `(gnus)X-Face'.
10840
10841 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * mm-util.el (mm-ucs-to-char): New function.
10844
10845         * mm-url.el (mm-url-decode-entities): Use it.
10846
10847         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10848         unicode-to-char.
10849
10850 2009-01-05  Dave Love  <fx@gnu.org>
10851
10852         * time-date.el: Require cl for `declare'.
10853
10854 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10857         Dave Love.
10858
10859 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10860
10861         * message.el (message-fix-before-sending): Add `eight-bit' to
10862         illegible-text check.
10863
10864 2009-01-03  Michael Olson  <mwolson@gnu.org>
10865
10866         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10867         `headers' is nil.  This can occur if the IMAP server does not have
10868         permissions to read messages from a folder, but can write new messages
10869         to the folder.
10870         (nnimap-request-article-part): Do not insert `data' if it is nil.
10871
10872         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10873         characters which will confuse `read', so skip past them.
10874
10875 2009-01-01  Dave Love  <fx@gnu.org>
10876
10877         * imap.el (imap-string-to-integer): Fix typo.
10878         (imap-fetch-safe): New function.
10879         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10880
10881         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10882
10883         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10884         (imap-parse-greeting): Fix doc strings.
10885         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10886         (imap-parse-flag-list): Make messages unique.
10887         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10888
10889         * nnimap.el: Fix author email.
10890         (nnimap-split-rule): Add FIXME comment.
10891         (nnimap-debug): Fix doc string.
10892
10893 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10896
10897 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10900         nslookup if resolv.conf isn't available.
10901         (dns-query): Rename from query-dns.
10902         (dns-query-cached): Rename from query-dns-cached.
10903
10904 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10907         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10908         to check if those variables exist (first appeared in Emacs 18.50).
10909
10910 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * mm-util.el (mm-line-number-at-pos): New function.
10913
10914         * spam-report.el (spam-report-process-queue): Use it.
10915
10916 2008-12-24  David Engster  <dengste@eml.cc>
10917
10918         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10919         parameters that haven't existed as variables as buffer-local variables.
10920
10921 2008-12-23  Dave Love  <fx@gnu.org>
10922
10923         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10924         cadar.
10925
10926         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10927         imap-starttls-p.
10928         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10929
10930 2008-12-22  Dave Love  <fx@gnu.org>
10931
10932         * imap.el: Fix author email.  Doc fixes.
10933         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10934         reply.
10935
10936 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * spam-report.el (spam-report-gmane-max-requests): New constant.
10939         (spam-report-gmane-wait): New variable.
10940         (spam-report-gmane-ham, spam-report-gmane-spam)
10941         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10942         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10943         the server.
10944
10945         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10946         Add explanations.
10947
10948         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10949         nnheader-accept-process-output and nnheader-read-timeout if available.
10950         (pop3-movemail): Use it.
10951
10952         * message.el (message-check-news-body-syntax): Fix signature check if
10953         there's an attachment.
10954
10955 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * mm-util.el: Add comments to the mm- emulating functions.
10958
10959 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10962         Reported by Stephen Berman <stephen.berman@gmx.net>.
10963
10964 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * mm-util.el (mm-substring-no-properties): New function.
10967         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10968         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10969         (mm-string-to-multibyte): Doc fix.
10970
10971         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10972
10973 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * mml.el (mml-attach-file): Strip text properties from file name.
10976         (Bug#1574)
10977
10978 2008-12-16  Glenn Morris  <rgm@gnu.org>
10979
10980         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10981
10982 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10985         knows since the charset specified might be a bogus alias that
10986         mm-charset-synonym-alist provides.
10987
10988 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10989
10990         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10991         "ISO_8859-1".
10992
10993         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10994
10995 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * mm-util.el (mm-charset-eval-alist):
10998         Define it before mm-charset-to-coding-system.
10999         (mm-charset-to-coding-system): Add optional argument `silent';
11000         define it before mm-charset-override-alist.
11001         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11002         default value if it can be used in Emacs currently running;
11003         silence mm-charset-to-coding-system.
11004
11005 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11008         `allow-override' which says whether to use `mm-charset-override-alist'.
11009         (rfc2047-decode-encoded-words): Use it.
11010
11011         * mm-util.el (mm-charset-override-alist): Fix custom type;
11012         add `(gb2312 . gbk)' to choices.
11013
11014 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11017         fast.
11018
11019         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11020
11021         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11022
11023 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11024
11025         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11026         on links.
11027
11028         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11029
11030 2008-12-03  Lute Kamstra  <lute@gnu.org>
11031
11032         * sha1.el: Remove leading * from docstrings of defcustoms,
11033         deffaces, defconsts and defuns.
11034
11035 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11038         users' addresses that don't have domain parts.
11039         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11040         rather than message-narrow-to-head since there will be the message
11041         header separator.
11042
11043 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11044
11045         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11046         since the result is inserted in a unibyte buffer anyway.
11047         (nnimap-demule-use-string-to-multibyte): Remove.
11048         (nnimap-demule): Alias it to mm-string-to-multibyte.
11049
11050 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11053         variable for debugging bug#464 and bug#1174.
11054         (nnimap-demule): Use it.
11055
11056 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11059         score calculation correctly.
11060
11061 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11062
11063         * message.el (message-send-mail): Just set the buffer to unibyte
11064         rather than use mm-with-unibyte-current-buffer which does a lot more.
11065         (message-send-mail-partially): Don't bother with
11066         mm-with-unibyte-current-buffer since it's already been made unibyte by
11067         message-send-mail.
11068
11069 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11070
11071         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11072
11073 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11074
11075         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11076
11077 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11080         require itself and to remove `with-no-warnings'.
11081
11082 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11083
11084         * starttls.el (starttls-any-program-available): Get the name of the
11085         available TLS layer program.
11086         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11087         well as the host name in the "opening" message.
11088
11089         * auth-source.el (auth-source-cache, auth-source-do-cache)
11090         (auth-source-user-or-password): Cache passwords and logins by default,
11091         allow override with `auth-source-do-cache'.
11092         (auth-source-forget-user-or-password): Allow users to remove cache
11093         entries if needed.
11094
11095 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11096
11097         * md4.el (md4-buffer): Fix typo in docstring.
11098         (md4, md4-64): Doc fixes.
11099         (md4-pack-int32): Reflow docstring.
11100
11101 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11102
11103         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11104         condition-case to only the forward-sexp call.
11105
11106 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11107
11108         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11109         quotes contained.  Make it more robust regardless by an extra
11110         condition-case wrapper.
11111
11112 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11115
11116 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * nnml.el (nnml-request-expire-articles): Check if the function set to
11119         `nnmail-expiry-target' returns the symbol `delete'.
11120
11121         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11122
11123         * nnmail.el (nnmail-expiry-target): Fix custom type.
11124
11125 2008-10-02  Glenn Morris  <rgm@gnu.org>
11126
11127         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11128         Silence compiler warning.
11129
11130 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11131
11132         * tls.el (open-tls-stream): Show the actual command being
11133         executed, instead of the format string.
11134
11135 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * lpath.el: Fbind codepage-setup for Emacs 23.
11138
11139 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11140
11141         * mml.el (mml-menu): Don't assume mml2015 is bound.
11142
11143 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11146         exists.
11147
11148 2008-09-27  Glenn Morris  <rgm@gnu.org>
11149
11150         * gnus-util.el (mail-header-remove-comments): Autoload it.
11151
11152 2008-09-27  Andreas Schwab  <schwab@suse.de>
11153
11154         * gnus-util.el (gnus-split-references): Strip comments.
11155         (gnus-parent-id): Likewise.
11156
11157 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * message.el (message-confirm-send): Fix version.
11160
11161 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * message.el (message-idna-to-ascii-rhs-1): Use
11164         mail-extract-address-components rather than mail-header-parse-addresses
11165         that is an alias by default to ietf-drums-parse-addresses that does not
11166         support non-ASCII names in headers' contents.
11167
11168 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11169
11170         * message.el (message-confirm-send): Fix variable documentation to
11171         avoid the "y/n" wording.
11172
11173 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11174
11175         * message.el (message-set-auto-save-file-name): Save to a different
11176         filename so multiple messages (especially drafts) can be recovered.
11177
11178 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11179
11180         * message.el (message-confirm-send): Add appropriate version.
11181
11182 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11183
11184         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11185         defvar.
11186
11187 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11188
11189         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11190         (mm-pkcs7-enveloped-magic): Ditto.
11191
11192 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11193
11194         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11195         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11196
11197 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11198
11199         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11200         default, it's better.
11201
11202 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11203
11204         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11205         summary line gnus-number property and ignore them (with a warning
11206         message).
11207
11208 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11211         macro caddr in the interactive form since it won't be expanded.
11212
11213 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11216         `charset'; fix name of function called recursively.
11217         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11218
11219 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11222         (gnus-mime-set-charset-parameters): New function.
11223         (gnus-mime-view-part-as-charset): Use it to correctly display part
11224         specifying wrong charset.
11225
11226 2008-09-08  David Engster  <dengste@eml.cc>
11227
11228         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11229         in completing-read for back end server.
11230
11231 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11232
11233         * message.el (message-confirm-send): New variable to confirm sending a
11234         message.
11235         (message-send): Use it.
11236
11237 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11238
11239         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11240
11241 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11244
11245 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11246
11247         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11248         prevent tracking too many groups.
11249         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11250         Use it.
11251
11252 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11253
11254         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11255         moving point to the bottom of the window in order to avoid recentering.
11256
11257 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11260
11261         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11262         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11263         (gnus-article-beginning-of-window): Fix calculation.
11264
11265 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gnus-msg.el (gnus-summary-supersede-article)
11268         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11269         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11270         message header.
11271
11272 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11273
11274         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11275         pending output coming after the status change.
11276
11277 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11278
11279         * message.el:
11280         * gnus-start.el:
11281         * gnus-registry.el: Remove VMS support.
11282
11283 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11286         macro.
11287         (rfc2104-hash): Use it.
11288
11289 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11290
11291         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11292         (gnus-summary-sort-by-most-recent-date): New commands.
11293         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11294         and menu entries.
11295
11296 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11299         don't redisplay article for raw contents; remove plural articles stuff.
11300
11301         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11302         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11303         on gnus-summary-save-article; display results properly.
11304
11305 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * lpath.el: No need to fbind ns-focus-frame.
11308
11309 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11312
11313 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-art.el (gnus-summary-save-in-pipe):
11316         Consider gnus-save-all-headers.
11317
11318 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11319
11320         * gnus-util.el (ns-focus-frame): Remove declaration.
11321         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11322         like x.
11323
11324 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11325
11326         * rfc2104.el (rfc2104-zero): Delete defconst.
11327         (rfc2104-hex-alist): Likewise.
11328         (rfc2104-hex-to-int): Delete func.
11329         (rfc2104-hexstring-to-bitstring): Likewise.
11330         (rfc2104-nybbles): New defconst.
11331         (rfc2104-hash): Rewrite for speed.
11332
11333 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * tls.el (open-tls-stream): Make it work with the 2nd argument
11336         BUFFER that is a string but does not exist as a buffer object, as
11337         mentioned in the doc-string.
11338
11339 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11342         SXEmacs.
11343
11344 2008-07-16  Glenn Morris  <rgm@gnu.org>
11345
11346         * gnus-util.el (ns-focus-frame): Declare for compiler.
11347
11348 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11351         set as a group parameter.
11352         (gnus-summary-save-in-pipe): Work when it is called independently.
11353         (gnus-summary-pipe-to-muttprint): Don't modify
11354         gnus-summary-pipe-output-default-command.
11355
11356 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11357
11358         * message.el (message-send-mail-with-sendmail):
11359         Display the error message.
11360
11361 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * gnus-art.el (gnus-default-article-saver):
11364         Add gnus-summary-save-in-pipe to choices.
11365         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11366         gnus-summary-pipe-output-default-command as the default command.
11367         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11368         instead of gnus-last-shell-command.
11369
11370         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11371         New user option.
11372         (gnus-summary-muttprint-program): Mention the value will be changed.
11373         (gnus-summary-save-article): Force showing of all headers.
11374         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11375
11376 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11377
11378         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11379
11380 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11381
11382         * nnimap.el (nnimap-id):
11383         * sieve-manage.el (sieve-manage-open): Doc fixes.
11384
11385 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11386
11387         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11388         if available.
11389
11390 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11391
11392         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11393
11394         * nnkiboze.el (nnkiboze-generate-group):
11395         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11396
11397         * nnmairix.el: Require CL.
11398
11399 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * dgnushack.el: Autoload get-display-table and put-display-table for
11402         XEmacs 21.5.
11403
11404         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11405         21.4 and SXEmacs.
11406
11407 2008-06-15  David Engster  <dengste@eml.cc>
11408
11409         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11410
11411 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11412
11413         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11414         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11415         runtime choice under XEmacs.
11416
11417         * gnus-sum.el (gnus-summary-set-display-table):
11418         Use `gnus-put-display-table', `gnus-get-display-table',
11419         `gnus-set-display-table' for the display table, instead of `aset'.
11420
11421         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11422         Use `gnus-put-display-table', `gnus-get-display-table',
11423         `gnus-set-display-table' for the display table.
11424
11425 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * nnmairix.el: Add autoloads.
11428
11429 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11430
11431         * nnmairix.el (nnmairix-delete-recreate-group)
11432         (nnmairix-update-and-clear-marks): Fix error messages.
11433
11434 2008-06-14  David Engster  <dengste@eml.cc>
11435
11436         * nnmairix.el: Upgrade to version 0.6.
11437         (nnmairix-group-toggle-propmarks-this-group)
11438         (nnmairix-group-toggle-readmarks-this-group)
11439         (nnmairix-group-delete-recreate-this-group)
11440         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11441         (nnmairix-remove-tick-mark-original-article): New commands.
11442         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11443         (nnmairix-propagate-marks-to-nnmairix-groups)
11444         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11445         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11446         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11447         functions needed for marks propagation and manipulation of read marks.
11448         (nnmairix-update-groups): New function.
11449         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11450         (nnmairix-determine-original-group-from-registry)
11451         (nnmairix-determine-original-group-from-path)
11452         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11453         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11454         New helper functions.
11455         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11456         keystrokes for new commands.
11457         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11458         (nnmairix-request-group): Check allow-fast group parameter.
11459         (nnmairix-request-create-group): Set allow-fast group parameter if
11460         nnmairix-allowfast-default is set.
11461         (nnmairix-close-group): Propagate marks upon closing if needed.
11462         (nnmairix-group-toggle-threads-this-group): Use new.
11463         nnmairix-group-toggle-parameter helper function.
11464         (nnmairix-search): Better check for empty search result.
11465         (nnmairix-goto-original-article): Use new helper functions for
11466         determining original article.
11467         (nnmairix-show-original-article): Make sure message-id is in brackets.
11468         (nnmairix-call-mairix-binary): Change variable name.
11469         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11470         helper function.
11471         (nnmairix-widget-toggle-activate): Fix doc string.
11472
11473 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * nnir.el: Require edmacro when compiling with XEmacs.
11476         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11477         available in Emacs 21.
11478
11479 2008-06-11  Glenn Morris  <rgm@gnu.org>
11480
11481         * gnus-util.el (x-focus-frame):
11482         * gnus.el (image-size):
11483         * mm-decode.el (image-size): Declare.
11484
11485         * gnus-picon.el (declare-function): Add compat definition.
11486         (image-size): Declare.
11487
11488         * gnus-group.el (tool-bar-map):
11489         * gnus-sum.el (tool-bar-map): Define for compiler.
11490
11491         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11492
11493         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11494
11495         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11496         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11497         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11498         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11499         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11500         * sieve-manage.el, spam-report.el, spam.el:
11501         Remove unnecessary eval-and-compile of autoloads.
11502
11503 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11504
11505         * auth-source.el: Precise Tramp doc.
11506
11507 2008-06-07  Glenn Morris  <rgm@gnu.org>
11508
11509         * nnmairix.el: Remove unnecessary eval-when-compile.
11510
11511 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * lpath.el: Fbind propertize for XEmacs 21.4.
11514
11515 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * nnir.el: Move here from ../contrib.
11518
11519 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11520
11521         * gnus-util.el (gnus-read-shell-command): New function.
11522         * mm-decode.el (mm-pipe-part):
11523         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11524
11525 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11528
11529 2008-06-03  Glenn Morris  <rgm@gnu.org>
11530
11531         * pop3.el (nnheader-accept-process-output): Autoload it.
11532
11533 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11536         are not 2-digit hexadecimal characters that follow `%'s.
11537
11538 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * message.el (message-bogus-recipient-p): Fix type in doc string.
11541         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11542         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11543         Improve custom options.
11544         (message-bogus-recipient-p): Adjust accordingly.
11545
11546 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11547
11548         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11549         long-form month and day names.
11550
11551 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * dgnushack.el: Autoload debug, eudc-expand-inline and
11554         pgg-snarf-keys-region for XEmacs.
11555
11556         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11557
11558         * nnmairix.el: Require edmacro when compiling with XEmacs.
11559
11560 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11563         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11564
11565 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11566
11567         * auth-source.el: Add more docs.
11568
11569         * netrc.el (netrc-machine): Always match if the port is not given.
11570
11571 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11572
11573         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11574         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11575         retrieval faster in some cases, but might make CPU usage larger.
11576         If this has any bad side effects, we might revert this change.
11577
11578         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11579         seems to make mail retrieval much, much faster.
11580         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11581         unconditionally.
11582
11583         * gnus-draft.el (gnus-group-send-queue):
11584         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11585
11586 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11589
11590         * message.el (message-bogus-address-regexp): Fix and improve custom
11591         type.
11592         (message-setup-hook): Add message-check-recipients as custom option.
11593
11594 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * message.el (message-cite-function): Remove bogus autoload which crept
11597         in during merge from v5-10.
11598
11599 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11600
11601         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11602
11603         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11604
11605         * auth-source.el: Preliminary Tramp docs.
11606         (auth-sources): Change the default auth-sources to use
11607         EPA .gpg files.
11608
11609 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11610
11611         * nntp.el: Autoload `auth-source-user-or-password'.
11612         (nntp-send-authinfo): Use it.
11613
11614         * nnimap.el: Autoload `auth-source-user-or-password'.
11615         (nnimap-open-connection): Use it.
11616
11617         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11618         for the gnus-message function.
11619         (auth-source-user-or-password): Use it.
11620
11621 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11622
11623         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11624         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11625         (rfc2104-hash): Use it.
11626
11627 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11628
11629         * gnus-art.el (gnus-article-toggle-truncate-lines):
11630         Don't use `iff' in docstring.
11631
11632 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11633
11634         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11635
11636         * gnus-util.el (gnus-extract-address-component-name)
11637         (gnus-extract-address-component-email): Convenience functions around
11638         `gnus-extract-address-components'.
11639
11640         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11641         Use `gnus-extract-address-component-email' to fix bug of comparing full
11642         sender name to `user-mail-address'.
11643
11644 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11645
11646         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11647         catch/throw to optimize.
11648         (gnus-registry-find-keywords): Just use member to find a keyword.
11649
11650 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11651
11652         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11653         is current before calling gnus-server-prepare.
11654         (gnus-server-setup-buffer, gnus-server-update-server)
11655         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11656
11657 2008-05-04  Juri Linkov  <juri@jurta.org>
11658
11659         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11660         (mailcap-file-default-commands): Use mailcap-replace-in-string
11661         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11662         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11663
11664 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11665
11666         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11667
11668 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11669
11670         * gnus.el: Bump version to 0.11.
11671
11672 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11673
11674         * gnus.el: No Gnus v0.10 is released.
11675
11676 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677
11678         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11679         hooks.
11680         (gnus-update-read-articles): Speed up non-marks-using users.
11681         (gnus-use-marks): Define gnus-use-marks.
11682         (gnus-propagate-marks): Rename variable to something more sensible.
11683
11684 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11685
11686         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11687         (gmm-image-load-path-for-library): Fix typos in docstrings.
11688         (gmm-message): Reflow docstring.
11689
11690 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11691
11692         * mail-source.el (mail-source-set-1, mail-source-bind):
11693         Move auth-source code out of the macro to clean it up and fix bugs.
11694
11695 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11696
11697         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11698         by sender if it's equal to user-mail-address, it's likely to be
11699         useless.
11700
11701         * mail-source.el (mail-source-bind): Don't use user or password if they
11702         are not bound.  Unintern them if they are nil.  Don't use server unless
11703         it's bound, and default it to empty string otherwise.
11704
11705 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11706
11707         * mail-source.el: Load auth-source.el.
11708         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11709         get user name or password, if auth-sources is set up.
11710
11711         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11712         strategy of splitting with parent.
11713         (gnus-registry-split-fancy-with-parent)
11714         (gnus-registry-post-process-groups): Use it and fix prior
11715         bug (returning a list as the split result).
11716
11717         * auth-source.el (auth-sources): Remove server parameter.
11718         (auth-source-pick, auth-source-user-or-password)
11719         (auth-source-user-or-password-imap)
11720         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11721         (auth-source-user-or-password-sftp)
11722         (auth-source-user-or-password-smtp): Remove server parameter.
11723
11724 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11725
11726         * smime.el (smime-sign-region, smime-encrypt-region)
11727         (smime-decrypt-region):
11728         Remove redundant calls to `generate-new-buffer-name'.
11729
11730 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11731
11732         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11733         Don't use QP for message/rfc822.
11734         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11735
11736 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11737
11738         * sieve-manage.el (sieve-string-bytes): Remove.
11739         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11740         correct byte-length only if the process's coding-system is the same as
11741         the one used internally by Emacs to represent strings.
11742
11743 2008-04-22  Juri Linkov  <juri@jurta.org>
11744
11745         * mailcap.el (mailcap-file-default-commands): New function.
11746
11747 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * message.el (message-signature-separator, message-cite-function):
11750         Change custom version.
11751
11752 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11753
11754         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11755         commands.
11756         (tls-checktrust): Ditto.
11757
11758 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11759
11760         * mm-decode.el (mm-display-external): Make temp file read-only.
11761
11762 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11765         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11766         `C-c C-f d'.
11767
11768 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11769
11770         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11771
11772 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gnus.el: Bump version to 0.9.
11775
11776 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * gnus.el: No Gnus v0.8 is released.
11779
11780 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11781
11782         * mail-source.el (mail-source-value):
11783         Prefer fboundp to functionp so it works with macros as well.
11784
11785 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11786
11787         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11788         Fix last change in case the element is not even a symbol.
11789
11790 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11791
11792         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11793         Prefer fboundp to functionp so it works with macros as well.
11794
11795 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11796
11797         * auth-source.el: Add docs.
11798         (auth-sources): Modify format to support server.
11799         (auth-source-pick, auth-source-user-or-password)
11800         (auth-source-user-or-password-imap)
11801         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11802         (auth-source-user-or-password-sftp)
11803         (auth-source-user-or-password-smtp): Add server parameter.
11804
11805 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11806
11807         * gnus-registry.el: Initialize the registry when gnus-registry-install
11808         is t.
11809
11810 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * compface.el (uncompface): Make buffer unibyte.
11813
11814 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11815
11816         * mail-source.el (mail-source-value):
11817         Prefer fboundp to functionp so it works with macros as well.
11818
11819 2008-04-05  Glenn Morris  <rgm@gnu.org>
11820
11821         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11822
11823 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11824
11825         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11826         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11827
11828         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11829         multibyteness after rather than before erasing it.
11830
11831         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11832         mm-with-multibyte.
11833         (gnus-request-article-this-buffer): Make sure the proper decoding is
11834         used if gnus-original-article-buffer happens to be unibyte.
11835
11836         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11837         default-enable-multibyte-characters.
11838
11839         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11840         default-enable-multibyte-characters.
11841
11842         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11843
11844         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11845
11846 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11847
11848         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11849         Fix last change in case the element is not even a symbol.
11850
11851 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11852
11853         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11854         (imap-message-copyuid-1): Use it.
11855         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11856         J. Williams in
11857         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11858
11859         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11860         imap-enable-exchange-bug-workaround.
11861         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11862
11863 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11864
11865         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11866         a 100 byte status-checks into a 2-3MB transfer for each group.
11867         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11868         to enable bug workaround or not.
11869         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11870
11871 2008-03-31  Glenn Morris  <rgm@gnu.org>
11872
11873         * message.el (mml2015-use): Declare for compiler.
11874         (message-info): Require mml2015 when appropriate.
11875
11876 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11879         whitespace.
11880
11881 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11882
11883         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11884         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11885         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11886         (nntp-service-to-port): New function.
11887         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11888         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11889         (nntp-open-netcat-stream): New function.
11890         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11891
11892 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11893
11894         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11895
11896 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11897
11898         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11899
11900 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11901
11902         * dns.el (dns-write): Use set-buffer-multibyte.
11903
11904 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11905
11906         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11907
11908 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * message.el (message-signature-separator): Change default.
11911         Improve custom type.
11912         (message-cite-function): Change default to
11913         message-cite-original-without-signature.
11914
11915         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11916         toggle.
11917
11918         * message.el (message-check-news-body-syntax): Fix signature check.
11919         (message-setup-1): Mark buffer as unmodified _after_ running
11920         message-setup-hook and handling message-alternative-emails.
11921         (message-shorten-references): Be more strict when building list of
11922         valid references to comply with GNKSA.
11923
11924         * gnus-group.el (gnus-read-ephemeral-bug-group)
11925         (gnus-read-ephemeral-debian-bug-group)
11926         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11927
11928         * message.el (message-info): Don't use booleanp which isn't supported
11929         in Emacs 21 and XEmacs.
11930
11931 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11932
11933         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11934         gnus-group-gmane-group-download-format.
11935         (gnus-group-read-ephemeral-gmane-group): Rename from
11936         gnus-group-read-ephemeral-gmane-group.
11937         (gnus-read-ephemeral-gmane-group-url): Rename from
11938         gnus-group-read-ephemeral-gmane-group-url.
11939         (gnus-bug-group-download-format-alist): New variable.
11940         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11941         (gnus-read-ephemeral-emacs-bug-group): New commands.
11942
11943 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11946         (gnus-visible-headers): Improve custom type.
11947
11948 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * mml.el (mml-menu): Add workarounds for XEmacs.
11951
11952         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11953         X-Boundary header.
11954
11955         * message.el (message-simplify-recipients): Fix previous commit.
11956
11957 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11958
11959         * mm-util.el (mm-set-buffer-multibyte): New function.
11960         * mm-decode.el (mm-copy-to-buffer): Use it.
11961
11962         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11963         Prefer fboundp to functionp so it works with macros as well.
11964
11965 2008-03-19  Glenn Morris  <rgm@gnu.org>
11966
11967         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11968         Accidentally removed in the sync process with Emacs.
11969
11970 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11971
11972         * message.el (message-alter-recipients-discard-bogus-full-name):
11973         New function.
11974         (message-alter-recipients-function): New variable.
11975         (message-get-reply-headers): Use it.
11976         (message-replace-header): New helper function.
11977         (message-recipients-without-full-name): New variable.
11978         (message-simplify-recipients): New command.
11979
11980         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11981
11982         * message.el (message-info): Handle EasyPG manual.
11983
11984         * mml.el (mml-menu): Add entry for EasyPG.
11985
11986 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11987
11988         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11989         parameter.
11990
11991         * message.el (message-disassociate-draft): Specify drafts group name
11992         fully.
11993
11994 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11995
11996         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11997         Eliminate unnecessary duplicates from the match list.
11998
11999 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12002
12003         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12004
12005         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12006         args of `how-many' of which the XEmacs version doesn't take; declare
12007         Info-index-next as function.
12008
12009 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * gnus-score.el (gnus-score-headers): Fix handling of
12012         gnus-inhibit-slow-scoring.
12013
12014         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12015         string.
12016         (gnus-button-url-regexp): Improve handling of parenthesis.
12017         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12018         (gnus-button-handle-info-keystrokes): Handle index entries.
12019
12020 2008-03-15  Glenn Morris  <rgm@gnu.org>
12021
12022         * parse-time.el (parse-time-string): Simplify.
12023
12024 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12027         Incoming* files.
12028
12029 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12030
12031         * auth-source.el (auth-sources): Rename from auth-source-choices.
12032         (auth-source-pick): Use it.
12033
12034 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12035
12036         * binhex.el (binhex-decode-region-internal):
12037         * uudecode.el (uudecode-decode-region-internal):
12038         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12039         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12040         setting default-enable-multibyte-characters.
12041
12042 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12043
12044         * auth-source.el (auth-source-protocols)
12045         (auth-source-protocols-customize, auth-source-choices): Add and
12046         modified variable customizations and defaults.
12047         (auth-source-pick, auth-source-user-or-password)
12048         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12049         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12050         (auth-source-user-or-password-sftp)
12051         (auth-source-user-or-password-smtp): Use new variables and provide an
12052         interface to netrc.el.
12053
12054 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12057         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12058         Make sure the nntp port to specify is a string.
12059
12060 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12061
12062         * nntp.el: Use with-current-buffer.
12063         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12064         dubious mm-with-unibyte-current-buffer.
12065         (nntp-with-open-group-function): New function extracted from
12066         nntp-with-open-group macro.
12067         (nntp-with-open-group): Use the function, so it's easier to debug.
12068         Add indentation and debugging info.
12069         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12070         Recommend the use of the netcat alternatives.
12071
12072         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12073         Avoid mm-string-as-multibyte as well.
12074
12075         * nnweb.el (nnweb-insert-html):
12076         Remove use of nnheader-string-as-multibyte.
12077
12078         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12079         (nnheader-string-as-multibyte): Remove.
12080
12081         * mm-view.el: Use inhibit-read-only.
12082         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12083         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12084         or unibyte-string.
12085
12086         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12087         (mm-uu-yenc-extract): Use with-current-buffer.
12088
12089         * gnus-soup.el (gnus-soup-send-packet): Don't use
12090         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12091
12092         * nnmh.el: Use with-current-buffer.
12093         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12094         mm-string-as-multibyte on the output of mm-encode-coding-string.
12095
12096         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12097         (nnimap-request-move-article): Use with-current-buffer.
12098
12099         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12100         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12101         conversion uses string-make-unibyte rather than string-as-unibyte.
12102
12103         * gnus-msg.el: Use with-current-buffer.
12104
12105         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12106
12107 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12108
12109         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12110         string for caching if it is 'PIN.
12111
12112 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * lpath.el: Consider the case without Emacs/W3.
12115
12116 2008-03-08  Glenn Morris  <rgm@gnu.org>
12117
12118         * time-date.el (date-to-time, time-subtract, time-add)
12119         (safe-date-to-time): Doc fixes.
12120
12121 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * mail-source.el (mail-source-delete-old-incoming-confirm):
12124         Change default to nil.
12125         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12126
12127 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * lpath.el: Rearrange.
12130
12131         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12132         (gnus-article-goto-prev-page): Work for articles having ^L's.
12133
12134         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12135
12136         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12137
12138 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12139
12140         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12141         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12142         (gnus-bookmark-jump): Adjust some variable names.
12143
12144 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12145
12146         * auth-source.el: New package.
12147         (auth-source-choices): Add customization entry point variable.
12148
12149         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12150         bug.
12151
12152 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12153
12154         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12155         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12156         (gnus-registry-install-shortcuts): Rename from
12157         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12158         the `gnus-registry-mark-map' keymap dynamically from
12159         `gnus-registry-marks'.  The generated functions update the summary line
12160         when a registry mark is added or deleted, and will call
12161         `gnus-registry-install-p' (see the comments in the code).
12162         (gnus-registry-user-format-function-M): Use concat intelligently.
12163
12164         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12165         the registry mark functions.
12166
12167 2008-03-05  Glenn Morris  <rgm@gnu.org>
12168
12169         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12170         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12171         gnus-art.
12172         (top-level): No need to load own source when compiling.
12173
12174 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12177         Suggested by <chris.anderton@zetnet.co.uk>.
12178
12179 2008-03-04  Glenn Morris  <rgm@gnu.org>
12180
12181         * gnus-sum.el (top-level): No need to require gnus when compiling,
12182         since unconditionally required near start of file.
12183         (gnus-summary-display-while-building): Move definition before use.
12184
12185 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12186
12187         * gnus-registry.el (gnus-registry-user-format-function-M):
12188         Add formatting function.
12189
12190 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12191
12192         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12193         with plists.
12194         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12195         Use new format.
12196
12197 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12200         `where-is-internal' that returns a range of key sequences.
12201
12202 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12203
12204         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12205
12206         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12207         (gnus-summary-jump-to-group): Consider windows on other displayed
12208         frames as well.  Similar changes might be needed elsewhere, but that's
12209         the one I've bumped into during my use.
12210
12211         * nndoc.el (nndoc-oe-dbx-type-p):
12212         * gnus-msg.el (gnus-debug):
12213         * gnus-group.el (gnus-update-group-mark-positions):
12214         Use mm-string-to-multibyte.
12215
12216 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12219         doesn't handle NotDashEscaped.
12220
12221         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12222         (mml-dnd-attach-options): Fix typo in custom choice.
12223
12224         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12225         Change nndoc-article-type to mbox.
12226         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12227
12228         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12229         to nil, instead of html2text.
12230
12231         * imap.el (imap-debug): Add `imap-ping-server'.
12232
12233         * gnus-bookmark.el: Add FIXMEs.
12234
12235         * message.el (message-form-letter-separator)
12236         (message-send-form-letter-delay): New variables.
12237         (message-send-form-letter): Use them.  New command to send form
12238         letters.  Requested by Uwe Siart.
12239         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12240
12241 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * Update copyright years.
12244
12245 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         Sync from EMACS_22_BASE.
12248
12249         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12250
12251 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12252
12253         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12254         empty author.
12255
12256 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12257
12258         * gnus-registry.el (gnus-registry-marks): Add variable for
12259         customization of marks and their appearance.
12260         (gnus-registry-read-mark): Use it.
12261         (gnus-registry-do-marks): Add utility function to loop through
12262         `gnus-registry-marks'.
12263         (gnus-registry-install-shortcuts-and-menus): Add function to install
12264         shortcuts and menus.
12265         (gnus-registry-initialize): Use it.
12266         (gnus-registry-default-mark): Clarify documentation.
12267
12268 2008-02-29  Glenn Morris  <rgm@gnu.org>
12269
12270         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12271         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12272         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12273         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12274         Change defcustom :version from 23.0 to 23.1.
12275
12276 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12277
12278         * gnus-registry.el (gnus-registry-follow-group-p)
12279         (gnus-registry-post-process-groups): Add functions to aid registry
12280         splitting and improve logging.  Clarify behavior in function
12281         documentation.
12282         (gnus-registry-split-fancy-with-parent): Use them.
12283
12284 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12285
12286         * gnus-art.el: Use with-current-buffer.
12287
12288 2008-02-27  David Engster  <dengste@eml.cc>
12289
12290         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12291         Express real group name in the response.
12292
12293 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12296         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12297         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12298         autoload gnus-registry-fetch-group when compiling.
12299         (nnmairix-request-group-with-article-number-correction):
12300         Remove unreferenced argument passed to nnmairix-call-backend.
12301
12302 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12303
12304         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12305         (mm-uu-extract): Improve face for low color ttys.
12306         Reported by Sascha Wilde.
12307
12308 2008-02-27  Glenn Morris  <rgm@gnu.org>
12309
12310         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12311         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12312         variables to defconsts.  Convert comments to doc-strings.
12313         (nnmairix-last-server, nnmairix-current-server): Convert from free
12314         variables to defvars.  Convert comments to doc-strings.
12315         (gnus-registry-fetch-group): Autoload.
12316         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12317         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12318         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12319         caddr.
12320         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12321         nnmairix-request-group-with-article-number-correction call.
12322         (nnmairix-fast, nnmairix-group): New, less general names, for free
12323         variables passed from nnmairix-request-group to
12324         nnmairix-request-group-with-article-number-correction.  Declare.
12325         (nnmairix-request-group-with-article-number-correction):
12326         Use nnmairix-fast, nnmairix-group rather than fast, group.
12327
12328 2008-02-26  David Engster  <dengste@eml.cc>
12329
12330         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12331         version 0.5.
12332
12333 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12334
12335         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12336         instead of making an extra function call.  Don't add the current group
12337         to articles only when they have the group.  Use
12338         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12339         Reported by David <de_bb@arcor.de>.
12340
12341 2008-02-24  Miles Bader  <miles@gnu.org>
12342
12343         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12344         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12345         (mm-find-mime-charset-region):
12346         * mm-bodies.el (mm-encode-body):
12347         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12348
12349 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12352         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12353
12354 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * mail-source.el (mail-source-delete-incoming): Change default.
12357         Supplement doc string.
12358
12359         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12360
12361 2008-02-14  Glenn Morris  <rgm@gnu.org>
12362
12363         * time-date.el (format-seconds): New function.
12364
12365 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * nnmail.el (nnmail-message-id-cache-file): Derive from
12368         `gnus-home-directory'.
12369
12370 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12373         Document negative prefix.
12374
12375         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12376
12377 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12378
12379         * message.el (message-unsent-separator): Add the Exim bounce
12380         separator.
12381
12382 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12383
12384         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12385         list.
12386         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12387         recipient/signer list.
12388
12389 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * Makefile.in (datarootdir): Define.
12392         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12393         name that might contain whitespace.
12394
12395 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12398         fbound (Emacs 23 unicode), signal an error.
12399
12400 2008-02-08  Glenn Morris  <rgm@gnu.org>
12401
12402         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12403
12404 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12405
12406         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12407         ports to the calls to `netrc-machine-user-or-password' in addition to
12408         "imap" and "imaps".
12409
12410 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12411
12412         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12413
12414         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12415
12416 2008-02-01  Kenichi Handa  <handa@m17n.org>
12417
12418         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12419         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12420         (rfc2104-hash): Convert the result of concat to unibyte string.
12421
12422 2008-02-01  Dave Love  <fx@gnu.org>
12423
12424         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12425         coding-system-for-read.
12426         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12427
12428 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12431         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12432         <hanche@math.ntnu.no>.
12433
12434 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12437
12438         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12439
12440 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12441
12442         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12443         * message.el (message-beginning-of-line): Use featurep instead of bound
12444         tests in order to resolve conditionals at compile time.
12445
12446 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12447
12448         * mail-source.el (mail-sources): Add `group' choice.
12449
12450         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12451         parameter `in-group' to control into which group the articles go.
12452         Add treatment of `group' mail-source.
12453
12454 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12457
12458         * mm-decode.el (mm-dissect-buffer): Decode description.
12459
12460         * mml.el (mml-to-mime): Encode message header first.
12461
12462 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12465         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12466
12467         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12468         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12469
12470 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12471
12472         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12473
12474 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12477         prefix keys.
12478         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12479         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12480         gnus-xmas.el.
12481
12482         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12483         (gnus-xmas-article-describe-bindings): New function.
12484         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12485         gnus-xmas-article-describe-bindings.
12486
12487         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12488
12489 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12490
12491         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12492         Add new variables for article mark management.
12493         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12494         list of extra data entries which, when present, will indicate that the
12495         article ID should not be trimmed from the registry.
12496         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12497         functions.
12498         (gnus-registry-read-mark): New function to read a mark name from the
12499         user.
12500         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12501         (gnus-registry-set-article-mark-internal): New functions to add and
12502         remove marks.
12503         (gnus-registry-get-article-marks): New function to show the marks for
12504         an article, or retrieve them for further use.
12505
12506 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12509         keys when no argument is given.
12510
12511 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * imap.el (imap-ping-server): New variable.
12514         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12515         (imap-ping-server): Minor doc string fixes.
12516
12517 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12518
12519         * imap.el (imap-ping-server): New function.
12520         (imap-opened): Call imap-ping-server.
12521
12522 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * gnus-sum.el (gnus-article-sort-by-random)
12525         (gnus-thread-sort-by-random): Fix doc strings.
12526         Reported by jidanni@jidanni.org.
12527
12528 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * gnus-art.el (gnus-article-describe-bindings): New function.
12531         (gnus-article-read-summary-keys): Use it.
12532         (gnus-article-mode-map): Bind `C-h b' to it.
12533
12534 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12537         XEmacs.
12538         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12539         Protect against non-character events.
12540
12541         * lpath.el: Fbind map-keymap for Emacs 21.
12542
12543 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12544
12545         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12546         New command.
12547         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12548         instead of END.  Change name of the temp file.
12549         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12550         customizable.
12551
12552 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12555         bind `S W' to gnus-article-wide-reply-with-original; set default
12556         binding to gnus-article-read-summary-send-keys.
12557         (gnus-article-read-summary-keys): Fix the order of keys; display
12558         continuation keys correctly in the echo area; describe bindings
12559         correctly when keys end with `C-h'.
12560         (gnus-article-read-summary-send-keys): New function.
12561         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12562         Work for gnus-article-read-summary-send-keys; display continuation keys
12563         correctly in the echo area.
12564         (gnus-article-reply-with-original): Ignore prefix argument.
12565         (gnus-article-wide-reply-with-original): New function.
12566
12567         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12568         Emacs 21.
12569
12570 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12573         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12574
12575 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12576
12577         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12578         (gnus-group-read-ephemeral-gmane-group): New command.
12579
12580 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12581
12582         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12583
12584 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * message.el (message-send-mail-function): Increase custom version.
12587
12588         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12589         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12590
12591 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12592
12593         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12594         for the cases where imap-authenticate is called with a nil buffer
12595         parameter.
12596
12597 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12600         html parts correctly; support forwarded messages.
12601         (gnus-article-browse-html-article): Remove work buffers.
12602
12603         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12604         compiling.
12605         (netrc-bound-and-true-p): New macro.
12606         (netrc-parse): Use it instead of bound-and-true-p that is not available
12607         in XEmacs 21.4.
12608
12609 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12610
12611         * gnus-registry.el (gnus-registry-mark-article)
12612         (gnus-registry-article-marks): Add functionality to mark articles
12613         through the Gnus registry.
12614
12615         * encrypt.el: Clarify documentation for the new pgg method.
12616         (encrypt-file-alist): Add PGG option.
12617         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12618         functionality.  Abstract password key and messaging to external
12619         functions.
12620         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12621         (encrypt-message-method-and-cipher): Add new convenience external
12622         functions.
12623         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12624         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12625
12626         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12627         (netrc-parse): Use encrypt-file-alist to determine if
12628         encrypt-find-model or encrypt-insert-file-contents should be used.
12629
12630         * encrypt.el: Clarify documentation.  Load password-cache or
12631         password, whichever one is found first, instead of autoloading.
12632
12633 2007-12-19  Glenn Morris  <rgm@gnu.org>
12634
12635         * mml.el (message-options-set, message-narrow-to-head)
12636         (message-in-body-p, message-mail-p, message-encode-message-body):
12637         Autoload.
12638         (message-remove-header, message-narrow-to-headers-or-head)
12639         (message-subscribed-p, message-make-mail-followup-to)
12640         (message-position-on-field, message-news-p)
12641         (message-options-set-recipient, message-generate-headers)
12642         (message-sort-headers): Declare as functions.
12643
12644 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12647         convention in doc string.
12648
12649 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12652         title to html parts.
12653         (gnus-article-browse-html-article): Pass message header to it.
12654
12655         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12656
12657 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12660         or password compatible with XEmacs.
12661
12662 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12663
12664         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12665         format document.
12666         (gnus-mime-delete-part): Don't write description line if empty.
12667         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12668
12669 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12670
12671         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12672         (gnus-summary-mark-read-and-unread-as-read)
12673         (gnus-summary-mark-current-read-and-unread-as-read)
12674         (gnus-summary-mark-unread-as-ticked): Doc fix.
12675         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12676
12677 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12680         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12681
12682 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12685         yes-or-no-p.
12686
12687 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * mm-decode.el (mm-add-meta-html-tag): New function.
12690         (mm-save-part-to-file, mm-pipe-part): Use it.
12691
12692         * gnus-art.el (gnus-article-browse-delete-temp-files):
12693         Use gnus-y-or-n-p instead of y-or-n-p.
12694         (gnus-article-browse-html-parts): Work with message/external-body; use
12695         mm-add-meta-html-tag.
12696
12697 2007-12-11  Glenn Morris  <rgm@gnu.org>
12698
12699         * gnus-cache.el: Require gnus-sum not just when compiling.
12700
12701         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12702
12703         * gnus-int.el (gnus-server-opened, gnus-status-message):
12704         Move definitions before use.
12705
12706         * mm-decode.el: Require gnus-util.
12707         (mm-remove-part): Only call delete-annotation on XEmacs.
12708
12709         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12710
12711         * nnmail.el: Require gnus-int.
12712
12713         * spam.el: Move `require's before `eval-when-compile's.
12714
12715         * gnus-ems.el (gnus-alive-p):
12716         * gnus-fun.el (message-goto-eoh):
12717         * gnus-util.el (gnus-group-name-decode):
12718         * mail-source.el (gnus-compress-sequence):
12719         * message.el (Info-goto-node, format-spec):
12720         * mm-bodies.el (message-options-get):
12721         * mm-decode.el (mm-view-pkcs7):
12722         * mm-util.el (gmm-write-region):
12723         * mml-smime.el (mml-compute-boundary)
12724         (gnus-completing-read-with-default):
12725         * mml.el (widget-button-press, gnus-make-hashtable):
12726         * mml1991.el (mm-decode-content-transfer-encoding)
12727         (mm-encode-content-transfer-encoding)
12728         (message-options-get, message-options-set):
12729         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12730         * nnfolder.el (gnus-request-group):
12731         * nnheader.el (ietf-drums-unfold-fws):
12732         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12733         * smime.el (gnus-run-mode-hooks):
12734         * spam-stat.el (gnus-message): Autoload.
12735
12736         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12737         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12738         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12739         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12740         Add declare-function compatibility definition.
12741
12742         * gnus-cache.el (nnvirtual-find-group-art):
12743         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12744         (gnus-add-image, gnus-add-wash-type):
12745         * gnus-group.el (nnkiboze-score-file):
12746         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12747         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12748         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12749         (message-tokenize-header, gnus-get-buffer-create)
12750         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12751         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12752         * gnus.el (gnus-group-decoded-name):
12753         * mail-source.el (imap-capability):
12754         * mm-bodies.el (message-options-set):
12755         * mm-decode.el (gnus-configure-windows):
12756         * mm-extern.el (message-goto-body):
12757         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12758         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12759         (epg-sub-key-validity, message-options-set):
12760         * mml.el (widget-event-point, gnus-configure-windows):
12761         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12762         * mml2015.el (epg-check-configuration, epg-configuration)
12763         (message-options-set):
12764         * nndb.el (nndb-request-article):
12765         * nnfolder.el (gnus-request-create-group):
12766         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12767         * nnmaildir.el (gnus-group-mark-article-read):
12768         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12769         * rfc1843.el (message-fetch-field):
12770         * spam.el (gnus-extract-address-components):
12771         Declare as functions.
12772
12773 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12776
12777         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12778
12779         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12780         bind show-trailing-whitespace for XEmacs.
12781
12782 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12785         new no-op macro for backward compatibility.
12786
12787         * imap.el (imap-string-to-integer): New function.
12788
12789 2007-12-09  Glenn Morris  <rgm@gnu.org>
12790
12791         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12792
12793         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12794         * message.el, mm-view.el, sieve-manage.el, smime.el:
12795         Add declare-function compatibility definition.
12796
12797         * gnus-art.el (w3-region, w3m-region, Info-menu):
12798         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12799         * gnus-sum.el (gnus-get-predicate):
12800         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12801         * message.el (mail-abbrev-in-expansion-header-p):
12802         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12803         (w3m-detect-meta-charset, w3m-region):
12804         * sieve-manage.el (password-read, password-cache-add)
12805         (password-cache-remove):
12806         * smime.el (password-read-and-add): Declare as functions.
12807
12808 2007-12-08  David Kastrup  <dak@gnu.org>
12809
12810         * gnus-sum.el (gnus-summary-simplify-subject-query):
12811         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12812         `message'.
12813
12814 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12817         it to bind idna-program, installation-directory, defined-colors, and
12818         face-attribute for XEmacs of the version that compiles defcustom forms.
12819
12820 2007-12-07  Glenn Morris  <rgm@gnu.org>
12821
12822         * gnus-art.el (article-make-date-line): Revert previous change.
12823
12824 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12825
12826         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12827
12828 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12829
12830         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12831         Call gnus-add-to-range ranges only once with a prepared article-list.
12832
12833 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12834
12835         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12836         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12837         group names with backslashes.
12838         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12839
12840 2007-12-06  Deepak Goel  <deego3@gmail.com>
12841
12842         * gnus-art.el (article-make-date-line):
12843         * gnus-start.el (gnus-load):
12844         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12845
12846 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * gnus-art.el (gnus-use-idna):
12849         * gnus-start.el (gnus-site-init-file):
12850         * message.el (message-use-idna):
12851         * mm-uu.el (mm-uu-hide-markers):
12852         * smiley.el (smiley-style): Revert changes that suppress warnings.
12853
12854 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12857         specify charset to html source.
12858         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12859
12860 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12863         idna-program in order to suppress byte compile warning issued by XEmacs
12864         that came to byte compile the default value section of defcustom forms
12865         recently.
12866
12867         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12868         value of installation-directory.
12869
12870         * message.el (message-use-idna): Don't directly refer to the value of
12871         idna-program.
12872
12873         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12874
12875         * smiley.el (smiley-style): Don't directly call face-attribute.
12876
12877 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12880
12881         * gnus-dired.el: Reduce Gnus dependencies.
12882         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12883         Don't require.  Use autoloads instead.
12884         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12885         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12886         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12887         (gnus-dired-mode): Adjust doc string.
12888         (gnus-dired-mail-mode): New variable.
12889         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12890         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12891         (gnus-dired-mail-buffers): New function.  Return mail or message
12892         composition buffers.
12893         (gnus-dired-attach): Use it.
12894         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12895         NO-DECODE.
12896         (gnus-dired-print): Use `gnus-print-buffer' depending on
12897         `gnus-dired-mail-mode'.
12898
12899 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * rfc2047.el (rfc2047-encoded-word-regexp)
12902         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12903         explaining what regexp patterns are for.
12904
12905 2007-12-04  Glenn Morris  <rgm@gnu.org>
12906
12907         * password.el: Move to password-cache.el.
12908
12909         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12910         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12911         * mml-smime.el (password-read, password-cache-add)
12912         (password-cache-remove):
12913         No need to autoload, since mml-sec requires password.
12914
12915         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12916         * message.el (gnus-extract-address-components):
12917         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12918
12919         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12920         password.
12921
12922 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * mailcap.el: Reduce dependencies.
12925         (mail-header-parse-content-type): Autoload.
12926         (mailcap-delete-duplicates): New alias.
12927         (mailcap-mime-info): Add optional argument NO-DECODE.
12928         (mailcap-mime-types): Use mailcap-delete-duplicates.
12929
12930         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12931
12932 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12933
12934         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12935         (imap-parse-status): Upcase status-att for servers that sends them
12936         lower-case (e.g., MS Exchange 2007).
12937
12938 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12939
12940         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12941         function.
12942
12943         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12944         (gnus-uu-yenc-article): New function.
12945
12946         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12947
12948         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12949
12950 2007-12-02  Glenn Morris  <rgm@gnu.org>
12951
12952         * binhex.el (binhex): New custom group.
12953         (binhex-decoder-program, binhex-decoder-switches)
12954         (binhex-use-external): Move to the binhex custom group.
12955
12956         * uudecode.el (uudecode): New custom group.
12957         (uudecode-decoder-program, uudecode-decoder-switches)
12958         (uudecode-use-external): Move to the uudecode custom group.
12959
12960         * netrc.el (top-level): Don't load `encrypt' features.
12961         (netrc-parse): Don't use encrypt.
12962         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12963
12964         * encrypt.el: Remove file.
12965
12966 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12967
12968         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12969         matches on patches.
12970
12971         * gnus-art.el (gnus-article-browse-html-article):
12972         Mention `mm-text-html-renderer' in the doc string.
12973
12974         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12975         string.  Add comments.
12976
12977         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12978         if rhs is ASCII.
12979
12980 2007-12-01  Glenn Morris  <rgm@gnu.org>
12981
12982         * mail-source.el (top-level): Require format-spec before
12983         eval-when-compile.
12984
12985 2007-11-30  Glenn Morris  <rgm@gnu.org>
12986
12987         * encrypt.el: Require password, rather than autoloading password-read.
12988
12989 2007-11-29  Glenn Morris  <rgm@gnu.org>
12990
12991         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12992         (sasl-make-client, sasl-next-step, sasl-step-data)
12993         (sasl-step-set-data): Declare as functions.
12994
12995 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12996
12997         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12998
12999 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13000
13001         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13002         certs should be verified and what is to be done in the event of a
13003         verification failure.
13004
13005         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13006         caller can indicate whether the cache should be disregarded for this
13007         call.  This way the result of the call is reproducible at all times and
13008         can be considered a canonical server name for the supplied method.
13009         (gnus-agent-method-p): Canonicalize server names by pushing their
13010         method through `gnus-method-to-server' using the no-cache argument.
13011
13012         * gnus-srvr.el (gnus-server-insert-server-line):
13013         Call `gnus-method-to-server' with `no-cache' argument.
13014
13015         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13016         gnus-agent-possibly-synchronize-flags as this should be called when the
13017         server is actually being opened.
13018         (gnus-agent-possibly-synchronize-flags)
13019         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13020         flags file of an agentized server to the latter function.
13021
13022         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13023         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13024         after a connection has been established successfully.
13025
13026 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * gnus-art.el (article-display-face): Force to display face if called
13029         interactively; check if gnus-article-x-face-too-ugly matches author.
13030         (article-display-x-face): Display face even if From header is missing
13031         as article-display-face does.
13032
13033 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13034
13035         * hashcash.el (message-narrow-to-headers-or-head)
13036         (message-fetch-field, message-goto-eoh)
13037         (message-narrow-to-headers): Declare as functions.
13038
13039 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * mail-source.el (mail-sources): Default to fetch from file for
13042         compatibility with default of nnmail-spool-file.
13043
13044 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13047         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13048         to look for encoded word that should be encoded again.
13049         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13050         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13051         encoding pattern.
13052         (rfc2047-decode-region): Switch strict regexp and loose one according
13053         to rfc2047-allow-irregular-q-encoded-words.
13054
13055 2007-11-25  Romain Francoise  <romain@orebokech.com>
13056
13057         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13058
13059 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * tls.el (tls-program): Provide more custom choices from
13062         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13063         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13064
13065 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13068         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13069
13070         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13071         `nnmail-spool-file'.
13072
13073         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13074         `nnmail-spool-file'.
13075
13076         * gnus-move.el (gnus-change-server): Ditto.
13077
13078         * gnus-kill.el (gnus-batch-score): Ditto.
13079
13080         * gnus-cache.el (gnus-jog-cache): Ditto.
13081
13082         * gnus-msg.el (gnus-summary-reply):
13083         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13084
13085 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13088         version.  Minor improvement to doc strings.
13089         (tls-program): Add comment.
13090
13091 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13092
13093         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13094         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13095         mismatch between the hostname provided in the certificate and the name
13096         of the host connnecting to.
13097         (open-tls-stream): Use them.  Check certificates against trusted root
13098         certificates.
13099
13100 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-cache.el (gnus-cache-generate-nov-databases):
13103         Use nnml-generate-nov-databases-directory instead of
13104         nnml-generate-nov-databases-1.
13105
13106 2007-11-24  Glenn Morris  <rgm@gnu.org>
13107
13108         * message.el (message-tool-bar-retro): Update for rename
13109         mail_send.xpm->mail-send.xpm.
13110
13111 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13114         `smime-ldap-search' for Emacs 22 and up.
13115
13116 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13117
13118         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13119
13120         * message.el (message-send-mail-function): Fix error convention.
13121         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13122         (message-widen-reply, message-send-mail, message-talkative-question)
13123         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13124         (message-clone-locals, message-send-news): Use with-current-buffer.
13125         (message-insert-or-toggle-importance): Remove unused var `valid'.
13126         (message-make-references): Remove unused var `new-references'.
13127         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13128
13129 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13130
13131         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13132         (spam-split-symbolic-return-positive): Reflow docstring.
13133         (spam-backends, spam-summary-exit-behavior)
13134         (spam-mark-ham-unread-before-move-from-spam-group)
13135         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13136         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13137         (spam-clear-cache, spam-backend-check, spam-install-backend)
13138         (spam-install-statistical-backend, spam-list-of-processors)
13139         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13140         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13141         (spam-check-crm114, spam-initialize, spam-unload-hook):
13142         Fix typos in docstrings.
13143
13144 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13147         been checked if they have never been read and those group levels are
13148         higher than the one that a user specified.
13149
13150 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13153         foreign groups unless a group level is specified by a user.
13154         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13155
13156 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * message.el (message-send-mail-function): Require sendmail.
13159
13160 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * message.el (message-send-mail-function): Check for smtpmail too.
13163
13164         * utf7.el (utf7-encode, utf7-decode): Use coding system
13165         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13166
13167         * message.el (message-send-mail-function): New function.
13168         (message-send-mail-function): Set default using
13169         message-send-mail-function.  Adjust doc string.
13170         (message-send-mail-with-mailclient): New function.
13171
13172 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13173
13174         * smime.el (from):
13175         * rfc2047.el (message-posting-charset):
13176         * qp.el (mm-use-ultra-safe-encoding):
13177         * pop3.el (parse-time-months):
13178         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13179         * nnml.el (files):
13180         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13181         (jka-compr-compression-info-list, ange-ftp-path-format)
13182         (efs-path-regexp):
13183         * nndiary.el (files):
13184         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13185         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13186         (epg-digest-algorithm-alist, inhibit-redisplay)
13187         (password-cache-expiry):
13188         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13189         (pgg-output-buffer, password-cache-expiry):
13190         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13191         (efs-path-regexp):
13192         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13193         (inhibit-redisplay):
13194         * mm-uu.el (file-name, start-point, end-point, entry)
13195         (gnus-newsgroup-name, gnus-newsgroup-charset):
13196         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13197         (latin-unity-ucs-list):
13198         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13199         (mm-uu-binhex-decode-function):
13200         * message.el (gnus-message-group-art, gnus-list-identifiers)
13201         (rmail-enable-mime-composing, gnus-local-organization)
13202         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13203         (gnus-read-active-file, facemenu-add-face-function)
13204         (facemenu-remove-face-function, gnus-article-decoded-p)
13205         (tool-bar-mode):
13206         * mail-source.el (display-time-mail-function):
13207         * gnus-util.el (nnmail-pathname-coding-system)
13208         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13209         (gnus-original-article-buffer, gnus-user-agent)
13210         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13211         (xemacs-codename, sxemacs-codename, emacs-program-version):
13212         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13213         * gnus-start.el (gnus-agent-covered-methods)
13214         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13215         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13216         (gnus-newsgroup-headers, gnus-group-list-mode)
13217         (gnus-group-mark-positions, gnus-newsgroup-data)
13218         (gnus-newsgroup-unreads, nnoo-state-alist)
13219         (gnus-current-select-method, mail-sources)
13220         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13221         (nnmail-spool-file, gnus-cache-active-hashtb):
13222         * gnus-mh.el (mh-lib-progs):
13223         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13224         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13225         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13226         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13227         (gnus-group-buffer):
13228         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13229         (font-lock-set-defaults):
13230         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13231         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13232         (gnus-summary-post-menu, total-parts, type, condition, length):
13233         * gnus-agent.el (gnus-agent-read-agentview):
13234         * flow-fill.el (show-trailing-whitespace):
13235         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13236         eval-and-compile wrappers for byte compiler pacifiers.
13237
13238         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13239         (mm-display-inline-fontify): Check for featurep 'xemacs not
13240         extent-list.
13241
13242         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13243         itimer-list.
13244         (mm-create-image-xemacs): Only do something for XEmacs.
13245         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13246
13247         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13248
13249         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13250         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13251
13252 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13253
13254         * nnimap.el (nnimap-split-download-body):
13255         * gnus-demon.el (gnus-demon):
13256         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13257
13258 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13261         New macros.
13262         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13263         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13264         copy data from unibyte buffer to multibyte current buffer.
13265         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13266         to copy data from unibyte current buffer to multibyte buffer.
13267         (nntp-make-process-buffer): Make process buffer unibyte.
13268
13269         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13270
13271 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13272
13273         * pop3.el (pop3-open-server): Accept and process data more robustly at
13274         connection start to avoid spurious "POP SSL connection failed" errors.
13275
13276 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13279         read group names.
13280
13281 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13284
13285 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13288         (nnmail-save-active): Use a unibyte buffer when saving active file,
13289         which may contain non-ASCII group names.
13290
13291         * nnml.el (nnml-request-group): Decode group names in messages.
13292
13293 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * message.el (message-citation-line-function)
13296         (message-insert-formatted-citation-line): Fix spelling of
13297         `message-insert-formated-citation-line'.
13298
13299 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13302
13303 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13306         nnmail-pathname-coding-system.
13307
13308         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13309         that a user enters; decode group names in messages.
13310
13311         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13312
13313 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13316
13317         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13318
13319         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13320         risky local variable.
13321
13322         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13323
13324 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13325
13326         * encrypt.el: Improve documentation to fix function name typo.
13327         Reported by Daiki Ueno <ueno@unixuser.org>.
13328
13329 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13332         even if the point is not in the last page of an article.
13333         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13334         back to the previous page.
13335
13336 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13337
13338         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13339
13340 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13343
13344 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13345
13346         * message.el (message-check-news-body-syntax):
13347         Avoid mm-string-as-multibyte.
13348         (message-hide-headers): Don't assume (point-min)==1.
13349
13350 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * message.el (message-remove-blank-cited-lines): Fix if remove is
13353         given.
13354         (message-bogus-address-regexp): New variable.
13355         (message-bogus-recipient-p): New function.
13356         (message-check-recipients): New command.
13357         (message-syntax-checks): Add `bogus-recipient'.
13358         (message-fix-before-sending): Add `bogus-recipient'.
13359
13360         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13361         (gnus-treat-body-boundary): Don't test window-system.
13362
13363 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13364
13365         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13366
13367 2007-10-28  Miles Bader  <miles@gnu.org>
13368
13369         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13370         at compile-time too.
13371
13372 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13373
13374         * gnus-msg.el (gnus-message-setup-hook):
13375         Add `message-remove-blank-cited-lines' to options.
13376
13377 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13378
13379         * message.el (message-remove-blank-cited-lines): New function.
13380         Suggested by Karl Plästerer.
13381
13382 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13385         mapc.
13386
13387         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13388         (top-level): Use mapc to set functions to be traced for debugging.
13389
13390         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13391         called for effect with while loop.
13392
13393         * message.el (message-talkative-question): Replace mapcar called for
13394         effect with mapc.
13395
13396         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13397         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13398         called for effect with dolist.
13399
13400         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13401
13402         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13403         gnus-extra-headers and nnmail-extra-headers.
13404
13405         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13406         called for effect with dolist.
13407         (top-level): Use mapc to set functions to be traced for debugging.
13408
13409         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13410         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13411         dolist.
13412
13413         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13414         Replace mapcar called for effect with mapc.
13415         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13416         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13417         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13418         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13419
13420         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13421         remove-if that's a cl function.
13422
13423         * webmail.el (webmail-debug): Replace mapcar called for effect with
13424         dolist.
13425
13426         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13427         with mapc.
13428
13429 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13432         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13433         with while loop.
13434
13435         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13436         functions from article-* functions.
13437         (gnus-multi-decode-header): Replace mapcar called for effect with
13438         dolist.
13439
13440         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13441         (gnus-bookmark-show-details): Replace mapcar called for effect with
13442         while loop.
13443
13444         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13445         called for effect with while loop.
13446
13447         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13448         with dolist.
13449
13450         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13451         Replace mapcar called for effect with dolist.
13452
13453         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13454
13455         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13456         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13457         Replace mapcar called for effect with dolist.
13458         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13459         mapc.
13460
13461         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13462         Replace mapcar called for effect with dolist.
13463         (gnus-topic-list): Replace mapcar called for effect with mapc.
13464
13465         * gnus.el: Use mapc instead of mapcar to add autoloads.
13466
13467 2007-10-23  Richard Stallman  <rms@gnu.org>
13468
13469         * gnus-group.el (gnus-group-highlight): Mark as risky.
13470
13471 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * gnus.el (gnus-server-to-method): Return method found first in
13474         gnus-newsrc-alist.
13475
13476         * gnus-art.el (gnus-article-highlight-signature)
13477         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13478         button overlay without the front stickiness.
13479
13480 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13481
13482         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13483         overview buffer needed a catch to receive its throw.
13484         (gnus-agent-flush-cache): Declare as interactive to make this function
13485         easier to use.
13486
13487 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13490         `next-line'.
13491
13492 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13495         exclude address matching message-dont-reply-to-names.
13496
13497 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-util.el (gnus-string<): New function.
13500
13501         * gnus-sum.el (gnus-article-sort-by-author)
13502         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13503
13504 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13507         the frame-focus tag is set in gnus-buffer-configuration.
13508
13509 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13512         the front stickiness.
13513
13514 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13517         url pattern; remove duplicate one.
13518         (gnus-article-extend-url-button): New function.
13519         (gnus-article-add-buttons): Use it.
13520         (gnus-button-push): Use concatenated url that it makes.
13521
13522 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13523
13524         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13525
13526 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13527
13528         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13529         Don't hardcode point-min==1.
13530
13531 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13534         Fix comment about "iso8859-1".
13535
13536 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13537
13538         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13539         ones returned from the verify-function.
13540
13541         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13542         Call mml2015-extract-cleartext-signature if extraction failed.
13543
13544 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13545
13546         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13547         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13548         failed.
13549
13550 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13551
13552         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13553
13554 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13557         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13558         recommends to use EasyPG instead of PGG.
13559
13560         * pgg.el: Revert to revision 6.23.2.16.
13561
13562         * pgg-def.el: Revert to revision 6.6.2.14.
13563
13564         * pgg-gpg.el: Revert to revision 6.23.2.34.
13565
13566 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13567
13568         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13569         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13570         thread for both the null and zero (kill/expire thread) universal prefix
13571         cases.
13572         (gnus-summary-expire-thread): Add new function to expire a thread,
13573         using gnus-summary-kill-thread.
13574         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13575         shortcuts for gnus-summary-expire-thread.
13576         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13577         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13578
13579 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13580
13581         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13582         extras value, so an extras entry can be deleted.
13583         (gnus-registry-delete-extra-entry): Use it.
13584         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13585         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13586         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13587         storage through the gnus-registry, and provide an appropriate API for
13588         it.
13589
13590 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13593         Suggested by Leo <sdl.web@gmail.com>.
13594
13595         * gnus.el: Do.
13596
13597 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13600         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13601
13602         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13603
13604         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13605         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13606
13607 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13610         newline.
13611         (nnmbox-request-accept-article): Don't change article in source buffer;
13612         narrow to header to use message-fetch-field rather than
13613         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13614         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13615         as delimiters; make sure article ends with newline.
13616         (nnmbox-delete-mail): Correct last position of article to be deleted;
13617         ignore X-Gnus-Newsgroup header in article body.
13618         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13619         positions; make sure article ends with newline.
13620
13621         * message.el (message-display-abbrev): Don't infloop when a user
13622         inserts SPC in the beginning of header.
13623
13624         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13625         coding-system-for-read and coding-system-for-write for XEmacs having no
13626         file-coding feature.
13627
13628         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13629
13630 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13631
13632         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13633         list of groups not followed by default.  Fix type to be regexp.
13634         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13635
13636 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13637
13638         * hmac-def.el (define-hmac-function): Switch from old-style to
13639         new-style backquotes.
13640
13641         * md4.el (md4-make-step): Likewise.
13642
13643 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13646         raw-text coding system when saving .newsrc file, which may contain
13647         non-ASCII group names.
13648
13649 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * gnus-cus.el (gnus-score-extra): New widget.
13652         (gnus-score-extra-convert): New function.
13653         (gnus-score-customize): Use it for Extra.
13654
13655 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13656
13657         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13658         (mml2015-mailcrypt-clear-verify): Use it.
13659         (mml2015-gpg-clear-verify): Use it.
13660         (mml2015-pgg-clear-verify): Use it.
13661         (mml2015-epg-clear-verify): Replace the current part with the output
13662         from GnuPG; don't extract the plaintext by itself.
13663
13664         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13665         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13666         mml2015-clear-verify-function; don't touch the armor headers or
13667         dash-escaped text here.
13668
13669 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13672         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13673         parts, or application/octet-stream as a last resort.
13674         (gnus-mime-view-part-as-type): Don't toggle display.
13675         (gnus-mime-view-part-as-charset): Don't turn off display before
13676         querying charset.
13677
13678         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13679         stuff to undisplayer function in Emacs.
13680         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13681
13682         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13683         text/calendar parts.
13684
13685 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13688         decoding text/calendar parts.
13689
13690         * message.el (message-forward-make-body-mime): Always mark body as
13691         having no illegible text; remove signed-or-encrypted argument.
13692         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13693
13694         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13695         (mml-generate-mime-1): Don't encode body if it is specified to be in
13696         raw form; don't make buffer be unibyte when inserting multibyte string.
13697
13698 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13699
13700         * sha1.el: Fix up comment style.
13701         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13702         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13703
13704         * hex-util.el: Fix up comment style.
13705         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13706
13707         * gnus-salt.el: Use with-current-buffer.
13708         (gnus-pick-setup-message): Fix long-standing typo.
13709
13710 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * imap.el (imap-logout-timeout): New variable.
13713         (imap-logout, imap-logout-wait): New functions.
13714         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13715
13716         * nnimap.el (nnimap-logout-timeout): New server variable.
13717         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13718         nnimap-logout-timeout.
13719
13720         * gnus-art.el (gnus-article-summary-command-nosave)
13721         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13722
13723 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus.el (gnus-maximum-newsgroup): New variable.
13726
13727         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13728         according to gnus-maximum-newsgroup.
13729
13730         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13731         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13732         Limit the range of articles according to gnus-maximum-newsgroup.
13733
13734 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13735
13736         * gnus-art.el (gnus-sticky-article): Fix problems described in
13737         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13738         Don't perform gnus-configure-windows here; reuse existing sticky
13739         article buffer.
13740
13741         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13742         it doesn't exist in gnus-article-mode.
13743
13744 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13747         (gnus-agent-decoded-group-name): New function.
13748         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13749         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13750
13751 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13752
13753         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13754         Add binding for gnus-sticky-article.
13755         (gnus-summary-exit): Don't kill sticky article buffers.
13756
13757         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13758         article buffer.
13759         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13760         (gnus-kill-sticky-article-buffers): New commands.
13761
13762 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * nntp.el (nntp-xref-number-is-evil): New server variable.
13765         (nntp-find-group-and-number): If it is non-nil, don't trust article
13766         numbers in the Xref header.
13767
13768 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gnus-agent.el (gnus-agent-read-group): New function.
13771         (gnus-agent-flush-group, gnus-agent-expire-group)
13772         (gnus-agent-regenerate-group): Use it.
13773         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13774         nnmail-pathname-coding-system.
13775
13776 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13779
13780         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13781         that are unread as unread, and also as selected so that information of
13782         marks having been changed by a user may be updated when exiting group.
13783
13784 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13787
13788 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13791         calculated ignoring signature parts to gnus-treat-article.
13792
13793 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13796         a point here in order to keep the window start.
13797         (gnus-insert-mime-security-button): Make a button overlay without the
13798         front stickiness.
13799         (gnus-mime-display-security): Goto the end of a button.
13800
13801         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13802
13803 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13806         group-name-at-point.
13807         (gnus-group-completing-read): New function that offers decoded
13808         non-ASCII group names for completion.
13809         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13810         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13811         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13812         (gnus-group-fetch-control): Use it.
13813         (gnus-fetch-group): Use group-name-at-point for the initial value
13814         rather than the default value; use gnus-alive-p.
13815
13816         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13817         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13818         (gnus-summary-post-news): Use gnus-group-completing-read.
13819
13820         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13821         (gnus-read-move-group-name): Decode group name for completion.
13822
13823 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13824
13825         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13826         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13827         Yamaoka slightly modified the code).
13828
13829 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13832         (nnmail-split-incoming): Bind it.
13833
13834         * nnml.el (nnml-group-name-charset): New function.
13835         (nnml-decoded-group-name): Use it; don't decode group name if
13836         nnmail-group-names-not-encoded-p is non-nil.
13837         (nnml-encoded-group-name): New function.
13838         (nnml-group-pathname): Inline nnml-decoded-group-name.
13839         (nnml-request-expire-articles): Decode group name in message.
13840         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13841         nnmail-pathname-coding-system.
13842         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13843         not decoded ones according to nnmail-group-names-not-encoded-p.
13844         (nnml-generate-active-info): Use nnml-encoded-group-name.
13845
13846 2007-08-08  Glenn Morris  <rgm@gnu.org>
13847
13848         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13849         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13850         doc-strings and comments.
13851
13852 2007-07-25  Glenn Morris  <rgm@gnu.org>
13853
13854         * Relicense all FSF files to GPLv3 or later.
13855
13856 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-sum.el (gnus-summary-move-article):
13859         Make gnus-summary-respool-article work.
13860
13861 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13862
13863         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13864         string.
13865
13866 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13867
13868         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13869         that should be ignored when comparing distant RSS articles with local
13870         ones.
13871         (nnrss-make-hash-index): New function.  Create a hash index according
13872         to the ignored fields.
13873         (nnrss-check-group): Use it.
13874
13875 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13878
13879         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13880
13881         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13882         the new optional argument ENCODED is non-nil.
13883         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13884         coding system for encoding group name.
13885         (gnus-group-make-rss-group): Pass un-encoded group name to
13886         gnus-group-make-group.
13887         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13888         encoded.
13889
13890         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13891         Encode group name to which articles are moved or copied.
13892         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13893         coding system for encoding Newsgroup, Followup-To and Xref headers.
13894
13895         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13896         marks; use nnheader-file-coding-system to write a file.
13897         (nnagent-retrieve-headers): Bind file-name-coding-system to
13898         nnmail-pathname-coding-system.
13899
13900         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13901
13902         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13903         (nnml-request-article, nnml-request-create-group)
13904         (nnml-request-rename-group, nnml-find-id)
13905         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13906         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13907         (nnml-save-marks): Use nnml-group-pathname instead of
13908         nnmail-group-pathname.
13909
13910         (nnml-request-create-group, nnml-request-expire-articles)
13911         (nnml-request-move-article, nnml-request-delete-group)
13912         (nnml-deletable-article-p, nnml-possibly-create-directory)
13913         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13914         (nnml-open-marks): Bind file-name-coding-system to
13915         nnmail-pathname-coding-system.
13916
13917         (nnml-request-article): Pass server argument to nnml-find-group-number.
13918         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13919         Pass server argument to nnml-possibly-create-directory.
13920         (nnml-request-accept-article): Pass server argument to
13921         nnml-active-number and nnml-save-mail.
13922         (nnml-find-group-number): Pass server argument to nnml-find-id.
13923         (nnml-request-update-info): Pass server argument to
13924         nnml-marks-changed-p.
13925
13926         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13927         (nnml-save-mail, nnml-active-number): Add server argument.
13928
13929         (nnml-request-delete-group): Warn if group is missing.
13930         (nnml-get-nov-buffer): Decode group name.
13931         (nnml-generate-active-info): Encode group name.
13932         (nnml-open-marks): Decode group name in messages.
13933
13934 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13937         if it is not specified.
13938         (gnus-article-pipe-part, gnus-article-save-part)
13939         (gnus-article-interactively-view-part, gnus-article-copy-part)
13940         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13941         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13942         (gnus-article-replace-part, gnus-article-delete-part)
13943         (gnus-article-view-part-as-type): Pass raw prefix argument to
13944         gnus-article-part-wrapper.
13945
13946 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-agent.el (gnus-agent-save-active):
13949         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13950
13951         * gnus-cache.el (gnus-cache-save-buffers)
13952         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13953         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13954         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13955         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13956         (gnus-cache-generate-active, gnus-cache-rename-group)
13957         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13958         (gnus-cache-update-overview-total-fetched-for):
13959         Bind file-name-coding-system to nnmail-pathname-coding-system.
13960         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13961         New variables.
13962         (gnus-cache-decoded-group-name): New function.
13963         (gnus-cache-file-name): Use it.
13964         (gnus-cache-generate-active): Use non-decoded group name for active.
13965
13966         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13967         right place.
13968         (gnus-write-active-file): Don't break non-ASCII group names.
13969
13970         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13971         nnmail-pathname-coding-system.
13972
13973         * lpath.el: Bind default-file-name-coding-system,
13974         file-name-coding-system and language-info-alist for XEmacs.
13975
13976         * gnus-uu.el (gnus-uu-decode-save): Typo.
13977
13978 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13981
13982 2007-07-14  David Kastrup  <dak@gnu.org>
13983
13984         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13985         finishing actions if we did not edit the article.
13986
13987 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13990         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13991         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13992         (gnus-agent-flush-group, gnus-agent-flush-cache)
13993         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13994         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13995         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13996         (gnus-agent-regenerate-group)
13997         (gnus-agent-update-files-total-fetched-for)
13998         (gnus-agent-update-view-total-fetched-for):
13999         Bind file-name-coding-system to nnmail-pathname-coding-system.
14000         (gnus-agent-group-pathname): Don't encode file names by
14001         nnmail-pathname-coding-system.
14002         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14003         coding-system-for-write instead of buffer-file-coding-system to
14004         gnus-agent-file-coding-system.
14005
14006         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14007         Decode group name.
14008
14009         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14010
14011         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14012         (gnus-read-newsrc-el-file): Make group names unibyte.
14013
14014         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14015         nnmail-pathname-coding-system.
14016
14017         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14018         (nnrss-request-delete-group): Bind file-name-coding-system to
14019         nnmail-pathname-coding-system.
14020         (nnrss-read-server-data, nnrss-read-group-data):
14021         Bind file-name-coding-system correctly.
14022         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14023
14024         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14025         (nntp-server-to-method-cache): New variable.
14026         (nntp-group-pathname): New function that decodes non-ASCII group names.
14027         (nntp-possibly-create-directory, nntp-marks-changed-p)
14028         (nntp-save-marks, nntp-open-marks): Use it.
14029         (nntp-possibly-create-directory, nntp-open-marks):
14030         Bind file-name-coding-system to nnmail-pathname-coding-system.
14031         (nntp-open-marks): Decode group names when bootstrapping marks.
14032
14033         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14034         Newsgroups and Followup-To headers.
14035
14036 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14039         (gnus-server-closed-face, gnus-server-denied-face)
14040         (gnus-server-offline-face): Remove variable.
14041         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14042
14043         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14044         of modifying message-stack directly for XEmacs.
14045
14046         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14047         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14048         if the coding-system argument is nil for XEmacs.
14049
14050         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14051         mm-charset-override-alist.
14052
14053         * rfc2047.el: Don't require base64; require rfc2045 for the function
14054         rfc2045-encode-string.
14055         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14056         to quote the parameter value.
14057
14058 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14061         form in gnus-group-name-charset-method-alist.
14062
14063         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14064         overrides the default layout edit-form.
14065
14066         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14067
14068         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14069
14070 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14073         as unfetched articles.
14074
14075 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14076
14077         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14078
14079 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14082         original back end that keeps marks in the local system.
14083
14084 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14087         arg of pop-to-buffer for XEmacs.
14088         (gnus-article-read-summary-keys): Ditto; don't restore window
14089         configuration if summary command ends up with neither article buffer
14090         nor summary buffer; describe bindings if summary keys end with C-h.
14091
14092 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * message.el (message-fix-before-sending): Skip raw message part to be
14095         forwarded while checking illegible text.
14096         (message-forward-make-body-mime, message-forward-make-body):
14097         Mark signed or encrypted raw message as having no illegible text.
14098
14099 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14102         (gnus-message-with-timestamp-1): New macro.
14103         (gnus-message-with-timestamp): New function.
14104         (gnus-message): Use them.
14105
14106         * nnheader.el (nnheader-message): Use them.
14107
14108 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14109
14110         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14111         .newsrc.eld file.
14112
14113 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-agent.el (gnus-agent-fetch-headers)
14116         (gnus-agent-retrieve-headers):
14117         Bind gnus-decode-encoded-address-function to identity.
14118
14119         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14120         available also when the server returns simply a dot.
14121
14122         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14123
14124 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14127
14128 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * gnus-ems.el (gnus-x-splash): Make it work.
14131
14132         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14133         from being used.
14134
14135         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14136
14137 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14140         4th and the 5th arguments.
14141
14142         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14143         the front stickiness.
14144         (gnus-article-summary-command-nosave): Correct the order of the
14145         arguments passed to pop-to-buffer.
14146         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14147         summary command ends up with the article buffer.
14148
14149         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14150         the same faces.
14151
14152 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14153
14154         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14155
14156 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14157
14158         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14159         * gnus-sum.el (gnus-summary-highlight):
14160         * pgg.el (pgg-sign-region, pgg-sign):
14161         * mail-source.el (mail-source-delete-old-incoming-confirm):
14162         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14163
14164 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-art.el (gnus-mime-view-part-externally)
14167         (gnus-mime-view-part-internally): Fix predicate function passed to
14168         completing-read.
14169
14170         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14171
14172         * gnus.el (gnus-update-message-archive-method): Add :version.
14173
14174 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus.el (gnus-update-message-archive-method): New variable.
14177
14178         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14179         according to gnus-message-archive-method if
14180         gnus-update-message-archive-method is non-nil.
14181
14182 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14185         Suggested by Loic Dachary <loic@dachary.org>.
14186         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14187
14188 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * message.el (message-pop-to-buffer): Add switch-function argument.
14191         (message-mail): Pass switch-function argument to it.
14192
14193 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14194
14195         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14196         Improve doc string.
14197
14198 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14201         (gnus-header-content):
14202         * gnus-cite.el (gnus-cite-10):
14203         * gnus-srvr.el (gnus-server-closed):
14204         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14205         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14206         (gnus-group-mail-3-empty, gnus-group-mail-low)
14207         (gnus-group-mail-low-empty, gnus-splash):
14208         * message.el (message-header-to, message-header-cc)
14209         (message-header-subject, message-header-other, message-header-name)
14210         (message-header-xheader, message-separator, message-cited-text)
14211         (message-mml): Lighten colors of faces used for dark background.
14212
14213 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14214
14215         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14216         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14217
14218 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * message.el (message-narrow-to-headers-or-head):
14221         Ignore mail-header-separator in the body.
14222
14223 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14226         same as window size.
14227
14228 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14229
14230         * message.el (message-font-lock-keywords): Use message-header-xheader
14231         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14232         ahead of the anything pattern, to get it recognized.
14233
14234 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14237         spam.el loads uses it in the compiled defadvice form.
14238
14239 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14240
14241         * gnus-sum.el (gnus-articles-to-read)
14242         (gnus-summary-insert-old-articles): Don't truncate group name for
14243         `read-string'.
14244
14245         * gnus-util.el (gnus-limit-string): Delete this function.
14246
14247         * gnus-sum.el (gnus-simplify-subject-fully):
14248         Use `truncate-string-to-width' instead.
14249
14250 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14251
14252         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14253         Tell if, on summary exit, the next group has to be selected.
14254         (gnus-summary-exit): Use it.
14255
14256 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14259         non-break space.
14260
14261 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14264         Check if group is not a directory.
14265         (nnfolder-request-expire-articles): Don't delete articles if the target
14266         group is not available.
14267
14268         * nnml.el (nnml-request-create-group): Properly check if group is not a
14269         file.
14270         (nnml-request-expire-articles): Don't delete articles if the target
14271         group is not available.
14272
14273         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14274         Don't quote characters that are within parentheses.
14275
14276 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14279         (gnus-handle-ephemeral-exit): Select article according to it.
14280
14281 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * message.el (message-insert-formated-citation-line): Remove newline.
14284         (message-citation-line-format): Add final \n here so that the user can
14285         avoid a blank line.
14286
14287 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14288
14289         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14290         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14291         Update lanl/arXiv support.
14292
14293 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * gnus.el: Bump version number.
14296
14297 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14298
14299         * gnus.el (gnus-version-number): Bump version.
14300
14301 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14302
14303         * gnus.el: No Gnus v0.6 is released.
14304
14305 2007-04-27  Didier Verna  <didier@xemacs.org>
14306
14307         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14308         * gmm-utils.el (gmm-regexp-concat): ... here.
14309         * message.el: Don't require 'gnus-util.
14310         (message-dont-reply-to-names): Handle name change above.
14311         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14312
14313 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14316         since the initial value varies according to the system.
14317
14318 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14321
14322 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14323
14324         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14325
14326 2007-04-24  Didier Verna  <didier@xemacs.org>
14327
14328         Improve the type of gnus-ignored-from-addresses.
14329         * gnus-util.el (gnus-orify-regexp): New function.
14330         * message.el (gnus-util): Require it.
14331         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14332         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14333         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14334
14335 2007-04-24  Didier Verna  <didier@xemacs.org>
14336
14337         * gnus-sum.el:
14338         * gnus-utils.el: Fix some trailing whitespaces.
14339
14340 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14343         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14344         article's Message-ID; refer parent article in summary buffer.
14345
14346         * message.el (message-bounce): Call mime-to-mml.
14347
14348         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14349         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14350         optimize and/or forms properly.
14351
14352 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14355         URL.
14356
14357 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14360
14361 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14364         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14365         displayed of multipart/alternative part if it is invoked from summary
14366         buffer.
14367
14368         * mm-view.el (mm-inline-text-html-render-with-w3m)
14369         (mm-inline-text-html-render-with-w3m-standalone)
14370         (mm-inline-render-with-function): Use mail-parse-charset by default.
14371
14372 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14373
14374         * parse-time.el (parse-time-string-chars): Check if CHAR
14375         is less than the length of parse-time-syntax.
14376
14377 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14380         from gnus-newsgroup-processable.
14381
14382 2007-04-16  Didier Verna  <didier@xemacs.org>
14383
14384         * gnus-msg.el (gnus-configure-posting-styles):
14385         Handle message-signature-directory properly with :file syntax.
14386         Reported by "Leo".
14387
14388 2007-04-11  Didier Verna  <didier@xemacs.org>
14389
14390         New user option: message-signature-directory.
14391         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14392         * message.el (message-insert-signature): Ditto.
14393         * message.el (message-signature-file): Doc update.
14394         * message.el (message-signature-directory): New.
14395
14396 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-msg.el (gnus-inews-yank-articles):
14399         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14400
14401 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * message.el (message-yank-original): Make sure cited text ends with
14404         newline; don't exchange point and mark.
14405
14406 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14407
14408         * tls.el (open-tls-stream): Properly handle case where there
14409         is no associated buffer.
14410
14411 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14412
14413         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14414         message-yank-original, make sure (< mark TEXT point).
14415
14416 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * message.el (message-fill-column): New variable.
14419         (message-mode): Use it.  Add comment on a possible new hook.
14420
14421         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14422         (nnmail-get-new-mail): Reformat.
14423
14424         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14425
14426         * gmm-utils.el: Fix Commentary.
14427         (gmm-tool-bar-from-list): Fix typo in doc string.
14428
14429 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14430
14431         * message.el (message-yank-original): Don't switch point and mark
14432         unnecessarily to put point and mark as documented.
14433
14434 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14435
14436         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14437         from the message heads.
14438
14439 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14440
14441         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14442         article buffer does not have a window.  This may not be the best
14443         solution but is certainly better than setting the start of the null,
14444         that is the current, window.
14445
14446 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14447
14448         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14449         (gnus-draft-setup): Run it.
14450
14451         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14452         gnus-score-fast-scoring.  Allow regexp.
14453         (gnus-score-headers): Use it.
14454
14455         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14456         XEmacs.
14457
14458         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14459         string.
14460         (gnus-button-alist): Also catch `<f1> k ...'.
14461         (gnus-treat-display-x-face): Fix doc string.
14462
14463 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14464
14465         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14466         evaluation of gnus-extended-version to ensure correct generation of the
14467         User-Agent header when message-generate-headers-first is used.
14468
14469 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14470
14471         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14472         hashcash-path is nil.  Don't call callback with incorrect number of
14473         parameters if val is 0.
14474
14475 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14476
14477         * message.el (message-required-news-headers):
14478         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14479
14480 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14481
14482         * tls.el (open-tls-stream): In handshake-waiting loop,
14483         don't wait more if there is output available to process.
14484
14485 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14486
14487         * tls.el (tls-program): Doc fix.
14488
14489 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * message.el (message-generate-new-buffers): Change the meaning of the
14492         nil value; add `standard' to the choices; treat t as `unique'; improve
14493         doc string.
14494         (gnus-select-frame-set-input-focus): Autoload.
14495         (message-buffer-name): Search for the existing message buffer if
14496         message-generate-new-buffers is nil or `standard'; treat the value t of
14497         message-generate-new-buffers as `unique'.
14498         (message-pop-to-buffer): Raise the frame already displaying the message
14499         buffer; clear the echo area after querying.
14500         (message-setup): Pass the `continue' argument to compose-mail.
14501         (message-mail): Prefer `switch-function' if it is given; search for the
14502         existing message buffer if the `continue' argument is non-nil; pass
14503         continue and switch-function arguments to compose-mail by way of
14504         message-setup.
14505         (message-mail-other-window): Adjust argument of message-setup.
14506         (message-mail-other-frame): Ditto.
14507
14508 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14511         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14512         to turn font-lock on when turning gnus-message-citation-mode on.
14513
14514 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14515
14516         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14517         (mml-smime-function-alist): New variable; add epg as the backend.
14518         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14519         mml-smime- functions instead.
14520         * mm-view.el: Require smime.
14521
14522 2007-03-05  Didier Verna  <didier@xemacs.org>
14523
14524         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14525         instead of just inheritance for posting styles.
14526         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14527
14528 2007-02-24  Chris Moore  <dooglus@gmail.com>
14529
14530         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14531         * pgg-pgp.el (pgg-pgp-encrypt-region):
14532         * pgg-gpg.el (pgg-gpg-encrypt-region):
14533         Check pgg-encrypt-for-me if no other recipients.
14534
14535 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14536
14537         * tls.el (tls-certtool-program): Fix custom type.
14538
14539 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14542         and point-at-eol instead of line-(beginning|end)-position.
14543
14544         * assistant.el (assistant-parse-buffer): Ditto.
14545
14546         * netrc.el (netrc-parse-services): Ditto.
14547
14548 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14549
14550         * mml2015.el (mml2015-epg-find-usable-key): New function.
14551         (mml2015-epg-sign): Use it.
14552         (mml2015-epg-encrypt): Use it.
14553
14554 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * message.el (message-make-in-reply-to): Quote name containing
14557         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14558         if there are special characters.  Reported by NAKAJI Hiroyuki
14559         <nakaji@jp.freebsd.org>.
14560
14561 2007-02-27  Didier Verna  <didier@xemacs.org>
14562
14563         Include the group parameters as well as the topic ones in the
14564         inheritance filter process.
14565         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14566         argument GROUP-PARAMS-LIST.
14567         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14568
14569 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * nntp.el (nntp-never-echoes-commands)
14572         (nntp-open-connection-functions-never-echo-commands): New variables.
14573         (nntp-send-command): Use them.
14574
14575 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14576
14577         * mml2015.el (mml2015-epg-verify): Simplify.
14578
14579 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * mml.el (mml-content-disposition-alist): New user option.
14582         (mml-content-disposition): New function.
14583         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14584         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14585
14586 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14587
14588         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14589         verification.
14590
14591 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14592
14593         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14594         articles posted in the last 24 hours.
14595
14596 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14597
14598         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14599
14600 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14601
14602         * nntp.el (nntp-send-command): Don't wait for echoes when
14603         nntp-open-ssl-stream is used.
14604
14605 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14608         (gnus-message-add-citation-keywords)
14609         (gnus-message-remove-citation-keywords): Remove.
14610         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14611         directly, make the variables in font-lock-defaults buffer-local, add
14612         gnus-message-citation-keywords to them and then update the value of
14613         font-lock-keywords.
14614
14615 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * message.el (message-cite-original-1): Don't call
14618         gnus-article-highlight-citation.
14619
14620         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14621         citations; fix line count.
14622
14623 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14626         (gnus-message-add-citation-keywords)
14627         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14628         versions of font-lock-add-keywords and font-lock-remove-keywords to
14629         work with XEmacs correctly.
14630
14631 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * gnus-cite.el (gnus-cite-face-list): Set the values of
14634         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14635         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14636         (gnus-message-cite-prefix-regexp): New variable.
14637         (gnus-message-search-citation-line): Use it; protect against long
14638         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14639         the 0th match data for Emacs.
14640         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14641         (gnus-message-add-citation-keywords): Append keywords rather than
14642         prepending; emulate font-lock-add-keywords if it is not available.
14643         (gnus-message-remove-citation-keywords):
14644         Emulate font-lock-remove-keywords if it is not available.
14645
14646         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14647
14648         * message.el (message-cite-prefix-regexp): Set the value of
14649         gnus-message-cite-prefix-regexp.
14650
14651 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14652
14653         * nnweb.el (nnweb-google-parse-1): Update parser.
14654
14655 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14656
14657         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14658
14659 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14660
14661         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14662         regexp.
14663
14664 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14667         string-to-multibyte.
14668         (uudecode-decode-region-internal): Use it.
14669
14670         * lpath.el: Fbind string-as-multibyte for XEmacs.
14671
14672 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14675         Fix custom choice.
14676
14677         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14678
14679 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14680
14681         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14682
14683         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14684         `write-region' to respect `mm-inhibit-file-name-handlers'.
14685
14686 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14689         Use gnus-home-directory instead of "~/" or "$HOME".
14690
14691 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14692
14693         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14694         to mention filename.
14695         Add comments at beginning regarding usage.
14696         (encrypt-write-file-contents): Change interactive so a string is
14697         acceptable.  If the file has no associated model, show an error instead
14698         of a nonsense prompt.
14699
14700 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14701
14702         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14703         Thanks to Yoshihiko Yamada for kind notification of this typo.
14704
14705 2007-01-12  Kenichi Handa  <handa@m17n.org>
14706
14707         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14708         multibyte buffer.
14709
14710 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * gnus-score.el (gnus-score-fast-scoring): New variable.
14713         (gnus-score-headers): Use it.
14714
14715         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14716
14717         * message.el (message-cite-original-1):
14718         Call gnus-article-highlight-citation if requested.
14719         (message-make-from): Allow name and address as optional arguments.
14720
14721         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14722
14723         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14724         bugs to doc string.
14725         (gnus-button-alist): Add mid\\|message-id.
14726         (gnus-button-fetch-group): Extend for use in
14727         `browse-url-browser-function'.
14728         (gnus-button-url-regexp): Try to catch paired parentheses like in
14729         Wikipedia URLs.
14730
14731         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14732         Suggested by Simon Krahnke <overlord@gmx.li>.
14733
14734 2007-01-13  Romain Francoise  <romain@orebokech.com>
14735
14736         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14737         Update copyright.
14738
14739 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14740
14741         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14742
14743 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14744
14745         * gnus-registry.el (gnus-registry-unfollowed-groups)
14746         (gnus-registry-split-fancy-with-parent): Fix documentation.
14747
14748 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14749
14750         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14751         from nnweb groups.
14752
14753 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14754
14755         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14756         Xref urls.  Erase buffer before requesting head.
14757
14758         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14759
14760 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14763         customizable.
14764
14765 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14766
14767         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14768         no signing key is found.
14769         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14770         no encrypting and/or signing key is found.
14771
14772 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14775
14776 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14777
14778         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14779         headers read from disk with the ones newly found in the current search.
14780         This should no longer cause problems, because the article numbers in
14781         Gmane's `nov.php' output are ignored since the previous change.
14782
14783 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14784
14785         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14786
14787 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14790         replace-regexp-in-string; bind url-version; fbind display-images-p and
14791         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14792         find-face and set-itimer-function for Emacs; bind itimer-list for
14793         Emacs.
14794
14795         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14796
14797 2007-01-01  Romain Francoise  <romain@orebokech.com>
14798
14799         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14800
14801 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14802
14803         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14804         `define-minor-mode' macro definition expanded properly.
14805         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14806         exclude it there.
14807
14808         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14809         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14810         `fboundp' test.
14811         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14812         This is OK to autoload in (S)XEmacs now.
14813
14814 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14815
14816         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14817         keystroke.
14818         (gnus-summary-limit-to-singletons): Fix typo.
14819
14820         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14821         else fails.
14822
14823 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14824
14825         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14826         docstring.
14827
14828         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14829         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14830         (gnus-summary-insert-dormant-articles): Fix typo in message.
14831
14832 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14835         nil for XEmacs.
14836         (gnus-message-citation-mode): Don't autoload in XEmacs.
14837
14838         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14839
14840 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14841
14842         * nnimap.el (nnimap-expunge-search-string):
14843         Mention nnimap-search-uids-not-since-is-evil in docstring.
14844
14845 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * spam.el: Revert to make-obsolete-variable because
14848         define-obsolete-variable-alias is not supported in Emacs 21.
14849
14850         * spam.el (spam-ifile-path, spam-ifile-database-path)
14851         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14852         make-obsolete-variable.
14853         (spam-bsfilter-path, spam-bsfilter-program)
14854         (spam-spamassassin-path, spam-spamassassin-program)
14855         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14856         Don't use "path" inappropriately.
14857         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14858         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14859         variable names.
14860
14861 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14862
14863         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14864         summary buffer.
14865
14866         * password.el (password-cache-remove): Use clear-string to burn
14867         password, if available.
14868
14869 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14872
14873         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14874
14875         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14876         (gnus-message-highlight-citation): Move defcustom here from
14877         gnus-cite.el.
14878         (gnus-message-citation-mode): Autoload.
14879
14880         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14881         checks to make it compile with XEmacs.
14882         (gnus-message-citation-mode): New minor mode.
14883         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14884         (gnus-message-highlight-citation): New variables.
14885         (gnus-message-search-citation-line)
14886         (gnus-message-add-citation-keywords)
14887         (gnus-message-remove-citation-keywords)
14888         (turn-on-gnus-message-citation-mode)
14889         (turn-off-gnus-message-citation-mode): New functions.
14890
14891 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14892
14893         * gnus-cite.el: Enable highlighting of different citation levels in
14894         message-mode.
14895
14896 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14897
14898         * message.el (message-make-fqdn): Fix comment.
14899         (message-bogus-system-names): Add ".local".
14900
14901         * spam.el (spam-ifile-path, spam-ifile-program)
14902         (spam-ifile-database-path, spam-ifile-database)
14903         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14904         Don't use "path" inappropriately.
14905         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14906         strings.
14907         (spam-check-ifile, spam-ifile-register-with-ifile)
14908         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14909         Use new variable names.
14910
14911         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14912         (gnus-treat-display-smileys): Simplify using
14913         gnus-image-type-available-p.
14914
14915         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14916         available.
14917
14918         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14919         Use `display-images-p' if available.
14920
14921 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14924         one after turning on the buffer's multibyteness instead of decoding
14925         them directly in the unibyte buffer that causes unexpected conversion
14926         in Emacs 23 (unicode).
14927
14928 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14929
14930         * message.el (message-generate-hashcash): Fix custom type.
14931
14932 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14933
14934         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14935
14936 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14937
14938         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14939         disconnect icons.  Add help text.
14940
14941 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14942
14943         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14944         negated to be consistent with the others we handle.
14945
14946 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14947
14948         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14949         version of gnus-summary-buffer to something, so that we can use two
14950         article buffers at the same time.
14951
14952 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14953
14954         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14955         trigger all the extra headers.
14956         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14957         sorting.
14958
14959 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14960
14961         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14962         solid groups.
14963
14964 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14965
14966         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14967
14968 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * legacy-gnus-agent.el: Add Copyright notice.
14971
14972 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14973
14974         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14975
14976 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14977
14978         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14979
14980         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14981         to make it work reliably in CVS Emacs.
14982         (gnus-summary-limit-strange-charsets-predicate)
14983         (gnus-summary-limit-to-predicate): New functions.
14984
14985 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14986
14987         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14988         specifying array size.
14989         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14990         array if it is too small.
14991         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14992         (gnus-sort-threads-loop): New function.
14993
14994 2006-12-06  Chris Moore  <dooglus@gmail.com>
14995
14996         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14997         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14998
14999 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15000
15001         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15002         options.
15003
15004 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15005
15006         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15007         DOS-ing the recipient.
15008
15009         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15010         the headers when creating the mapping to avoid mismappings.
15011         (nnweb-gmane-create-mapping): Always nix out old mapping.
15012
15013 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15016         and mm-verify-option to never.
15017
15018 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * message.el (message-signed-or-encrypted-p): New function.
15021         (message-forward-make-body): Use it.
15022
15023         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15024         Replace encode-coding-string with mm-encode-coding-string.
15025
15026 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * nneething.el (nneething-decode-file-name):
15029         Replace decode-coding-string with mm-decode-coding-string.
15030
15031         * gnus-int.el (gnus-open-server): Say failed server's name.
15032
15033 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15034
15035         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15036         strings to a single string.  Quote `errors-file-name'.
15037         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15038         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15039         Adjust calls.  Use `shell-quote-argument'.
15040
15041 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15042
15043         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15044         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15045
15046         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15047         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15048         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15049         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15050         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15051         (gnus-subscribe-newsgroup, gnus-1):
15052         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15053         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15054         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15055         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15056
15057 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15058
15059         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15060         keystroke.
15061         (gnus-summary-limit-to-bodies): Implement headersp.
15062
15063 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15064
15065         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15066
15067 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15068
15069         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15070
15071 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15072
15073         * message.el (message-generate-hashcash): Expand range of values to
15074         include `opportunistic'.
15075         (message-send-mail): Use it.
15076
15077 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15078
15079         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15080         and comment it.
15081
15082         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15083
15084 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15085
15086         * gnus-util.el (gnus-extract-address-components): Improve comment.
15087
15088 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * gnus-util.el (gnus-extract-address-components): Work with address in
15091         which the name portion contains @.
15092
15093         * lpath.el: Fbind custom-autoload.
15094
15095 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * gnus.el (gnus-start): Move custom group up.
15098         (gnus-select-method): Don't autoload, but make it available for
15099         `customize-variable'.
15100         (gnus-getenv-nntpserver): Don't autoload.
15101
15102 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15103
15104         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15105
15106 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15107
15108         * message.el (message-sendmail-extra-arguments): New variable.
15109         (message-send-mail-with-sendmail): Use it.
15110
15111 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15114         mm-with-unibyte-current-buffer to make string unibyte.
15115
15116         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15117         mm-string-as-multibyte.
15118
15119 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15120
15121         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15122         Reported by Werner Koch <wk@gnupg.org>.
15123
15124 2006-11-14  Daiki Ueno  <ueno@p360>
15125
15126         * mml2015.el: Autoload epa-select-keys when compiling.
15127
15128 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15129
15130         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15131         message-options.
15132         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15133
15134 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15135
15136         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15137         EasyPG (< 0.0.6).
15138         (mml2015-always-trust): New user option.
15139         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15140         prompt.
15141
15142 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * nntp.el (nntp-authinfo-force): New variable.
15145         (nntp-send-authinfo): Use it.
15146
15147 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15148
15149         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15150         decode encoded words.  Improve prompt.  Add comment about forwarding.
15151         (message-replacement-char): Move up.
15152
15153 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15154
15155         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15156         instead of gnus-intersection because arguments of gnus-sorted-nunion
15157         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15158
15159 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15160
15161         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15162         (message-simplify-subject-functions):
15163         Enable message-strip-subject-encoded-words by default.
15164
15165 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15166
15167         * message.el (message-strip-subject-encoded-words): New function.
15168         (message-simplify-subject-functions): New variable.
15169         (message-simplify-subject): Use it.  Fix typo in doc string.
15170         Support message-strip-subject-encoded-words.
15171
15172 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15173
15174         * gnus-diary.el (gnus-diary-delay-format-function):
15175         * nndiary.el (nndiary-reminders):
15176         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15177
15178 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * gnus-art.el (article-hide-boring-headers): Fetch date from
15181         gnus-original-article-buffer to avoid problems with localized date
15182         strings.
15183
15184 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15187
15188 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15191         New variables.
15192         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15193         (mm-charset-synonym-alist): Move some entries to
15194         mm-codepage-iso-8859-list.
15195         (mm-charset-synonym-alist, mm-charset-override-alist):
15196         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15197
15198 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15201
15202 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15205         with Emacs 21 and XEmacs.
15206
15207 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15208
15209         * spam.el (spam-parse-address): New function for better parsing,
15210         catching errors, etc.
15211         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15212
15213 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * mm-view.el: Add interactive arg to html2text autoload.
15216
15217 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15220
15221 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15222
15223         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15224         New variables.
15225         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15226         (mm-charset-synonym-alist): Move some entries to
15227         mm-codepage-iso-8859-list.
15228
15229         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15230
15231 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15232
15233         * message.el (message-citation-line-format)
15234         (message-insert-formated-citation-line): Fix implementation of %E, %N
15235         and %n according to the doc string.
15236
15237 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15238
15239         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15240         Use car-safe to avoid bad parses.
15241
15242 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15245         names.
15246
15247         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15248
15249 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15252         header.
15253
15254         * message.el (message-draft-headers): Add Date.
15255         (message-headers-to-generate): Fix typo in docstring.
15256
15257         * nndraft.el (nndraft-required-headers): New variable.
15258         (nndraft-generate-headers): Use it.
15259
15260         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15261
15262 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15263
15264         * gnus-registry.el (gnus-registry-wash-for-keywords)
15265         (gnus-registry-find-keywords): New functions to allow easy searching of
15266         articles that are in the registry.
15267
15268 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15269
15270         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15271         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15272         Reported by Damien Elmes <damien@repose.cx>.
15273
15274 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15275
15276         * gnus.el (gnus-mime): Remove unused custom group.
15277
15278 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15279
15280         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15281         "blank line" when searching for end of armor headers.
15282
15283 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * gmm-utils.el (gmm-write-region): Fix variable name.
15286
15287 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15288
15289         * gmm-utils.el (gmm-write-region): New function based on compatibility
15290         code from `mm-make-temp-file'.
15291
15292         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15293
15294         * nnmaildir.el (nnmaildir--update-nov)
15295         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15296         Use `gmm-write-region'.
15297
15298 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15299
15300         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15301         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15302
15303         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15304
15305         * message.el (message-replacement-char): New variable.
15306         (message-fix-before-sending): Use it.
15307         (message-simplify-subject): New function to remove duplicate code.
15308         (message-reply, message-followup): Use it.
15309
15310         * gnus-sum.el (gnus-summary-make-menu-bar):
15311         Clarify gnus-summary-limit-to-articles.
15312
15313 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-util.el (gnus-with-local-quit): New macro.
15316
15317         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15318
15319 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15320
15321         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15322         ignore non-string data.
15323
15324 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15325
15326         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15327         non-string data (needs to be done in the registry too).
15328
15329 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15330
15331         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15332         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15333         (gnus-registry-split-fancy-with-parent)
15334         (gnus-registry-fetch-simplified-message-subject-fast)
15335         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15336         Remove text properties on ingress into the registry and when it's saved.
15337         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15338         registry from entries with no groups.
15339
15340 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15341
15342         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15343         function to remove string properties.
15344
15345 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * gmm-utils.el (gmm): Adjust custom version.
15348
15349         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15350         Adjust custom version.
15351
15352         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15353
15354 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15355
15356         * gnus-art.el (gnus-insert-prev-page-button)
15357         (gnus-insert-next-page-button): Simplify.  Reformat.
15358
15359 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15360
15361         * gnus-art.el (gnus-insert-prev-page-button)
15362         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15363
15364 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15365
15366         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15367
15368 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15369
15370         * gnus-art.el (gnus-insert-mime-button)
15371         (gnus-insert-mime-security-button):
15372         Apply gnus-article-button-face to MIME and security buttons.
15373
15374 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15377         readable.
15378
15379 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15382
15383 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15384
15385         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15386         `browse-url-of-file' instead of `browse-url'.
15387
15388 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15389
15390         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15391         regexp.  Articles containing quotation were cut prematurely.
15392
15393 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * message.el (message-cite-original-1): Use nobody by default for the
15396         value of From header.
15397         (message-reply): Ditto.
15398
15399 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15400
15401         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15402         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15403         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15404
15405 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15408         mails in the doc string.  Add some URLs in comment.
15409         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15410
15411 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15414         backslashes handling and the way to find boundaries of quoted strings.
15415
15416 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15417
15418         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15419         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15420         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15421         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15422
15423 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15424
15425         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15426         doc string.
15427         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15428
15429 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * lpath.el: Fbind epg-check-configuration.
15432
15433 2006-09-06  Simon Josefsson  <jas@extundo.com>
15434
15435         * mml2015.el (mml2015-use): Doc fix, mention epg.
15436
15437 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15438
15439         * mml2015.el (mml2015-use): Default to epg, if available.
15440
15441 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15442
15443         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15444         message-sender.
15445         (mml1991-epg-encrypt): Ditto.
15446         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15447         message-sender.
15448         (mml2015-epg-encrypt): Ditto.
15449
15450 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15451
15452         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15453         several common directories.
15454
15455 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15456
15457         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15458         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15459
15460 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * gnus-art.el (article-decode-encoded-words): Make it fast.
15463
15464 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15467
15468         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15469         in quoted string into `\'.
15470
15471 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15474         Use standard-syntax-table.
15475
15476 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * gnus-art.el (gnus-decode-address-function): New variable.
15479         (article-decode-encoded-words): Use it to decode headers which are
15480         assumed to contain addresses.
15481         (gnus-mime-delete-part): Remove useless `or'.
15482
15483         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15484         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15485         (gnus-nov-parse-line): Use it to decode From header.
15486         (gnus-get-newsgroup-headers): Ditto.
15487         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15488
15489         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15490         (mail-decode-encoded-address-string): New alias.
15491
15492         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15493         New function.
15494         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15495         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15496         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15497         (rfc2047-decode-string): Ditto.
15498         (rfc2047-decode-address-region): New function.
15499         (rfc2047-decode-address-string): New function.
15500
15501 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15502
15503         * message.el (message-caesar-buffer-body): Allow rotating headers.
15504
15505         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15506
15507         * message.el (message-insert-formated-citation-line): Fix %f.
15508         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15509
15510 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15513         (gnus-bookmark-mouse-available-p): New macro.
15514         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15515         (gnus-bookmark-bmenu-show-infos): Use it.
15516         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15517         (gnus-bookmark-bmenu-hide-infos): Ditto.
15518         (gnus-bookmark-remove-properties): New function.
15519         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15520         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15521         (gnus-bookmark-write-file): Bind coding-system-for-write.
15522         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15523         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15524         group before selecting it.
15525         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15526         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15527         quit-window if it is not available; use gnus-mouse-2 and bind it to
15528         gnus-bookmark-bmenu-select-by-mouse.
15529         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15530         (gnus-bookmark-bmenu-select-by-mouse): New function.
15531
15532 2006-08-13  Romain Francoise  <romain@orebokech.com>
15533
15534         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15535         space.
15536
15537 2006-08-10  Romain Francoise  <romain@orebokech.com>
15538
15539         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15540         (dns-mode-soa-auto-increment-serial): New user option.
15541         (dns-mode-soa-maybe-increment-serial): New function.
15542         (dns-mode): Add the latter to `write-contents-functions'.
15543
15544 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * compface.el (uncompface): Use binary rather than raw-text-unix.
15547
15548 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * compface.el (uncompface): Make sure the eol conversion doesn't take
15551         place when communicating with the external programs.
15552         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15553
15554 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15557
15558 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15559
15560         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15561         Make it more robust by parsing author and date independently.
15562
15563 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15566
15567 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15568
15569         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15570         first matching secret key.
15571         (mml2015-epg-encrypt): Ditto.
15572
15573         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15574         first matching secret key.
15575         (mml1991-epg-encrypt): Ditto.
15576
15577         * mml2015.el (mml2015-encrypt-to-self): New user option.
15578         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15579         mml2015-epg-encrypt-to-self is set.
15580
15581         * mml1991.el (mml1991-encrypt-to-self): New variable.
15582         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15583         mml1991-epg-encrypt-to-self is set.
15584
15585         * mml2015.el (mml2015-signers): New user option.
15586         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15587         (mml2015-epg-encrypt): Allow to select signing keys.
15588
15589         * mml1991.el (mml1991-signers): New variable.
15590         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15591         (mml1991-epg-encrypt): Allow to select signing keys.
15592
15593 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * nnheader.el (nnheader-insert-head): Make it work even if the file
15596         uses CRLF for the line-break code.
15597
15598 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15599
15600         * mml2015.el: Require mml-sec instead of password.
15601         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15602         (mml2015-cache-passphrase): Inherit the default value from
15603         mml-secure-cache-passphrase.
15604         (mml2015-passphrase-cache-expiry): Inherit the default value from
15605         mml-secure-passphrase-cache-expiry.
15606
15607         * mml1991.el: Require mml-sec instead of password.
15608         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15609         (mml1991-cache-passphrase): Inherit the default value from
15610         mml-secure-cache-passphrase.
15611         (mml1991-passphrase-cache-expiry): Inherit the default value from
15612         mml-secure-passphrase-cache-expiry.
15613
15614         * mml-sec.el: Require password.
15615         (mml-secure-verbose): New user option.
15616         (mml-secure-cache-passphrase): New user option.
15617         (mml-secure-passphrase-cache-expiry): New user option.
15618
15619 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15620             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15621
15622         * pgg-def.el (pgg-truncate-key-identifier):
15623         Truncate the key ID to 8 letters from the end.
15624
15625 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15626
15627         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15628         workaround for the url package included with Emacs.
15629
15630         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15631
15632 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15635         correctly.  This fixes a bug caused by the 2006-05-12 change.
15636
15637 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15638
15639         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15640         some information about the error when saying that the `bogus' mail
15641         group will be used.
15642
15643 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15644
15645         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15646         string.
15647
15648 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15649
15650         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15651
15652 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15653
15654         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15655
15656 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15657
15658         * mml1991.el (mml1991-function-alist): Add epg.
15659         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15660         (mml1991-epg-encrypt): New functions.
15661
15662 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15663
15664         * mml2015.el (mml2015-verbose): New variable.
15665         (mml2015-cache-passphrase): Ditto.
15666         (mml2015-passphrase-cache-expiry): Ditto.
15667         (mml2015-function-alist): Add epg.
15668         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15669         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15670         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15671         New functions.
15672
15673 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15674
15675         * message.el (message-cite-original-1): Preserve region when removing
15676         quoted text due to X-No-Archive in order to avoid bogus attribution
15677         when citing multiple messages.
15678
15679 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15680
15681         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15682         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15683
15684 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15685
15686         * gnus-diary.el (gnus-user-format-function-d)
15687         (gnus-user-format-function-D): Autoload.
15688
15689         * imap.el (Commentary): Fix typo.
15690
15691         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15692         2006-04-22 contribution.
15693
15694 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15695
15696         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15697         It didn't really fix the bogosity I'm seeing with solid web groups.
15698
15699 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15700
15701         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15702         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15703         created using server names.  If we use the feature without declaring
15704         it, Gnus does not properly manage server and group state.
15705
15706         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15707         bound.
15708
15709 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15710
15711         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15712         looking up the method using GROUP's prefix before inventing a new one.
15713         It is used on killed/unknown groups in various places where returning
15714         an all-new method isn't expected by the caller.
15715
15716         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15717         and match semantics of gnus-group-real-prefix.
15718
15719 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15720
15721         * nnmail.el (nnmail-broken-references-mailers): New variable.
15722         (nnmail-ignore-broken-references): New function generalizing
15723         nnmail-fix-eudora-headers.
15724         (nnmail-fix-eudora-headers): Now obsolete.
15725
15726         * gnus-art.el (gnus-button-handle-custom):
15727         Support `customize-apropos*'.
15728
15729 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15730
15731         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15732
15733         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15734         articles.
15735
15736 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15737
15738         * message.el (message-cite-reply-above): New variable.
15739         (message-yank-original): Use it.
15740
15741 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15744
15745 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15746
15747         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15748         as read.
15749
15750         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15751
15752 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15755         (gnus-bookmark-default-file): Use gnus-directory.
15756         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15757         Remove "*" in doc string.
15758         (gnus-bookmark-write-file): Simplify.
15759         (gnus-bookmark-maybe-sort-alist): Use `when'.
15760         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15761         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15762         Add FIXME about Emacs 21 and XEmacs compatibility.
15763         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15764         compatibility.
15765         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15766         compatibility.
15767         (gnus-bookmark-menu-heading): Fix version.
15768
15769 2006-06-19  Bastien Guerry  <bzg@altern.org>
15770
15771         * gnus-bookmark.el: New file.
15772
15773 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * message.el (message-syntax-checks): Doc fix.
15776
15777 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15778
15779         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15780         unsubscribed groups as if they were killed ones.  It causes duplicate
15781         entries in gnus-newsrc-alist.
15782
15783 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * message.el (message-syntax-checks): Doc fix.
15786         (message-send-mail): Add check for continuation headers.
15787         (message-check-news-header-syntax): Fix regexp used to check for
15788         continuation headers.
15789
15790 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15793
15794 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15797
15798 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15801         default-truncate-lines.
15802
15803 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15806         to fill the utf-8 entry.
15807
15808         * lpath.el: Fbind unicode-precedence-list.
15809
15810 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15811
15812         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15813
15814 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15815
15816         * gnus-agent.el (directory-files-and-attributes): Move all the way
15817         forward (the third and final move).
15818         (gnus-agent-read-agentview): Trap reconstruction errors due to
15819         nonexistent directory.  Handle by returning nil.
15820
15821 2006-05-30  Didier Verna  <didier@xemacs.org>
15822
15823         * message.el (message-dont-reply-to-names): Update the custom type.
15824         * message.el (message-dont-reply-to-names): New defsubst: potentially
15825         convert a list of regexps into a single one.
15826         * message.el (message-get-reply-headers): Use it.
15827         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15828
15829 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * gnus-agent.el (directory-files-and-attributes): Move forward.
15832
15833 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * gnus-ml.el (gnus-mailing-list-subscribe)
15836         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15837         (gnus-mailing-list-message): Fix doc strings.
15838
15839 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15840
15841         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15842         of doing it manually.
15843
15844 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15845
15846         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15847         comment.
15848
15849 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15850
15851         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15852         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15853         (gnus-agent-read-local): All symbols allocated in my-obarray.
15854         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15855         (gnus-agent-regenerate-group): Check numeric names to see if they are
15856         messages or groups.
15857         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15858         better way of do this...)
15859
15860         * gnus-cache.el (gnus-agent-total-fetched-for):
15861         Ignore 'dummy.group' (there should be a better way of do this...)
15862
15863 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15866         (gnus-saved-headers): Ditto.
15867         (gnus-default-article-saver): Mention functions may have properties.
15868         (gnus-article-save): Override gnus-save-all-headers and
15869         gnus-saved-headers by :headers property which saver function may have.
15870         (gnus-summary-save-in-file): Add :headers property.
15871         (gnus-summary-write-to-file): Ditto.
15872
15873         * gnus-sum.el (gnus-summary-save-article): Bind
15874         gnus-prompt-before-saving to t when saving many articles in a file;
15875         always show all headers.
15876
15877         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15878
15879 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15880
15881         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15882         marks.
15883
15884         * message.el (message-indent-citation): Add optional arguments to allow
15885         using it outside of message buffers.
15886
15887         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15888         (gnus-article-treat-unfold-headers): Use it.
15889         (gnus-article-truncate-lines): New variable.
15890         (gnus-article-mode): Use it.
15891         (gnus-article-toggle-truncate-lines): New function.
15892
15893         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15894         Add gnus-article-toggle-truncate-lines.
15895
15896         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15897         coding system in XEmacs, use binary.
15898
15899 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15902         after-load-alist.
15903
15904         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15905         this function should save decoded articles.
15906         (gnus-summary-write-to-file): Use property to specify this function
15907         should save decoded articles and specify gnus-summary-save-in-file
15908         should be used to save articles other than the first one when saving
15909         many articles.
15910         (gnus-summary-save-body-in-file): Use property to specify this
15911         function should save decoded articles.
15912         (gnus-summary-write-body-to-file): Use property to specify this
15913         function should save decoded articles and specify
15914         gnus-summary-save-body-in-file should be used to save articles other
15915         than the first one when saving many articles.
15916
15917         * gnus-sum.el (gnus-summary-save-article): Simplify.
15918
15919 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * gnus-art.el (gnus-default-article-saver):
15922         Add gnus-summary-write-body-to-file.
15923         (gnus-article-save-coding-system): Don't use coding system object
15924         in XEmacs.
15925         (gnus-read-save-file-name): Add optional `dir-var' argument which
15926         specifies directory in which files are saved; work even if optional
15927         `variable' argument is not specified.
15928         (gnus-summary-write-to-file): Read file name.
15929         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15930         (gnus-summary-write-body-to-file): New function.
15931
15932         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15933         (gnus-summary-local-variables): Add it.
15934         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15935         (gnus-summary-save-article): Remove optional `decode' argument;
15936         determine whether to decode articles by the value of
15937         gnus-default-article-saver; when saving many files using
15938         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15939         it first and use gnus-summary-save-in-file or
15940         gnus-summary-save-body-in-file thereafter unless
15941         gnus-prompt-before-saving is always; move point to article which
15942         will be saved.
15943         (gnus-summary-save-article-file): Revert.
15944         (gnus-summary-write-article-file): Revert.
15945         (gnus-summary-save-article-body-file): Revert.
15946         (gnus-summary-write-article-body-file): New function.
15947
15948 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * gnus-art.el (gnus-default-article-saver): Doc fix.
15951         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15952         from gnus-summary-save-article-coding-system, and default to a
15953         certain coding system.
15954         (gnus-output-to-file): Add coding cookie and encode text according
15955         to gnus-article-save-coding-system; don't use mm-append-to-file.
15956
15957         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15958         gnus-art.el and rename to gnus-article-save-coding-system.
15959         (gnus-summary-save-article): Require gnus-art; don't show all
15960         headers if it decodes articles; don't add coding cookie here;
15961         don't bind mm-text-coding-system-for-write.
15962         (gnus-summary-save-article-file): Save decoded articles.
15963         (gnus-summary-write-article-file): When saving many files, use
15964         gnus-summary-write-to-file first and gnus-summary-save-in-file
15965         thereafter unless gnus-prompt-before-saving is always.
15966         (gnus-summary-save-article-body-file): Save decoded articles.
15967
15968         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15969
15970 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15971
15972         * nnrss.el (nnrss-check-group): Bind hash-index.
15973
15974 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15975
15976         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15977         its hash index.  Store this hash in `nnrss-group-data'.
15978         (nnrss-read-group-data): Update accordingly.
15979
15980 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15981
15982         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15983         entry.
15984
15985         * gnus-sum.el (gnus-summary-make-menu-bar):
15986         Add gnus-article-browse-html-article.
15987
15988 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15989
15990         * gnus-sum.el (gnus-summary-mime-map):
15991         Add gnus-article-browse-html-article.
15992
15993         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15994
15995 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15996
15997         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15998         suitable coding systems in customize.
15999
16000 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16001
16002         * mail-source.el (mail-sources): Fix custom type.
16003
16004 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16007         (gnus-summary-expire-articles-now): Shorten prompt.
16008
16009         * gmm-utils.el (wid-edit): Require.
16010         (defun-gmm): Rename from `gmm-defun-compat'.
16011         (gmm-image-search-load-path): Use it.
16012         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16013
16014 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * gnus-sum.el (gnus-summary-save-article-coding-system):
16017         New variable.
16018         (gnus-summary-save-article): Add optional `decode' argument.
16019         If it is set and gnus-summary-save-article-coding-system is non-nil,
16020         save decoded article.
16021         (gnus-summary-write-article-file): Save decoded article if
16022         gnus-summary-save-article-coding-system is non-nil.
16023
16024         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16025         type.
16026
16027 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16030
16031 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16034         first to test gnus-single-article-buffer which may be buffer-local.
16035
16036         * gnus-sum.el (gnus-summary-setup-buffer):
16037         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16038         group; make gnus-article-buffer, gnus-article-current, and
16039         gnus-original-article-buffer always buffer-local.
16040         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16041         group.
16042         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16043
16044 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16045
16046         * nnml.el (nnml-request-compact-group): Compressed files might not
16047         have .gz extension.
16048
16049 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16050
16051         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16052         (mm-copy-to-buffer): Use with-current-buffer.
16053         (mm-display-part): Simplify.
16054         (mm-inlinable-p): Add optional arg `type'.
16055
16056 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16057
16058         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16059         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16060         Try harder to show the attachment internally or externally using
16061         gnus-mime-view-part-as-type.
16062
16063 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16064
16065         * message.el (message-from-style, message-signature-separator)
16066         (message-user-organization-file, message-send-mail-function)
16067         (message-citation-line-function, message-yank-prefix)
16068         (message-indent-citation-function, message-signature)
16069         (message-signature-file, message-signature-insert-empty-line):
16070         Remove autoloads.
16071
16072         * gnus-art.el (gnus-buttonized-mime-types):
16073         Remove "multipart/signed".  Revert 2006-04-26 change.
16074
16075 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16076
16077         * gnus.el (gnus-version-number): Bump version.
16078
16079 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16080
16081         * gnus.el: No Gnus v0.5 is released.
16082
16083 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16084
16085         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16086         fetching articles by message-id.
16087
16088 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16089
16090         * message.el (hashcash): Require hashcash as normal.
16091
16092         * ecomplete.el (ecomplete-highlight-match-line):
16093         Use point-at-eol.
16094         (ecomplete-highlight-match-line): Use `highlight', because that
16095         face exists in both Emacs and XEmacs.
16096
16097         * message.el (message-display-abbrev): Use point-at-bol.
16098
16099         * mail-source.el: Don't require timer/timer-funcs.
16100
16101         * gnus-async.el: Ditto.
16102
16103         * password.el: Ditto.
16104
16105         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16106
16107         * mm-url.el: Ditto.
16108
16109         * gnus-xmas.el: Don't require timer-funcs.
16110
16111         * mm-util.el: Require timer/timer-funcs.
16112
16113 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16114
16115         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16116         Close.
16117
16118 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16121         unibyte after clear-decrypt function runs.
16122
16123         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16124         returns as a unibyte string.
16125
16126 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * lpath.el: Revert.
16129
16130         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16131         (pgg-gpg-process-sentinel): Revert.
16132
16133         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16134         (pgg-pgp-lookup-key): Revert.
16135
16136         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16137         (pgg-pgp5-lookup-key): Revert.
16138
16139         * pgg.el (pgg-fetch-key): Revert.
16140
16141 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * lpath.el: Fbind string-as-multibyte for XEmacs.
16144
16145         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16146         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16147         (mml1991-pgg-encrypt): Ditto.
16148
16149         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16150         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16151         a multibyte buffer.
16152
16153         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16154         (pgg-pgp-lookup-key): Ditto.
16155
16156         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16157         (pgg-pgp5-lookup-key): Ditto.
16158
16159         * pgg.el (pgg-fetch-key): Ditto.
16160
16161 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16162
16163         * message.el (message-user-organization-file): Check several
16164         locations of the organization file.
16165
16166         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16167         Add gnus-article-view-part-as-type.
16168
16169         * gnus-art.el (gnus-article-view-part-as-type): New function.
16170
16171         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16172         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16173
16174         * mml.el: Simplify autoload.
16175         (mml-mode): defvar dnd-protocol-alist instead of using
16176         symbol-value.
16177         (mml-default-directory): New variable.
16178         (mml-minibuffer-read-file): Use it.
16179         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16180
16181         * message.el (message-citation-line-format): New variable.
16182         (message-insert-formated-citation-line): New function.
16183         (message-citation-line-function):
16184         Add `message-insert-formated-citation-line' to custom type.
16185
16186         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16187         to doc string.
16188
16189         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16190         depending on mm-verify-option.
16191
16192 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16195         binding pgg-* variables; reimplement the section which prevents
16196         MIME header from being signed.
16197         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16198         pgg-text-mode; remove a blank line at the top of body.
16199
16200         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16201         lines at the top of body; use gnus-newsgroup-charset if there's no
16202         Charset header.
16203
16204 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * message.el (message-self-insert-commands): Doc fix.
16207
16208         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16209         (mm-uu-pgp-encrypted-test): Ditto.
16210         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16211         between header and body; return application/pgp-encrypted handle
16212         if decryption failed; decode decrypted body by charset.
16213
16214         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16215         element match to application/pgp-*.
16216
16217 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16218
16219         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16220         HTML.
16221
16222 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16223
16224         * mail-source.el (mail-source-call-script): Message the error
16225         string.
16226
16227 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16228
16229         * gnus-util.el (gnus-byte-compile): Use it.
16230
16231 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16232
16233         * gnus-util.el (kill-empty-logs): New function.
16234
16235 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16236
16237         * message.el (message-mail-alias-type): Doc fix.
16238         (message-mail-alias-type-p): New function.
16239         (message-send): Use it.
16240         (message-mode): Ditto.
16241         (message-strip-forbidden-properties): Ditto.
16242
16243         * ecomplete.el (ecomplete-database-file-coding-system):
16244         New variable.
16245         (ecomplete-save): Use it.
16246         (ecomplete-setup): Use it.
16247
16248 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * message.el (message-self-insert-commands): New variable.
16251         (message-strip-forbidden-properties): Use it.
16252
16253 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16254
16255         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16256         that doesn't make XEmacs choke.
16257
16258 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16259
16260         * gnus-util.el (gnus-replace-in-string):
16261         Prefer replace-regexp-in-string over of replace-in-string.
16262
16263 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * gnus-util.el (gnus-select-frame-set-input-focus):
16266         Use select-frame-set-input-focus if it is available in XEmacs; use
16267         definition defined in Emacs 22 for old Emacsen.
16268
16269         * dgnushack.el: Autoload unmorse-region for XEmacs.
16270
16271         * lpath.el: Bind cursor-in-non-selected-windows and
16272         select-frame-set-input-focus for XEmacs.
16273
16274 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16277
16278 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16279
16280         * gnus-registry.el (gnus-registry-cache-save): Remove text
16281         properties when saving via the temp buffer.
16282
16283 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16284
16285         * message.el (message-generate-hashcash): Honor custom type.
16286
16287 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16288
16289         * message.el (message-generate-hashcash): Default to non-nil when
16290         hashcash is found.
16291
16292         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16293         (gnus-refer-thread-limit): Increase default to 500.
16294
16295         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16296
16297         * flow-fill.el (fill-flowed): Allow delete-space.
16298
16299 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16302         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16303         Remove autoloads.
16304
16305 2006-04-18  Simon Josefsson  <jas@extundo.com>
16306
16307         * message.el (message-generate-hashcash): Default to.
16308
16309 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16312         concatenating segments rather than before concatenating them.
16313
16314 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16317
16318 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16319
16320         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16321
16322         * message.el (message-forward-make-body-plain):
16323         Allow message-forward-ignored-headers to be a list.
16324         (message-remove-ignored-headers): Factor out into function.
16325         (message-forward-make-body-mml): Use it.
16326
16327         * imap.el (imap-quote-specials): New function.
16328         (imap-login-auth): Quote specials.
16329
16330         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16331         (rfc2231-parse-string): Allow concatanation of parameters that
16332         aren't contiguous.  The test case is
16333           (mail-header-parse-content-type "message/external-body;
16334             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16335             access-type=LOCAL-FILE;
16336             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16337
16338 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16339
16340         * nntp.el (nntp-accept-process-output): Return the value of
16341         `nnheader-accept-process-output'.
16342
16343 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16344
16345         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16346         (gnus-button-alist): Recognize more diff formats.
16347         (gnus-button-patch): Strip directory.
16348
16349 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16350
16351         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16352         Emacs 22 when setting focus.
16353
16354 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16355
16356         * gnus-art.el (gnus-article-treat-types): Do treatment of
16357         text/x-verbatim parts.
16358         (gnus-button-patch): New command.
16359
16360         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16361         addresses that contain invalid characters.
16362
16363 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16364
16365         * message.el (message-put-addresses-in-ecomplete):
16366         Use gnus-replace-in-string.
16367         (message-is-yours-p): Use the more correct
16368         mail-header-parse-address instead of
16369         mail-extract-address-components.
16370         (message-put-addresses-in-ecomplete): Fix typo.
16371
16372         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16373         keystroke.
16374
16375         * gnus-art.el (gnus-treatment-function-alist): Change order of
16376         newsgroups/generic header folding to avoid double-folding.
16377
16378         * message.el (message-hidden-headers): Add X-Draft-From.
16379
16380         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16381         New command.
16382         (gnus-summary-repeat-search-article-backward): New command.
16383
16384         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16385         groups in the parent topic.
16386
16387 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16388
16389         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16390         (spam-extra-header-to-number): Return the CRM114 number as a
16391         number instead of a string.
16392
16393 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16394
16395         * gnus-art.el (gnus-face-properties-alist): Move here from
16396         gnus-fun.
16397
16398         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16399
16400 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16401
16402         * message.el (message-strip-forbidden-properties): Only display on
16403         self-insert-command.
16404
16405         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16406         reindent.
16407         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16408
16409 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16410
16411         * smiley.el (smiley-style): Fix typo.
16412
16413 2006-03-23  Kenichi Handa  <handa@m17n.org>
16414
16415         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16416         instead of set-buffer-multibyte.
16417
16418 2006-03-23  Kenichi Handa  <handa@m17n.org>
16419
16420         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16421         buffer and then decode the buffer text if necessary.
16422         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16423         first, and after mm-encode-body, change the buffer to unibyte.
16424
16425 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16426
16427         * hashcash.el (hashcash-insert-payment-async-2):
16428         Use message-goto-eoh instead of doing it manually.
16429         (mail-add-payment): Use message-narrow-to-header instead of trying
16430         to do the same itself.
16431
16432         * message.el (message-hidden-headers): Add Face.
16433
16434         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16435         reparenting code.
16436         (gnus-summary-reparent-children): Refactored out code.
16437         (gnus-summary-thread-map): New keystroke.
16438         (gnus-summary-reparent-children): Make into command.
16439
16440         * smiley.el (smiley-style): Default to `medium' if using a large
16441         font.
16442
16443         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16444         does it itself.
16445
16446         * message.el (message-point-in-header-p): Simplify definition.
16447
16448 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16449
16450         * nnagent.el (nnagent-request-set-mark): Silence log file
16451         writing.
16452         (nnagent-request-set-mark): Use write-region instead of
16453         append-to-file.
16454
16455         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16456         strange select method.
16457
16458         * ecomplete.el (ecomplete-display-matches): Get highlightling
16459         right.
16460         (ecomplete-display-matches): Use literals.
16461         (ecomplete-display-matches): Disable message logging.
16462
16463         * message.el (message-display-abbrev): Small optimization.
16464
16465         * ecomplete.el (ecomplete-display-matches): Allow automatic
16466         display.
16467
16468         * message.el (message-strip-forbidden-properties):
16469         Display abbrevs.
16470         (message-display-abbrev): Get automatic display right.
16471
16472         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16473         keystrokes.
16474
16475 2006-04-13  Romain Francoise  <romain@orebokech.com>
16476
16477         TODO: Backport to v5-10!
16478
16479         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16480         Move here (and rename) from gnus-registry.el.
16481
16482         * gnus-registry.el: Require gnus-util.
16483         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16484
16485 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16486
16487         * gnus-group.el (gnus-group-catchup-current):
16488         Change if-then-else-if-then-else into cond.
16489         (gnus-group-catchup): Indent.
16490         (group-name-at-point): New function.
16491         (gnus-fetch-group): Provide default from thing at point.
16492
16493 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16494
16495         * message.el (message-display-abbrev): Fix regexp.
16496
16497         * ecomplete.el (ecomplete-highlight-match-line):
16498         Reimplement choosing.
16499         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16500         dead variables.
16501
16502         * message.el (message-newline-and-indent): Remove debugging.
16503         (message-display-abbrev): Use new implementation.
16504
16505 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16506
16507         * gnus-art.el (gnus-article-mode):
16508         Set cursor-in-non-selected-windows to nil.
16509
16510         * smiley.el: Revert previous change.
16511         (smiley-data-directory): defvar it before using it in the
16512         defcustom of `smiley-style'.
16513
16514 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16515
16516         * message.el (message-newline-and-indent): New function.
16517
16518         * ecomplete.el: Implement more bits.
16519
16520         * message.el (message-put-addresses-in-ecomplete): Clean up the
16521         string.
16522
16523         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16524
16525         * gnus-sum.el (gnus-summary-save-parts):
16526         Bind gnus-summary-save-parts-counter and use it to make unique file
16527         names.
16528
16529         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16530
16531         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16532         parameter to say whether to actually parse the individual
16533         addresses.
16534
16535         * message.el (message-put-addresses-in-ecomplete): New function.
16536         (ecomplete): Require.
16537         (message-mail-alias-type): Add ecomplete as an option.
16538
16539 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16540
16541         * flow-fill.el (fill-flowed): Remove trailing space from blank
16542         quoted lines.
16543
16544 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16545
16546         * smiley.el (smiley-style): Move definition later to avoid a
16547         compilation warning.
16548
16549 2006-04-12  Kenichi Handa  <handa@m17n.org>
16550
16551         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16552         buffer and then decode the buffer text if necessary.
16553         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16554         first, and after mm-encode-body, change the buffer to unibyte.
16555         Use mm-disable-multibyte instead of set-buffer-multibyte.
16556
16557 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16560         Content-Type header instead of Content-Disposition header.
16561         (gnus-mime-inline-part): Ditto.
16562         (gnus-mime-view-part-as-charset): Ignore charset that the part
16563         specifies.
16564
16565         * mm-decode.el (mm-display-part): Work with external parts and
16566         usual parts similarly.
16567
16568         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16569         instead of gnus-display-mime.
16570
16571         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16572         instead of with-temp-buffer.
16573
16574         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16575         tag to summarized topics part in order to encode non-ASCII text.
16576
16577 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16578
16579         * smiley.el (smiley-style): New variable.
16580         (smiley-directory): New function.
16581         (smiley-data-directory): Derive from `smiley-style' using
16582         `smiley-directory'.
16583         (smiley-regexp-alist): Add new entries.
16584
16585         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16586         (gnus-article-browse-delete-temp): Add :version.
16587
16588 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16589
16590         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16591         the sieve region.
16592
16593 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16594
16595         * gnus.el (gnus-version-number): Bump version.
16596
16597 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16598
16599         * gnus.el: No Gnus v0.4 is released.
16600
16601 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16602
16603         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16604         layout.
16605
16606         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16607         unknown charset.
16608
16609         * message.el (message-header-synonyms): Add Original-To to the
16610         default.
16611
16612         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16613         optional parameter.
16614
16615 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16616
16617         * gnus-fun.el (gnus): Require it for gnus-directory.
16618
16619 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16622
16623 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16624
16625         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16626
16627 2006-04-05  Simon Josefsson  <jas@extundo.com>
16628
16629         * password.el (password-reset): New function.
16630
16631 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16632
16633         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16634         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16635
16636 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16637
16638         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16639         Some whitespace was matched into the url, which broke browsing hits
16640         > 100 when mm-url-use-external was nil.
16641
16642 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16643
16644         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16645         Check gnus-extra-headers for 'Newsgroups.
16646
16647         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16648         bound.
16649
16650 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16651
16652         * pgg-gpg.el: Clean up process buffers every time gpg processes
16653         complete.
16654
16655 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16658         doc string.
16659
16660 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16661
16662         * pgg-gpg.el (pgg-gpg-process-filter)
16663         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16664
16665         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16666         lines, temporary fix.
16667
16668 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16669
16670         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16671
16672 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16673
16674         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16675         default-enable-multibyte-characters.  This reverts the change from
16676         revision 6.17 which is no longer necessary because the passphrase
16677         is sent separately now.  GnuPG messages are unreadable under
16678         multibyte locales with default-enable-multibyte-characters set to
16679         nil.
16680
16681 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * message.el (message-tool-bar-gnome): Move "spell".
16684
16685 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16686
16687         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16688         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16689         instead.
16690
16691 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16692
16693         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16694         Improve newsgroups handling for NNTP overviews which don't include
16695         Newsgroups.
16696
16697 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16698
16699         * message.el (message-resend): Bind message-generate-hashcash to nil.
16700
16701 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16702
16703         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16704         when searching for already-paid recipients.
16705
16706 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16707
16708         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16709         passphrases when it is not needed.
16710         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16711         passphrase stuff from gpg, should only be necessary when you use
16712         gpg with a smartcard.
16713
16714 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * mml.el (mml-insert-mime): Ignore cached contents of
16717         message/external-body part.
16718
16719         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16720         (mm-insert-part): Ditto.
16721
16722 2006-03-23  Simon Josefsson  <jas@extundo.com>
16723
16724         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16725         Reiner.
16726         (pgg-gpg-use-agent-p): Use it again.
16727
16728 2006-03-23  Simon Josefsson  <jas@extundo.com>
16729
16730         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16731         older emacsen.
16732         (pgg-gpg-use-agent-p): Don't use it.
16733
16734 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16735
16736         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16737         if we can.
16738
16739 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16740
16741         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16742         (pgg-gpg-update-agent): New function.
16743         (pgg-gpg-use-agent-p): New function.
16744         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16745         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16746         (pgg-gpg-sign-region): Use it.
16747
16748 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16751         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16752
16753 2006-03-21  Simon Josefsson  <jas@extundo.com>
16754
16755         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16756         <wilde@sha-bang.de>.
16757         (pgg-gpg-use-agent): New variable.
16758         (pgg-gpg-process-region): Use it.
16759         (pgg-gpg-encrypt-region): Likewise.
16760         (pgg-gpg-encrypt-symmetric-region): Likewise.
16761         (pgg-gpg-decrypt-region): Likewise.
16762         (pgg-gpg-sign-region): Likewise.
16763         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16764
16765 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16766
16767         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16768
16769         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16770         Add comment on version.
16771
16772 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16773
16774         * smiley.el: Add missing test smiley.
16775
16776 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * mm-decode.el (mm-with-part): New macro.
16779         (mm-get-part): Use it; work with message/external-body as well.
16780         (mm-save-part): Treat name and filename equally.
16781
16782         * mm-extern.el (mm-extern-cache-contents): New function.
16783         (mm-inline-external-body): Use it; force the part to be displayed;
16784         move undisplayer added to the cached handle to the parent.
16785
16786         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16787         (gnus-mime-view-part-as-type): Work with message/external-body.
16788
16789         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16790
16791 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16792
16793         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16794         images in image-load-path.  [Sync with image.el, revision 1.60, in
16795         Emacs.]
16796
16797 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16798
16799         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16800         path rather than symbol.  Always return list of directories.
16801         Guarantee that image directory comes first.  [Sync with image.el,
16802         revision 1.59, in Emacs.]
16803
16804         * message.el (message-make-tool-bar): Adjust to new API of
16805         `gmm-image-load-path-for-library'.
16806
16807         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16808
16809         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16810
16811 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16812
16813         * gnus-art.el (gnus-article-only-boring-p):
16814         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16815         intangible text.
16816         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16817
16818 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16819
16820         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16821         Use `defun' instead of `gmm-defun-compat'.
16822
16823 2006-03-14  Simon Josefsson  <jas@extundo.com>
16824
16825         * message.el (message-unique-id): Don't use message-number-base36
16826         if (user-uid) is a float.
16827         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16828
16829 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16832
16833         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16834         empty line between a part and a message part.
16835
16836 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16837
16838         * smiley.el: Add more test smileys.
16839         (smiley-data-directory, smiley-regexp-alist)
16840         (gnus-smiley-file-types): Fix doc strings.
16841         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16842         adding new elements.
16843         (smiley-mouse-map): Unused code.  Make it a comment.
16844
16845 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16848         scan latest NoCeM messages instead of old ones.
16849         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16850         delimiters that are recently used.
16851         (gnus-nocem-load-cache): Add autoload cookie.
16852
16853         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16854
16855         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16856         level which is larger than gnus-use-nocem is specified.
16857
16858         * gnus-group.el (gnus-group-get-new-news): Ditto.
16859
16860 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16861
16862         * gnus-util.el (gnus-tool-bar-update): New function.
16863
16864         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16865         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16866
16867         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16868
16869         * gnus-group.el (gnus-group-redraw-when-idle)
16870         (gnus-group-redraw-check): Remove.
16871         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16872
16873 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16876         if optional last element is specified in splits (FIELD VALUE...).
16877
16878 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16881         to gmm-image-load-path-for-library.  Call with no-error argument.
16882         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16883
16884         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16885
16886         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16887
16888         * gmm-utils.el (gmm-image-load-path): Remove alias.
16889
16890 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * gmm-utils.el (gmm-image-load-path): Add alias.
16893
16894         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16895         nnml-generate-nov-databases-1.
16896         (nnml-generate-nov-databases): Use it.
16897         (nnml-generate-nov-databases-directory): Document no-active
16898         argument.
16899
16900         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16901         directory if path is t.  Add no-error.
16902
16903         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16904         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16905
16906         * gnus-art.el (gnus-article-browse-delete-temp-files):
16907         Simplify resetting gnus-article-browse-html-temp-list.
16908
16909         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16910         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16911         Add example to docstring.  Rename local variables.  Move error
16912         checks to default case in cond and simplify.
16913
16914 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16917         handle is multipart when calling it recursively.
16918         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16919
16920 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16921
16922         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16923         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16924
16925 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16928         is loaded.
16929
16930         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16931         loaded.
16932
16933 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16934
16935         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16936         to "Emacs 23 (unicode)" in doc string.
16937
16938         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16939         "Emacs 23 (unicode)" in comment.
16940
16941 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16944
16945         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16946         characters 160 through 255 in Emacs 23.
16947
16948 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16949
16950         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16951         gnus-article-browse-html-temp.
16952         (gnus-article-browse-delete-temp): Make it customizable.
16953         Add `file'.  Adjust doc string.
16954         (gnus-article-browse-delete-temp-files): Add argument.
16955         Allow query for each file.  Adjust doc string.
16956         (gnus-article-browse-html-parts):
16957         Add `gnus-article-browse-delete-temp-files' to
16958         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16959
16960 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16961
16962         * gnus-art.el (gnus-article-browse-html-temp)
16963         (gnus-article-browse-delete-temp): New variables.
16964         (gnus-article-browse-delete-temp-files): New function.
16965         (gnus-article-browse-html-parts): Use it.
16966
16967 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16968
16969         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16970
16971         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16972         string.
16973
16974         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16975         gnus-summary-insert-new-articles when unplugged.
16976         Remove gnus-summary-search-article-forward.
16977
16978         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16979         display-visual-class instead of display-color-cells.
16980
16981 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * dgnushack.el: Autoload customize-group for XEmacs.
16984
16985         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16986         message/* containing non-ASCII text properly.
16987
16988 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16989
16990         * message.el: Require gmm-utils, remove autoloads.
16991         (message-tool-bar): Set default based on
16992         gmm-tool-bar-style.
16993         (message-tool-bar-gnome): Add gmm-customize-mode.
16994
16995         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16996         gmm-tool-bar-style.
16997         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16998
16999         * gnus-group.el (gnus-group-tool-bar): Set default based on
17000         gmm-tool-bar-style.
17001         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17002
17003         * gmm-utils.el (gmm-image-directory): Rename variable from
17004         gmm-image-load-path.
17005         (gmm-image-load-path): Use gmm-image-directory.
17006         (gmm-customize-mode): New function.
17007         (gmm-tool-bar-style): New variable.
17008
17009         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17010         gnus-group-redraw-line-number.
17011         (gnus-group-redraw-check): Simplify.
17012         (gnus-group-tool-bar-update): Remove redraw check.
17013         (gnus-group-make-tool-bar): Add redraw check.
17014
17015 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17016
17017         * gnus-art.el (gnus-button): Add missing parentheses.
17018
17019 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * lpath.el: Fbind line-number-at-pos.
17022
17023 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17026
17027 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17028
17029         * gnus-art.el (gnus-button): New face.
17030         (gnus-article-button-face): Use it.
17031
17032         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17033         Add gnus-summary-next-page.  Re-order.
17034
17035         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17036         next-node are now included.
17037         (gnus-group-redraw-line-number): New internal variable.
17038         (gnus-group-redraw-check): Helper function for updating the tool
17039         bar.
17040         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17041
17042         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17043
17044         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17045         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17046         Use it to match format of Spamassassin 3.0 and later.
17047         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17048         (spam-check-bogofilter)
17049         (spam-bogofilter-register-with-bogofilter): Fix args of
17050         `gnus-error' calls.
17051
17052 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17053
17054         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17055         unnecessary interaction when sending queued mails.
17056         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17057
17058 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17059
17060         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17061         first or last are nil.
17062
17063 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17064
17065         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17066
17067 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17068
17069         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17070
17071 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17072
17073         * dns.el (query-dns): Protect more against buggy tcp output.
17074
17075 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17076
17077         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17078         nov.php.
17079
17080 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17081
17082         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17083         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17084         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17085         output on the server side.
17086         (nnweb-google-create-mapping): Update regexps and add some
17087         progress indication.
17088
17089 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * gnus-group.el (gnus-group-tool-bar-gnome):
17092         Fix gnus-agent-toggle-plugged.  Re-order icons.
17093         (gnus-group-tool-bar-gnome):
17094         Add gnus-group-{prev,next}-unread-group.
17095         (gnus-group-tool-bar-gnome): Re-order icons.
17096
17097         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17098         Move gnus-summary-insert-new-articles.
17099
17100         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17101         Fix comments.
17102
17103         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17104         also available in Emacs 21.3.
17105
17106         * message.el (message-fix-before-sending): Change "Emacs 22" to
17107         "Emacs 23 (unicode)" in comment.
17108
17109         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17110         "Emacs 23 (unicode)" in comment.
17111
17112         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17113         comment.
17114         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17115
17116         * mm-view.el (mm-fill-flowed): Add :version.
17117
17118 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17121         and load-path.
17122
17123 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17124
17125         * message.el: Autoload gmm-image-load-path.
17126         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17127         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17128         consitency.
17129
17130         * gmm-utils.el (gmm-image-load-path): Also search in
17131         "../etc/images".  Don't set gmm-image-load-path if we don't find
17132         the image.
17133
17134 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * gmm-utils.el (gmm-image-load-path): Don't make
17137         `gmm-image-load-path' include subdirectories which the second arg
17138         `image' might specify.
17139
17140         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17141         subdirectory to icon file names.
17142
17143         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17144
17145 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17148         gmm-image-load-path calls.
17149
17150         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17151
17152         * message.el (message-make-tool-bar): Ditto.
17153
17154         * mml.el (mml-preview): Add comment concerning tool bar icons.
17155
17156         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17157         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17158
17159         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17160         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17161
17162         * message.el (message-tool-bar-gnome): Use new icon names.
17163         (message-make-tool-bar): Use `gmm-image-load-path'.
17164
17165         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17166         New functions from MH-E.
17167         (gmm-image-load-path): New variable from MH-E.
17168         (gmm-image-load-path): New function from MH-E.  Add arguments
17169         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17170         *-image-load-path-called-flag.
17171
17172 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17173
17174         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17175
17176 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17177
17178         * nnimap.el (nnimap-request-move-article): Change folder back to
17179         source group before deleting.
17180
17181 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17182
17183         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17184
17185         * gnus-art.el (mm-url-insert-file-contents-external):
17186         Autoload mm-url.
17187
17188         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17189
17190 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17193         coding system which mm-charset-to-coding-system returns for a
17194         given charset is valid.
17195
17196 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17197
17198         * html2text.el (html2text-remove-tag-list):
17199         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17200
17201 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17202
17203         * gnus-cus.el: Revert 2005-10-17 change.
17204
17205 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * gnus-art.el (article-strip-banner):
17208         Call article-really-strip-banner only when the regexp match is made.
17209
17210 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * gnus-art.el (article-strip-banner):
17213         Use gnus-extract-address-components instead of
17214         mail-header-parse-addresses to make it work with non-ASCII text;
17215         remove mail-encode-encoded-word-string.
17216
17217         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17218         values which are surrounded with \"...\"; make it never cause a
17219         Lisp error; give up parsing of parameters if it failed in
17220         extracting type.
17221
17222 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17223
17224         * smime.el (smime-cert-by-ldap-1): Fix bug where
17225         `smime-ldap-search' returns results without userCertificates.
17226
17227 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17230
17231 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17232
17233         * spam.el (spam-check-spamassassin-headers): Adapt format for
17234         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17235         <ari@mbf.ocn.ne.jp>.
17236         (spam-list-of-processors): Add spam-use-gmane.
17237
17238 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17241         make-temp-file; make it work with XEmacs as well.
17242
17243         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17244         mm-make-temp-file.
17245
17246         * mm-decode.el (mm-display-external): Use the 3rd arg of
17247         mm-make-temp-file.
17248         (mm-create-image-xemacs): Ditto.
17249
17250 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17253         with message-narrow-to-headers.
17254         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17255         (gnus-draft-check-draft-articles): New function.
17256         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17257
17258 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17259
17260         * gnus-art.el (gnus-article-browse-html-parts):
17261         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17262         Don't use suffix argument for mm-make-temp-file for Emacs 21
17263         compatibility.  Remove useless `format'.
17264
17265 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17266
17267         * nnweb.el (nnweb-google-wash-article): Update regexps.
17268         (nnweb-group-alist): Use defvoo instead of defvar.
17269
17270 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17273         re-loading nn* modules.
17274
17275 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17276
17277         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17278         for `tool-bar-mode' and don't check it's default-value.
17279
17280         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17281
17282         * message.el (message-make-tool-bar): Ditto.
17283
17284         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17285         `substring'.  Shorten tmp-file name.
17286
17287         * gnus.el: Remove bogus comment.
17288
17289 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17290
17291         * gnus-art.el (gnus-article-browse-html-parts): New function.
17292         (gnus-article-browse-html-article): New function for viewing html
17293         articles with a browser.
17294
17295 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17296
17297         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17298         in elisp.
17299         (pgg-gpg-encrypt-symmetric-region): Ditto.
17300         (pgg-gpg-sign-region): Ditto.
17301
17302         * pgg-def.el (pgg-text-mode): New variable.
17303
17304         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17305         (mml2015-pgg-encrypt): Ditto.
17306
17307         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17308         (mml1991-pgg-encrypt): Ditto.
17309
17310 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * nnfolder.el (nnfolder-insert-newsgroup-line):
17313         Use message-make-date instead of current-time-string.
17314
17315         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17316         to gnus-decoded which mm-uu might set.
17317
17318 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17321         don't decode quoted parameters; remove misimported Emacs code.
17322         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17323         (rfc2231-decode-encoded-string): Don't use split-string which
17324         behaves differently according to Emacs version; use
17325         mm-decode-coding-region to convert charset to coding-system.
17326         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17327         (rfc2231-encode-string): Remove misimported Emacs code.
17328
17329 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17332         when calling mail-header-parse-content-type.
17333         (article-de-quoted-unreadable): Ditto.
17334         (article-de-base64-unreadable): Ditto.
17335         (article-wash-html): Ditto.
17336
17337         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17338         calling mail-header-parse-content-type and
17339         mail-header-parse-content-disposition.
17340         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17341         mail-header-parse-content-type.
17342
17343         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17344         insert charset and format parameters; encode description after
17345         inserting it to buffer.
17346         (mml-insert-parameter): Fold lines properly even if a parameter is
17347         segmented into two or more lines; change the max column to 76.
17348
17349         * rfc1843.el (rfc1843-decode-article-body): Don't use
17350         ignore-errors when calling mail-header-parse-content-type.
17351
17352         * rfc2231.el (rfc2231-parse-string): Return at least type if
17353         possible; don't cause an error even if it fails in parsing of
17354         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17355         (rfc2231-encode-string): Don't break lines at the beginning, leave
17356         it to mml-insert-parameter.
17357
17358         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17359         calling mail-header-parse-content-type.
17360
17361 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17362
17363         * spam-report.el (spam-report-gmane-use-article-number):
17364         Improve doc string.
17365         (spam-report-gmane-internal): Check if a suitable header was found
17366         in the article.
17367
17368 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17371         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17372
17373 2006-02-05  Romain Francoise  <romain@orebokech.com>
17374
17375         Update copyright notices of all files in the gnus directory.
17376
17377 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17378
17379         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17380
17381 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17384         segmented lines of parameter value to cope with Thunderbird 1.5
17385         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17386         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17387         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17388
17389 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17390
17391         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17392         parts.
17393
17394 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17395
17396         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17397         there's only one active file for all servers.
17398         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17399         solid groups.  Gnus might have used a FAST request to select the group.
17400         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17401         and nnweb-search redundantly in the active file.
17402         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17403         (nnweb-request-create-group): Don't use ARGS.
17404         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17405         initializations.  Let nnoo do the work.
17406
17407 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17410         Say the part has been decoded.
17411
17412         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17413
17414 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17415
17416         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17417         mailcap-viewer-test-cache when there's no 'test clause, since that
17418         will invert the meaning of a "nil" test previously determined by
17419         mailcap-mailcap-entry-passes-test.
17420
17421 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17424         compiling.
17425
17426         * gnus-sum.el: Ditto.
17427
17428         * message.el: Don't bind tool-bar-map when compiling.
17429
17430 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17431
17432         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17433
17434 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17435
17436         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17437         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17438         current Google Groups.
17439
17440 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17441
17442         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17443         and tool-bar-mode.
17444
17445         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17446         and tool-bar-mode.
17447
17448         * message.el (message-tool-bar-update): Simplify.
17449         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17450
17451         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17452         gnus-summary-buffer.
17453         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17454         gnus-summary-reply.
17455
17456         * gmm-utils.el (gmm): Add :version.
17457
17458 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * Makefile.in (clean): New rule.
17461         (distclean): Use it.
17462
17463 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17464
17465         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17466         Don't autoload.
17467
17468 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * gmm-utils.el (gmm-verbose): Add :group.
17471
17472 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17473
17474         * message.el: Change some comments WRT tool-bars.
17475
17476         * gnus-sum.el (gnus-summary-tool-bar)
17477         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17478         (gnus-summary-tool-bar-zap-list): New variables.
17479         (gnus-summary-make-tool-bar): Complete rewrite using
17480         `gmm-tool-bar-from-list'.
17481
17482         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17483         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17484         New variables.
17485         (gnus-group-make-tool-bar): Complete rewrite using
17486         `gmm-tool-bar-from-list'.
17487         (gnus-group-tool-bar-update): New function.
17488
17489         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17490
17491 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17494         is dissected into a single part of which the type is the same as
17495         the given one; decode charset.
17496
17497 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17498
17499         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17500         into alists as symbol not string, since that's what
17501         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17502         look for.
17503
17504 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17507         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17508
17509         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17510
17511 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17514         (gnus-xmas-mime-security-button-menu): New function.
17515
17516         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17517         (gnus-mime-security-button-menu): New definition.
17518         (gnus-mime-security-button-map): Use them.
17519         (gnus-mime-security-button-menu): New function.
17520         (gnus-insert-mime-security-button): Addition to help echo.
17521         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17522         (gnus-mime-security-pipe-part): New functions.
17523
17524         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17525         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17526
17527         * mm-decode.el (mm-handle-set-disposition): Remove.
17528         (mm-handle-set-description): Remove.
17529
17530 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17533         (mm-w3m-standalone-supports-m17n-p): New function.
17534         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17535         w3m usage.
17536
17537         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17538         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17539
17540 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17541
17542         * message.el (message-tool-bar-zap-list):
17543         Use gmm-tool-bar-zap-list as custom type.
17544         (message-tool-bar-update): New function.
17545         (message-tool-bar, message-tool-bar-gnome)
17546         (message-tool-bar-retro): Add message-tool-bar-update.
17547         (message-tool-bar-gnome): Add flyspell-buffer.
17548
17549         * gnus-util.el (gnus-error): Describe `args'.
17550
17551         * gmm-utils.el (gmm-error): Describe `args'.
17552         (gmm-tool-bar-zap-list): New widget.
17553         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17554
17555 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17558         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17559         the number of recursive calls.
17560
17561         * mm-decode.el (mm-handle-set-disposition): New macro.
17562         (mm-handle-set-description): New macro.
17563
17564 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17567         encoding.
17568
17569 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17570
17571         * message.el (message-tool-bar-zap-list, message-tool-bar)
17572         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17573         (message-tool-bar-local-item-from-menu): Remove.
17574         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17575         (message-make-tool-bar): New function.
17576         (message-mode): Use `message-make-tool-bar'.
17577
17578         * gmm-utils.el: New file.
17579         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17580         (gmm-lazy): New widget copied from `nnmail.el'.
17581         (gmm-tool-bar-from-list): New function for creating customizable
17582         tool bars.
17583         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17584         output.
17585         (gmm): Add :prefix to defgroup.
17586
17587 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17588
17589         * gmm-utils.el (gmm-widget-p): New function.
17590
17591 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17592
17593         * mml.el (mml-attach-file): Describe `description' in doc string.
17594         (mml-menu): Add Emacs MIME manual and PGG manual.
17595
17596 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17597
17598         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17599
17600 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17601
17602         * nntp.el (nntp-end-of-line): Doc fix.
17603
17604 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17605
17606         * imap.el (imap-open): Handle case where buffer is a buffer
17607         object.
17608
17609 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17610
17611         * gnus-delay.el (gnus-delay): Don't autoload.
17612         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17613         to be re-loaded when customizing the `gnus-delay' group.
17614
17615 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17616
17617         * message.el (message-insert-citation-line): Use newlines.
17618
17619 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17620
17621         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17622         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17623         these routines, so the passphrase can be managed externally and
17624         passed in to the system.
17625         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17626         pgg-add-passphrase-to-cache function.
17627
17628         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17629         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17630         these routines, so the passphrase can be managed externally and
17631         passed in to the system.
17632         (pgg-pgp5-sign-region): Use new name of
17633         pgg-add-passphrase-to-cache function.
17634
17635 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17636
17637         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17638         part of the decoded armor to find the key-identifier.
17639         (pgg-gpg-lookup-key-owner): New function to return the
17640         human-readable identifier of a key owner.
17641         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17642         itself.
17643         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17644         the key value) if we have a key and can match it against a secret
17645         key.  Also, added a note pointing out fact that the prompt only
17646         indicates the first matching key.
17647
17648         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17649         pgg-decrypt-region.
17650         (pgg-add-passphrase-to-cache): Rename from
17651         `pgg-add-passphrase-cache' to reduce confusion (all callers
17652         changed).
17653         (pgg-remove-passphrase-from-cache): Rename from
17654         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17655         changed).
17656         (pgg-read-passphrase, pgg-add-passphrase-cache)
17657         (pgg-remove-passphrase-cache): Add informative docstrings.
17658         (pgg-decrypt): Convey provided passphrase in subordinate call to
17659         pgg-decrypt-region.
17660
17661 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17662
17663         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17664         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17665         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17666         'passphrase' argument, so the passphrase can be managed externally
17667         and then passed in to the system.
17668
17669         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17670         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17671         so the passphrase cache can be used reliably with identifiers
17672         besides a pgp packet's key id.
17673
17674         * pgg-gpg.el (pgg-gpg-encrypt-region)
17675         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17676         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17677         these routines, so the passphrase can be managed externally and
17678         passed in to the system.
17679
17680         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17681         'notruncate' argument, so the passphrase cache can be used
17682         reliably with identifiers besides a pgp packet's key id.
17683
17684 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17685
17686         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17687         symmetric encryption.
17688         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17689         encrypted session key.
17690         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17691         message ask for the passphrase in a proper way.
17692
17693         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17694         New user commands for symmetric encryption.
17695
17696 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17699
17700         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17701
17702 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17703
17704         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17705
17706 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17707
17708         * mm-decode.el (mm-inlined-types): Add application/pgp.
17709         (mm-automatic-display): Ditto.
17710
17711         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17712         part as text.
17713
17714 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * nnrss.el: Update copyright.
17717         (nnrss-opml-import): Query whether to subscribe to each entry.
17718
17719         * gnus-art.el:
17720         * gnus-sum.el:
17721         * gnus-xmas.el:
17722         * messagexmas.el:
17723         * mm-uu.el:
17724         * mm-view.el: Update copyright.
17725
17726 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17727
17728         * message.el (message-info): New function.
17729         (message-mode-menu): Add it.
17730         Update copyright.
17731
17732         * ChangeLog: Fix and update copyright.
17733
17734 2006-01-13  Romain Francoise  <romain@orebokech.com>
17735
17736         * message.el (message-forward-subject-name-subject): Prefer the
17737         address to 'nowhere' if the sender has no name.
17738         Fix typo.  Update copyright year.
17739
17740 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17741
17742         * gnus-art.el (article-wash-html):
17743         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17744         (gnus-article-wash-html-with-w3m-standalone): New function.
17745
17746         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17747         mm-inline-text-html-render-with-w3m-standalone.
17748         (mm-text-html-washer-alist): Map w3m-standalone to
17749         gnus-article-wash-html-with-w3m-standalone.
17750         (mm-inline-text-html-render-with-w3m-standalone): New function.
17751
17752 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17753
17754         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17755         Improve LaTeX.
17756
17757 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17760         (nnrss-request-article): Render text/plain parts as HTML.
17761
17762         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17763         the buffer.
17764
17765 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17766
17767         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17768         custom definition of `gnus-posting-styles'.
17769
17770         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17771         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17772
17773 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17776         Use nntp for bug archive.
17777
17778 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17781         parts.
17782         (nnrss-normalize-date): New function converts ISO 8601 date into
17783         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17784         (nnrss-check-group): Use it.
17785
17786 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17789
17790         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17791         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17792         (nnrss-insert-w3): Ditto.
17793
17794 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17797         the articles to be forwarded including the case where neither a
17798         number of articles nor a region is specified.
17799
17800 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * nnrss.el (nnrss-request-article): Fix last change; fill
17803         text/plain parts.
17804
17805 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17808         in text/plain part.
17809         (nnrss-check-group): Don't add excessive newline to dc:subject.
17810
17811 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17812
17813         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17814         article.
17815
17816 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17817
17818         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17819         (nnml-use-compressed-files, nnml-save-mail): Support other
17820         comression programs such as bzip2.
17821
17822 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17823
17824         * dns.el (query-dns): Make sure we check the buffer size before
17825         removing tcp headers.
17826
17827 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17830         remove MIME buttons associated with multipart/alternative parts.
17831         (gnus-mime-display-alternative): Tag buttons using `article-type'
17832         text property.
17833
17834         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17835         associated with multipart/alternative parts.
17836
17837         * gnus-art.el (gnus-signature-separator): Fix custom type.
17838
17839         * mm-decode.el (mm-inlined-types): Fix custom type.
17840         (mm-keep-viewer-alive-types): Ditto.
17841         (mm-automatic-display): Ditto.
17842         (mm-attachment-override-types): Ditto.
17843         (mm-inline-override-types): Ditto.
17844         (mm-automatic-external-display): Ditto.
17845
17846 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17847
17848         * spam-report.el (spam-report-user-mail-address)
17849         (spam-report-user-agent): New variables.
17850         (spam-report-url-ping-plain): Use spam-report-user-agent.
17851
17852 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17853
17854         * gnus-art.el (gnus-button-handle-custom): Do not just use
17855         `customize-apropos' for any "M-x customize-*" button but the
17856         function called for.  Accept both the function name and its
17857         argument in order to achieve this.
17858         (gnus-button-alist): Remove support for "custom:" URL's.
17859         Pass function name to `gnus-button-handle-custom' in case of "M-x
17860         customize-*" buttons.
17861
17862 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17865         multipart/alternative and add xref to mm-discouraged-alternatives
17866         in doc string.
17867
17868         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17869         gnus-buttonized-mime-types in doc string.
17870
17871 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17872
17873         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17874         Suggest image/.* in the doc string.
17875
17876 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17877
17878         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17879         message-marks (Debian bug #342521).
17880
17881 2005-12-12  Simon Josefsson  <jas@extundo.com>
17882
17883         * password.el (password-read-from-cache): Add.
17884         (password-read): Use it.
17885
17886 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * rfc2047.el (rfc2047-charset-to-coding-system):
17889         Recognize us-ascii as a MIME charset.
17890
17891         * mm-bodies.el (mm-decode-content-transfer-encoding):
17892         Protect against the case where the 2nd arg TYPE is nil.
17893
17894 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17895
17896         * pop3.el (pop3-stream-type): Fix custom version.
17897
17898         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17899
17900 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17901
17902         * mm-decode.el (mm-display-external): Add missing cdr.
17903
17904 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17907         RFC1524) if it is in mailcap or add a suffix according to
17908         mailcap-mime-extensions when generating a temp filename; postpone
17909         deleting a temp file for 2 seconds for some wrappers, shell
17910         scripts, and so on, which might exit right after having started a
17911         viewer command as a background job.
17912
17913 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17914
17915         * nntp.el (nntp-marks-directory): Fix custom group.
17916
17917         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17918         steps when < 10.
17919
17920         * gnus-start.el (gnus-no-server-1):
17921         Mention `gnus-level-default-subscribed' in doc string.
17922
17923 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17924
17925         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17926         parens.
17927
17928 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * gnus-xmas.el (gnus-use-toolbar): Revert.
17931         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17932         gnus-use-toolbar is default.
17933
17934         * messagexmas.el (message-use-toolbar): Revert.
17935         (message-setup-toolbar): Use global default-toolbar if
17936         message-use-toolbar is default.
17937
17938 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17941         according to default-toolbar-visible-p.
17942
17943         * messagexmas.el (message-use-toolbar): Ditto.
17944
17945 2005-11-26  Dave Love  <fx@gnu.org>
17946
17947         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17948         (tls-program, tls-success): Provide openssl alternative.
17949
17950         * starttls.el: Doc fixes.
17951         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17952         SERVICE to PORT.
17953
17954         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17955         port null or service name.
17956         (starttls-negotiate): Autoload.
17957
17958 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * message.el (message-kill-to-signature): Fix interactive spec.
17961
17962 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17963
17964         * pop3.el (pop3-open-server): Recognize a string as a service name.
17965
17966 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17967
17968         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17969
17970 2005-11-23  Dave Love  <fx@gnu.org>
17971
17972         Add pop3s, pop3/starttls.
17973
17974         * pop3.el (pop3-authentication-scheme): Clarify doc.
17975         (open-tls-stream, starttls-open-stream): Autoload.
17976         (pop3-stream-type): New.
17977         (pop3-open-server): Use it.
17978
17979         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17980         for POP.
17981         (mail-source-keyword-map): Add :stream for POP.
17982         (mail-source-fetch-pop): Use pop3-stream-type.
17983
17984 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17987         of current-time-string.
17988
17989 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17990
17991         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17992         date header.
17993
17994 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17995
17996         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17997         it can seriously impact performance as it bypasses the agent's
17998         local caches.
17999
18000 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18001
18002         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18003         must be explicitly online rather than "not explicitly offline" for
18004         its flags to be synchronized.
18005
18006         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18007         that gnus-uu-unmark-thread will function correctly.
18008
18009         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18010         1024K is instead displayed as 1M.
18011
18012 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18013
18014         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18015
18016 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18017
18018         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18019
18020 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18021
18022         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18023         error message to display actual error condition.
18024         (gnus-agent-save-local): Avoid saving symbols that are bound to
18025         nil as they simply result in a warning message in
18026         gnus-agent-read-local.
18027
18028 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18031         rather than make-variable-buffer-local for file-precious-flag.
18032
18033 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18034
18035         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18036         for duplicates which are removed.  The invalid sort check then
18037         triggers a rescan after the sort as sorting may have moved
18038         duplicate entries such that they can be cheaply detected.
18039
18040 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18041
18042         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18043
18044 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18045
18046         * gnus-agent.el (gnus-agent-article-alist-save-format):
18047         Change internal variable to a custom variable.  Change default value
18048         from compressed(2) to uncompressed(1).
18049         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18050         support for uncompressed agentview files.  Taken together, reading
18051         the agentview file should now be 6-7 times faster.
18052
18053 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18054
18055         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18056         as a buffer-local variable.  This avoids creating truncated
18057         dribble files as a result of a hang up, eg.
18058
18059 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18060
18061         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18062         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18063         XEmacs.
18064
18065 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18066
18067         * gnus-start.el (gnus-start-draft-setup):
18068         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18069
18070         * gnus.el (gnus-splash): Change custom group.
18071         (gnus-group-get-parameter, gnus-group-parameter-value):
18072         Describe allow-list argument.
18073
18074         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18075         string.
18076
18077 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18078
18079         * gnus-art.el (gnus-default-article-saver): Add user-defined
18080         `function' to custom type.
18081
18082 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18083
18084         * imap.el (imap-open): Handle case where buffer is a buffer
18085         object.
18086
18087 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18088
18089         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18090         long lines.
18091         (gnus-cache-delete-group): Wrap doc strings.
18092
18093         * gnus-agent.el (gnus-agent-rename-group)
18094         (gnus-agent-delete-group): Wrap doc strings.
18095
18096 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * messagexmas.el (message-use-toolbar): Change the valid values
18099         into default, top, bottom, left, and right.
18100         (message-toolbar-thickness): New variable.
18101         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18102         well.
18103         (message-setup-toolbar): Make it work.
18104
18105         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18106         (gnus-use-toolbar): Change the valid values into default, top,
18107         bottom, left, and right.
18108         (gnus-toolbar-thickness): New variable.
18109         (gnus-xmas-setup-toolbar): New function.
18110         (gnus-xmas-setup-group-toolbar): Use it.
18111         (gnus-xmas-setup-summary-toolbar): Use it.
18112
18113 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18114
18115         * gnus-start.el (gnus-1): Add "native" to
18116         gnus-predefined-server-alist.
18117
18118         * gnus.el (gnus-method-to-server): Don't add "native" to the
18119         lists here, because that leads to problems when
18120         gnus-select-method is bound.
18121
18122 2005-11-09  Simon Josefsson  <jas@extundo.com>
18123
18124         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18125         use (not sort-by-date) instead.
18126
18127 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18128
18129         * gnus-delay.el (gnus-delay-group): Don't autoload.
18130         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18131         to be re-loaded when customizing the `gnus-delay' group.
18132
18133 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18134
18135         * message.el: Revert last changes.
18136         (message-insert-citation-line): Use newlines.
18137
18138 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18139
18140         * message.el (message-courtesy-message)
18141         (message-mark-insert-begin, message-mark-insert-end)
18142         (message-elide-ellipsis, message-cancel-message)
18143         (message-add-header, message-change-subject)
18144         (message-cross-post-followup-to-header)
18145         (message-cross-post-insert-note, message-reduce-to-to-cc)
18146         (message-widen-reply, message-delete-not-region)
18147         (message-kill-to-signature, message-insert-signature)
18148         (message-insert-importance-high, message-insert-importance-low)
18149         (message-insert-or-toggle-importance)
18150         (message-insert-disposition-notification-to)
18151         (message-indent-citation, message-yank-original)
18152         (message-cite-original-without-signature, message-cite-original)
18153         (message-insert-citation-line, message-position-on-field)
18154         (message-fix-before-sending, message-send-mail-partially)
18155         (message-send-mail, message-send-mail-with-sendmail)
18156         (message-send-mail-with-qmail, message-send-news)
18157         (message-check-news-header-syntax, message-generate-headers)
18158         (message-insert-courtesy-copy, message-fill-address)
18159         (message-fill-header, message-shorten-references)
18160         (message-setup-1, message-cancel-news)
18161         (message-forward-make-body-plain, message-forward-make-body-mime)
18162         (message-forward-make-body-mml, message-encode-message-body)
18163         (message-forward-make-body-digest-plain)
18164         (message-forward-make-body-digest-mime)
18165         (message-use-alternative-email-as-from): Insert `hard-newline'
18166         instead of ordinary newlines.
18167
18168 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * message.el (message-generate-headers): Downcase the argument
18171         given to message-check-element.
18172
18173 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18174
18175         * nntp.el (nntp-authinfo-rejected): New error condition.
18176         (nntp-wait-for): Use new error condition to signal authentication
18177         error.
18178         (nntp-retrieve-data): Rethrow new error condition to break out of
18179         recursive call to nntp-send-authinfo.
18180
18181 2005-11-08  Romain Francoise  <romain@orebokech.com>
18182
18183         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18184         (gnus-summary-exit-map): Bind to `Z p'.
18185         (gnus-summary-make-menu-bar): Add menu item.
18186
18187 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18190         (gnus-treat-*): Add `first' in all doc strings.
18191
18192         * gnus-group.el (gnus-group-compact-group): Fix typo.
18193
18194 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * gnus.el (gnus-parameters-case-fold-search): New variable.
18197         (gnus-parameters-get-parameter): Use it.
18198
18199         * gnus-score.el (gnus-home-score-file): Doc fix.
18200
18201 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18202
18203         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18204
18205 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18206
18207         * mm-util.el (mm-special-display-p): New function.
18208
18209         * mml.el (mml-preview): Use it; doc fix.
18210
18211 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18212
18213         * imap.el (imap-open): Handle case where buffer is a buffer object.
18214
18215 2005-10-29  Romain Francoise  <romain@orebokech.com>
18216
18217         * message.el (message-fix-before-sending): Fix comment.
18218
18219 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18220
18221         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18222
18223 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18224
18225         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18226         Used in gnus-score.el.
18227
18228 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18229
18230         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18231
18232 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18233
18234         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18235         whitespace removed in revision 7.8.  Use concatenated string to
18236         protect trailing whitespace.
18237
18238 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18239
18240         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18241         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18242         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18243         Courier IMAP ("some version from 2004").  Mostly based on similar
18244         code in the same function.
18245
18246 2005-10-26  Didier Verna  <didier@xemacs.org>
18247
18248         * gnus-group.el (gnus-group-compact-group): Invalidate original
18249         article buffer.
18250         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18251         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18252         NOV database and in article itself.
18253         Invalidate article backlog.
18254
18255 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18256
18257         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18258
18259 2005-10-26  Simon Josefsson  <jas@extundo.com>
18260
18261         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18262         part of 2004-07-25 change.
18263
18264 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18265
18266         * message.el (message-display-completion-list): New function.
18267         (message-expand-group): Use it; make sure the Completions buffer
18268         is modifiable.
18269 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18270
18271         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18272         user-mail-name is an empty string.
18273
18274 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18275
18276         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18277         depending on gnus-score-decay-constant.
18278
18279         * encrypt.el (encrypt-insert-file-contents)
18280         (encrypt-write-file-contents): Don't use `gnus-message'.
18281
18282         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18283         arguments.
18284         (mm-uu-type-alist): Add message-marks and insert-marks.
18285         Pass arguments to mm-uu-verbatim-marks-extract.
18286         (mm-uu-hide-markers): New variable.
18287         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18288
18289         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18290         (gnus-convert-image-to-face-command): Use "convert" by default to
18291         allow other input image formats.
18292         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18293         accordingly.
18294
18295 2005-10-23  Simon Josefsson  <jas@extundo.com>
18296
18297         * imap.el (imap-gssapi-program): Align command line parameters
18298         with latest GNU SASL.
18299         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18300
18301 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18302
18303         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18304         HTML.
18305         (nnslashdot-request-article): Ditto.
18306
18307         * lpath.el (featurep): Add nobreak-char-display.
18308
18309 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18310
18311         * mail-source.el (mail-source-fetch-pop): Require pop3.
18312         (mail-source-check-pop): Ditto.
18313
18314 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18315
18316         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18317         errors.
18318
18319 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18320
18321         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18322         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18323
18324         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18325
18326         * mm-bodies.el (mm-decode-string):
18327         Call `mm-charset-to-coding-system' with allow-override argument.
18328
18329 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18332         (rfc2047-charset-to-coding-system): New function.
18333         (rfc2047-decode-encoded-words): New function.
18334         (rfc2047-decode-region): Use them.
18335         (rfc2047-decode-cte): Remove.
18336         (rfc2047-parse-and-decode): Remove.
18337         (rfc2047-decode): Remove.
18338
18339 2005-10-15  Kenichi Handa  <handa@m17n.org>
18340
18341         * rfc2047.el (rfc2047-decode-cte): New function.
18342         (rfc2047-decode-region): Change the way to decode successive
18343         encoded-words: decode B- or Q-encoding in each encoded-word,
18344         concatenate them, and decode it as charset.
18345
18346 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * lpath.el: Fbind codepage-setup for XEmacs.
18349
18350 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18351
18352         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18353         widget-move-and-invoke.
18354         (gnus-custom-mode): Use gnus-custom-map.
18355
18356 2005-10-15  Bill Wohler  <wohler@newt.com>
18357
18358         * message.el (message-tool-bar-map): Rename image file from
18359         mail_send to mail/send.
18360
18361 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18362
18363         * message.el (message-expand-group): Pass the common
18364         prefix substring of completion to `display-completion-list'.
18365
18366 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18367
18368         * mml-sec.el (mml-secure-method): New internal variable.
18369         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18370         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18371         New functions using mml-secure-method.
18372
18373         * mml.el (mml-mode-map): Add key bindings for those functions.
18374         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18375         Harder <harder@myrealbox.com>.
18376         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18377         Goto end of message if point is the headers of the message.
18378
18379         * message.el (message-in-body-p): New function.
18380
18381         * assistant.el: Autoload gnus-util and netrc.
18382
18383         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18384         Use `mm-charset-override-alist' only when decoding.
18385
18386         * mm-bodies.el (mm-decode-body):
18387         Call `mm-charset-to-coding-system' with allow-override argument.
18388
18389         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18390         `filename' from Content-Disposition if Content-Type doesn't
18391         provide `name'.
18392         (gnus-mime-view-part-as-type): Set default instead of
18393         initial-input.
18394
18395 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18396
18397         * format-spec.el (format-spec): Propagate text properties of % spec.
18398
18399 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18400
18401         * gnus-art.el (gnus-treat-predicate): Add `first'.
18402
18403 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18404
18405         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18406         (mm-charset-override-alist): New variable.
18407         (mm-charset-to-coding-system): Use it.
18408         (mm-codepage-setup): New helper function.
18409         (mm-charset-eval-alist): New variable.
18410         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18411         Warn about unknown charsets.
18412
18413         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18414
18415 2005-10-04  David Hansen  <david.hansen@gmx.net>
18416
18417         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18418         (nnrss-check-group): Ditto.
18419
18420 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18421
18422         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18423         Rename x-gnus-verbatim to x-verbatim.
18424         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18425
18426         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18427         x-verbatim.
18428
18429         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18430
18431         * gnus-util.el (gnus-remove-duplicates): Remove.
18432
18433         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18434         instead of gnus-remove-duplicates.
18435
18436         * message.el (message-remove-duplicates): Remove.
18437         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18438         message-remove-duplicates.
18439
18440         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18441         available, else use implementation from `delete-dups'.
18442
18443         * message.el (message-insert-expires): New function.
18444         (message-mode-map): Add key binding.
18445         (message-mode-field-menu): Add menu entry.
18446         (message-mode): Document it.
18447         (message-make-expires-date): Use `message-make-date'.
18448
18449 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18450
18451         * message.el (message-make-expires-date): New function.
18452
18453 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * Makefile.in (list-installed-shadows): New entry.
18456         (install): Use it.
18457         (remove-installed-shadows): New entry.
18458
18459         * dgnushack.el (dgnushack-default-load-path): New variable.
18460         (dgnushack-find-lisp-shadows): New function.
18461         (dgnushack-remove-lisp-shadows): New function.
18462
18463 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * Makefile.in (install-el-elc): New entry.
18466         (install): Use it so that .el files are necessarily installed.
18467
18468 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18469
18470         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18471
18472 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18473
18474         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18475         function rather than the diff-mode.el package.
18476         (mm-display-external): Use with-current-buffer.
18477         (mm-viewer-completion-map, mm-viewer-completion-map):
18478         Move initialization inside declaration.
18479
18480 2005-09-29  Simon Josefsson  <jas@extundo.com>
18481
18482         * spam.el: Load hashcash when compiling, to avoid warnings.
18483         Don't autoload mail-check-payment.
18484         (spam-check-hashcash): Define unconditionally, since hashcash.el
18485         is part of Gnus now.  Ignore errors from payment checking.
18486
18487 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18488
18489         * message.el (message-bold-region, message-unbold-region):
18490         Rename from `bold-region' and `unbold-region'.
18491
18492         * message.el: Remove useless autoloads.
18493
18494 2005-09-28  Simon Josefsson  <jas@extundo.com>
18495
18496         * message.el (message-use-idna): Default to t.
18497         (message-use-idna): Test whether encoding works too.  Doc fix.
18498
18499 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18500
18501         * nntp.el (nntp-warn-about-losing-connection): Remove.
18502
18503 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18504
18505         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18506         customizable.  Change default value.
18507         (mm-uu-diff-groups-regexp): Change default value.
18508         (mm-uu-type-alist): Add doc string.
18509         (mm-uu-configure): Add doc string.  Make it interactive.
18510         (mm-uu-tex-groups-regexp): New variable.
18511         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18512         (mm-uu-type-alist): Add LaTeX documents.
18513         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18514         of "text/verbatim".
18515         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18516
18517         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18518         instead of "text/verbatim".
18519
18520         * message.el (message-mark-inserted-region)
18521         (message-mark-insert-file): Use slrn style marks when called with
18522         prefix argument.
18523
18524 2005-09-27  Simon Josefsson  <jas@extundo.com>
18525
18526         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18527
18528 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18529
18530         * message.el (message-remove-duplicates): New function.
18531         Implementation borrowed from `gnus-remove-duplicates'.
18532         (message-idna-to-ascii-rhs): Also encode idna addresses in
18533         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18534         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18535         only ask about the same idna domain once per header and also tell
18536         in what header to replace the idna domain.
18537
18538         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18539         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18540         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18541         a header is decoded and not just the last one.
18542
18543 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18546         has been decoded.
18547
18548         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18549         (mm-insert-part): Don't modify text if it has been decoded.
18550
18551         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18552         decoded.
18553
18554         * mm-view.el (mm-inline-text): Don't strip text props unless
18555         decoding enriched or richtext parts.
18556
18557 2005-09-25  Romain Francoise  <romain@orebokech.com>
18558
18559         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18560         * gnus-start.el (gnus-subscribe-interactively):
18561         * gnus-uu.el (gnus-uu-grab-articles):
18562         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18563         space.
18564
18565 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18566
18567         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18568         * mm-view.el (mm-view-pkcs7-decrypt):
18569         * gnus-sum.el (gnus-summary-limit-to-extra)
18570         (gnus-summary-respool-article, gnus-read-move-group-name):
18571         * gnus-score.el (gnus-summary-increase-score):
18572         * gnus-util.el (gnus-completing-read-with-default):
18573         * gnus-art.el (gnus-read-save-file-name)
18574         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18575         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18576         * message.el (message-check-news-header-syntax):
18577         Follow convention for reading with the minibuffer.
18578
18579 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18580
18581         * spam-report.el (spam-report-url-ping-plain):
18582         Use gnus-extended-version as User-Agent.
18583
18584         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18585         default value is nil.
18586
18587         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18588         (mm-uu-verbatim-marks-extract): New function.
18589         (mm-uu-extract): New face.
18590         (mm-uu-copy-to-buffer): Use it.
18591
18592         * spam-report.el (spam-report-gmane-ham): Rename from
18593         `spam-report-gmane-unspam'.
18594         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18595         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18596
18597         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18598         Autoload.
18599         (spam-report-gmane-unregister-routine):
18600         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18601
18602 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18603
18604         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18605         (spam-report-gmane-unregister-routine): Add support for gmane
18606         unregistration.
18607
18608         * spam-report.el (spam-report-gmane-unspam)
18609         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18610         (spam-report-gmane): Change to take a single article and do unspam
18611         registration.
18612
18613 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18614
18615         * mm-url.el (mm-url-decode-entities): Fix regexp.
18616
18617 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18618
18619         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18620         default to nil, to be able to use Gnus at all.  If the default
18621         switches to something else, then the function should be fixed not
18622         be exceedingly slow.
18623
18624 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18625
18626         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18627         fail hard.
18628
18629         * spam-report.el: Add better Keywords line.
18630
18631         * spam.el: Add Maintainer and better Keywords line.
18632
18633 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18634
18635         * gnus-art.el (gnus-article-replace-part)
18636         (gnus-mime-replace-part): New functions.
18637         (gnus-mime-action-alist, gnus-mime-button-commands)
18638         (gnus-mime-save-part-and-strip): Add file argument.
18639         (gnus-article-part-wrapper): Add interactive argument.
18640
18641         * gnus-sum.el (gnus-summary-mime-map):
18642         Add `gnus-article-replace-part'.
18643
18644 2005-09-19  Didier Verna  <didier@xemacs.org>
18645
18646         The nnml compaction feature:
18647         * nnml.el (nnml-request-compact-group): New function.
18648         * nnml.el (nnml-request-compact): New function.
18649         * gnus-int.el (gnus-request-compact-group): New function.
18650         * gnus-int.el (gnus-request-compact): New function.
18651         * gnus-group.el (gnus-group-compact-group): New function.
18652         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18653         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18654         * gnus-srvr.el (gnus-server-compact-server): New function.
18655         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18656         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18657
18658 2005-09-18  Deepak Goel  <deego@gnufans.org>
18659
18660         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18661         format spec.
18662
18663 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18664
18665         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18666
18667 2005-09-15  Romain Francoise  <romain@orebokech.com>
18668
18669         * message.el (message-fill-paragraph): Clarify docstring.
18670
18671 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * gnus-art.el (gnus-mime-display-part): Protect against broken
18674         MIME messages.
18675
18676 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18677
18678         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18679         before parsing header.
18680
18681 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18682
18683         * html2text.el (html2text-replace-list): Add new entities.
18684
18685 2005-09-11  Romain Francoise  <romain@orebokech.com>
18686
18687         * message.el (message-alternative-emails): Improve docstring.
18688         (message-setup-1): Call `message-use-alternative-email-as-from'
18689         after `message-setup-hook' to give it precedence over posting
18690         styles, etc.
18691         (message-use-alternative-email-as-from): Add docstring.
18692         Remove the original From header if present.
18693
18694         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18695         (nnml-save-mail): Use it.
18696
18697         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18698         articles.  Add new argument `silent'.
18699         (gnus-uu-mark-all): Report the total number of marked articles.
18700
18701 2005-09-10  Romain Francoise  <romain@orebokech.com>
18702
18703         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18704         (gnus-uu-mark-series): Likewise.
18705
18706 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18707
18708         * spam-report.el (spam-report-gmane): Fix generation of spam
18709         report URL.
18710
18711 2005-09-10  Simon Josefsson  <jas@extundo.com>
18712
18713         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18714         t, based on discussion on the ding list with Robert Epprecht
18715         <epprecht@solnet.ch>.
18716
18717 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18718
18719         * spam-report.el (spam-report-gmane): Make it work without
18720         X-Report-Spam header.  Gmane now only provides Archived-At.
18721         This is only used if `spam-report-gmane-use-article-number' is nil.
18722         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18723
18724         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18725         make `gnus-summary-sort-by-recipient' work with threading.
18726
18727         * nnweb.el (nnweb-google-wash-article): Print a message if article
18728         is not available.
18729
18730 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18731
18732         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18733         change.  Decode text/* parts content before displaying.
18734
18735 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18736
18737         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18738
18739 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18742
18743         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18744         url-package-name, url-package-version,
18745         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18746         w3m-display-inline-images, and w3m-minor-mode-map.
18747
18748 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18749
18750         * message.el (message-tab-body-function): Fix mismatched custom type.
18751
18752         * gnus.el (gnus-group-change-level-function): Ditto.
18753
18754         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18755
18756         * gnus-art.el (gnus-signature-limit)
18757         (gnus-article-mime-part-function): Ditto.
18758
18759 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * mml.el (mml-mode): Silence the byte compiler.
18762
18763         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18764         using `(sit-for 0)' before moving the point to the specified part;
18765         skip unbuttonized parts.
18766         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18767         return to the summary window if gnus-auto-select-part is non-nil.
18768
18769 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18770
18771         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18772         New variables.
18773         (mml-dnd-attach-file, mml-mode): Use them.
18774
18775         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18776         Make fetching article by MID work again for Google Groups.
18777         Add FIXME concerning gnus-group-make-web-group.
18778
18779         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18780         Don't depend on Gnus by using mail-extract-address-components if
18781         gnus-extract-address-components is not bound.
18782
18783 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18784
18785         * gnus-art.el (gnus-mime-display-security): Don't display the
18786         signature, but only the signed part.
18787
18788 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18791
18792         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18793         list, not listp.
18794
18795 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18796
18797         * mm-encode.el (mm-encode-content-transfer-encoding):
18798         Likewise when encoding.
18799
18800         * mm-bodies.el (mm-decode-content-transfer-encoding):
18801         De-canonicalize CRLF for all text content types, not just
18802         text/plain.
18803
18804 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18807         valid article; point arrow and cursor at the MIME button.
18808
18809 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18812         Suggested by Dan Christensen <jdc@uwo.ca>.
18813
18814         * mm-decode.el (mm-save-part): Enable change of prompt.
18815
18816 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18817
18818         * gnus-msg.el (gnus-inews-add-send-actions):
18819         Make `message-post-method' lambda parameter ARG `&optional'.
18820
18821 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18822
18823         * gnus-sum.el (gnus-summary-mime-map):
18824         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18825         gnus-article-jump-to-part.
18826
18827         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18828         (gnus-article-edit-part): Use it.
18829         (gnus-article-part-wrapper): Add no-handle argument.
18830         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18831         New functions.
18832
18833 2005-08-29  Romain Francoise  <romain@orebokech.com>
18834
18835         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18836         docstring.
18837         (gnus-face-from-file): Likewise.
18838
18839 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18840
18841         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18842         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18843         non-nil.
18844         (gnus-auto-select-part): New variable.
18845         (gnus-article-jump-to-part): New function.
18846         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18847         (gnus-mime-delete-part): Allow selecting specified part after
18848         deleting or stripping parts.
18849         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18850         part if argument is bogus.
18851
18852 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18853
18854         * gnus-art.el (w3m-minor-mode-map):
18855         * gnus-spec.el (gnus-newsrc-file-version):
18856         * gnus-util.el (nnmail-active-file-coding-system)
18857         (gnus-original-article-buffer, gnus-user-agent):
18858         * gnus.el (gnus-ham-process-destinations)
18859         (gnus-parameter-ham-marks-alist)
18860         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18861         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18862         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18863         * mm-decode.el (gnus-current-window-configuration):
18864         * mm-extern.el (gnus-article-mime-handles):
18865         * mm-url.el (url-current-object, url-package-name)
18866         (url-package-version):
18867         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18868         (smime-keys, w3m-cid-retrieve-function-alist)
18869         (w3m-current-buffer, w3m-display-inline-images)
18870         (w3m-minor-mode-map):
18871         * mml-smime.el (gnus-extract-address-components):
18872         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18873         (gnus-newsrc-hashtb, message-default-charset)
18874         (message-deletable-headers, message-options)
18875         (message-posting-charset, message-required-mail-headers)
18876         (message-required-news-headers):
18877         * mml1991.el (mc-pgp-always-sign):
18878         * mml2015.el (mc-pgp-always-sign):
18879         * nnheader.el (nnmail-extra-headers):
18880         * rfc1843.el (gnus-decode-encoded-word-function)
18881         (gnus-decode-header-function, gnus-newsgroup-name):
18882         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18883
18884 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18885
18886         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18887         the end of the date treatments.
18888
18889 2005-08-15  Simon Josefsson  <jas@extundo.com>
18890
18891         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18892         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18893         Capello and Romain Francoise.
18894         (pgg-fetch-key-function): Remove, not used?
18895         (pgg-insert-url-with-w3): Require url, to get
18896         url-insert-file-contents regardless of where it is defined.
18897
18898 2005-08-13  Romain Francoise  <romain@orebokech.com>
18899
18900         * message.el (message-cite-original-1): New function.
18901         (message-cite-original): Use it.
18902         (message-cite-original-without-signature): Ditto.
18903
18904 2005-08-08  Romain Francoise  <romain@orebokech.com>
18905
18906         * message.el (message-yank-empty-prefix): New variable.
18907         (message-indent-citation): Use it.
18908         (message-cite-original-without-signature): Respect X-No-Archive.
18909
18910 2005-08-08  Simon Josefsson  <jas@extundo.com>
18911
18912         * pgg.el: Autoload url-insert-file-contents instead of loading
18913         w3/url.
18914         (pgg-insert-url-with-w3): Don't load url here.
18915
18916 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18917
18918         * message.el (message-kill-to-signature): Don't insert newline at
18919         bol.
18920         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18921
18922 2005-08-06  Romain Francoise  <romain@orebokech.com>
18923
18924         * message.el (message-user-fqdn): Fix typo in docstring.
18925
18926 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18927
18928         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18929
18930         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18931
18932 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18933
18934         * mm-bodies.el (mm-encode-body): Use coding system rather than
18935         charset to encode text.
18936
18937         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18938         number of charsets if utf-8 is available (XEmacs).
18939
18940 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18941
18942         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18943         taken from `gnus-button-mid-or-mail-regexp'.
18944         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18945         (gnus-button-alist): Improve regexp for domain part of the MIDs
18946         for news:localpart@domain buttons.
18947         (gnus-button-ctan-directory-regexp): Update.
18948
18949 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18950
18951         * sieve-manage.el (sieve-manage-interactive-login):
18952         Use make-local-variable rather than make-variable-buffer-local.
18953         (sieve-manage-open): Ditto.
18954         (sieve-manage-authenticate): Ditto.
18955
18956         * mml.el (mml-generate-mime-1): Make the content type default to
18957         text/plain if the filename is not specified.
18958
18959 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18960
18961         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18962         instead of insert-buffer.
18963
18964         * message.el (message-yank-original): Ditto; set the mark at the
18965         end of the yanked message.
18966
18967 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18968
18969         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18970         lines to scroll rather than to stop it.
18971
18972         * mml.el (mml-generate-default-type): Add doc string.
18973         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18974         default to application/octet-stream when determining the content
18975         type if it is not specified for the part or the mml contents; add
18976         a comment about mml-generate-default-type.
18977
18978 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18979
18980         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18981         make it default to application/octet-stream when determining the
18982         content type if it is not specified for the external contents.
18983
18984 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18987         segmented parameter but also other parameters might be there.
18988
18989 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * mm-decode.el (mm-display-external): Delete temp file, directory
18992         and buffer immediately if the external process is exited.
18993
18994 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18995
18996         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18997         fewer lines than that of scroll-margin.
18998         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18999
19000 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * gnus-art.el (gnus-article-next-page): Revert.
19003         (gnus-article-beginning-of-window): New macro.
19004         (gnus-article-next-page-1): Use it.
19005         (gnus-article-prev-page): Ditto.
19006         (gnus-article-edit-part): Use insert-buffer-substring instead of
19007         insert-buffer.
19008         (gnus-article-edit-exit): Ditto.
19009
19010         * gnus-util.el (gnus-beginning-of-window): Remove.
19011         (gnus-end-of-window): Remove.
19012
19013         * lpath.el: Don't bind header-line-format and scroll-margin.
19014
19015 2005-07-25  Simon Josefsson  <jas@extundo.com>
19016
19017         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19018         to have the url package without w3.  Reported by Daiki Ueno
19019         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19020
19021 2005-07-20  Didier Verna  <didier@xemacs.org>
19022
19023         * gnus-diary.el: Remove the description comment (nndiary is now
19024         properly documented in the Gnus manual).
19025         Fix the spelling of "Back End".
19026         * nndiary.el: Ditto.
19027         Fix the copyright notice.
19028
19029 2005-07-18  Romain Francoise  <romain@orebokech.com>
19030
19031         * gnus-sum.el (gnus-summary-to-prefix)
19032         (gnus-summary-newsgroup-prefix): New variables.
19033         (gnus-summary-from-or-to-or-newsgroups): Use them.
19034
19035 2005-07-17  Romain Francoise  <romain@orebokech.com>
19036
19037         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19038         space as it's generally not especially interesting to the user.
19039
19040 2005-07-16  Romain Francoise  <romain@orebokech.com>
19041
19042         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19043         nil to avoid prompting and file modification if one of the
19044         messages at the top of the nnfolder file contains a copyright
19045         notice.
19046         Update copyright notice.
19047
19048         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19049         instead of `current-time-string' as the latter creates a time
19050         string that is not RFC 2822 compliant (it lacks the zone).
19051         Update copyright notice.
19052
19053 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19054
19055         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19056         for text/rtf.  Display default in prompt.  Pass default for M-n.
19057
19058         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19059
19060 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19061
19062         * gnus-msg.el (gnus-button-mailto):
19063         Remove save-selected-window-window hackery because it relies on
19064         save-selected-window internals.
19065
19066 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19069         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19070         (gnus-article-prev-page): Ditto.
19071
19072         * gnus-util.el (gnus-beginning-of-window): New function.
19073         (gnus-end-of-window): New function.
19074
19075         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19076
19077 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19078
19079         * gnus-score.el (gnus-score-edit-all-score):
19080         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19081         gnus-message.
19082
19083 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19084
19085         * gnus-msg.el (gnus-button-mailto):
19086         Remove save-selected-window-window hackery because it relies on
19087         save-selected-window internals.
19088
19089 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19090
19091         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19092         add-minor-mode.
19093         (gnus-binary-mode): Ditto.
19094
19095         * gnus-topic.el (gnus-topic-mode): Ditto.
19096
19097 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19098
19099         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19100         (gnus-article-prev-page): Take scroll-margin into consideration.
19101
19102 2005-07-04  Lute Kamstra  <lute@gnu.org>
19103
19104         Update FSF's address in GPL notices.
19105
19106 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19107
19108         * gnus.el (gnus-exit):
19109         * gnus-group.el (gnus-group-icons):
19110         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19111
19112         * gnus-nocem.el (gnus-nocem):
19113         * message.el (message-various, message-buffers, message-sending)
19114         (message-interface, message-forwarding, message-insertion)
19115         (message-headers, message-news, message-mail):
19116         * pgg-gpg.el (pgg-gpg):
19117         * pgg-parse.el (pgg-parse):
19118         * pgg-pgp.el (pgg-pgp):
19119         * pgg-pgp5.el (pgg-pgp5):
19120         * pop3.el (pop3): Finish `defgroup' description with period.
19121
19122 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19123
19124         * gnus-art.el (article-display-face): Improve the efficiency.
19125         (article-display-x-face): Ditto; remove gray x-face stuff.
19126
19127 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * gnus-art.el (article-display-face): Correct the position in
19130         which Faces are inserted.
19131
19132 2005-06-29  Didier Verna  <didier@xemacs.org>
19133
19134         * gnus-art.el (article-display-face): Display faces in correct
19135         order.
19136
19137 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19138
19139         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19140         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19141         (gnus-nocem-check-article): Fetch the Type header.
19142         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19143         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19144         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19145         make sure gnus-nocem-hashtb is initialized.
19146         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19147         (gnus-nocem-unwanted-article-p): Ditto.
19148
19149         * pgg.el (pgg-verify): Return the verification result.
19150
19151 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19152
19153         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19154         is ascii.
19155
19156 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19157
19158         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19159         `show-nonbreak-escape'.
19160
19161 2005-06-23  Lute Kamstra  <lute@gnu.org>
19162
19163         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19164
19165         * dig.el (dig-mode):
19166         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19167
19168 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19169
19170         * nnimap.el (nnimap-split-download-body): Fix spellings.
19171
19172 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19173
19174         * gnus-art.el (gnus-article-encrypt-body):
19175         * gnus-cus.el (gnus-score-customize):
19176         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19177         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19178
19179 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19180
19181         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19182         header by looking for magic "MII" at the beginning.
19183
19184 2005-06-16  Miles Bader  <miles@gnu.org>
19185
19186         * gnus-xmas.el (gnus-xmas-group-startup-message):
19187         Use renamed gnus-splash face.
19188
19189         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19190         (assistant-field-face): New backward-compatibility alias for renamed
19191         face.
19192         (assistant-render-text): Use renamed assistant-field face.
19193
19194         * spam.el (spam): Remove "-face" suffix from face name.
19195         (spam-face): New backward-compatibility alias for renamed face.
19196         (spam-face, spam-initialize): Use renamed spam face.
19197
19198         * message.el (message-header-to, message-header-cc)
19199         (message-header-subject, message-header-newsgroups)
19200         (message-header-other, message-header-name)
19201         (message-header-xheader, message-separator, message-cited-text)
19202         (message-mml): Remove "-face" suffix from face names.
19203         (message-header-to-face, message-header-cc-face)
19204         (message-header-subject-face, message-header-newsgroups-face)
19205         (message-header-other-face, message-header-name-face)
19206         (message-header-xheader-face, message-separator-face)
19207         (message-cited-text-face, message-mml-face):
19208         New backward-compatibility aliases for renamed faces.
19209         (message-font-lock-keywords): Use renamed message faces.
19210
19211         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19212         (sieve-test-commands, sieve-tagged-arguments):
19213         Remove "-face" suffix from face names.
19214         (sieve-control-commands-face, sieve-action-commands-face)
19215         (sieve-test-commands-face, sieve-tagged-arguments-face):
19216         New backward-compatibility aliases for renamed faces.
19217         (sieve-control-commands-face, sieve-action-commands-face)
19218         (sieve-test-commands-face, sieve-tagged-arguments-face):
19219         Use renamed sieve faces.
19220
19221         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19222         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19223         (gnus-group-news-3-empty, gnus-group-news-4)
19224         (gnus-group-news-4-empty, gnus-group-news-5)
19225         (gnus-group-news-5-empty, gnus-group-news-6)
19226         (gnus-group-news-6-empty, gnus-group-news-low)
19227         (gnus-group-news-low-empty, gnus-group-mail-1)
19228         (gnus-group-mail-1-empty, gnus-group-mail-2)
19229         (gnus-group-mail-2-empty, gnus-group-mail-3)
19230         (gnus-group-mail-3-empty, gnus-group-mail-low)
19231         (gnus-group-mail-low-empty, gnus-summary-selected)
19232         (gnus-summary-cancelled, gnus-summary-high-ticked)
19233         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19234         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19235         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19236         (gnus-summary-low-undownloaded)
19237         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19238         (gnus-summary-low-unread, gnus-summary-normal-unread)
19239         (gnus-summary-high-read, gnus-summary-low-read)
19240         (gnus-summary-normal-read, gnus-splash):
19241         Remove "-face" suffix from face names.
19242         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19243         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19244         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19245         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19246         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19247         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19248         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19249         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19250         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19251         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19252         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19253         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19254         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19255         (gnus-summary-normal-ticked-face)
19256         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19257         (gnus-summary-normal-ancient-face)
19258         (gnus-summary-high-undownloaded-face)
19259         (gnus-summary-low-undownloaded-face)
19260         (gnus-summary-normal-undownloaded-face)
19261         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19262         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19263         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19264         (gnus-splash-face):
19265         New backward-compatibility aliases for renamed faces.
19266         (gnus-group-startup-message): Use renamed gnus faces.
19267
19268         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19269         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19270         (gnus-server-agent): Remove "-face" suffix from face names.
19271         (gnus-server-agent-face, gnus-server-opened-face)
19272         (gnus-server-closed-face, gnus-server-denied-face)
19273         (gnus-server-offline-face):
19274         New backward-compatibility aliases for renamed faces.
19275         (gnus-server-agent-face, gnus-server-opened-face)
19276         (gnus-server-closed-face, gnus-server-denied-face)
19277         (gnus-server-offline-face): Use renamed gnus faces.
19278
19279         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19280         Remove "-face" suffix from face names.
19281         (gnus-picon-xbm-face, gnus-picon-face):
19282         New backward-compatibility aliases for renamed faces.
19283
19284         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19285         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19286         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19287         (gnus-cite-11): Remove "-face" suffix from face names.
19288         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19289         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19290         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19291         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19292         New backward-compatibility aliases for renamed faces.
19293         (gnus-cite-attribution-face, gnus-cite-face-list)
19294         (gnus-article-boring-faces): Use renamed gnus faces.
19295
19296         * gnus-art.el (gnus-signature, gnus-header-from)
19297         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19298         (gnus-header-content): Remove "-face" suffix from face names.
19299         (gnus-signature-face, gnus-header-from-face)
19300         (gnus-header-subject-face, gnus-header-newsgroups-face)
19301         (gnus-header-name-face, gnus-header-content-face):
19302         New backward-compatibility aliases for renamed faces.
19303         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19304
19305         * gnus-sum.el (gnus-summary-selected-face)
19306         (gnus-summary-highlight): Use renamed gnus faces.
19307         * gnus-group.el (gnus-group-highlight): Likewise.
19308
19309 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19310
19311         * gnus-sieve.el (gnus-sieve-article-add-rule):
19312         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19313         * spam-stat.el (spam-stat-buffer-change-to-spam)
19314         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19315
19316         * message.el (message-is-yours-p):
19317         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19318
19319 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19320
19321         * mm-view.el (mm-inline-text): Withdraw the last change.
19322
19323 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19326         executing enriched-decode.
19327
19328 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19329
19330         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19331         charset of tar files.
19332
19333 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19334
19335         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19336
19337 2005-06-04  Lute Kamstra  <lute@gnu.org>
19338
19339         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19340         information is never recorded.
19341
19342 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19343
19344         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19345
19346 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19347
19348         * pop3.el (pop3-apop): Run md5 in the binary mode.
19349
19350         * starttls.el (starttls-set-process-query-on-exit-flag):
19351         Use eval-and-compile.
19352
19353 2005-05-31  Simon Josefsson  <jas@extundo.com>
19354
19355         * smime.el (smime-replace-in-string): Define.
19356         (smime-cert-by-ldap-1): Use it.
19357
19358 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19359
19360         * gnus-art.el (article-display-x-face): Replace
19361         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19362
19363         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19364         set-process-query-on-exit-flag or process-kill-without-query.
19365
19366         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19367         loop instead of replace-regexp.
19368
19369         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19370         instead of process-kill-without-query if it is available.
19371
19372         * lpath.el: Fbind ldap-search-entries.
19373
19374         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19375         instead of find-file-hooks if it is available.
19376
19377         * mml1991.el: Bind pgg-default-user-id when compiling.
19378
19379         * mml2015.el: Bind pgg-default-user-id when compiling.
19380
19381         * nndraft.el (nndraft-request-associate-buffer):
19382         Use write-contents-functions instead of write-contents-hooks if it is
19383         available.
19384
19385         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19386         instead of find-file-hooks if it is available.
19387
19388         * nntp.el (nntp-open-connection): Replace
19389         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19390         (nntp-open-ssl-stream): Ditto.
19391         (nntp-open-tls-stream): Ditto.
19392
19393         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19394         set-process-query-on-exit-flag or process-kill-without-query.
19395         (starttls-open-stream-gnutls): Use it instead of
19396         process-kill-without-query.
19397         (starttls-open-stream): Ditto.
19398
19399 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19400
19401         * smime.el (smime-cert-by-ldap-1): Don't use
19402         replace-regexp-in-string.
19403
19404 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19405
19406         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19407
19408         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19409         in PEM format.  Adjust to the XEmacs compatibility.
19410
19411 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19412
19413         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19414         by `string-to-number'.
19415         * gnus-agent.el (gnus-agent-regenerate-group)
19416         (gnus-agent-fetch-articles): Ditto.
19417         * gnus-art.el (gnus-button-fetch-group): Ditto.
19418         * gnus-cache.el (gnus-cache-generate-active)
19419         (gnus-cache-articles-in-group): Ditto.
19420         * gnus-group.el (gnus-group-set-current-level)
19421         (gnus-group-insert-group-line): Ditto.
19422         * gnus-score.el (gnus-score-set-expunge-below)
19423         (gnus-score-set-mark-below, gnus-summary-score-effect)
19424         (gnus-summary-score-entry): Ditto.
19425         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19426         (gnus-soup-pack): Ditto.
19427         * gnus-spec.el (gnus-xmas-format): Ditto.
19428         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19429         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19430         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19431         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19432         * nndb.el (nndb-get-remote-expire-response): Ditto.
19433         * nndiary.el (nndiary-parse-schedule-value)
19434         (nndiary-string-to-number, nndiary-request-replace-article)
19435         (nndiary-request-article): Ditto.
19436         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19437         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19438         * nneething.el (nneething-make-head): Ditto.
19439         * nnfolder.el (nnfolder-request-article)
19440         (nnfolder-retrieve-headers): Ditto.
19441         * nnheader.el (nnheader-file-to-number): Ditto.
19442         * nnkiboze.el (nnkiboze-request-article): Ditto.
19443         * nnmail.el (nnmail-process-unix-mail-format)
19444         (nnmail-process-babyl-mail-format): Ditto.
19445         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19446         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19447         (nnmh-request-create-group, nnmh-request-list-1)
19448         (nnmh-request-group, nnmh-request-article): Ditto.
19449         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19450         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19451         * nnsoup.el (nnsoup-make-active): Ditto.
19452         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19453         * nntp.el (nntp-find-group-and-number)
19454         (nntp-retrieve-headers-with-xover): Ditto.
19455         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19456         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19457         (pgg-format-key-identifier): Ditto.
19458         * pop3.el (pop3-last, pop3-stat): Ditto.
19459         * qp.el (quoted-printable-decode-region): Ditto.
19460
19461         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19462         of concat.
19463
19464 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19467
19468         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19469
19470         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19471
19472         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19473
19474         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19475
19476         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19477
19478         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19479         (gnus-carpal-mode): Ditto.
19480
19481         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19482         (gnus-browse-mode): Ditto.
19483
19484         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19485
19486         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19487
19488 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19489
19490         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19491
19492 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * gnus-util.el (gnus-run-mode-hooks): New function.
19495
19496         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19497
19498         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19499         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19500
19501 2005-05-27  Lute Kamstra  <lute@gnu.org>
19502
19503         * dns-mode.el (dns-mode): Specify customization group.
19504
19505 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19506
19507         * gnus-agent.el (gnus-agent-make-mode-line-string):
19508         Use mode-line-highlight as mouse-face.
19509
19510 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * canlock.el (canlock): Change the parent group to news.
19513
19514         * deuglify.el (gnus-outlook-deuglify): Add :group.
19515
19516         * dig.el (dig): Add :group.
19517
19518         * dns-mode.el (dns-mode): Add :group.
19519
19520         * encrypt.el (encrypt): Add :group.
19521
19522         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19523         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19524         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19525         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19526         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19527
19528         * gnus-diary.el (gnus-diary): Add :group.
19529
19530         * gnus.el (gnus-group-news-1-face): Add :group.
19531         (gnus-group-news-1-empty-face): Ditto.
19532         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19533         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19534         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19535         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19536         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19537         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19538         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19539         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19540         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19541         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19542         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19543         (gnus-summary-high-ticked-face): Ditto.
19544         (gnus-summary-low-ticked-face): Ditto.
19545         (gnus-summary-normal-ticked-face): Ditto.
19546         (gnus-summary-high-ancient-face): Ditto.
19547         (gnus-summary-low-ancient-face): Ditto.
19548         (gnus-summary-normal-ancient-face): Ditto.
19549         (gnus-summary-high-undownloaded-face): Ditto.
19550         (gnus-summary-low-undownloaded-face): Ditto.
19551         (gnus-summary-normal-undownloaded-face): Ditto.
19552         (gnus-summary-high-unread-face): Ditto.
19553         (gnus-summary-low-unread-face): Ditto.
19554         (gnus-summary-normal-unread-face): Ditto.
19555         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19556         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19557
19558         * hashcash.el (hashcash): New custom group.
19559         (hashcash-default-payment): Add :group.
19560         (hashcash-payment-alist): Ditto.
19561         (hashcash-default-accept-payment): Ditto.
19562         (hashcash-accept-resources): Ditto.
19563         (hashcash-path): Ditto.
19564         (hashcash-extra-generate-parameters): Ditto.
19565         (hashcash-double-spend-database): Ditto.
19566         (hashcash-in-news): Ditto.
19567
19568         * message.el (message-minibuffer-local-map): Add :group.
19569
19570         * netrc.el (netrc): Add :group.
19571
19572         * sieve-manage.el (sieve-manage-log): Add :group.
19573         (sieve-manage-default-user): Diito.
19574         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19575         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19576         (sieve-manage-authenticators): Ditto.
19577         (sieve-manage-authenticator-alist): Ditto.
19578         (sieve-manage-default-port): Ditto.
19579
19580         * sieve-mode.el (sieve-control-commands-face): Add :group.
19581         (sieve-action-commands-face): Ditto.
19582         (sieve-test-commands-face): Ditto.
19583         (sieve-tagged-arguments-face): Ditto.
19584
19585         * smime.el (smime): Add :group.
19586
19587         * spam-report.el (spam-report): Add :group.
19588
19589         * spam.el (spam, spam-face): Add :group.
19590
19591 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19592
19593         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19594         return \n.\n.\n at the end of articles.  Protect against that.
19595         (nntp-with-open-group): Allow debugging.
19596
19597         * nnheader.el (mail-header-set-extra): Make into a function
19598         because I just could't understand how to quote the list properly.
19599
19600         * dns.el (query-dns-cached): New function.
19601
19602 2005-05-26  Lute Kamstra  <lute@gnu.org>
19603
19604         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19605
19606 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19607
19608         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19609
19610         * gnus-art.el: Don't autoload mail-extract-address-components.
19611
19612         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19613         eval-and-compile to evaluate it.
19614
19615         * hashcash.el: Don't autoload executable-find.
19616
19617         * nndb.el: Don't declare the nndb back end two or more times; don't
19618         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19619
19620         * nntp.el: Autoload format-spec instead of format; use
19621         eval-and-compile to evaluate autoload forms.
19622
19623 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19624
19625         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19626
19627 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19628
19629         * gnus.el (gnus-version-number): Bump version.
19630
19631 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19632
19633         * gnus.el: No Gnus v0.3 is released.
19634
19635 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19636
19637         * lpath.el (featurep): Bind show-nonbreak-escape.
19638
19639 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19640
19641         * gnus-art.el (gnus-article-edit-part): Disable undo.
19642
19643 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19644
19645         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19646         gnus-article-date-lapsed-new-header is t if date timer is active;
19647         skip headers in which the original date value is empty.
19648         (gnus-article-save-original-date): Redefine it as a macro.
19649         (gnus-display-mime): Use it.
19650
19651 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19652
19653         * gnus-art.el (article-date-ut): Support converting date in
19654         forwarded parts as well.
19655         (gnus-article-save-original-date): New function.
19656         (gnus-display-mime): Use it.
19657
19658 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19659
19660         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19661         enclosure element of <item>.
19662
19663 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19664
19665         * message.el (message-kill-buffer-query): Rename from
19666         `message-kill-buffer-query-if-modified'.  Add :version.
19667
19668 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19671         window layout.
19672
19673 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19674
19675         * mml.el: Autoload dnd when compiling.
19676
19677 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19678
19679         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19680         x-dnd-*.
19681
19682 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19683
19684         * qp.el (quoted-printable-encode-region): Save excursion.
19685
19686 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19687
19688         * message.el (message-kill-buffer-query-if-modified): Add new variable
19689         so the user can kill a modified message buffer quickly.
19690         (message-kill-buffer): Use it.
19691
19692 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19693
19694         * lpath.el: Fbind display-time-event-handler; don't fbind
19695         string-to-multibyte.
19696
19697         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19698
19699 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19700
19701         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19702         contained in text because xml.el decodes entities) with LFs.
19703
19704 2005-04-11  Lute Kamstra  <lute@gnu.org>
19705
19706         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19707         differently.
19708
19709 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19710
19711         * mm-util.el (mm-detect-coding-region): Typo.
19712
19713 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19714
19715         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19716
19717 2005-04-06  Deepak Goel  <deego@gnufans.org>
19718
19719         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19720         user-function allow user modifications of the scores.
19721         (spam-stat-score-buffer-user): New function, to allow
19722         user-computed modifications to the score.
19723         (spam-stat-score-buffer-user-functions): List of additional
19724         scoring functions.
19725         (spam-stat-error-holder): Global temporary error holder.
19726         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19727         variable.
19728
19729 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19730
19731         * gnus-registry.el (gnus-registry-clean-empty-function)
19732         (gnus-registry-trim, gnus-registry-fetch-groups)
19733         (gnus-registry-delete-group): Groups that match
19734         `gnus-registry-ignored-groups' are removed from the registry
19735         entries, not just ignored for splitting.  This helps clean up the
19736         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19737         to get all the groups a message ID is in.
19738
19739         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19740         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19741         (spam-stat-score-buffer-user-functions): Add :number custom type.
19742
19743 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19744
19745         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19746         argument in XEmacs.
19747
19748         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19749         (nnrss-request-group): Decode group name first.
19750         (nnrss-request-article): Make a text/plain article if mml-to-mime
19751         failed.
19752         (nnrss-get-encoding): Return a compatible encoding according to
19753         nnrss-compatible-encoding-alist.
19754         (nnrss-find-el): Use consp instead of listp.
19755         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19756
19757 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19758
19759         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19760         which Emacs 20 doesn't support.
19761         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19762
19763 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19764
19765         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19766         silence the byte compiler inside the defun.
19767
19768         * gnus-demon.el (parse-time-string): Add autoload.
19769
19770         * gnus-delay.el (parse-time-string): Add autoload.
19771
19772         * gnus-art.el (parse-time-string): Add autoload.
19773
19774         * nnultimate.el (parse-time): Require for `parse-time-string'.
19775
19776 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19777
19778         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19779
19780         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19781
19782         * smime.el (smime-ldap-host-list): Add :version.
19783
19784 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19785
19786         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19787         pass it to `gnus-browse-read-group'.
19788         (gnus-browse-read-group): Add NUMBER argument and pass it to
19789         `gnus-group-read-ephemeral-group'.
19790
19791         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19792         argument and pass it to `gnus-group-read-group'.
19793
19794 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19795
19796         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19797         mm-xemacs-find-mime-charset-1 if we have the mule feature
19798         available at runtime.
19799
19800 2005-03-25  Werner Lemberg  <wl@gnu.org>
19801
19802         * nnmaildir.el: Replace `illegal' with `invalid'.
19803
19804 2005-03-23  Lute Kamstra  <lute@gnu.org>
19805
19806         * time-date.el: Add comment on time value formats.
19807         Don't require parse-time.
19808         (with-decoded-time-value): New macro.
19809         (encode-time-value): New function.
19810         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19811         (days-to-time): Return a valid time value when arg is huge.
19812         (time-since): Use time-subtract.
19813         (time-to-number-of-days): Use time-to-seconds.
19814
19815 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19816
19817         * gnus-start.el (gnus-display-time-event-handler):
19818         Check display-time-timer at runtime rather than only at load time
19819         in case display-time-mode is turned off in the mean time.
19820
19821 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19822
19823         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19824         used.
19825
19826         * nneething.el (nneething-map-file-directory): Derive from
19827         `gnus-directory'.
19828
19829         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19830         the To/Cc button.
19831
19832 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19833
19834         * nnmaildir.el (nnmaildir-request-accept-article):
19835         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19836
19837 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19838
19839         * gnus-async.el: Require timer-funcs at compile time when in
19840         XEmacs for `run-with-idle-timer'.
19841
19842 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19843
19844         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19845         autoloaded function.
19846
19847 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19848
19849         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19850
19851 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19852
19853         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19854
19855 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19856
19857         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19858         Add gnus-expert-user to default.
19859
19860 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19861
19862         * nnimap.el (nnimap-open-server): Ditto.
19863
19864         * imap.el (imap-authenticate): Fix typo.
19865
19866 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19867
19868         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19869         buffer (since IMAP server might return FETCH response out of
19870         order, and the nntp buffer must be sorted).
19871
19872 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19873
19874         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19875         comparison on string.
19876
19877         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19878         (gnus-agent-score): Rename category keywords to match gnus-cus.
19879         (gnus-agent-summary-fetch-series): Modify to protect against
19880         gnus-agent-summary-fetch-group clearing processable flags.
19881         (gnus-agent-synchronize-group-flags): Update live group buffer as
19882         synchronization may occur due to the user toggle the plugged
19883         status.
19884         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19885         successfully downloaded.
19886         (gnus-agent-expire-group-1): Avoid using markers when the overview
19887         is in ascending order; greatly improves performance.
19888         (gnus-agent-regenerate-group):
19889         Use gnus-agent-synchronize-group-flags to reset read status in both
19890         gnus and server.
19891         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19892
19893 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19894
19895         * message.el: Don't autoload former message-utils variables.
19896         (message-strip-subject-trailing-was): Change doc string.
19897
19898         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19899         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19900         (nnweb-google-search): Add "hl=en" here.
19901         (nnweb-google-parse-1, nnweb-google-create-mapping):
19902         Don't hardcode URL.
19903
19904 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19905
19906         * message.el (message-get-reply-headers, message-followup):
19907         Mention related variables `message-use-followup-to' and
19908         `message-use-mail-followup-to', in the information buffer.
19909
19910         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19911         of broken groups(-beta).google.com.
19912
19913 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19914
19915         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19916         parameter to invoked gnus-request-move-article; remove the
19917         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19918         all at once instead of once per article.
19919         (gnus-summary-remove-process-mark): Accept a list of articles as
19920         well as a single article for processing.
19921
19922         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19923         parameter.
19924
19925         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19926
19927         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19928
19929         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19930         parameter.
19931
19932         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19933         parameter.
19934
19935         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19936         parameter and remove the gnus-sum-hint-move-is-internal variable.
19937
19938         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19939         parameter.
19940
19941         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19942         parameter.
19943
19944         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19945         parameter.
19946
19947         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19948
19949         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19950         parameter.
19951
19952         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19953         parameter.
19954
19955 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19956
19957         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19958         a more conservative way.
19959
19960 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19961
19962         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19963         buffer, so it moves the window's cursor.
19964
19965 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19966
19967         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19968         `mm-dissect-multipart' and receive the from field as an (optional)
19969         argument from `mm-dissect-multipart'.
19970         (mm-dissect-multipart): Receive the from field as an argument and
19971         pass it on when we call `mm-dissect-buffer' on MIME parts.
19972         Fixes verification/decryption of signed/encrypted MIME parts.
19973
19974 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19975
19976         * gnus-sum.el (gnus-summary-move-article):
19977         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19978         whatever it calls (right now, only nnimap-request-move article
19979         respects it).
19980
19981         * nnimap.el (nnimap-request-move-article):
19982         When gnus-sum-hint-move-is-internal is set, don't do the extra
19983         nnimap-request-article.
19984
19985 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19986
19987         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19988
19989         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19990         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19991
19992         * gnus-sum.el (gnus-summary-caesar-message):
19993         Apply `gnus-treat-article' after rotation.
19994
19995         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19996         doc string.
19997
19998 2005-02-22  Simon Josefsson  <jas@extundo.com>
19999
20000         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20001         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20002         <arne@arnested.dk>.
20003         (encrypt): Add password-cache and password-cache-expiry as group
20004         members.
20005
20006 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20007
20008         * smime.el (smime-ldap-host-list): Doc fix.
20009         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20010         cache) password.
20011         (smime-sign-region): Use it.
20012         (smime-decrypt-region): Use it.
20013         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20014         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20015         fails.
20016         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20017         certificate from DER to PEM format rather than calling openssl.
20018
20019         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20020
20021         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20022         for signing/encryption.
20023
20024         * mml.el (mml-parse-1): Use them.
20025
20026 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20027
20028         * nnrss.el (nnrss-verbose): Remove.
20029         (nnrss-request-group): Use `nnheader-message' instead.
20030
20031 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20032
20033         * nnrss.el (nnrss-verbose): New variable.
20034         (nnrss-request-group): Make it say nnrss is requesting a group.
20035
20036 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20037
20038         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20039         Handle news URL with given port correctly.
20040
20041 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20042
20043         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20044         containing special characters.
20045
20046         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20047
20048         * mml.el (mime-to-mml): Ditto.
20049
20050         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20051         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20052         (rfc2047-decode-region): Quote decoded words containing special
20053         characters when rfc2047-quote-decoded-words-containing-tspecials
20054         is non-nil.
20055
20056 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20057
20058         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20059
20060         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20061
20062 2005-02-15  Simon Josefsson  <jas@extundo.com>
20063
20064         * nnimap.el (nnimap-debug): Doc fix.
20065
20066         * imap.el (imap-debug): Doc fix.
20067
20068 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20069
20070         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20071
20072 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20073
20074         * gnus.el (spam-contents): Improve docs for spam-contents
20075         parameter in its variable incarnation.
20076
20077 2005-02-14  Simon Josefsson  <jas@extundo.com>
20078
20079         * smime-ldap.el: Use require instead of load-library for ldap.
20080         (smime-ldap-search): Indent.
20081         (smime-ldap-search-internal): Shorten line.
20082
20083         * smime.el (smime-cert-by-dns): Add doc-string.
20084         (smime-cert-by-ldap-1): Indent.
20085
20086         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20087         mml-smime-get-dns-ldap.
20088         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20089
20090 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20091
20092         * smime.el: Require smime-ldap.
20093         (smime-ldap-host-list): New variable.
20094         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20095
20096         * mml-smime.el (mml-smime-encrypt-query): New function.
20097         (mml-smime-encrypt-query): Use it.
20098
20099         * smime-ldap.el: New file.
20100
20101 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20102
20103         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20104
20105 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20106
20107         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20108         argument in doc string.  Make query for type more clear.
20109
20110 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20111
20112         * gnus.el (gnus-group-startup-message): Search for gnus images in
20113         etc/images/gnus.
20114         * mm-util.el (mm-image-load-path): Likewise.
20115         * smiley.el (smiley-data-directory): Search for smilies in
20116         etc/images/smilies.
20117
20118 2005-02-09  Kim F. Storm  <storm@cua.dk>
20119
20120         Change Emacs release version from 21.4 to 22.1 throughout.
20121         Change Emacs development version from 21.3.50 to 22.0.50.
20122
20123 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20124
20125         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20126
20127         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20128         non-Mule XEmacs as well.
20129         (mm-decompress-buffer): Signal an error intentionally if it does
20130         not decompress compressed data because auto-compression-mode is
20131         disabled.
20132
20133 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20134
20135         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20136         an ID in the registry even if it has no groups.
20137
20138 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20141         merge it into mm-decompress-buffer.
20142         (gnus-mime-copy-part): Use the MIME part charset, the value which
20143         a user specified or gnus-newsgroup-charset for decoding, like
20144         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20145         save-buffer what was used.  Suggested by Kevin Ryde
20146         <user42@zip.com.au>.
20147         (gnus-mime-inline-part): Allow the name parameter as well as the
20148         filename parameter; force decompressing of compressed data; always
20149         display contents being not decoded as unibyte.
20150
20151         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20152         as well as the filename parameter.
20153
20154         * mm-util.el (mm-decompress-buffer):
20155         Merge gnus-mime-jka-compr-maybe-uncompress.
20156         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20157         of compressed data.
20158
20159 2005-02-08  Simon Josefsson  <jas@extundo.com>
20160
20161         * imap.el (imap-log): Doc fix.
20162
20163 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20166         the coding cookies; decompress compressed parts.
20167
20168         * mml.el (mml-generate-mime-1): Add the charset parameter according
20169         to the value which a user specified manually or the coding cookie.
20170
20171         * mm-util.el (mm-string-to-multibyte): New function.
20172         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20173         (mm-coding-system-to-mime-charset): New function.
20174         (mm-decompress-buffer): New function.
20175         (mm-find-buffer-file-coding-system): New function.
20176
20177         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20178         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20179         parts.
20180
20181 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20182
20183         * mm-view.el (mm-display-inline-fontify): Decode a part according
20184         to the charset parameter.
20185
20186 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20187
20188         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20189         prefix arg is neither nil nor a number, as info specifies.
20190
20191 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20194         timestamps.
20195
20196 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20197
20198         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20199         groups error checking and notify user.
20200
20201 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20202
20203         * message.el (message-send-mail-function): Check existence of
20204         sendmail-program first before using default value
20205         `message-send-mail-with-sendmail'.  Otherwise use more generic
20206         `smtpmail-send-it'.
20207
20208 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * nntp.el (nntp-request-update-info): Always return nil.
20211
20212 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20213
20214         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20215
20216 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20217
20218         * message.el (message-beginning-of-line): Change the behavior when
20219         invoked between BOL and : so that it first moves backward.
20220
20221 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20222
20223         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20224         article buffer when editing of the article is discarded.
20225         (gnus-article-prepare): Revert.
20226
20227 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20228
20229         * gnus-art.el (gnus-article-prepare):
20230         Remove message-strip-forbidden-properties from the local hook.
20231
20232 2005-01-27  Simon Josefsson  <jas@extundo.com>
20233
20234         * password.el (password-cache-add): Only start one timer per key.
20235         Reported by Derek Atkins <warlord@MIT.EDU>.
20236
20237 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20238
20239         * run-at-time.el: Remove.  It is no longer needed as
20240         timer-funcs.el in the xemacs-base package has a working version of
20241         `run-at-time'.
20242
20243         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20244
20245         * password.el: Require timer-funcs instead of run-at-time in
20246         XEmacs.
20247         Remove `password-run-at-time' macro.
20248         (password-cache-add): Use `run-at-time' instead of
20249         `password-run-at-time'.
20250
20251         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20252         Remove `nnheader-cancel-function-timers' alias,
20253         `cancel-function-timers' exists in XEmacs in timer-funcs.
20254
20255         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20256         for `run-with-idle-timer'.
20257
20258         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20259         for `run-at-time'.
20260
20261         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20262         for `with-timeout'.
20263
20264         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20265         the same as for XEmacs 21.4.
20266         No need to ignore `run-with-idle-timer', this function exists in
20267         XEmacs now in timer-funcs.el in the xemacs-base package.
20268         (dgnushack-compile): No need to delete
20269         run-at-time.el from the list of files to compile because it
20270         doesn't exist anymore.
20271
20272 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20273
20274         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20275         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20276
20277 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20278
20279         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20280         sensitively.
20281
20282 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20283
20284         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20285
20286 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20289         which will be inserted according to the multibyteness of a buffer
20290         rather than the type of contents.  Suggested by ARISAWA Akihiro
20291         <ari@mbf.ocn.ne.jp>.
20292
20293         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20294         of string which old xml.el may return rather than a string.
20295
20296 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20299
20300 2005-01-16  Simon Josefsson  <jas@extundo.com>
20301
20302         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20303         idn/idna.el isn't available.
20304         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20305         <michael@waxrat.com>.
20306
20307         * hashcash.el: Remove non-FSF copyright header.
20308
20309         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20310         (hashcash-generate-payment): Use it.
20311         (hashcash-generate-payment-async): Use it.
20312
20313 2005-01-15  Simon Josefsson  <jas@extundo.com>
20314
20315         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20316         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20317
20318         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20319         gnus-summary-idna-message.
20320         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20321         (gnus-summary-idna-message): New function.
20322
20323 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20324
20325         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20326         gnus-novice-user.
20327
20328 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20329
20330         * nnrss.el (nnrss-request-delete-group): Delete entries in
20331         nnrss-group-alist as well.
20332         (nnrss-save-server-data): Insert newline.
20333
20334 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20335
20336         * gnus.el (gnus-user-agent): Use list of symbols instead of
20337         symbols.  Display full version number for (S)XEmacs.
20338         Optionally display (S)XEmacs codename.
20339
20340         * gnus-util.el (gnus-emacs-version): Update for new
20341         `gnus-user-agent'.
20342
20343         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20344         Gnus version.
20345
20346 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20347
20348         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20349         which is unreadable in some setups.
20350
20351 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * gnus-spec.el (gnus-update-format-specifications): Flush the
20354         group format spec cache if it doesn't support decoded group names.
20355
20356 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20357
20358         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20359         Allow to apply decay on score files matching a regexp.
20360
20361 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20362
20363         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20364         compatibility in %g and %c.
20365
20366 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20367
20368         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20369         name for only %g and %c.
20370         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20371         of gnus-tmp-group to decoded group name.
20372         (gnus-group-make-rss-group): Exclude `/'s from group names.
20373
20374 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * nnrss.el (nnrss-get-encoding): Fix regexp.
20377
20378 2004-12-27  Simon Josefsson  <jas@extundo.com>
20379
20380         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20381         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20382         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20383
20384 2004-12-17  Kim F. Storm  <storm@cua.dk>
20385
20386         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20387
20388         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20389
20390 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20391
20392         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20393
20394 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20395
20396         * nnrss.el: Require rfc2047 and mml.
20397         (nnrss-file-coding-system): New variable.
20398         (nnrss-format-string): Redefine it as an inline function.
20399         (nnrss-decode-group-name): New function.
20400         (nnrss-string-as-multibyte): Remove.
20401         (nnrss-retrieve-headers): Decode group name; don't use
20402         nnrss-format-string.
20403         (nnrss-request-group): Decode group name.
20404         (nnrss-request-article): Decode group name; allow a Message-ID as
20405         well as an article number; don't use nnrss-format-string; encode a
20406         Message-ID string which may contain non-ASCII characters; use
20407         mml-to-mime to compose a MIME article.
20408         (nnrss-request-expire-articles): Decode group name.
20409         (nnrss-request-delete-group): Decode group name.
20410         (nnrss-fetch): Clarify error message.
20411         (nnrss-read-server-data): Use insert-file-contents instead of load;
20412         bind file-name-coding-system; use multibyte buffer.
20413         (nnrss-save-server-data): Bind coding-system-for-write to the
20414         value of nnrss-file-coding-system; bind file-name-coding-system;
20415         add coding cookie.
20416         (nnrss-read-group-data): Use insert-file-contents instead of load;
20417         bind file-name-coding-system; use multibyte buffer.
20418         (nnrss-save-group-data): Bind coding-system-for-write to the
20419         value of nnrss-file-coding-system; bind file-name-coding-system.
20420         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20421         make it work with non-ASCII text.
20422         (nnrss-find-el): Make it work with old xml.el as well.
20423
20424 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20425
20426         * nnrss.el (nnrss-get-encoding): New function.
20427         (nnrss-fetch): Use unibyte buffer initially; bind
20428         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20429         decode contents according to the encoding attribute.
20430         (nnrss-save-group-data): Add coding cookie.
20431         (nnrss-mime-encode-string): New function.
20432         (nnrss-check-group): Use it to encode subject and author.
20433
20434 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20435
20436         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20437         imaginary variable.
20438
20439 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20440
20441         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20442         correctly even if there are wide characters.
20443
20444 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20445
20446         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20447         downcased symbol names; make a new cache instead of reusing
20448         bbdb-hashtable.
20449
20450 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20451
20452         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20453         concatenating segments rather than before concatenating them.
20454         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20455
20456         * message.el (message-get-reply-headers): Bind `extra'.
20457
20458 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20459
20460         * message.el (message-extra-wide-headers): New variable.
20461         (message-get-reply-headers): Use it.
20462
20463 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20464
20465         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20466         (gnus-agent-group-pathname): Ditto.
20467
20468         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20469
20470         * gnus-group.el (gnus-group-make-group): Decode group name.
20471         (gnus-group-make-rss-group): Register the group data after opening
20472         the nnrss group.
20473
20474 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20475
20476         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20477         by expiry now get marked as read.
20478
20479 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20480
20481         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20482
20483 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20484
20485         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20486         unify Latin characters in XEmacs.
20487         (mm-find-mime-charset-region): Use it.
20488
20489 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20490
20491         * gnus-util.el (gnus-delete-directory): New function.
20492
20493         * gnus-agent.el (gnus-agent-delete-group): Use it.
20494
20495         * gnus-cache.el (gnus-cache-delete-group): Use it.
20496
20497 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20498
20499         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20500         names.
20501
20502 2004-12-16  Simon Josefsson  <jas@extundo.com>
20503
20504         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20505
20506 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20509
20510         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20511         (gnus-group-set-current-level): Decode group name.
20512
20513 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20514
20515         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20516         failed.
20517
20518 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20519
20520         * gnus-group.el (gnus-group-delete-group): Decode group name.
20521         (gnus-group-make-rss-group): Encode group name.
20522         (gnus-group-catchup-current): Decode group name.
20523         (gnus-group-kill-group): Decode group name.
20524
20525 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20526
20527         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20528
20529 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20530
20531         * gnus-group.el (gnus-group-make-rss-group):
20532         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20533
20534         * gnus-start.el (gnus-setup-news): Honor user's setting to
20535         gnus-message-archive-method.  Suggested by Lute Kamstra
20536         <lute@gnu.org>.
20537
20538 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20539
20540         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20541         global counterparts of the buffer-local variables.
20542
20543 2004-11-16  Romain Francoise  <romain@orebokech.com>
20544
20545         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20546         counterparts of the buffer-local variables.
20547
20548 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20549
20550         * message.el (message-forbidden-properties): Fix typo in doc
20551         string.
20552
20553 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20554
20555         * gnus-util.el (gnus-replace-in-string): Add doc string.
20556
20557         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20558         to avoid problems when splitting mails with many recipients.
20559
20560 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20561
20562         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20563         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20564
20565 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20566
20567         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20568         if there is no hashtable in memory or file modification time is
20569         newer than cached timestamp.
20570
20571 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20572
20573         * gnus-sum.el (gnus-summary-limit-to-recipient):
20574         Implement not-matching option.
20575
20576 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20577
20578         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20579         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20580         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20581         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20582         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20583         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20584
20585 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20586
20587         * message.el (message-forward-make-body-mml): Remove headers
20588         according to message-forward-ignored-headers if a message is decoded.
20589
20590 2004-12-02  Romain Francoise  <romain@orebokech.com>
20591
20592         * message.el (message-forward-make-body-plain): Always remove
20593         headers according to message-forward-ignored-headers.
20594
20595 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20596
20597         * spam.el (spam-summary-prepare-exit): Remove the
20598         gnus-summary-limit pop for now, it has problems with ham marks for
20599         me.
20600
20601 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20602
20603         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20604         correctly.
20605
20606 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20607
20608         * format-spec.el (format-spec): Message the char.
20609
20610 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20611
20612         * gnus-art.el (gnus-split-methods): Reformat comments.
20613
20614         * spam.el (spam-summary-prepare-exit): Remove article limits
20615         before exiting the summary buffer.
20616
20617 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20618
20619         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20620         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20621
20622         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20623         order to silence the byte compiler.
20624
20625         * spam.el: Fix the way to silence the byte compiler, which
20626         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20627         bbdb-search-simple, spam-BBDB-register-routine,
20628         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20629         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20630         spam-stat-buffer-is-spam, spam-stat-load,
20631         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20632         spam-stat-save and spam-stat-split-fancy.
20633
20634 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20637         which may confuse users.
20638         (canlock-password-for-verify): Ditto.
20639
20640         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20641
20642         * gnus-art.el (gnus-emphasis-alist): Ditto.
20643
20644         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20645
20646         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20647
20648         * gnus-start.el (gnus-save-killed-list): Ditto.
20649
20650         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20651         (gnus-sum-thread-tree-root): Ditto.
20652         (gnus-sum-thread-tree-false-root): Ditto.
20653         (gnus-sum-thread-tree-single-indent): Ditto.
20654
20655         * message.el (message-courtesy-message): Ditto.
20656         (message-archive-note): Ditto.
20657         (message-subscribed-address-file): Ditto.
20658         (message-user-fqdn): Ditto.
20659
20660         * spam-report.el (spam-report-gmane-regex): Ditto.
20661
20662         * spam.el (spam-blackhole-good-server-regex): Ditto.
20663
20664 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20665
20666         * mml.el (mml-preview): Widen the message buffer before copying
20667         the contents to the preview buffer; sort headers before previewing.
20668
20669         * message.el (message-hidden-headers): Fix the way to avoid a bug
20670         in the `repeat' widget in Emacs 21.3 or earlier.
20671
20672 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20673
20674         * message.el (message-hidden-headers): Default to "^References:".
20675         Improve customization type.  Suggested by Reiner Steib
20676         <Reiner.Steib@gmx.de>.
20677
20678 2004-11-25  Romain Francoise  <romain@orebokech.com>
20679
20680         * message.el (message-strip-forbidden-properties): Remove check for
20681         obsolete `message-hidden' text property, hidden headers are not
20682         accessible in the buffer anymore.
20683
20684 2004-11-22  Romain Francoise  <romain@orebokech.com>
20685
20686         * message.el (message-header-format-alist): Add `From' in list
20687         so that it can be sorted.
20688         (message-fix-before-sending): Widen and sort headers before
20689         sending.
20690         (message-hide-headers): Use narrowing to hide headers by moving
20691         them to the top of the buffer and narrowing to the region
20692         underneath.
20693
20694 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20695
20696         * message.el (message-strip-forbidden-properties):
20697         Bind buffer-read-only (etc) to nil.
20698
20699 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20700
20701         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20702         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20703
20704 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20705
20706         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20707
20708 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20709
20710         * dns.el (query-dns): Use sit-for to time instead of
20711         accept-process-output, since that doesn't seem to work on udp
20712         sockets.
20713
20714 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20715
20716         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20717
20718 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20719
20720         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20721         doc string.  Improve doc string.
20722
20723 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * nntp.el (nntp-request-update-info): Return nil if
20726         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20727         may not call gnus-activate-group which uselessly issues the GROUP
20728         commands for all nntp groups and wastes time.  Reported by Romain
20729         Francoise <romain@orebokech.com>.
20730
20731         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20732
20733 2004-11-15  Simon Josefsson  <jas@extundo.com>
20734
20735         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20736         headers separately.
20737         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20738         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20739
20740 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20741
20742         * gnus-start.el (gnus-convert-old-newsrc):
20743         Assign legacy-gnus-agent to 5.10.7.
20744
20745 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20746
20747         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20748         start of the lines.
20749
20750 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20751
20752         * hashcash.el (hashcash-default-payment): Change default to 20.
20753         (hashcash-default-accept-payment): Change default to 20.
20754         (hashcash-process-alist): New variable.
20755         (hashcash-generate-payment-async): Add.
20756         (hashcash-already-paid-p): Add.
20757         (hashcash-insert-payment): Don't generate payments twice.
20758         (hashcash-insert-payment-async): Add.
20759         (hashcash-insert-payment-async-2): Add.
20760         (hashcash-cancel-async): Add.
20761         (hashcash-wait-async): Add.
20762         (hashcash-processes-running-p): Add.
20763         (hashcash-wait-or-cancel): Add.
20764         (mail-add-payment): New optional argument.  Conditionally start
20765         asynchronous calculation.
20766         (mail-add-payment-async): Add.
20767
20768         * message.el (message-send-mail): Wait for asynchronous hashcash
20769         results.  Don't clobber existing X-Hashcash headers.
20770         (message-setup-1): Call mail-add-payment-async when
20771         message-generate-hashcash is non-nil.
20772
20773 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20774
20775         * message.el (message-use-alternative-email-as-from): Examine the
20776         From header as well; use message-make-from in order to include a
20777         user's full name.
20778
20779 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20780
20781         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20782         default; improve customization type.
20783         (gnus-emphasis-custom-with-format): New macro.
20784         (gnus-emphasis-custom-value-to-external): New function.
20785         (gnus-emphasis-custom-value-to-internal): New function.
20786
20787 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20788
20789         * dns.el (query-dns): Resolve reverse addresses.
20790
20791 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20792
20793         * gnus-group.el (gnus-group-get-new-news): Use it.
20794
20795         * gnus-start.el (gnus-check-reasonable-setup): New function.
20796
20797 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20798
20799         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20800         "Args out of range" error.  Reported by Arnaud Giersch
20801         <arnaud.giersch@free.fr>.
20802
20803 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20804
20805         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20806
20807 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20808
20809         * spam.el (spam group): Add :version.
20810
20811         * pgg-def.el (pgg group): Add :version.
20812
20813 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20814
20815         * gnus-art.el (gnus-article-edit-article): Don't associate the
20816         article buffer with a draft file.  This is a temporary measure
20817         against the 2004-08-22 change to gnus-article-edit-mode.
20818
20819 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20820
20821         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20822         (html2text-format-tags): Remove unused variable `attr'.
20823
20824 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20825
20826         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20827
20828         * tls.el (tls-process-connection-type, tls-success)
20829         (tls-certtool-program): Add :version.
20830
20831         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20832         (starttls-extra-arguments, starttls-process-connection-type)
20833         (starttls-connect, starttls-failure, starttls-success): Add :version.
20834
20835         * spam-stat.el (spam-stat): Add :version.
20836
20837         * sieve.el (sieve): Add :version.
20838
20839         * sha1.el (sha1): Add :version.
20840         (sha1-use-external): Remove redundant version.
20841
20842         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20843         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20844         (nnmail-split-fancy-match-partial-words)
20845         (nnmail-split-lowercase-expanded): Add :version.
20846
20847         * nndiary.el (nndiary): Add :version.
20848
20849         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20850
20851         * mml-sec.el (mml-default-sign-method)
20852         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20853         Add :version.
20854
20855         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20856
20857         * mm-url.el (mm-url-use-external, mm-url-program)
20858         (mm-url-arguments): Add :version.
20859
20860         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20861         (mm-attachment-file-modes, mm-decrypt-option)
20862         (mm-w3m-safe-url-regexp): Add :version.
20863
20864         * message.el (message-cite-prefix-regexp)
20865         (message-sendmail-envelope-from, message-minibuffer-local-map)
20866         (message-user-fqdn, message-completion-alist): Add :version.
20867
20868         * gnus-win.el (gnus-configure-windows-hook)
20869         (gnus-use-frames-on-any-display): Add :version.
20870
20871         * gnus-art.el (gnus-article-address-banner-alist)
20872         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20873         (gnus-treat-from-picon, gnus-treat-mail-picon)
20874         (gnus-treat-x-pgp-sig): Add :version.
20875
20876         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20877         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20878         (gnus-summary-article-delete-hook)
20879         (gnus-summary-display-while-building): Add :version.
20880
20881         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20882         (gnus-get-top-new-news-hook): Add :version.
20883
20884         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20885         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20886
20887         * gnus-registry.el (gnus-registry): Add :version.
20888
20889         * gnus-spec.el (gnus-use-correct-string-widths)
20890         (gnus-make-format-preserve-properties): Add :version.
20891
20892         * gnus.el (gnus-group-charter-alist)
20893         (gnus-group-fetch-control-use-browse-url)
20894         (gnus-install-group-spam-parameters): Add :version.
20895
20896         * gnus-diary.el (gnus-diary): Add :version.
20897
20898         * gnus-delay.el (gnus-delay): Add :version.
20899
20900         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20901         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20902         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20903         Add :version.
20904
20905         * gnus-agent.el (gnus-agent-max-fetch-size)
20906         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20907         (gnus-agent-prompt-send-queue): Add :version.
20908
20909         * deuglify.el (gnus-outlook-deuglify): Add :version.
20910
20911         * html2text.el: Beautify code.  Improve doc strings.
20912         Some checkdoc cleanup.
20913         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20914
20915 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20916
20917         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20918
20919 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20920
20921         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20922         when package is loaded.
20923
20924         * spam.el (spam-summary-score-preferred-header): Add global preference
20925         for people who want to override the default SpamAssassin over
20926         Bogofilter preference (when both are set).
20927         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20928         (spam-user-format-function-S):
20929         Check spam-summary-score-preferred-header.
20930         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20931         (spam-user-format-function-S): Format the score correctly.
20932
20933 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20934
20935         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20936         signature file.  Suggested by Manoj Srivastava
20937         <srivasta@golden-gryphon.com>.
20938
20939         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20940         iso-2022-jp even in the Japanese language environment.
20941         Suggested by Jason Rumney <jasonr@gnu.org>.
20942
20943 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20944
20945         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20946         use the same characters as the dummy marks; make it free from
20947         getting affected by the language environment.
20948         (gnus-summary-read-group-1): Update mark positions only when the
20949         format spec is updated.
20950
20951         * gnus-spec.el (gnus-update-format-specifications): Return a list
20952         of updated types.
20953
20954 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20955
20956         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20957         of boundp to check if display-warning is available.
20958
20959 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20960
20961         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20962
20963 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20964
20965         * nnspool.el (nnspool-spool-directory): Use news-path if the
20966         news-directory variable is not bound.
20967
20968         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20969         function instead of display-warning if it is not available.
20970
20971 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20972
20973         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20974         v5-10: Use `point-at-bol'.
20975
20976 2004-10-26  Simon Josefsson  <jas@extundo.com>
20977
20978         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20979         <chenggao@gmail.com>.
20980
20981 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20982
20983         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20984         instead.
20985
20986 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20987
20988         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20989         to remove a server from the nnimap-server-buffer-alist.
20990         (nnimap-open-connection, nnimap-close-server): Use it.
20991
20992         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20993
20994 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20995
20996         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20997         running the major-mode function.
20998
20999 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21000
21001         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21002         dummy marks in the right way.
21003
21004 2004-10-18  David Edmondson  <dme@dme.org>
21005
21006         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21007         excessively.
21008
21009 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21010
21011         * gnus-util.el (gnus-split-references): Accept a nil references
21012         string and go on blissfully.
21013
21014         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21015         cases where the references string is non-nil but has no references.
21016
21017         * encrypt.el: Add autoload tags.
21018
21019         * spam.el (spam-resolve-registrations-routine): Remove article
21020         from unregistration list too.  Reported by David Hanak
21021         <dhanak@isis.vanderbilt.edu>
21022
21023 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21024
21025         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21026         nil.  Change custom type.
21027
21028 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21029
21030         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21031
21032         * gnus-sum.el (gnus-summary-move-article): Use it.
21033
21034 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21035
21036         * encrypt.el: Add autoload cookies.
21037
21038         * spam.el (spam-backend-article-list-property)
21039         (spam-backend-get-article-todo-list)
21040         (spam-backend-put-article-todo-list)
21041         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21042         Resolve registrations separately.
21043         (spam-register-routine): Format comments.
21044         (spam-unregister-routine, spam-register-routine): Always call with
21045         specific-articles, no default list.
21046         (spam-summary-prepare-exit): Use the spam-classifications function.
21047
21048         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21049         gnus-encrypt.el.
21050
21051         * encrypt.el: Copied from gnus-encrypt.el.
21052
21053         * gnus-encrypt.el: Commented that it's obsolete.
21054
21055 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21056
21057         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21058         (gnus-score-save): Use it.
21059
21060         * message.el (message-bury): Use `window-dedicated-p'.
21061
21062 2004-10-15  Simon Josefsson  <jas@extundo.com>
21063
21064         * pop3.el (top-level): Don't require nnheader.
21065         (pop3-read-timeout): Add.
21066         (pop3-accept-process-output): Add.
21067         (pop3-read-response, pop3-retr): Use it.
21068
21069 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21070
21071         * spam.el (spam-register-routine): Move comment.
21072         (spam-verify-bogofilter): Use 'unknown for the initial
21073         spam-bogofilter-valid state, not 'never.
21074
21075         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21076         for netrc-machine.
21077
21078         * nnimap.el (nnimap-open-connection):
21079         Use netrc-machine-user-or-password.
21080
21081 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21082
21083         * gnus-registry.el (gnus-registry-unload-hook):
21084         Set as a variable with add-hook.
21085
21086         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21087         of news-path.
21088
21089         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21090
21091         * spam.el: Delete duplicate `provide'.
21092         (spam-unload-hook): Set as a variable with add-hook.
21093
21094 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21095
21096         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21097         in the doc string.
21098
21099         * message.el (message-ignored-news-headers)
21100         (message-ignored-supersedes-headers)
21101         (message-ignored-resent-headers)
21102         (message-forward-ignored-headers): Improve custom type.
21103
21104 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21105
21106         * message.el (message-tokenize-header): Fix 2004-09-06 change
21107         which used point-min in the wrong place.
21108
21109 2004-10-12  Simon Josefsson  <jas@extundo.com>
21110
21111         * tls.el (tls-certtool-program): New variable.
21112         (tls-certificate-information): New function, based on
21113         ssl-certificate-information.
21114
21115 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21116
21117         * compface.el: Move the version of ELisp-based uncompface program
21118         to the contrib directory because of the copyright problem.
21119
21120 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21121
21122         * message.el (message-kill-buffer): Raise the current frame.
21123
21124 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21125
21126         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21127
21128         * gnus.el (message-y-or-n-p): Autoload.
21129
21130         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21131         (pop3-password-required, pop3-authentication-scheme)
21132         (pop3-leave-mail-on-server): Make customizable.
21133         (pop3): New custom group.
21134         (pop3-retr): Remove `sleep-for' statements.
21135         Suggested by Dave Love <fx@gnu.org>.
21136
21137         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21138         Windows/DOS.
21139
21140         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21141         (imap-parse-body): Fix incorrect use of `assert'.
21142         Suggested by Dave Love <fx@gnu.org>.
21143
21144         * mml.el (mml-minibuffer-read-disposition): Require match.
21145         Suggested by Dave Love <fx@gnu.org>.
21146
21147 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21148
21149         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21150         doc string.
21151
21152 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21153
21154         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21155
21156 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21157
21158         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21159         instead of calling `mm-insert-inline', to decode text/* parts
21160         before displaying them.
21161
21162 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21163
21164         * mm-uu.el (mm-uu-text-plain-type): New variable.
21165         (mm-uu-pgp-signed-extract-1): Use it.
21166         (mm-uu-pgp-encrypted-extract-1): Use it.
21167         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21168         bind mm-uu-text-plain-type with that value.
21169         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21170         mm-uu-dissect.
21171
21172 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21173
21174         * gnus-group.el (gnus-update-group-mark-positions):
21175         * gnus-sum.el (gnus-update-summary-mark-positions):
21176         * message.el (message-check-news-body-syntax):
21177         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21178         of string-as-multibyte.
21179
21180 2004-10-05  Juri Linkov  <juri@jurta.org>
21181
21182         * gnus-group.el (gnus-update-group-mark-positions):
21183         * gnus-sum.el (gnus-update-summary-mark-positions):
21184         * message.el (message-check-news-body-syntax):
21185         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21186         8-bit unibyte values to a multibyte string for search functions.
21187
21188 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21189
21190         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21191         (mm-uu-dissect-text-parts): New function.
21192
21193         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21194         dissect text parts.
21195
21196         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21197         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21198
21199         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21200
21201         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21202         Use gnus-current-topics instead of gnus-current-topic.
21203
21204 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21205
21206         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21207
21208 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21209
21210         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21211         where appropriate.
21212
21213         * nnml.el (nnml-generate-active-info): do.
21214
21215         * nndiary.el (nndiary-generate-active-info): do.
21216
21217         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21218         (gnus-topic-move): do.
21219
21220         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21221         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21222
21223         * gnus-srvr.el (gnus-server-prepare)
21224         (gnus-server-open-all-servers): do.
21225
21226         * gnus-msg.el (gnus-summary-cancel-article)
21227         (gnus-summary-resend-message)
21228         (gnus-summary-mail-crosspost-complaint): do.
21229
21230         * gnus-move.el (gnus-change-server): do.
21231
21232         * gnus-group.el (gnus-group-unmark-all-groups)
21233         (gnus-group-set-current-level): do.
21234
21235 2004-10-04  Simon Josefsson  <jas@extundo.com>
21236
21237         * message.el (message-generate-hashcash): Doc fix.
21238
21239 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21240
21241         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21242         avoid infinite recursion via gnus-get-function.
21243
21244 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21245
21246         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21247
21248         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21249
21250         * nnmail.el (nnmail-split-history): do.
21251
21252         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21253         (nnml-request-delete-group): do.
21254
21255         * nnslashdot.el (nnslashdot-read-groups): do.
21256
21257         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21258         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21259
21260         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21261         (nnspool-sift-nov-with-sed): Use last.
21262         (nnspool-retrieve-headers-with-nov): Use mapc.
21263         (nnspool-request-newgroups): Use dolist.
21264         (nnspool-request-group): Use last.
21265
21266         * nntp.el (nntp-read-server-type): Use dolist.
21267
21268         * nnvirtual.el (nnvirtual-create-mapping)
21269         (nnvirtual-update-read-and-marked): Use dolist.
21270         (nnvirtual-convert-headers): Simplify.
21271
21272 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21273
21274         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21275         Add support for sync'ing tick marks.
21276
21277 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21278
21279         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21280         there's no visible header.
21281
21282 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21283
21284         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21285         When necessary, pass full group name to gnus-request-set-marks.
21286
21287 2004-10-01  Simon Josefsson  <jas@extundo.com>
21288
21289         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21290         acroread.
21291
21292 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21293
21294         * spam-report.el (spam-report-gmane): Fix interactive.
21295
21296         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21297
21298         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21299         when writing file.
21300         (gnus-agent-synchronize-flags): Don't default to being
21301         interactive.
21302
21303 2004-09-30  Simon Josefsson  <jas@extundo.com>
21304
21305         * message.el (message-generate-hashcash): Add.
21306         (message-send-mail): Use it, call mail-add-payment.
21307
21308 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21309
21310         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21311
21312 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21313
21314         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21315         gnus-requst-update-info with explicit code to sync the in-memory
21316         info read flags with the marks being sync'd to the backend.
21317
21318         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21319
21320 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21321
21322         * spam.el (spam-verify-bogofilter): Add new function.
21323         (spam-check-bogofilter)
21324         (spam-bogofilter-register-with-bogofilter): Use it.
21325         (spam-verify-bogofilter): Add small fixes.
21326
21327 2004-09-28  Simon Josefsson  <jas@extundo.com>
21328
21329         * hashcash.el (hashcash-generate-payment): Revert.
21330
21331 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21332
21333         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21334         Use gnus-extract-references instead of gnus-split-references.
21335
21336         * gnus-util.el (gnus-extract-references): Add new function, analogous
21337         to gnus-split-references but extracts only the message-ID without
21338         anything extra.
21339
21340         * hashcash.el (hashcash-generate-payment)
21341         (hashcash-check-payment): Do the right thing if hashcash-path is
21342         nil (because the hashcash program could not be found).
21343
21344         * spam.el (spam-use-hashcash): Remove comment.
21345
21346 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21347
21348         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21349         (gnus-cache-enter-article, gnus-cache-remove-article)
21350         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21351
21352         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21353
21354         * gnus-art.el (article-hide-boring-headers)
21355         (article-translate-strings, article-display-face)
21356         (gnus-article-mime-match-handle-first)
21357         (gnus-article-highlight-headers)
21358         (gnus-article-add-buttons-to-head): do.
21359
21360 2004-09-27  Simon Josefsson  <jas@extundo.com>
21361
21362         * hashcash.el: New version, from
21363         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21364         ../contrib/.
21365
21366 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21367
21368         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21369
21370 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21371
21372         * gnus-dup.el (gnus-dup-open): Use mapc.
21373         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21374
21375         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21376         Reported by Stefan Wiens <s.wi@gmx.net>.
21377
21378         * gnus.el (gnus-shutdown): Use dolist.
21379
21380         * gnus-undo.el (gnus-undo): Use mapc.
21381
21382         * nnrss.el (nnrss-generate-active): do.
21383
21384         * message.el (message-cite-original-without-signature)
21385         (message-cite-original): Use mapc.
21386         (message-do-actions, message-make-forward-subject): Use dolist.
21387
21388 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21389
21390         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21391         deletion to remove entire duplicate line.  Fixes merged article
21392         number bug.
21393
21394 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21395
21396         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21397         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21398         first ask if you want to open a server and then, even when you
21399         responded with no, asking if you want to synchronize the server's
21400         flags.
21401         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21402         multi-line expressions.
21403         (gnus-agent-synchronize-group-flags): New internal function.
21404         Updates marks in memory (in the info structure) AND in the
21405         backend.
21406
21407         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21408
21409         * nnagent.el (nnagent-request-set-mark):
21410         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21411         method, to ensure that synchronization updates marks in the
21412         backend and in the info (in memory) structure.
21413
21414 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21415
21416         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21417         convention fully; don't miss the root article of a thread; make
21418         the X-Draft-From header with correct article numbers.
21419
21420 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21421
21422         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21423         unless plugged.  Disable the agent so that an open failure causes
21424         an error.
21425
21426         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21427         Revert 2004-09-21 change.  The backend must be opened while
21428         synchronizing flags even when the backend stores the flags
21429         locally.
21430
21431 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21432
21433         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21434         in `header' match.  Reported by Svend Tollak Munkejord.
21435
21436         * message.el (message-cite-original): Fix use of
21437         `message-cite-articles-with-x-no-archive'.
21438
21439 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21440
21441         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21442         (gnus-window-to-buffer): Ditto.
21443
21444         * mml.el (mml-preview-buffer): New variable.
21445         (mml-preview): Manage window layout with gnus-buffer-configuration.
21446
21447         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21448         X-Draft-From header even if those articles aren't quoted.
21449
21450 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21451
21452         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21453         (gnus-request-set-mark, gnus-request-update-mark): Use new
21454         g-s-t-u-l-m to decide to use backend even when unplugged.
21455
21456 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21457
21458         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21459         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21460
21461 2004-09-20  Simon Josefsson  <jas@extundo.com>
21462
21463         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21464         "utf-16-le".
21465
21466 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21467
21468         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21469
21470 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21471
21472         * uudecode.el (uudecode-use-external): Add :version.
21473
21474         * smime.el (smime-CA-file, smime-encrypt-cipher)
21475         (smime-dns-server): Add :version.
21476
21477         * smiley.el (gnus-smiley-file-types): Add :version.
21478
21479         * sha1.el (sha1-use-external): Add :version.
21480
21481         * pgg-def.el (pgg-query-keyserver): Add :version.
21482
21483         * nnmail.el (nnmail-fancy-expiry-targets)
21484         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21485         Add :version.
21486
21487         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21488         (nnimap-retrieve-groups-asynchronous): Add :version.
21489         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21490
21491         * mml.el (mml-content-disposition-parameters)
21492         (mml-insert-mime-headers-always): Add :version.
21493
21494         * mm-util.el (mm-coding-system-priorities): Add :version.
21495
21496         * mm-decode.el (mm-inline-text-html-with-images)
21497         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21498         (mm-verify-option): Add :version.
21499         (mm-text-html-renderer): Change :version.
21500
21501         * message.el (message-fcc-externalize-attachments)
21502         (message-required-headers, message-draft-headers)
21503         (message-subject-trailing-was-query)
21504         (message-subject-trailing-was-ask-regexp)
21505         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21506         (message-mark-insert-end, message-archive-header)
21507         (message-archive-note, message-cross-post-default)
21508         (message-cross-post-note, message-followup-to-note)
21509         (message-cross-post-note-function, message-use-mail-followup-to)
21510         (message-subscribed-address-functions)
21511         (message-subscribed-address-file, message-subscribed-addresses)
21512         (message-subscribed-regexps, message-allow-no-recipients)
21513         (message-yank-cited-prefix, message-signature-insert-empty-line)
21514         (message-hidden-headers, message-hierarchical-addresses)
21515         (message-mail-user-agent, message-use-idna)
21516         (message-valid-fqdn-regexp)
21517         (message-strip-special-text-properties, message-header-synonyms)
21518         (message-beginning-of-line, message-tab-body-function): Add :version.
21519         (message-insert-canlock, message-wide-reply-confirm-recipients):
21520         Change :version.
21521
21522         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21523         and :version.
21524         (mail-source-delete-old-incoming-confirm)
21525         (mail-source-movemail-program): Add :version.
21526
21527         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21528         (gnus-agent-cache, gnus-agent): Change :version.
21529
21530         * gnus-util.el (gnus-use-byte-compile): Change :version.
21531
21532         * gnus-sum.el (gnus-summary-make-false-root-always)
21533         (gnus-summary-default-high-score)
21534         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21535         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21536         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21537         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21538         (gnus-sum-thread-tree-single-indent)
21539         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21540         (gnus-sum-thread-tree-leaf-with-other)
21541         (gnus-sum-thread-tree-single-leaf): Add :version.
21542         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21543         (gnus-article-loose-mime): Change :version.
21544
21545         * gnus-start.el (gnus-backup-startup-file)
21546         (gnus-save-startup-file-via-temp-buffer): Add :version.
21547
21548         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21549         (gnus-server-offline-face): Add :version.
21550
21551         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21552
21553         * gnus-msg.el (gnus-gcc-externalize-attachments)
21554         (gnus-debug-files, gnus-debug-exclude-variables)
21555         (gnus-discouraged-post-methods): Change :version.
21556         (gnus-confirm-mail-reply-to-news)
21557         (gnus-confirm-treat-mail-like-news): Add :version.
21558
21559         * gnus-int.el (gnus-server-unopen-status): Add :version.
21560
21561         * gnus-group.el (gnus-group-jump-to-group-prompt)
21562         (gnus-large-ephemeral-newsgroup)
21563         (gnus-fetch-old-ephemeral-headers): Add :version.
21564
21565         * gnus-fun.el (gnus-x-face-directory)
21566         (gnus-convert-pbm-to-x-face-command)
21567         (gnus-convert-image-to-x-face-command)
21568         (gnus-convert-image-to-face-command): Add :version.
21569
21570         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21571
21572         * gnus-cite.el (gnus-cite-blank-line-after-header)
21573         (gnus-article-boring-faces): Add :version.
21574
21575         * gnus-art.el (gnus-buttonized-mime-types)
21576         (gnus-inhibit-mime-unbuttonizing)
21577         (gnus-treat-display-face)
21578         (gnus-treat-body-boundary): Change :version.
21579         (gnus-body-boundary-delimiter, gnus-picon-databases)
21580         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21581         (gnus-treat-date-english, gnus-treat-fold-headers)
21582         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21583         (gnus-treat-mail-picon, gnus-treat-wash-html)
21584         (gnus-article-encrypt-protocol)
21585         (gnus-use-idna, gnus-article-over-scroll)
21586         (gnus-mime-display-multipart-alternative-as-mixed)
21587         (gnus-mime-display-multipart-related-as-mixed)
21588         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21589         (gnus-ctan-url, gnus-button-ctan-handler)
21590         (gnus-button-handle-ctan-bogus-regexp)
21591         (gnus-button-ctan-directory-regexp)
21592         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21593         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21594         (gnus-button-man-level, gnus-button-emacs-level)
21595         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21596
21597         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21598         (gnus-agent-go-online): Change :version.
21599         (gnus-agent-expire-unagentized-dirs)
21600         (gnus-agent-auto-agentize-methods): Add :version.
21601
21602         * flow-fill.el (fill-flowed-display-column)
21603         (fill-flowed-encode-column): Add :version.
21604
21605         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21606         (gnus-outlook-deuglify-unwrap-max)
21607         (gnus-outlook-deuglify-cite-marks)
21608         (gnus-outlook-deuglify-unwrap-stop-chars)
21609         (gnus-outlook-deuglify-no-wrap-chars)
21610         (gnus-outlook-deuglify-attrib-cut-regexp)
21611         (gnus-outlook-deuglify-attrib-verb-regexp)
21612         (gnus-outlook-deuglify-attrib-end-regexp)
21613         (gnus-outlook-display-hook): Add :version.
21614
21615         * binhex.el (binhex-use-external): Add :version.
21616
21617 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21618
21619         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21620         and `invisible'.
21621
21622 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21623
21624         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21625         in gnus-registry-trim.
21626
21627 2004-09-13  Simon Josefsson  <jas@extundo.com>
21628
21629         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21630
21631         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21632
21633         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21634         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21635         <yamaoka@jpl.org>.
21636         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21637         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21638         <yamaoka@jpl.org>.
21639
21640         * sieve.el (sieve-manage-mode): Ditto.
21641
21642 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21643
21644         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21645
21646 2004-09-11  Simon Josefsson  <jas@extundo.com>
21647
21648         * dns-mode.el: Add.
21649
21650         * mm-view.el (mm-display-dns-inline): Add.
21651
21652         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21653         (mm-automatic-display): Ditto.
21654
21655         * mailcap.el (mailcap-mime-data): Add text/dns.
21656         (mailcap-mime-extensions): Map .soa to text/dns.
21657
21658 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21659
21660         * gnus-art.el (article-decode-mime-words, article-babel)
21661         (gnus-article-highlight-signature, gnus-article-add-buttons)
21662         (gnus-signature-toggle): Remove unnecessary bindings of
21663         `inhibit-read-only' inherited from v5.10 merge.
21664
21665 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21666
21667         * nntp.el (nntp): New customization group.
21668         (nntp-authinfo-file): Add customization group.
21669
21670         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21671
21672         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21673
21674         * gnus.el (to-address, to-list, subscribed)
21675         (large-newsgroup-initial): Ditto.
21676
21677         * flow-fill.el (fill-flowed-display-column)
21678         (fill-flowed-encode-column): Ditto.
21679
21680 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21681
21682         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21683         Use point-min rather than 1.
21684         (message-send-mail): Use buffer-size rather than point-max.
21685
21686         * gnus-sum.el (gnus-summary-search-article-forward):
21687         Signal a specific `search-failed' rather than a generic `error'.
21688
21689         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21690         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21691         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21692
21693 2004-09-10  Simon Josefsson  <jas@extundo.com>
21694
21695         * nndb.el (require): Remove tcp and duplicate cl.
21696
21697 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21698
21699         * gnus-agent.el (directory-files-and-attributes): Move forward.
21700
21701 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21702
21703         * gnus-agent.el (directory-files-and-attributes):
21704         Optionally defined to support XEmacs.
21705
21706 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21707
21708         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21709         to avoid run-time CL dependencies.
21710         (gnus-agent-unfetch-articles): New function.
21711         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21712         article numbers even when local .overview file is missing.
21713         (gnus-agent-read-article-number): New function.  Only accepts
21714         27-bit article numbers.
21715         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21716         Use gnus-agent-read-article-number.
21717         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21718         from backend while recognizing that article numbers in .overview
21719         must be valid.
21720         (gnus-agent-update-files-total-fetched-for):
21721         Use directory-files-and-attributes to improve performance.
21722         * gnus-int.el (gnus-request-move-article):
21723         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21724         improve performance.
21725
21726         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21727         some users confused by references to .newsrc when they only have a
21728         .newsrc.eld file.
21729         (gnus-convert-mark-converter-prompt)
21730         (gnus-convert-converter-needs-prompt): Fix use of property list.
21731         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21732         New function.  Used internally to only display 'gnus converting
21733         files' message when actually necessary.
21734
21735         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21736         methods now autoloaded.
21737
21738 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21739
21740         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21741         identifiers.
21742
21743 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21744
21745         * gnus-picon.el: Fix indentation and closing parenthesis.
21746
21747 2004-09-01  Simon Josefsson  <jas@extundo.com>
21748
21749         * message.el (message-canlock-generate): Require sha1, not
21750         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21751         to require within a function.  Sadly, if sha1.el isn't loaded, the
21752         let binding in m-c-g will hide the defcustom definition, which is
21753         bad.)
21754
21755         * canlock.el: Require sha1, not sha1-el.
21756
21757         * message.el: Don't autoload sha1 (there is a autoload cookie in
21758         sha1.el).
21759
21760         * sha1-el.el: Rename to sha1.el.
21761
21762 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21763
21764         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21765
21766 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21767
21768         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21769
21770 2004-08-30  Kim F. Storm  <storm@cua.dk>
21771
21772         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21773
21774         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21775         Add :group 'nnimap.
21776
21777 2004-08-30  Andreas Schwab  <schwab@suse.de>
21778
21779         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21780         ?* and ?\;.
21781
21782         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21783         and ?\' to symbol instead of whitespace.
21784
21785 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21786
21787         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21788
21789         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21790         instead of re-search-forward.
21791
21792         * gnus-uu.el (gnus-uu-save-article): Ditto.
21793         (gnus-uu-post-encode-uuencode): Ditto.
21794
21795         * html2text.el (html2text-clean-list-items): Ditto.
21796         (html2text-clean-dtdd): Ditto.
21797         (html2text-format-tags): Ditto.
21798
21799         * message.el (message-send-mail-with-sendmail): Fix regexp.
21800         (message-fill-field-general): Use search-forward instead of
21801         re-search-forward.
21802         (unbold-region): Ditto.
21803
21804         * nnrss.el (nnrss-request-article): Ditto.
21805
21806         * nnslashdot.el (nnslashdot-request-article): Ditto.
21807
21808         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21809
21810         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21811         "Unrecognized menu descriptor" error in XEmacs.
21812
21813 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21814
21815         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21816         parent article of a sparse article in the thread hashtb.
21817
21818 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21819
21820         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21821         (nnmail-expand-newtext): Lowercase expanded entries if
21822         nnmail-split-lowercase-expanded is non-nil.
21823
21824 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21825
21826         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21827
21828         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21829         of gnus-tmp-news-method into string under XEmacs.  It will be
21830         passed to gnus-correct-length which takes only a string argument.
21831
21832 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21833
21834         * gnus-util.el (gnus-bind-print-variables): New macro.
21835         (gnus-prin1): Use it.
21836         (gnus-prin1-to-string): Use it.
21837         (gnus-pp): New function.
21838         (gnus-pp-to-string): New function.
21839
21840         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21841         Replace pp-to-string with gnus-pp-to-string.
21842         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21843         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21844         * gnus-msg.el (gnus-debug): Ditto.
21845         * gnus-score.el (gnus-score-save): Ditto.
21846         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21847         gnus-pp-to-string.
21848         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21849         with gnus-pp.
21850         * score-mode.el (gnus-score-pretty-print): Ditto.
21851         * webmail.el (webmail-debug): Ditto.
21852
21853 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21854
21855         * gnus-art.el (article-display-face, article-display-x-face):
21856         Use buffer-read-only.
21857
21858 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21859
21860         * gnus-art.el (article-hide-list-identifiers):
21861         Bind inhibit-read-only as t.
21862
21863 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21864
21865         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21866
21867 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21868
21869         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21870         (gnus-narrow-to-page): Don't assume point-min == 1.
21871         (gnus-article-edit-mode): Derive from message-mode.
21872
21873         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21874         point-min == 1.
21875
21876         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21877         Disable incorrect use of `assert'.
21878
21879         * message.el (message-mode): Set comment-start-skip.
21880
21881
21882 2004-08-22  Sam Steingold  <sds@gnu.org>
21883
21884         * pop3.el (pop3-leave-mail-on-server): New user variable.
21885         (pop3-movemail): Delete mail only when it is nil.
21886
21887 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21888
21889         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21890
21891         * mml.el (mml-preview): Use `pop-to-buffer'.
21892
21893         * message.el (message-goto-mail-followup-to): Insert after "To".
21894         (message-carefully-insert-headers): Add comment.
21895
21896         * gnus.el: Remove unused variable `gnus-article-check-size'.
21897
21898         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21899
21900         * gnus-art.el (gnus-button-alist):
21901         Improve `gnus-button-handle-library' entry.
21902
21903 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21904
21905         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21906         Use downcase, since XEmacs capitalizes error messages differently.
21907
21908 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21909
21910         * nntp.el: Add (require 'gnus) due to reference to
21911         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21912
21913 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21914
21915         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21916         Bind `mm-fill-flowed'.
21917
21918         * mm-decode.el (mm-dissect-singlepart): Check it.
21919
21920 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21921
21922         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21923         'imap' for netrc parsing.
21924
21925 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21926
21927         * mailcap.el (mailcap-mime-data): Mark as risky.
21928
21929 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21930
21931         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21932         may be included in the encoded word.
21933         (rfc2047-encode): Don't append a space if the encoded word
21934         includes close parenthesis.
21935
21936 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21937
21938         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21939         of text within parentheses.
21940
21941 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21942
21943         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21944         (gnus-encrypt-write-file-contents): Make the password key the file
21945         name PLUS the cipher, not just the cipher.  Also remove failed
21946         passwords from the cache.
21947
21948 2004-08-06  Simon Josefsson  <jas@extundo.com>
21949
21950         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21951         Doc fix.
21952
21953 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21954
21955         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21956         LWSP.
21957
21958 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21959
21960         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21961         Try to append in-reply-to: data to the references: header.
21962
21963         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21964         (netrc-parse): Use gnus-encrypt.el functions.
21965
21966         * gnus-encrypt.el: Add new file for encryption support; currently
21967         does only a few GPG ciphers and an internal XOR cipher.
21968
21969         * password.el: Add comments on using password-read-and-add.
21970         (password-read-and-add): Add function to read and add the
21971         password to the cache at once.
21972
21973 2004-07-28  Simon Josefsson  <jas@extundo.com>
21974
21975         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21976         parameter (but don't use it, for now).
21977
21978         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21979         instead of hard coding to nil.
21980
21981 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21982
21983         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21984         as mm-inline-image-xemacs does.
21985
21986 2004-07-26  Simon Josefsson  <jas@extundo.com>
21987
21988         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21989         Revert part of 2004-07-17 change below.
21990
21991 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21992
21993         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21994         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21995
21996 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21997
21998         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21999         quotes that actually start with ">" at the beginning of the
22000         lines.
22001
22002 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22003
22004         * rfc2047.el (rfc2047-encode-region): Fix last change.
22005         (rfc2047-encode-parameter): Remove useless concat.
22006
22007 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22010         encode special characters; fix some kind of misconfigured headers;
22011         signal a real error if debug-on-quit or debug-on-error is non-nil.
22012         (rfc2047-encode-max-chars): New variable.
22013         (rfc2047-encode-1): Use it.
22014         (rfc2047-encode-parameter): New function.
22015
22016         * mml.el (mml-insert-parameter): Remove an excessive space.
22017
22018 2004-07-17  Simon Josefsson  <jas@extundo.com>
22019
22020         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22021         Kai Grossjohann <kai@emptydomain.de>.
22022         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22023         (gnus-group-make-menu-bar): Ditto.
22024
22025         * gnus-util.el (gnus-group-server): Add.
22026
22027 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22028
22029         * message.el (message-clone-locals): Clone sendmail and smtp
22030         variables.
22031
22032 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * rfc2047.el (rfc2047-encode-region): Fix last change.
22035
22036 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22037
22038         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22039         characters as non-special.
22040
22041 2004-07-09  Simon Josefsson  <jas@extundo.com>
22042
22043         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22044         Users will lose all flag changes made while unplugged with
22045         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22046         good default.  See numerous reports on ding mailing list.
22047
22048 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22049
22050         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22051         add generate-head-function and generate-article-function to the
22052         rfc822-forward entry.
22053         (nndoc-rfc822-forward-generate-article): New function.
22054         (nndoc-rfc822-forward-generate-head): New function.
22055
22056         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22057
22058 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22059
22060         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22061         respect display group parameter and gnus-summary-expunge-below.
22062         (gnus-articles-to-read): Remove unused reference to display group
22063         parameter.
22064
22065 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22066
22067         * nnheader.el (nnheader-uniquify-message-id): New experimental
22068         variable.
22069         (nnheader-nov-read-message-id): Use it.
22070
22071         * spam-report.el (spam-report-gmane): Add interactive.
22072
22073 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22074
22075         * mm-encode.el (mm-content-transfer-encoding-defaults):
22076         Use qp-or-base64 for the application/* types.
22077
22078 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22079
22080         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22081
22082 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22083
22084         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22085         trim value.
22086
22087 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22088
22089         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22090         New macro and function.
22091         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22092
22093 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22094
22095         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22096         after-load-alist.
22097
22098 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22099
22100         * gnus-group.el (gnus-group-get-new-news-this-group):
22101         Don't update info that isn't there.
22102
22103 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22104
22105         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22106         entry.
22107
22108 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22109
22110         * mm-view.el (mm-inline-render-with-function): Use multibyte
22111         buffer; decode html source by charset.
22112
22113         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22114
22115         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22116         Mule-UCS is loaded under XEmacs.
22117         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22118
22119 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22120
22121         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22122
22123 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22124
22125         * mm-util.el (mm-coding-system-p): Return a coding-system.
22126         (mm-mime-mule-charset-alist): Use shift_jis instead of
22127         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22128         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22129         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22130         instead of japanese-shift-jis and iso-latin-1 respectively in
22131         order to share the default value with both Emacs and XEmacs-mule.
22132         (mm-mule-charset-to-mime-charset):
22133         Make mm-coding-system-priorities effective.
22134         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22135         while predicating of candidates upon the priorities.
22136
22137 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22138
22139         * gnus-sum.el (gnus-summary-make-menu-bar):
22140         Add gnus-uu-invert-processable.
22141
22142         * gnus.el: Autoload gnus-uu-invert-processable.
22143
22144 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22145
22146         * mm-util.el (mm-with-multibyte-buffer): New macro.
22147
22148         * rfc2047.el (rfc2047-encode-string): Use it.
22149         (rfc2047-encode-region): Move point to the end of the region after
22150         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22151
22152 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22153
22154         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22155         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22156
22157 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22158
22159         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22160         (gnus-cite-parse): Ignore quoted envelope From_.
22161         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22162
22163 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22164
22165         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22166         invalid addresses.
22167
22168 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22169
22170         * spam.el: Change section markers, revise TODO list.
22171         (spam-backends): Make new master list of all installed backends.
22172         (spam-summary-exit-behavior): Add new variable to determine how
22173         messages moves are done at summary exit.
22174         (spam-move-spam-nonspam-groups-only)
22175         (spam-process-ham-in-nonham-groups)
22176         (spam-process-ham-in-spam-groups): Remove variables, the
22177         spam-summary-exit-behavior variable should be used to manage this
22178         behavior.
22179         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22180         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22181         and spam-old-spam-articles.
22182         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22183         Add empty variables, placeholders for the backends they represent.
22184         (spam-set-difference): Move, unchanged.
22185         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22186         unless the user has a processor variable.
22187         (spam-classifications, spam-classification-valid-p)
22188         (spam-backend-properties, spam-backend-property-valid-p)
22189         (spam-backend-function-type-valid-p)
22190         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22191         (spam-report-articles-gmane, spam-report-articles-resend):
22192         Remove functions, they are not needed.
22193         (spam-install-backend-super, spam-backend-list)
22194         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22195         (spam-backend-function, spam-backend-ham-registration-function)
22196         (spam-backend-spam-registration-function)
22197         (spam-backend-ham-unregistration-function)
22198         (spam-backend-spam-unregistration-function)
22199         (spam-backend-statistical-p, spam-backend-mover-p)
22200         (spam-install-backend-alias, spam-install-checkonly-backend)
22201         (spam-install-mover-backend, spam-install-nocheck-backend)
22202         (spam-install-backend, spam-install-statistical-backend)
22203         (spam-install-statistical-checkonly-backend): Add backend installation
22204         support.
22205         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22206         (spam-group-processor-p): Use the new backend code and respect the
22207         summary exit behavior.
22208         (spam-mark-spam-as-expired-and-move-routine): Remove.
22209         (spam-summary-prepare): Change to use the new spam-old-articles
22210         variable.
22211         (spam-copy-or-move-routine, spam-copy-spam-routine)
22212         (spam-move-spam-routine, spam-copy-ham-routine)
22213         (spam-move-ham-routine): Add code to copy/move ham or spam.
22214         (spam-fetch-field-fast): Improve doc and code, plus allow the
22215         'number request.
22216         (spam-list-of-checks, spam-list-of-statistical-checks):
22217         Remove variables.
22218         (spam-split, spam-find-spam): Use the new backend code.
22219         (spam-registration-functions): Remove variable.
22220         (spam-unregister-routine): Add convenience wrapper.
22221         (spam-log-undo-registration, spam-register-routine)
22222         (spam-log-processing-to-registry)
22223         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22224         where possible.
22225         (spam-check-gmane-xref, spam-check-regex-headers)
22226         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22227         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22228         (spam-check-bogofilter-headers, spam-check-spamoracle)
22229         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22230         (spam-check-crm114-headers): Use the spam-split-group that
22231         spam-split prepares, no need to determine it every time.
22232
22233         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22234         to the nnheader-parse-naked-head call.
22235
22236         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22237
22238         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22239         the nnheader-nov-read-message-id call.
22240
22241 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22242
22243         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22244         gnus-activate-group twice.  Suggested by Markus Peter
22245         <warp@spin.de>.
22246
22247 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22248
22249         * gnus-art.el (gnus-article-time-format): Exchange the order of
22250         day and month in the default value; fix customization type.
22251         (article-date-ut): Use add-text-properties.
22252         (article-make-date-line): Use message-make-date instead of
22253         current-time-string.
22254
22255         * message.el (message-fetch-field): Don't use set-text-properties.
22256         (message-make-date): Simplify.
22257
22258         * messagexmas.el (message-xmas-make-date): New function.
22259         (message-xmas-redefine): Defalias message-make-date to it.
22260
22261 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22262
22263         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22264         (rfc2047-encode-region): Treat text within parentheses as special;
22265         show the original text when error has occurred.
22266
22267         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22268         already-computed method to gnus-activate-group.
22269
22270         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22271         same select-methods identical Lisp objects.
22272
22273         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22274         object when modifying the info.
22275
22276 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22277
22278         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22279         gnus-opened-servers since it has never been opened with the new
22280         configuration yet.
22281
22282 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22283
22284         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22285         arg to nnheader-generate-fake-message-id.
22286
22287 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22288
22289         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22290         number and build a fake message ID localized to a group and
22291         article number (so it's repeatable from that point on).
22292         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22293         ID format.
22294
22295         * gnus-sum.el (gnus-get-newsgroup-headers):
22296         Call nnheader-generate-fake-message-id with the article number.
22297
22298 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22299
22300         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22301         end-of-buffer.
22302
22303 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22304
22305         * message.el (message-ignored-supersedes-headers): Add Approved.
22306
22307 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22308
22309         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22310         goto-char.
22311         (rfc2047-encode): Fold the line before encoding.
22312
22313 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22314
22315         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22316         folding -- not all headers can be folded, and this should be done
22317         by the message composition mode.  Probably.  I think.
22318
22319 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22320
22321         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22322         fast.
22323
22324         * gnus-ems.el (gnus-remove-image): Don't use
22325         message-text-with-property; remove only the image found first.
22326
22327         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22328         found first.
22329
22330 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22331
22332         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22333
22334 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22335
22336         * message.el (message-text-with-property): Make it fast and accept
22337         optional arguments.
22338         (message-strip-forbidden-properties): Use it.
22339         (message-fix-before-sending): Follow the m-t-w-p change.
22340
22341         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22342
22343 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22344
22345         * gnus-art.el (article-hide-headers): Don't change the buffer
22346         mistakenly when performing mml-preview even if
22347         gnus-single-article-buffer is nil.
22348
22349 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22350
22351         * message.el (message-expand-name-databases): New user option.
22352         (message-expand-name): Use it.
22353
22354 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22355
22356         * spam.el (spam-report-articles-resend)
22357         (spam-report-resend-register-routine): Allow ham reporting.
22358         (spam-report-resend-register-ham-routine): Add wrapper.
22359         (spam-registration-functions): Add ham resending functions.
22360         (spam-list-of-processors): Add ham resend processor.
22361
22362         * gnus.el (ham-resend-to): Add new group parameter.
22363         (spam-process): Add ham resend option.
22364
22365         * spam-report.el (spam-report-resend): Allow reporting ham.
22366         (spam-report-resend-ham): Add wrapper.
22367
22368 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22369
22370         * message.el (message-cite-articles-with-x-no-archive):
22371         New variable.
22372         (message-cite-original): Use it.
22373
22374 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22375
22376         * message.el (message-cite-original): Respect X-No-Archive.
22377
22378 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22379
22380         * gnus-art.el (article-hide-headers): Refer to the values for
22381         gnus-ignored-headers and gnus-visible-headers in the summary
22382         buffer since a user may have set them as group parameters.
22383
22384 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22385
22386         * assistant.el (assistant-node-name): Add convenience function.
22387         (assistant-render-text, assistant-render-node): Add error handling,
22388         plus handle multiple next nodes.
22389         (assistant-find-next-node): Comment out for now.
22390         (assistant-find-next-nodes): Add function, returns list of next
22391         nodes.
22392
22393 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22394
22395         * mail-source.el (mail-source-directory): Fix doc-string.
22396
22397 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22398
22399         * assistant.el (assistant-render-text, assistant-eval): Add :set
22400         widget type, which is different because it takes and returns a
22401         list.  Much hilarity ensues.
22402
22403 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22404
22405         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22406
22407         * gnus-group.el (gnus-group-get-new-news-this-group):
22408         Add doc-string.
22409
22410         * gnus-start.el (gnus-activate-group): Add doc-string.
22411
22412 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22413
22414         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22415
22416 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22417
22418         * assistant.el (assistant-render-text): Try to add a :set
22419         widget, more to come.
22420
22421         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22422         strings.
22423         (spam-report-articles-resend)
22424         (spam-register-routine): Do registration iff any articles warrant
22425         it.
22426         (spam-summary-prepare-exit): Change log message for nil group
22427         destinations.
22428
22429 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22430
22431         * spam.el (spam-report-resend-register-routine):
22432         Allow spam-report-resend-to to be a group parameter or a global value.
22433
22434 2004-05-26  Simon Josefsson  <jas@extundo.com>
22435
22436         * starttls.el: Merge with my GNUTLS based starttls.el.
22437         (starttls-gnutls-program, starttls-use-gnutls)
22438         (starttls-extra-arguments, starttls-process-connection-type)
22439         (starttls-connect, starttls-failure, starttls-success):
22440         New variables.
22441         (starttls-program, starttls-extra-args): Doc fix.
22442         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22443         New functions.
22444         (starttls-negotiate, starttls-open-stream):
22445         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22446         function if it is set.
22447
22448 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22449
22450         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22451         structured fields.
22452
22453 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22454
22455         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22456
22457 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22458
22459         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22460         Add variable.
22461         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22462         assigning the spam-mark to new messages.
22463
22464 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22465
22466         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22467
22468 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22469
22470         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22471
22472         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22473         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22474         default.
22475
22476 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22477
22478         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22479         correct data.
22480
22481 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22482
22483         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22484         (spam-group-processor-p): Fix function.
22485         (spam-group-processor-multiple-p)
22486         (spam-group-spam-processor-report-gmane-p)
22487         (spam-group-spam-processor-report-resend-p)
22488         (spam-group-spam-processor-bogofilter-p)
22489         (spam-group-spam-processor-blacklist-p)
22490         (spam-group-spam-processor-ifile-p)
22491         (spam-group-ham-processor-ifile-p)
22492         (spam-group-spam-processor-spamoracle-p)
22493         (spam-group-spam-processor-crm114-p)
22494         (spam-group-ham-processor-bogofilter-p)
22495         (spam-group-spam-processor-stat-p)
22496         (spam-group-ham-processor-stat-p)
22497         (spam-group-ham-processor-whitelist-p)
22498         (spam-group-ham-processor-BBDB-p)
22499         (spam-group-ham-processor-spamoracle-p)
22500         (spam-group-ham-processor-copy-p): Remove functions with some
22501         prejudice against unneeded code.
22502         (spam-report-articles-resend)
22503         (spam-report-resend-register-routine): Allow the group/topic
22504         spam-resend-to value to override spam-report-resend-to.
22505         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22506         properly now.
22507
22508         * gnus.el (spam-resend-to): Add group/topic parameter.
22509         (spam-process): Move the OBSOLETE processors to the end of the
22510         choices.
22511
22512 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22513
22514         * spam-report.el (spam-report-resend-to, spam-report-resend):
22515         Start with resend-to set to nil, and then ask the user if necessary.
22516         (spam-report-resend): spam-report-resend takes a list of articles, not
22517         separate article numbers.
22518
22519 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22520
22521         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22522         addition to emacs-w3m.
22523
22524 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22525
22526         * assistant.el (assistant-authinfo-data): New function.
22527         (assistant-eval): Eval for entire assistant.
22528
22529         * netrc.el (netrc-services-file): New variable.
22530         (netrc-parse-services): New function.
22531         (netrc-find-service-name): New function.
22532         (netrc-find-service-number): New function.
22533         (netrc-port-equal): New function.
22534         (netrc-machine): Use it.
22535
22536         * nnimap.el (nnimap-open-connection): Use netrc.
22537
22538         * gnus-util.el (gnus-netrc-get): Remove aliases.
22539
22540         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22541
22542         * assistant.el (wid-edit): Fix compilation.
22543
22544         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22545
22546 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22547
22548         * gnus-util.el (gnus-set-file-modes): New function.  (small
22549         patch).
22550
22551 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22552
22553         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22554
22555         * assistant.el (assistant-render-node): Fix up rendering and
22556         read-only text.
22557         (assistant-render-node): Reset.
22558         (assistant-make-read-only): Not sticky.
22559
22560 2004-05-20  Danny Siu  <dsiu@adobe.com>
22561
22562         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
22563         centered even when gnus-auto-center-summary is t.
22564
22565 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22566
22567         * dns.el (dns-get-txt-answer): New function.
22568         (dns-read-txt): Ditto.
22569         (query-dns): Use it.
22570
22571 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22572
22573         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22574         active for foreign groups even if the group level is higher than
22575         the specified value.
22576
22577 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22578
22579         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22580         non-active groups.
22581
22582         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22583
22584 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22585
22586         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22587
22588 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22589
22590         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22591         (spam-crm114-header, spam-crm114-spam-switch)
22592         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22593         (spam-crm114-positive-spam-header)
22594         (spam-crm114-database-directory, spam-list-of-processors)
22595         (spam-group-spam-processor-crm114-p)
22596         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22597         (spam-generic-score, spam-list-of-checks)
22598         (spam-list-of-statistical-checks, spam-registration-functions)
22599         (spam-check-crm114-headers, spam-crm114-score)
22600         (spam-check-crm114, spam-crm114-register-with-crm114)
22601         (spam-crm114-register-spam-routine)
22602         (spam-crm114-unregister-spam-routine)
22603         (spam-crm114-register-ham-routine)
22604         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22605
22606 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22607
22608         * gnus.el: Add spam-use-crm114.
22609
22610         * spam.el (spam-list-of-processors, spam-registration-functions):
22611         Add spam-use-resend.
22612         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22613         (spam-report-articles-gmane): Add doc fix.
22614         (spam-report-articles-resend, spam-report-resend-register-routine):
22615         Add wrappers around spam-report-resend-to.
22616
22617         * spam-report.el (spam-report-resend-to, spam-report-resend):
22618         Add support for resending spam.
22619         (spam-report-gmane): Fix line length >80.
22620
22621         * gnus.el (spam-process): Add spam-use-resend.
22622
22623 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22624
22625         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22626         number of processed spam messages.
22627         (spam-ham-copy-or-move-routine): Return the number of processed
22628         ham messages.
22629         (spam-summary-prepare-exit): Use the above values to decide
22630         whether status messages shouled be displayed.
22631
22632 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22633
22634         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22635         `rfc2047-encoding-function-alist' in order to avoid conflicting
22636         with the old version.
22637         (rfc2047-encode-region): Concatenate words containing non-ASCII
22638         characters in structured fields; don't encode space-delimited
22639         ASCII words even in unstructured fields; don't break words at
22640         char-category boundaries.
22641         (rfc2047-encode-1): New function.
22642         (rfc2047-encode): Use it; encode text so that it occupies the
22643         maximum width within 76-column; work correctly on Q encoding for
22644         iso-2022-* charsets.
22645         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22646         sure not to break a line just after the header name.
22647         (rfc2047-b-encode-region): Remove.
22648         (rfc2047-b-encode-string): New function.
22649         (rfc2047-q-encode-region): Remove.
22650         (rfc2047-q-encode-string): New function.
22651
22652         * mm-util.el (mm-replace-in-string): New function.
22653
22654 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22655
22656         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22657         Really get it right.
22658         (gnus-inews-make-draft): Really.
22659
22660 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22661
22662         * nnmh.el (nnmh-request-list-1): Don't check the link count
22663         before descending.  (small patch)
22664
22665 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22666
22667         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22668         stuff.
22669
22670         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22671         Match on real group name.
22672
22673         * gnus-art.el (gnus-signature-limit): Doc fix.
22674
22675         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22676
22677         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22678
22679 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22680
22681         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22682         isn't a string.
22683
22684 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22685
22686         * gnus-draft.el (gnus-draft-send):
22687         Bind rfc2047-encode-encoded-words.
22688
22689         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22690         (rfc2047-encodable-p): Say that =? needs encoding.
22691         (rfc2047-encode-encoded-words): New variable.
22692
22693         * gnus-group.el (gnus-group-select-group): Doc fix.
22694
22695         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22696
22697         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22698         to nil.