gnus-notifications: add
[gnus] / lisp / ChangeLog
1 2012-08-29  Julien Danjou  <julien@danjou.info>
2
3         * gnus-notifications.el: New file.
4
5 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
8         transfer encoding first; bind gnus-newsgroup-charset to the charset
9         that the article specifies (Bug#12209).
10
11 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
14         (gnus-group-customize-done): Encode values posting-style holds.
15
16         * gnus-msg.el (gnus-summary-resend-message)
17         (gnus-configure-posting-styles): Decode values posting-style group
18         parameter holds.
19
20 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
23         `name' and `address' in Resent-From header.
24
25 2012-08-14  Chong Yidong  <cyd@gnu.org>
26
27         * gnus-art.el (article-display-face): Handle failure in
28         gnus-create-image (Bug#11802).
29
30 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31
32         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
33         Use defsetf.
34
35 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
36
37         * auth-source.el: (auth-source-plstore-search)
38         (auth-source-secrets-search): Ignore :require and :type in search spec.
39
40 2012-08-06  Julien Danjou  <julien@danjou.info>
41
42         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
43         `nnimap-request-move-article'.
44
45         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
46         Remove autoload, already handled by gnus.el.
47
48         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
49
50         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
51         supported by nnimap actually. Reverts previous change.
52
53         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
54         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
55         to-buffer argument that is already supported.
56
57 2012-08-05  Julien Danjou  <julien@danjou.info>
58
59         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
60         Add autoload.
61
62 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * gnus.el (gnus-valid-select-methods): Fix custom type.
65
66 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
67
68         * auth-source.el (auth-sources, auth-source-backend-parse)
69         (auth-source-macos-keychain-search)
70         (auth-source-macos-keychain-search-items)
71         (auth-source-macos-keychain-result-append)
72         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
73         auth-source.el through the /usr/bin/security utility.
74         (auth-sources): Fix syntax error.
75         (auth-source-macos-keychain-result-append): Fix variable name.
76         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
77
78 2012-07-27  Julien Danjou  <julien@danjou.info>
79
80         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
81         Emacs < 24.1
82
83 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * message.el (message-kill-address): Don't kill last newline.
86         (message-skip-to-next-address): Don't move to the next header.
87         (message-fill-field-address): Work properly.
88
89 2012-07-25  Julien Danjou  <julien@danjou.info>
90
91         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
92
93 2012-07-24  Julien Danjou  <julien@danjou.info>
94
95         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
96
97         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
98         (nntp-async-timer-handler): Remove, unused.
99
100         * nnimap.el (nnimap-get-responses): Remove, unused.
101
102         * nnheader.el (mail-header-set-extra): Remove, unused.
103
104         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
105         unused.
106
107         * mm-view.el (mm-view-sound-file): Remove, unused.
108
109         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
110         (mm-url-encode-multipart-form-data): Remove, unused.
111
112         * message.el (message-remove-signature, message-make-host-name)
113         (message-fill-address): Remove, unused.
114
115         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
116         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
117         unused.
118
119         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
120         (gnus-xmas-call-region): Remove, unused.
121
122         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
123
124         * gnus-util.el (gnus-extract-address-component-name)
125         (gnus-extract-address-component-email, gnus-sortable-date)
126         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
127         (gnus-process-live-p): Remove, unused.
128
129         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
130
131         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
132         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
133         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
134         function.
135
136         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
137
138         * gnus-score.el (gnus-summary-score-crossposting)
139         (gnus-score-regexp-bad-p): Remove, unused.
140
141         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
142
143         * gnus-range.el (gnus-sublist-p): Remove, unused.
144
145         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
146         unused.
147
148         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
149
150         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
151         (gnus-request-associate-buffer): Remove, unused.
152
153         * gnus-group.el (gnus-group-set-method-info)
154         (gnus-group-set-params-info): Remove, unused.
155
156         * gnus-fun.el (gnus-shell-command-to-string)
157         (gnus-shell-command-on-region): Remove, unused.
158
159         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
160
161         * gnus-art.el (gnus-article-text-type-exists-p)
162         (article-translate-characters, gnus-article-hide-text-of-type)
163         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
164         Remove, unused.
165
166 2012-07-22  Andrew Cohen  <cohen@bu.edu>
167
168         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
169
170 2012-07-21  Julien Danjou  <julien@danjou.info>
171
172         * message.el (message-dont-reply-to-names): Replace deprecated
173         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
174         (message-get-reply-headers): Ditto.
175
176 2012-07-18  Julien Danjou  <julien@danjou.info>
177
178         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
179         `sieve-upload-and-kill'.
180
181         * sieve.el (sieve-bury-buffer): Remove function.
182         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
183         (sieve-upload-and-kill): New function, mapped to C-c C-c.
184
185 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
186
187         * shr.el (shr-expand-url): Handle URL starting with `//'.
188
189 2012-07-13  Chong Yidong  <cyd@gnu.org>
190
191         * smime.el (smime-certificate-info): Set buffer-read-only directly,
192         instead of calling toggle-read-only with a (bogus) argument.
193
194 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
195
196         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
197         of initial input when reading the author to restrict the summary to.
198
199 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * mm-decode.el (mm-shr):
202         Allow overriding charset by mm-charset-override-alist.
203
204 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * gnus-art.el (gnus-article-view-part):
207         Toggle subparts of multipart/alternative part.
208
209 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
210
211         * shr.el (shr-render-buffer): New command.
212         (shr-visit-file): Use it.
213
214 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
217         Set no-byte-compile and no-update-autoloads.
218
219 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
222
223 2012-06-25  Julien Danjou  <julien@danjou.info>
224
225         * nnimap.el (nnimap-request-articles-find-limit): Rename from
226         `nnimap-request-move-articles-find-limit' since we do not use it only
227         for move operations.
228         (nnimap-request-accept-article): Use
229         `nnimap-request-articles-find-limit' to limit search by message-id.
230
231 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
232
233         Support higher-resolution time stamps (Bug#9000).
234
235         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
236         VARLIST.  It's optional, for backward compatibility.
237         (encode-time-value): New optional arg PICO.  New type 3.
238         (time-to-seconds) [!float-time]: Support the new picoseconds
239         component if it's used.
240         (seconds-to-time, time-subtract, time-add):
241         Support ps-resolution time stamps as well.
242
243 2012-06-19  Julien Danjou  <julien@danjou.info>
244
245         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
246
247         * nnimap.el (nnimap-log-buffer): Check that
248         `window-point-insertion-type' is boundp, since it's not available in
249         XEmacs.
250
251 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
252
253         * nnimap.el (nnimap-log-buffer): Add this, setting
254         `window-point-insertion-type' in the buffer to t.
255         (nnimap-log-command): Use nnimap-log-buffer.
256
257 2012-06-19  Julien Danjou  <julien@danjou.info>
258
259         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
260         argument to be able to limit the search.
261         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
262         (nnimap-request-move-articles-find-limit): Add this to limit the search
263         by Message-Id after a message move.
264         (nnimap): Add defgroup.
265
266 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
267
268         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
269
270 2012-06-15  Julien Danjou  <julien@danjou.info>
271
272         * nnimap.el (nnimap-find-article-by-message-id): Use
273         `nnimap-possibly-change-group' rather than its own EXAMINE call.
274         (nnimap-possibly-change-group): Add read-only argument.
275         (nnimap-request-list): Use nnimap-possibly-change-group rather than
276         issuing EXAMINE manually.
277         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
278         with read-only argument.
279         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
280         cannot possibly change because we need to be sure that it's either
281         read-write or read-only.
282
283 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
286         being bound to a lambda form.
287
288 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
289
290         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
291         articles when fetch-old is non-nil (bug#11370).
292
293 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
294
295         * gnus-picon.el (gnus-picon-properties): New defcustom.
296         (gnus-picon-create-glyph): Use it.
297
298 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * gnus-group.el (gnus-group-get-new-news): Respect
301         `gnus-group-use-permanent-levels', as documented (bug#11638).
302
303 2012-06-10  Dave Abrahams  <dave@boostpro.com>
304
305         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
306         groups (bug#11641).
307
308 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
309
310         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
311         is an integer to avoid later problems.
312
313 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
316         locales.
317
318         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
319         on a handle.
320
321         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
322         address as the default.
323         (gnus-summary-insert-old-articles): Don't include unexistent messages.
324
325         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
326         makes no sense to query the user about internal files.
327
328         * gnus-spec.el: Remove all the byte-compilation stuff, since
329         benchmarking shows that it doesn't help when entering large summary
330         buffers.
331
332         * gnus-xmas.el (gnus-xmas-define): Remove.
333
334         * gnus-util.el (gnus-byte-code): Remove.
335
336         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
337         grouplens stuff.
338
339 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
342         (bug#11514).
343
344 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
345
346         * message.el (message-buffers): Return all buffers derived from Message
347         to make `gnus-dired-attach' work with mu4e.
348
349 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
350
351         * nntp.el: Stop the `letf' madness.
352         (nntp--report-1): New var.
353         (nntp-report): Merge nntp-report-1 into it.
354         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
355         the nntp-report function.
356
357         * auth-source.el: Fix comment-style to follow the convention.
358
359 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
360
361         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
362         (mm-dissect-singlepart): Don't guess the MIME type of
363         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
364         set.
365         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
366         toplevel MIME type is multipart/encrypted.
367
368 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
371         a string so that Gcc works (bug#11514).
372
373 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
374
375         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
376         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
377
378 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
379
380         * gnus-win.el (gnus-configure-frame): Don't signal an error when
381         jumping to *Server* from a dedicated *Group* window.
382         (gnus-configure-frame): CSE.
383
384         * gnus-registry.el: Minor style cleanup.
385         (gnus-registry--set/remove-mark): New function, extracted from
386         gnus-registry-install-shortcuts.
387         (gnus-registry-install-shortcuts): Use it.
388
389 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * nnspool.el (news-path): Use eval-and-compile.
392
393 2012-05-24  Glenn Morris  <rgm@gnu.org>
394
395         * nnspool.el (news-directory, news-path, news-inews-program):
396         Move here from paths.el.  Don't see a need for these to be autoloaded.
397
398         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
399         Merge in doc from paths.el version.  Don't see any need for this to be
400         autoloaded, or for the warning about users not setting it.
401
402 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
403
404         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
405         format.  In particular, add an optional argument and a docstring.
406
407         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
408
409         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
410         current before calling `gnus-groups-to-gnus-format'.
411         Note that this was already the case for `gnus-active-to-gnus-format'.
412
413 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
414
415         Fix minor Y10k bug.
416         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
417
418 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
419
420         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
421         message once it's actually open.
422
423 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
424
425         * gnus.el: Ma Gnus v0.5 is released.
426
427 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
428
429         * auth-source.el (auth-source--aput-1, auth-source--aput)
430         (auth-source--aget): New functions and macros.
431         Use them instead of aput/aget.
432
433 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
434
435         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
436
437 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
438
439         * plstore.el (plstore-called-interactively-p): New compat macro copied
440         from message.el.
441         (plstore-mode): Use it.
442
443 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
444
445         * plstore.el: Revive the editing feature.
446         (plstore-mode): New mode to edit plstore file.
447         (plstore-mode-toggle-display, plstore-mode-original)
448         (plstore-mode-decoded): New command.
449         (plstore--encode, plstore--decode, plstore--write-contents-functions)
450         (plstore--insert-buffer, plstore--make): New function.
451         (plstore-open, plstore-save): Simplify by using them.
452
453 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
456
457 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
458
459         * tls.el (open-tls-stream): Remove unused binding.
460
461 2012-04-16  Glenn Morris  <rgm@gnu.org>
462
463         * nndraft.el (nndraft-request-list): Fix declaration.
464
465 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * mm-decode.el (mm-dissect-buffer): Doc fix.
468
469         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
470         don't have a current group.
471
472         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
473         buffer if it doesn't exist.
474
475         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
476         given, mark the group as ephemeral with the current window conf.
477
478         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
479         buffer exists, which it doesn't if we haven't started Gnus.
480         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
481
482 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * mml.el (mml-generate-mime): Allow specifying what the top-level part
485         type is.
486
487         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
488         `unexists' entries.
489         (gnus-clean-old-newsrc): Fix last checkin.
490
491         * nnimap.el (nnimap-update-info): None of the articles below the active
492         low-water mark exist.
493
494         * dgnushack.el: Get rid of XEmacs compilation warning.
495
496         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
497         would have gotten if we posted to the group, and use that to compare
498         against the message we want to cancel (bug#10808).
499
500         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
501         on XEmacs.
502
503 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
504
505         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
506         `scroll-margin'.
507
508 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
509
510         * gnus-cite.el (gnus-dissect-cited-text): A single line without
511         citation prefix within a block of cited text should be considered part
512         of that block *only* if it is a blank line.
513
514 2012-04-09  Chong Yidong  <cyd@gnu.org>
515
516         * binhex.el, hashcash.el, uudecode.el:
517         Remove * characters from the front of variable docstrings.
518
519 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
522         before kinsoku-bol characters nor within kinsoku-eol characters.
523
524 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
527         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
528         (gnus-sync-read): Use mapc instead of mapcar.
529
530         * mm-archive.el: Require mm-decode for some macros.
531         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
532         the byte compiler.
533         (mm-archive-decoders): New function that returns the value of
534         the mm-archive-decoders variable.
535
536         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
537         instead.
538         (mm-dissect-singlepart): Use the function mm-archive-decoders.
539
540         * nnimap.el (gnus-refer-thread-use-nnir):
541         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
542
543 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
546
547 2012-03-12  Peter Münster  <pmrb@free.fr>
548
549         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
550         (gnus-demon-cancel): Ditto.
551         (gnus-demon-run-callback): When function cannot be called due to low
552         idleness, call it when idleness reaches the expected value, instead of
553         waiting another timer period.
554         (gnus-demon-init): Add `time' to arguments of call-back.
555
556 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
559
560         * gnus.el: Register gnus-registry functions.
561
562         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
563         indent.
564
565         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
566         enabled before warping.
567
568 2012-03-22  Dave Abrahams  <dave@boostpro.com>
569
570         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
571         registry about each article retrieved.
572
573         * gnus-int.el (gnus-select-group-with-message-id): New function.
574         (gnus-try-warping-via-registry): Ditto.
575         (gnus-warp-to-article): Fall back on the registry.
576
577 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
578
579         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
580         inboxes.
581
582 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
585
586 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
589         gnus-gcc-self-resent-messages may be a group parameter.
590         (gnus-summary-resend-message): Don't encode encoded words in header
591         when Gcc'ing resent message.
592
593 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * shr.el (shr-insert): Treat non-breaking space just like normal
596         space.  This seems to produce more pleasing results.
597         (shr-insert): Only insert a blank line if we're starting from an image.
598         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
599         (shr-ensure-paragraph): Consider lines with white space to be blank.
600
601 2012-03-15  Elias Pipping  <pipping@lavabit.com>
602
603         * Makefile.in: Respect DESTDIR.
604
605 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
606
607         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
608         and gnus-gcc-post-body-encode-hook.
609
610 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
613         messages that don't exist.
614
615         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
616
617 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
620         a string so that Gcc works (bug#11514).
621
622 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
623
624         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
625
626 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
629         don't have a current group.
630
631 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
634         Remove.
635
636         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
637
638         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
639
640 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
643         have a group name.
644
645         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
646         a multibyte buffer (bug#7410).
647         (article-wash-html): Parse the original article buffer to get the
648         unencoded data (bug#7410).
649
650         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
651         .newsrc.el files.
652
653 2012-04-05  Bastien Guerry  <bzg@altern.org>
654
655         * color.el (color-lighten-name): Fix typo.
656
657 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
660         "#" to avoid having them interpreted as comments.
661
662 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * shr.el (shr-insert): Update the text state properly to avoid
665         inserting spurious paragraph starts.
666
667 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * shr.el (shr-table-widths): Divide the extra width more fairly over
670         the TDs (bug#10973).
671         (shr-render-td): Don't delete too much padding.
672         (shr-natural-width): Compute the natural width more correctly.
673         (shr-insert): Allow the natural width to be computed for tables again.
674         (shr-tag-table-1): Rework how the natural widths are computed by
675         rendering the table a third time.
676         (shr-natural-width): Removed.
677         (shr-buffer-width): New function.
678         (shr-expand-newlines): Use it.
679
680         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
681         using a `gnus-use-full-window' setup (bug#11013).
682
683 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
686         24.1 release.
687
688 2012-03-10  David Edmondson  <dme@dme.org>
689
690         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
691         'Forwarded Message' header and the start of the message.
692
693 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
694
695         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
696         isn't running (bug#10897).
697
698 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
701         This is inconsistent with all the other stream functions, which leave
702         the setting up to the higher levels (if so wanted) (bug#10931).
703
704 2012-02-28  Glenn Morris  <rgm@gnu.org>
705
706         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
707         mm-decode.el: Standardize possessive apostrophe usage.
708
709 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
712
713 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
714
715         * parse-time.el (parse-time-string): Allow extractor to return nil.
716
717 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
720
721 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
724
725 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
726
727         * mm-decode.el (mm-shr): Remove "soft hyphens".
728
729         * nnimap.el (nnimap-request-list): Return the group names encoded as
730         utf8.  Otherwise non-European group names don't work.
731         (nnimap-request-newgroups): Ditto.
732
733         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
734         the default in `read-string' (bug#10757).
735
736         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
737         topics (bug#10843).
738
739         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
740         buffer.  Suggested by Herbert Valerio Riedel.
741         (nnimap-request-move-article): Delete the message from the correct IMAP
742         server.
743
744 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
745
746         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
747         Reported by Peter Münster.
748
749 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
750
751         * shr.el (shr-image-fetched): Make sure we really kill the right
752         buffer.
753
754 2012-02-16  Leo Liu  <sdl.web@gmail.com>
755
756         * gnus-start.el (gnus-1): Avoid duplicate entries.
757
758 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
759
760         * imap.el: Remove.
761
762         * nntp.el (nntp-coding-system-for-read): Remove.
763         (nntp-coding-system-for-write): Ditto.
764         (nntp-open-connection): Just use `binary' directly.
765
766         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
767         Gnus 0.3.
768
769 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
770
771         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
772         application/octet-stream parts really is.
773
774         * gnus-sum.el (gnus-propagate-marks): Remove.
775
776 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
777
778         * shr.el (shr-rescale-image): Undo previous change; see
779         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
780
781 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
782
783         * gnus.el: Ma Gnus v0.3 is released.
784
785 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-sum.el (gnus-summary-local-variables): Make
788         `gnus-newsgroup-unexist' into a local variable.
789
790 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
791
792         * registry.el (registry-usage-test, registry-persistence-test): Move to
793         tests/gnustest-registry.el.
794         (registry-make-testable-db, registry-match-test)
795         (registry-instantiation-test): Move to tests/gnustest-registry.el.
796
797         * gnus-registry.el (gnus-registry-misc-test)
798         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
799
800         * tests/gnustest-registry.el: New file with the registry and
801         gnus-registry ERT tests.
802
803 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * gnus-msg.el (gnus-summary-resend-message): Make
806         gnus-summary-resend-message-insert-gcc be last item in
807         message-header-setup-hook.
808
809 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
810
811         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
812         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
813         Remove.
814         (nnfolder-open-server): Don't use marks.
815         (nnfolder-request-delete-group): Ditto.
816         (nnfolder-request-rename-group): Ditto.
817         (nnfolder-request-set-mark, nnfolder-request-marks)
818         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
819         (nnfolder-save-marks, nnfolder-open-marks): Remove.
820
821         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
822         (nnml-marks-modtime): Remove.
823         (nnml-request-delete-group): Don't use marks.
824         (nnml-request-rename-group): Ditto.
825         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
826         (nnml-save-marks, nnml-open-marks): Remove.
827
828         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
829         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
830         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
831         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
832         (nntp-server-to-method-cache): Remove.
833
834         * shr.el (shr-rescale-image): Fix wrong merge.
835
836 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
837
838         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
839         too-wide lines.
840
841 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
842
843         * nnimap.el (nnimap-record-commands): New variable.
844         (nnimap-log-command): Use it.
845         (nnimap-make-process-buffer): Add a space to the process buffer.
846         (nnimap-transform-headers): Don't bug out on header lines containing
847         stuff that look like IMAP length encodings.
848
849         * shr.el (shr-rescale-image): Allow viewing large images.
850
851 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
852
853         * nnml.el (nnml-request-compact-group): Delete the marks file after
854         compaction (bug#10800).
855
856         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
857         group exit.
858
859         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
860         QRESYNC/FETCH output.
861
862 2012-02-11  Glenn Morris  <rgm@gnu.org>
863
864         * sieve-manage.el (sieve-manage-default-stream):
865         * shr.el (shr):
866         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
867         (nnir-retrieve-headers-override-function)
868         (nnir-imap-default-search-key, nnir-notmuch-program)
869         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
870         (nnir-method-default-engines):
871         * message.el (message-cite-reply-position):
872         * gssapi.el (gssapi-program):
873         * gravatar.el (gravatar):
874         * gnus-sum.el (gnus-refer-thread-use-nnir):
875         * gnus-registry.el (gnus-registry-unfollowed-addresses)
876         (gnus-registry-max-pruned-entries):
877         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
878         * gnus-int.el (gnus-after-set-mark-hook)
879         (gnus-before-update-mark-hook):
880         * gnus-async.el (gnus-async-post-fetch-function):
881         * auth-source.el (auth-source-cache-expiry):
882         Add missing :version tags to new defcustoms and defgroups.
883
884 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-sum.el (gnus-adjust-marked-articles): Add to
887         `gnus-newsgroup-unexist'.
888
889         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
890         marks.
891         (gnus-article-special-mark-lists): Put the `unexist' in the special
892         marks list instead.
893
894         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
895         articles in the list of articles to be selected.
896
897         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
898         articles.
899         (nnimap-update-info): Keep track of unexisting articles.
900         (nnimap-update-qresync-info): Ditto.
901
902 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
903
904         * message.el (message-default-send-mail-function): Made into own
905         function for reuse by emacsbug.el.
906
907 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
908
909         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
910         `gnus-sloppily-equal-method-parameters' to avoid a warning.
911
912 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
913
914         * mm-archive.el (mm-archive-dissect-and-inline): New function.
915         (mm-archive-dissect-and-inline): Fix up the undisplayer.
916
917         * gnus-compat.el: Define `timer-set-function'.
918
919         * mm-decode.el (mm-display-external): Output the text from the command
920         in the buffer after the command finished.  This makes text-based
921         commands behave better.
922
923 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-compat.el: Add a compat for the old `url-retrieve'.
926
927 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
928
929         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
930         23.1.
931
932 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
935
936 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
937
938         * message.el (smtpmail-smtp-user): Silence compiler warning.
939
940 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
941
942         * message.el (message-multi-smtp-send-mail): Also allow specifying the
943         SMTP user name.
944
945 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * gnus-sum.el (gnus-summary-show-thread):
948         next-single-char-property-change may return nil in XEmacs.
949         (gnus-summary-article-map): Fix typo.
950
951 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
954         running.
955
956         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
957
958         * gnus.el (gnus-server-extend-method): Don't add an -address component
959         if the method already has one (bug#9676).
960
961 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
964         of an initial-input for consistency (bug#10757).
965
966         * dgnushack.el: Fix XEmacs compilation warning.
967
968         * shr.el: Inhibit getting and sending cookies when fetching pictures.
969
970         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
971
972 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
973
974         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
975         lines that are narrower than the window width.  Otherwise background
976         "blocks" will look less readable.
977
978 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
979
980         * nnimap.el (nnimap-transform-headers): Remove unused variable.
981         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
982         have newlines within the strings, and where the UID comes after the
983         BODYSTRUCTURE element (bug#10537).
984
985         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
986         (bug#10732).
987
988         * shr.el (shr-insert-document): Add doc string.
989         (shr-visit-file): Ditto.
990         (shr-remove-trailing-whitespace): New function.
991         (shr-insert-document): Use it to clean up trailing whitespace as the
992         final step (bug#10714).
993
994 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
997         buffer if `gnus-kill-summary-on-exit' is nil.
998
999 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1000
1001         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1002         when just reading a single group from "without" Gnus.
1003
1004 2012-02-06  Chong Yidong  <cyd@gnu.org>
1005
1006         * gnus-sum.el (gnus-summary-show-thread):
1007         next-single-char-property-change never returns nil (Bug#8657).
1008
1009 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1010
1011         * message.el (message-multi-smtp-send-mail): New function.
1012         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1013         header to implement multi-SMTP functionality.
1014
1015         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1016         (gnus-agentize): Don't set it.
1017         (gnus-agent-send-mail): Don't use it.
1018
1019         * gnus-sum.el (gnus-summary-widget-backward): New function and
1020         keystroke.
1021
1022         * gnus-compat.el: More the compat functions more compatible.
1023
1024         * shr.el (shr-put-image): Remove underlines from sliced images.
1025         (shr-zoom-image): Compute the region to be replaced more correctly.
1026
1027 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1030         (gnus-summary-resend-message-insert-gcc): New function.
1031         (gnus-summary-resend-message): Modify message-header-setup-hook and
1032         message-sent-hook to make it work for Gcc.
1033         (gnus-inews-do-gcc): Update the number of unread articles of groups
1034         that messages are Gcc'd to.
1035
1036         * message.el (message-resend): Run message-sent-hook to do Gcc.
1037
1038 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1039
1040         * lpath.el: Fix an XEmacs compilation warning.
1041
1042         * gnus-compat.el: Require `help-fns' to fix compilation error.
1043
1044         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1045         a higher level to silence compilation.
1046
1047         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1048         parameter to allow controlling the scaling.
1049
1050         * shr.el (shr-zoom-image): New command and keystroke.
1051         (shr-put-image): Take a `size' flag to say how to scale the image.
1052
1053         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1054         deletion unless already defined.
1055
1056         * gnus.el (gnus-compat): Require it.
1057
1058         * gnus-compat.el: New file.
1059
1060         * gnus-start.el (gnus-clean-old-newsrc): New function.
1061         (gnus-read-newsrc-file): Use it.
1062
1063         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1064         Use recursive deletion.
1065         (mm-dissect-archive): Add support for zip files.
1066
1067         * gnus-util.el (gnus-recursive-directory-files): New function.
1068
1069         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1070         (mm-archive-decoders): Add tgz support.
1071
1072         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1073         Otherwise inserting text into the Gnus buffer can look odd.
1074
1075         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1076
1077         * mm-archive.el (mm-archive-decoders): Add support for tar.
1078
1079         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1080
1081         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1082
1083 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1084
1085         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1086
1087         * mm-archive.el: New file.
1088
1089         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1090
1091         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1092
1093         * message.el (message-goto-*): Make all the `message-goto-*' commands
1094         push the mark before moving point.  This makes it easier to go back to
1095         where you came from after editing whatever you jumped to.
1096
1097 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1098
1099         * gnus.el: Ma Gnus v0.1 is released.
1100
1101 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1102
1103         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1104         without reconnecting.
1105         (nnimap-possibly-change-group): Ditto.
1106         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1107         connection has died before being called.
1108
1109 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1110
1111         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1112         an initial sync unless we're really doing one.
1113
1114         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1115         address parameter if one already exists (bug#9676).
1116
1117         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1118         not the prefix, as documented (bug#10689).
1119
1120 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1123         the "server".
1124
1125         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1126         the real error message with the useless "previously known to be down".
1127         Which isn't even correct.
1128
1129         * nntp.el (nntp-open-connection): Report the error message if the nntp
1130         server can't be reached.
1131
1132         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1133         groups we do a total scan for.
1134         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1135         doing that.
1136
1137 2012-01-31  Jim Meyering  <jim@meyering.net>
1138
1139         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1140         Correct a comment (insert "not") and hide nominally-doubled "to".
1141
1142 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1143
1144         * gnus.el (gnus-version): Change name to "Ma Gnus".
1145
1146 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1147
1148         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1149         section in the manual.
1150
1151 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1152
1153         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1154         words.
1155         (rfc2047-encode-string): Ditto.
1156         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1157         understand folded filename="..." parameters, for instance.
1158
1159         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1160         the message for greater debuggability.
1161
1162 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1163
1164         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1165         instead of setting it locally, since the latter doesn't seem to have
1166         any effect (most of the time).
1167
1168 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1169
1170         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1171         function call.
1172
1173 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1174
1175         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1176         seconds, and make the repeat clause with HH:MM specs work as
1177         documented.
1178
1179 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1180
1181         * proto-stream.el (proto-stream-capability-open): Fall back on
1182         :end-of-command if :end-of-capability doesn't exist.
1183
1184 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1187         bound globally in old Emacsen and XEmacsen.
1188
1189 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1190
1191         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1192         so that previous errors don't prohibit getting new news.
1193
1194         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1195
1196         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1197
1198 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1199
1200         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1201         buffer, not of the string which is its name.
1202
1203 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1204
1205         * proto-stream.el (proto-stream-capability-open): Wait for
1206         :end-of-capability, not :end-of-command.
1207
1208         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1209         non-server-marks groups.
1210         (gnus-group-make-articles-read): Ditto.
1211
1212         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1213         methods (bug#9676).
1214
1215         * gnus.el (gnus-method-ephemeral-p): New function.
1216
1217 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1220         left-to-right.
1221
1222 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1223
1224         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1225         warning.
1226
1227 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1228
1229         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1230         macroexpand the nnir things, since they haven't been defined yet, and
1231         nnir requires gnus-sum.
1232
1233 2012-01-24  Julien Danjou  <julien@danjou.info>
1234
1235         * color.el (color-rgb-to-hsl): Fix value computing.
1236         (color-hue-to-rgb): New function.
1237         (color-hsl-to-rgb): New function.
1238         (color-clamp, color-saturate-hsl, color-saturate-name)
1239         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1240         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1241
1242 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1245
1246 2012-01-19  Julien Danjou  <julien@danjou.info>
1247
1248         * color.el (color-name-to-rgb): Use the white color to find the max
1249         color component value and return correctly computed values.
1250         (color-name-to-rgb): Add missing float conversion for max value.
1251
1252 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1253
1254         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1255         logical server name in addition to the actual machine address.
1256
1257         * auth-source.el (auth-source-user-and-password): Add convenience
1258         wrapper to search by just host and optionally user.
1259
1260 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1263         after rendering.
1264
1265 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1266
1267         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1268         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1269         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1270
1271 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1274         (bug#9693).
1275         (gnus-summary-setup-buffer): Document return value (bug#9697).
1276
1277         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1278         since ido doesn't work on symbols (bug#9632).
1279
1280         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1281         when getting a single value as when getting all the values.  This means
1282         that atoms like `gcc-self' work cumulatively, like variable settings,
1283         instead of getting the value from the last matching clause.
1284         (gnus-group-find-parameter): Protect against the group buffer not
1285         existing (bug#9585).
1286
1287 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * gnus-start.el (gnus-activate-group): Document more parameters
1290         (bug#9694).
1291
1292         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1293         (bug#9692).
1294
1295         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1296         article was fetched, so that it can be expired later (bug#9958).
1297         (gnus-agent-summary-fetch-series): Add doc string.
1298         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1299         (bug#9517).
1300
1301         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1302         retrieval is happening.
1303
1304         * gnus.el (gnus-parameters): Doc fix.
1305
1306 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1307
1308         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1309         show the thread after expansion.
1310
1311 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-art.el (article-narrow-to-head): If the head is completely
1314         empty, narrow to the empty region (bug#9764).
1315
1316         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1317         read, and then mark them as unread only when the unread mark is used.
1318         This makes `C-- T k' actually work, even though it's confusing.
1319
1320         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1321         alive before we try to find its window.
1322
1323 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1324
1325         * mm-decode.el (mm-display-external): Use a longer timeout for the
1326         deletion to allow slow programs to display the file.
1327
1328 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1331         prompt to be less confusing.
1332
1333         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1334         argument to `message-reply'.  This broke `special-display-*' frame
1335         pop-uping (bug#10238).
1336
1337 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1340         systems, since these allegedly don't work there.
1341
1342 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1343
1344         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1345         live buffer.
1346
1347 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * nnir.el (nnir-retrieve-headers): Protect against the article not
1350         existing on the server (bug#10335).
1351
1352 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1353
1354         * gnus-agent.el (gnus-agent-load-local): Recompute
1355         gnus-agent-article-local on changing method.
1356
1357 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * gnus.el (gnus-parameters): Note precedence.
1360
1361 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1362
1363         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1364         in the group buffer.
1365
1366 2012-01-04  Julien Danjou  <julien@danjou.info>
1367
1368         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1369         change.
1370
1371 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1374         too.
1375
1376         * nntp.el (nntp-retrieve-group-data-early): Use it.
1377
1378 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * nntp.el (nntp-retrieval-in-progress): New variable.
1381         (nntp-make-process-buffer): Make it buffer-local.
1382
1383         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1384         2010.
1385         (gnus-demon-init): Use it to compute the time if time is on the form
1386         "04:23".
1387
1388         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1389
1390         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1391         status in the correct buffer.
1392
1393 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1394
1395         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1396         when opening topics (bug#10407).
1397
1398 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1399
1400         * gnus-cus.el (gnus-score-customize):
1401         * gnus-sum.el (gnus-sort-gathered-threads):
1402         * message.el (message-shorten-references):
1403         * nnmairix.el (nnmairix-request-group):
1404         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1405
1406 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1407
1408         * gnus-agent.el (gnus-agent-regenerate-group):
1409         * gnus-int.el (gnus-retrieve-group-data-early):
1410         * mm-util.el (mm-codepage-ibm-list):
1411         * nndiary.el (Commentary, nndiary-get-new-mail):
1412         * nnir.el (nnir):
1413         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1414
1415 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * mm-view.el (mm-display-inline-fontify): Add comment.
1418
1419 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1420
1421         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1422         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1423
1424 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1425
1426         * gnus-art.el (gnus-split-methods):
1427         * gnus-msg.el (gnus-configure-posting-styles):
1428         * gnus-spec.el (gnus-parse-simple-format):
1429         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1430         * message.el (message-do-actions): Spelling fix.
1431
1432 2011-12-15  Juri Linkov  <juri@jurta.org>
1433
1434         * mm-decode.el (mm-inline-media-tests): Add missing
1435         `mm-handle-media-subtype'.
1436
1437 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1438
1439         * gnus-group.el (gnus-group-tool-bar):
1440         * gnus-sum.el (gnus-summary-tool-bar):
1441         * message.el (message-tool-bar):
1442         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1443
1444 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1445
1446         * plstore.el (plstore--insert-buffer): Spelling fix.
1447
1448 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1449
1450         * message.el (message-valid-fqdn-regexp): Update with newly approved
1451         top-level domain names ".tel" and ".asia".
1452
1453 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1456         unconditionally.
1457
1458 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1461         pop-to-buffer-same-window for old Emacsen.
1462
1463 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1464
1465         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1466
1467 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1468
1469         * netrc.el (netrc-credentials): Spelling fix.
1470
1471 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1472
1473         * gnus-fun.el (gnus-fun-ppm-change-string):
1474         * gnus-msg.el (gnus-inews-do-gcc):
1475         * gnus-sum.el (gnus-summary-find-for-reselect):
1476         * gnus.el (gnus-summary-cancelled):
1477         * message.el (message-cancel-hook, message-send-news):
1478         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1479         * nnir.el (nnir-run-hyrex):
1480         * nntp.el (nntp-with-open-group-function):
1481         * pgg.el (pgg-pending-timers): Spelling fix.
1482
1483 2011-12-04  Chong Yidong  <cyd@gnu.org>
1484
1485         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1486         change (Bug#10200).
1487
1488 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * compface.el (uncompface):
1491         * gnus-art.el (gnus-article-x-face-command): Update the header format
1492         of icon data for the most recent icontopbm program.
1493
1494 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * gnus-msg.el (gnus-inews-do-gcc):
1497         * message.el (message-send-mail):
1498         * mml.el (mml-generate-mime): Share the value of the buffer-local
1499         `message-options' variable between a draft buffer and temprary working
1500         buffers.
1501
1502 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1503
1504         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1505
1506 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1509         for Cygwin.
1510
1511 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1512
1513         * gnus-group.el (gnus-group-prepare-flat):
1514         * mm-bodies.el (mm-encode-body):
1515         * mml.el (mml-preview):
1516         * nnml.el (nnml-request-compact-group):
1517         * pop3.el (pop3-stream-type): Spelling fix.
1518
1519 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1520
1521         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1522
1523 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1524
1525         * color.el (color-rgb-to-hsl):
1526         * gmm-utils.el (gmm-tool-bar-style):
1527         * gnus-group.el (gnus-group-prepare-flat):
1528         * gnus-topic.el (gnus-topic-prepare-topic):
1529         * mm-decode.el (mm-discouraged-alternatives):
1530         * rfc2047.el (rfc2047-encode-1):
1531         * starttls.el: Spelling fix.
1532
1533 2011-11-24  Glenn Morris  <rgm@gnu.org>
1534
1535         * binhex.el (binhex-begin-line): Give it basic doc-string.
1536
1537         * starttls.el, tls.el: Fix case of "GnuTLS".
1538
1539 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1540
1541         * gnus-group.el (gnus-group-highlight): Fix typo.
1542
1543 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1544
1545         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1546         value of `delete-file', that returns nil for a local file but returns t
1547         for a remote file using ssh.
1548
1549 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1550
1551         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1552
1553 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1556         avoid later breakage.
1557
1558 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1561         article buffers' name.
1562
1563 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1566         by Paul Eggert's spellfixes two days ago.
1567
1568 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1571         doesn't have it.
1572
1573         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1574         buffer-local instead of binding them to avoid warnings.  Also demote
1575         errors (bug#10063).
1576         (font-lock-mode-hook): Shut up byte compiler.
1577
1578 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1579
1580         * mm-util.el (mm-charset-after):
1581         * nnir.el (nnir-run-hyrex):
1582         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1583         (ntlm-get-password-hashes, ntlm-md4hash):
1584         * smime.el: Fix typo.
1585
1586 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1587
1588         * gnus-agent.el (gnus-agent-expire-group-1):
1589         * nndiary.el (nndiary-last-occurence):
1590         * nnimap.el (nnimap-request-set-mark):
1591         * nnmairix.el (nnmairix-only-use-registry):
1592         * gnus-group.el (gnus-group-prepare-flat):
1593         * gnus-sum.el (gnus-decode-encoded-word-methods):
1594         * message.el (message-wash-subject):
1595         * nntp.el (nntp-retrieve-headers-with-xover):
1596         * smime.el (smime-certificate-directory): Spelling fix.
1597
1598 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1599
1600         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1601
1602         * color.el:
1603         * gnus-agent.el (gnus-agent-possibly-alter-active):
1604         * gnus-dired.el (gnus-dired-print):
1605         * mail-parse.el:
1606         * nnmairix.el (nnmairix-request-group):
1607         * shr.el (shr-image-displayer):
1608         * sieve-manage.el:
1609         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1610
1611 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1612
1613         * gnus-sum.el (gnus-auto-select-subject):
1614         * spam-report.el (spam-report-resend): Spelling fix.
1615
1616 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1617
1618         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1619         * gnus-art.el (gnus-default-article-saver):
1620         * gnus-srvr.el (gnus-server-copy-server):
1621         * gnus.el (gnus-sloppily-equal-method-parameters):
1622         * html2text.el (html2text-format-tag-list):
1623         * message.el (message-narrow-to-head):
1624         * nndiary.el:
1625         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1626         * sieve.el: Spelling fix.
1627
1628 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1629
1630         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1631         * gnus-sum.el (gnus-summary-make-menu-bar):
1632         * gnus-uu.el (gnus-uu-decode-postscript)
1633         (gnus-uu-decode-postscript-and-save):
1634         * mailcap.el (mailcap-print-command):
1635         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1636         Fix typos.
1637
1638 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1639
1640         * gnus-art.el (gnus-article-part-wrapper):
1641         * html2text.el (html2text-fix-paragraphs):
1642         * mm-decode.el (mm-image-fit-p):
1643         * rfc2047.el (rfc2047-encode-message-header):
1644         * shr-color.el (shr-color-visible-distance-min)
1645         (shr-color-relative-to-absolute, set-minimum-interval)
1646         (shr-color-visible): Fix typos.
1647
1648 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1649
1650         * gmm-utils.el (gmm-tool-bar-item):
1651         * gnus-art.el (gnus-treat-body-boundary):
1652         * gnus-diary.el (gnus-user-format-function-d):
1653         * gnus-start.el (gnus-get-unread-articles):
1654         * pgg-gpg.el (pgg-gpg-update-agent):
1655         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1656
1657 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1658
1659         * gnus-topic.el (gnus-group-prepare-topics):
1660         * gnus-uu.el (gnus-extract-view):
1661         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1662
1663 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1664
1665         * spam.el: Move BBDB autoloads.
1666         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1667         BBDB 2 and 3.
1668         (spam-check-BBDB): Use it.
1669         (spam-enter-ham-BBDB): Use it.
1670
1671 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1672
1673         * smime.el (smime-draw-buffer): Spelling fix.
1674
1675 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1676
1677         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1678         for scanning exactly one level.
1679         * gnus-start.el (gnus-get-unread-articles): Ditto.
1680
1681 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1684         slightly clearer.
1685
1686 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1687
1688         * gnus-sync.el: More commentary about setup.
1689
1690 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * message.el (message-send-and-exit): Document `arg'.
1693
1694 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1695
1696         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1697
1698 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1699
1700         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1701
1702         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1703         we don't use `bound-and-true-p'.
1704
1705 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1706
1707         * gnus-util.el (gnus-bound-and-true-p): Remove.
1708         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1709         * nnir.el: Use it.
1710         * nnmairix.el: Use it.
1711
1712 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1713
1714         * gnus-sync.el: Improve docs about CouchDB admins.
1715
1716         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1717         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1718         for reasons unknown.
1719         * nnir.el: Use it.
1720         * nnmairix.el: Use it.
1721
1722         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1723         * nnir.el: Ditto.
1724         * nnmairix.el: Ditto.
1725
1726         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1727
1728 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1731         not needed.  Provide xmlplistread list function to produce XML plist
1732         output for non-Gnus LeSync clients.
1733
1734 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1735
1736         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1737
1738         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1739         and save against it.  Group subscriptions, read marks, other marks,
1740         subscription levels, topic names, and topic offsets (the group's
1741         position within the topic) are saved.  This is an experimental backend
1742         and may change significantly.  Load json.el from the gnus-fallback-lib
1743         if it's not available otherwise.
1744         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1745
1746 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1747
1748         * message.el (message-completion-function): Make sure
1749         message-tab-body-function is not attempted if one of
1750         message-completion-alist fails to find a completion (bug#9158).
1751
1752 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1753
1754         * mml.el (mml-quote-region): Quote <#secure> tag.
1755         (mml-generate-mime-1): Unquote <#secure> tag.
1756
1757 2011-10-20  Chong Yidong  <cyd@gnu.org>
1758
1759         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1760         calling a minor mode from Lisp with nil arg enables it, so we have to
1761         make the wording a bit ambiguous here).
1762
1763 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1764
1765         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1766         * nnir.el (nnir-mode): Use it.
1767         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1768         Use it.
1769
1770         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1771         * nnmairix.el (gnus-registry-enabled): Ditto.
1772
1773 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1774
1775         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1776         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1777         only while we need to find out if it should be t or nil.
1778         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1779         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1780         the registry is installed.  Set it to nil when it's unloaded.
1781         (gnus-registry-install-p): Provide user guidance for the initial value
1782         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1783         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1784         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1785         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1786         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1787         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1788         `gnus-registry-install'.
1789
1790 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1791
1792         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1793         previous change.
1794         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1795         primary key is marked as disabled.
1796
1797 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1798
1799         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1800         primary key is marked as disabled.
1801
1802 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1803
1804         * html2text.el (html2text-clean-anchor): Check for quotes around
1805         `href' value.
1806
1807 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1808
1809         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1810         searching.  Drop `bbdb-cache'.
1811
1812 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * message.el (message-signed-or-encrypted-p): Exclude header when
1815         checking if there is signed or encrypted body in text/plain message.
1816
1817 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1818
1819         * html2text.el (html2text-get-attr): Correctly handle attribute values
1820         containing "=".
1821
1822 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1823
1824         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1825         handle bindings.
1826
1827 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * gnus-win.el (gnus-configure-windows): Protect against reading
1830         ephemeral groups outside of Gnus.
1831
1832 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * shr.el (shr-tag-img): Don't get images displayed in tables.
1835
1836 2011-10-03  Glenn Morris  <rgm@gnu.org>
1837
1838         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1839         the "maintainer" version of debbugs.gnu.org reports.
1840
1841 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1844         make asynchronous adjacent image insertion work better.
1845
1846 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1847
1848         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1849         documentation.
1850
1851 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1854         `gnus-asynchronous' isn't shadowed.
1855
1856 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1859
1860         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1861         (nnimap-insert-partial-structure): The charset parameter isn't
1862         case-sensitive.
1863
1864         * nnheader.el (nnheader-message-maybe): New function.
1865
1866         * shr.el (shr-tag-table): Render totally broken tables better.
1867
1868         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1869         computing the boundary.
1870
1871 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * pop3.el (pop3-number-of-responses): Remove.
1874         (pop3-wait-for-messages): Rewrite to take linear time instead of
1875         exponential time.
1876
1877 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1880         re-fetch images.
1881
1882         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1883         re-fetch images when hitting `g' in Gnus.
1884
1885 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1888         (mml-compute-boundary): Don't check collision if it is non-nil.
1889         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1890         before checking collision.
1891
1892 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * message.el (message-indent-citation): Really make sure there's a
1895         newline at the end.
1896
1897         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1898         Fix suggested by John Wiegley.
1899
1900         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1901
1902         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1903
1904         * message.el (message-default-send-rename-function): Break out into its
1905         own function.
1906
1907         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1908         doesn't work under XEmacs.
1909
1910         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1911         of "imaps" to word around Windows problems.
1912         (nnimap-open-connection-1): Use it.
1913
1914         * message.el (message-indent-citation): Revert last change which made
1915         `F' not work.
1916
1917 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1918
1919         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1920         terminal as well.
1921
1922 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1925         because it displays images using overlays that aren't easy to copy to
1926         the article buffer.
1927
1928 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1929
1930         * message.el (message-indent-citation): Fix empty line removal at the
1931         end of the citation.
1932
1933 2011-09-20  Julien Danjou  <julien@danjou.info>
1934
1935         * auth-source.el (auth-source-netrc-create): Use default value for
1936         password if specified.  Evaluate default.
1937         (auth-source-plstore-create): Ditto.
1938         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1939         value evaluation.
1940         (auth-source-netrc-create): Typo fix.
1941         (auth-source-plstore-create): Ditto.
1942
1943         * password-cache.el (password-cache-remove): Remove entries even if the
1944         value is nil, so that password with a nil value (negative caching) is
1945         possible to invalidate.
1946
1947         * auth-source.el (auth-source-format-cache-entry): New function.
1948
1949 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1952
1953 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1956
1957 2011-09-19  Julien Danjou  <julien@danjou.info>
1958
1959         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1960         which work with things that are not ASCII.
1961
1962 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1965
1966 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1969         message level.
1970
1971 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1974
1975 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1978
1979 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1980
1981         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1982         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1983
1984 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1985
1986         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1987         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1988         articles.
1989
1990 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1991
1992         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1993         (message-mail-other-window, message-mail-other-frame)
1994         (message-news-other-window, message-news-other-frame):
1995         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1996         instead of setting buffer display varibles.
1997
1998 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2001
2002         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2003
2004 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2007         duplicates" to a higher level.
2008
2009         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2010         most egregious messages.
2011
2012 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2015
2016 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2017
2018         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2019         up the file (bug#9351).
2020
2021 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2024         it does with all other backends, but decode the names immediately after
2025         getting them.
2026
2027         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2028         decoding nnimap groups.
2029
2030         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2031         newsrc file.  It doesn't seem like an important optimization any more.
2032
2033 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2034
2035         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2036         overflows.
2037
2038 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2041         (gnus-interactive-exit): Extend to `quiet'.
2042
2043         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2044
2045         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2046         string.
2047
2048         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2049         renaming function arguments from `this'.
2050
2051         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2052
2053         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2054         has been renamed.
2055         (gnus-lrm-string-p): Include RLM and PDF, too.
2056
2057         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2058         (bug#9225).
2059
2060 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2061
2062         Add autoload cookies for functions used by sendmail.el.
2063         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2064
2065         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2066
2067 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-art.el (article-date-ut): Work properly even when there are
2070         things like Date header in the body; work for forwarded parts.
2071
2072 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2073
2074         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2075         original-article-buffer.
2076
2077 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2078
2079         * nnir.el (nnir-compose-result): Fix matching of server type.
2080         (nnir-run-swish++): Ditto.
2081         (nnir-run-namazu): Ditto.
2082         (nnir-run-notmuch): Ditto.
2083
2084 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2087         (bug#9405).
2088
2089         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2090         (bug#9421).
2091
2092         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2093         (bug#9425).
2094
2095         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2096         thing (bug#9426).
2097
2098 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2101         the error message.
2102
2103 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2104
2105         * message.el (message-setup-1): Return t (Bug#9392).
2106
2107 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2108
2109         * gnus-sum.el: When adding article headers to a summary buffer also
2110         update gnus-newsgroup-articles (bug#9386).
2111
2112 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * auth-source.el: Autoload help-mode.
2115
2116 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2119         names.
2120
2121 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2122
2123         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2124         mm-replace-in-string for compatibility issues.
2125         * mml2015.el (mml2015-epg-verify): Ditto.
2126
2127 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2130
2131         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2132
2133 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2136         continue on and do the clean-up phase (bug#9188).
2137
2138         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2139         just ignore groups that can't be opened instead of erroring out
2140         (bug#9225).
2141
2142         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2143         nil since some many people are fuddy-duddies.
2144
2145         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2146         images.
2147
2148         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2149         instead.
2150
2151         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2152
2153         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2154
2155         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2156         processing.
2157
2158         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2159         buffer to avoid warnings.
2160
2161 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2162
2163         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2164         specified to reduce precision.
2165
2166 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2167
2168         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2169         bodystructures (bug#9314).
2170
2171 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2174         Make button keymap non-sticky after buttons.
2175
2176 2011-08-18  David Engster  <dengste@eml.cc>
2177
2178         * nnmairix.el (nnmairix-request-set-mark)
2179         (nnmairix-goto-original-article): Remove adding of article to registry,
2180         since `gnus-registry-add-group' isn't available anymore.
2181         (nnmairix-determine-original-group-from-registry):
2182         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2183         available anymore.
2184
2185 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2186
2187         * starttls.el (starttls-any-program-available): Define as obsolete
2188         function.
2189
2190 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2193         versions which Gnus use when appropriate.
2194
2195         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2196         a pretty destructive command.
2197
2198         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2199
2200 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * message.el (message-fix-before-sending): Make a different warning
2203         about NUL characters (bug#9270).
2204
2205         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2206         from custom (bug#9260).
2207
2208         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2209         things work in Emacs 22 and XEmacs, too.
2210
2211         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2212         default From.
2213
2214         * gnus-spec.el (gnus-lrm-string-p): New macro.
2215         (gnus-lrm-string): New constant.
2216         (gnus-summary-line-format-spec): LRM-ify the from.
2217         (gnus-tilde-max-form): LRM-ify string chopping.
2218
2219         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2220
2221         * message.el (message-is-yours-p): Allow disabling canlock checking
2222         (bug#9295).
2223         (message-shoot-gnksa-feet): Add `canlock-verify'.
2224         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2225         message directory isn't writable (bug#9304).
2226
2227         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2228         non-world-readable.
2229
2230 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2233         articles.
2234
2235 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2236
2237         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2238         copy-list.
2239
2240 2011-08-12  Sam Steingold  <sds@gnu.org>
2241
2242         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2243         in the reverse order to avoid modifying the cache with `nreverse'.
2244         (gnus-all-score-files): Do not modify the value returned by
2245         `gnus-score-find-alist' because it lives in a cache variable.
2246         (gnus-current-home-score-file): No need to `nreverse' the return value
2247         of `gnus-score-find-alist', it is already in the correct order.
2248
2249 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2250
2251         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2252         type MESSAGE and subtype RFC822 is slightly different from those of
2253         type TEXT.
2254
2255 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2256
2257         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2258         This allows article-referral to work from an nnir group.
2259
2260 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2261
2262         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2263
2264 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2265
2266         * mml1991.el (mml1991-epg-find-usable-key)
2267         (mml1991-epg-find-usable-secret-key): New function.
2268         (mml1991-epg-sign): Check if signing key is usable.
2269         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2270
2271 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2272
2273         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2274         server-variables only.  This should fix a bug introduced with commit
2275         e1889675b7f4adf057833c5513c9374134c4e053.
2276         (nnir-run-query): 'nnir-search-engine should not be set from the global
2277         environment.
2278
2279 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2280
2281         * nnir.el (nnir-search-thread): Position point on referring article
2282         line.
2283         (nnir-warp-to-article): Clean up summary buffers.
2284
2285         * nnimap.el (nnimap-request-thread): Whitespace fix.
2286
2287 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2288
2289         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2290
2291 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * starttls.el (starttls-available-p): Rename from
2294         `starttls-any-program-available' and changed return convention.
2295
2296 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2297
2298         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2299         `unix-sync' unless it's defined.
2300
2301 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2302
2303         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2304         `aref' for XEmacs compatibiltiy.
2305
2306 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2309
2310 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2311
2312         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2313         closures, quote the form properly (bug#9194).
2314
2315 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316
2317         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2318         (gnus-summary-insert-new-articles): Protect against servers that are
2319         down.
2320
2321 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2322
2323         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2324         in mm handle if none is specified.
2325
2326 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2327
2328         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2329
2330 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2331
2332         * nnir.el (nnir-search-thread): New function to make an nnir group
2333         based on a thread query.
2334
2335         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2336         of nnir in thread referral.
2337         (gnus-summary-refer-thread): Use it.
2338
2339         * nnimap.el (nnimap-request-thread): Use it.
2340
2341 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * shr.el (shr-tag-comment): Ignore HTML comments.
2344
2345 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2346
2347         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2348         argument.
2349         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2350         Use `nnir-address' to handle server info rather than passing an arg.
2351
2352         * nnimap.el (nnimap-make-thread-query): New utility function to format
2353         an imap thread search query.
2354         (nnimap-request-thread): Use it.
2355
2356         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2357         right select-method if we are not going back to the group buffer.
2358
2359 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2362         enter invalid buffer configurations into the quit form (bug#9107).
2363         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2364         unplugged/plugged.
2365
2366         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2367         keep track of which ones are unread (bug#9061).
2368
2369         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2370         (bug#9055).
2371
2372         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2373         (bug#9041).
2374
2375         * gnus-html.el (mm-util): Require (bug#9073).
2376
2377         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2378         (gnus-summary-refer-thread): Use it to remove duplicates in the
2379         un-threaded view (bug#9053).
2380         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2381
2382 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2383
2384         * nnir.el (nnir-read-server-parm): Use default value from global
2385         variable.  Without this the default search engine parameters aren't
2386         used at all.
2387
2388 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * message.el (message-unique-id): Don't use the undocumented return
2391         value from (random t) (bug#9118).
2392
2393 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * message.el (message-auto-save-directory): If the ~/Mail directory
2396         doesn't exist, use ~ as the auto-save directory (bug#4432).
2397
2398         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2399         hasn't already been started.
2400
2401 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2404
2405         * message.el (message-reply): Work around mysterious bug where
2406         `message-mode' seems to overwrite the locally bound `subject' variable.
2407
2408 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2409
2410         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2411         correct group.
2412
2413         * gnus-int.el (gnus-request-thread): Add group argument.
2414
2415         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2416
2417 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2420
2421         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2422         renamed to `debbugs-gnu-*'.
2423
2424 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2425
2426         * plstore.el: Revert the editing feature since it is not urgent.
2427         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2428         (plstore-mode-decoded): Remove.
2429
2430 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2433         isn't very interesting any more, and it leaks potentially secret data.
2434         (gnus-debug): Remove.
2435
2436         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2437         use of :custom-show.
2438
2439 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2440
2441         * plstore.el: Add documentation.
2442         (plstore-mode): New mode to edit plstore file.
2443         (plstore-mode-toggle-display, plstore-mode-original)
2444         (plstore-mode-decoded): New command.
2445         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2446         (plstore--insert-buffer, plstore--make): New function.
2447         (plstore-open, plstore-save): Simplify by using them.
2448
2449 2011-07-06  Glenn Morris  <rgm@gnu.org>
2450
2451         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2452
2453 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2456         no longer is much used.
2457         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2458         Articles".
2459
2460 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2461
2462         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2463         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2464         `notmuch' backend.
2465
2466 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * mm-decode.el (mm-text-html-renderer): Doc fix.
2469
2470         * gnus-msg.el (gnus-bug): Fix the MML tag.
2471
2472         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2473
2474 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2475
2476         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2477         secondary methods if started with `gnus-no-server'.
2478
2479 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2480
2481         * message.el (message-return-action): Fix typo in docstring.
2482
2483 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2486         bug reports at once.
2487
2488         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2489
2490 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * nndraft.el: Require gnus-group.
2493         (nndraft-request-list): Declare.
2494
2495         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2496         no unread article unless it matches gnus-permanently-visible-groups.
2497
2498         * nndraft.el (nndraft-update-unread-articles): New function.
2499         (nndraft-request-associate-buffer): Use it to update the number of
2500         unread articles for the nndraft groups in the group buffer when saving
2501         or killing a draft message.
2502
2503 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2506         systems to binary before writing and reading the mbox files.
2507
2508         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2509         instead of trying to list them all (bug#8978).
2510
2511 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2512
2513         * pop3.el (pop3-open-server): Use :end-of-capability.
2514
2515 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2518         the id is always a number.
2519
2520         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2521
2522         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2523         debbugs mode, if possible.
2524
2525 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2526
2527         * auth-source.el (auth-source-token-passphrase-callback-function):
2528         Reindent.
2529         (epg-context-operation): Remove unnecessary autoload.
2530
2531 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532
2533         * gnus.el (gnus-list-debbugs): New command.
2534
2535         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2536         mboxstat instead of the maintbox, since the stat seems to be fuller.
2537
2538         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2539         summary buffers.
2540
2541         * message.el (message-get-reply-headers): Delete all duplicates,
2542         instead of the first.
2543         (message-get-reply-headers): Ensure that we have progress while
2544         deleting duplicates.
2545
2546         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2547         gnus-posting-style value from the summary buffer to make it easier to
2548         make that a per-buffer conf.
2549
2550 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2551
2552         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2553         found by setting `shortcut' in 'query.
2554         (nnir-request-article): Use `shortcut' setting when requesting article
2555         by Message-ID.
2556
2557 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2558
2559         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2560         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2561         Bring the pseudo-headers back too.
2562
2563 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2564
2565         * auth-source.el (auth-source-token-passphrase-callback-function):
2566         Simplify and remove EPA dependency.
2567
2568 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2569
2570         * nnir.el (nnir-request-article): Fix error message text.
2571
2572 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2573
2574         * auth-source.el (plstore-delete): Autoload.
2575         (auth-source-plstore-search): Support delete operation.
2576         * plstore.el (plstore-delete): New function.
2577
2578 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2581         mark actually existing articles as unread rather than the ones that
2582         active asserts.
2583
2584 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2585
2586         * nntp.el (nntp-record-command):
2587         * gnus-util.el (gnus-message-with-timestamp-1):
2588         Use format-time-string rather than decoding time stamps by hand.
2589         This is simpler and insulates the code from potential changes to
2590         current-time format.
2591
2592 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2595
2596 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2597
2598         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2599         (plstore-save): Support public key encryption.
2600         (plstore--init-from-buffer): New function.
2601         (plstore-open): Use it; fix error when opening a non-existent file.
2602         (plstore-revert): Use plstore--init-from-buffer.
2603
2604 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2605
2606         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2607
2608 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2611         for old Emacsen.
2612
2613 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2614
2615         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2616         is not fully working.
2617
2618 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * dgnushack.el: Autoload sha1 on XEmacs.
2621
2622         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2623         quit window configuration.
2624
2625         * auth-source.el (epg-context-set-passphrase-callback):
2626         Remove duplicate autoload.
2627
2628 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2629
2630         * nnir.el (nnir-request-article): Allow requesting articles by
2631         Message-ID with nnimap.
2632
2633         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2634         current server.
2635
2636 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2637
2638         * auth-source.el: Autoload EPA/EPG functions.
2639         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2640         changed when EPA/EPG is not available.
2641         (auth-source-backend): Rename "arg" member to "data".
2642         (auth-source-backend-parse, auth-source-plstore-search)
2643         (auth-source-plstore-create): Use it.
2644
2645 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2646
2647         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2648         `gnus-refer-article-methods'.
2649
2650 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * auth-source.el: Require EPA and EPG.
2653         (auth-source-passphrase-alist): New variable.
2654         (auth-source-passphrase-callback-function)
2655         (auth-source-token-passphrase-callback-function): Callbacks for the
2656         netrc field encryption (GPG tokens).
2657         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2658         Symmetric encryption and decryption of the netrc GPG tokens.
2659         (auth-source-netrc-normalize): Use them, simplifying the closure.
2660
2661 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2664         is available.
2665
2666 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2669         non-nil, and `nnimap-split-methods' is nil, use the former.
2670
2671 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2672
2673         * plstore.el (plstore-revert): New function.
2674         (plstore-open): Use it; hide the buffer from user.
2675
2676 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2677
2678         * auth-source.el (auth-source-backend): New member "arg".
2679         (auth-source-backend-parse): Handle new backend 'plstore.
2680         * plstore.el: New file.
2681
2682 2011-06-30  Glenn Morris  <rgm@gnu.org>
2683
2684         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2685
2686 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2689         expiring articles to.
2690
2691         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2692         variations as ASCII (bug#5458).
2693
2694 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2695
2696         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2697
2698 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * message.el (message-point-in-header-p): Tweak the function to default
2701         to saying that we're not in the headers if there is no separator at
2702         all.  This makes it possible to use the Message version of `M-q' in
2703         buffers with no headers (bug#7987).
2704         (message-point-in-header-p): Fix last checkin to work with an empty
2705         mail-header-separator, too.
2706
2707         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2708         again, save the choice via customize.
2709
2710 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2713
2714         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2715         ended the connection, bail out before waiting infinitely on a new
2716         connection.
2717
2718 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2719
2720         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2721         reports.
2722
2723         * gnus.el (gnus-bug-package): Use "gnus."
2724         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2725
2726 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * dgnushack.el: Make the timer warning go away on XEmacs.
2729
2730         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2731         animations going on at article exit time.
2732
2733         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2734         since removing it breaks people upgrading.
2735
2736         * shr.el (shr-put-image): Use the new interface for animating images.
2737         (shr-put-image): Animate for 60 seconds.
2738
2739         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2740         avoid compiler warnings.
2741
2742         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2743         error with `find-file-hooks' on Emacs 22.
2744         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2745         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2746         on all architectures.
2747
2748         * spam.el (spam-stat): Require in a normal fashion without binding
2749         `spam-stat-install-hooks' to avoid compilation warnings.
2750
2751         * spam-stat.el (spam-stat-install-hooks): Remove.
2752         (spam-stat-install-hooks): Don't run automatically.
2753
2754 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2755
2756         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2757         and keystroke.
2758
2759 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * auth-source.el (auth-source-netrc-cache): Move forward.
2762
2763 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * proto-stream.el (proto-stream-open-starttls): Use
2766         `gnutls-available-p' to see whether we have built-in support.
2767
2768         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2769         we already know.
2770         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2771         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2772
2773 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2776         %S format, since that looks odd.
2777         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2778         file, especially when saving.
2779
2780 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2781
2782         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2783         article found.
2784
2785 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2786
2787         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2788         `auth-source-save-secrets' with a more sensitive alist that can be
2789         configured per file.  Experimental, so defaults to 'never.
2790         (auth-source-netrc-create): Use it.  Still experimental code.
2791         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2792         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2793
2794 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2795
2796         * auth-source.el (auth-source-save-secrets): New variable to control if
2797         secret tokens should be saved encrypted.
2798         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2799         to `auth-source-netrc-normalize'.
2800         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2801         on the EPA variables being defined.
2802         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2803         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2804         the lexical-let closure.
2805         (auth-source-netrc-create): Create "gpg:" tokens according to
2806         `auth-source-save-secrets'.
2807
2808 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-group.el (gnus-group-update-group): Add new argument
2811         `info-unchanged' that stops updating dribble buffer.
2812
2813         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2814         deletes lines matching to it in dribble buffer.
2815
2816         * gnus-agent.el (gnus-agent-fetch-group-1):
2817         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2818         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2819         * gnus-start.el (gnus-group-change-level):
2820         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2821
2822         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2823         if newsgroup info is not changed.
2824
2825         * gnus-group.el (gnus-group-get-new-news-this-group):
2826         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2827         Don't update dribble buffer.
2828
2829 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2832         remove entries with groups we ignore.
2833
2834 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2837         the underline comes at the bottom.
2838
2839 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2840
2841         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2842         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2843         (gnus-registry-article-marks-to-names): Rename from
2844         `gnus-registry-user-format-function-M2'.
2845
2846 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2849         ephemeral group.
2850
2851 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * shr.el (shr-browse-image): Copy the URL if called interactively.
2854
2855 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2858         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2859         done, then unselected articles may be marked as read.
2860
2861         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2862         since not doing this seems to lead to a race condition in pop3-logon.
2863
2864         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2865         so that the call chain it correct when we call "upwards".
2866
2867         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2868         in read-only groups.
2869
2870         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2871
2872         * message.el (message-cite-reply-position): Doc string fix.
2873
2874         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2875         avoid regexp overflow.
2876         (nnimap-transform-split-mail): Ditto.
2877
2878         * pop3.el (pop3-retr): Error out if the server closes the connection.
2879
2880 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2881
2882         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2883         mm-with-unibyte-current-buffer.  The buffer should not contain any
2884         multibyte chars anyway at this stage.
2885
2886 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2889         at the end of lines.
2890
2891 2011-05-29  Julien Danjou  <julien@danjou.info>
2892
2893         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2894
2895 2011-05-27  Glenn Morris  <rgm@gnu.org>
2896
2897         * gnus-group.el (gnus-bug-group-download-format-alist):
2898         Use the "maintainer" version of debian reports as well.
2899
2900 2011-05-26  Glenn Morris  <rgm@gnu.org>
2901
2902         * gnus-group.el (gnus-bug-group-download-format-alist):
2903         Use the "maintainer" version of debbugs.gnu.org reports.
2904
2905 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2908
2909 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2910
2911         * gnus-cus.el (gnus-agent-customize-category):
2912         * gnus-delay.el (gnus-delay-send-queue):
2913         * gnus.el (gnus-other-frame):
2914         Don't quote lambda expressions with `quote'.
2915
2916 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2917
2918         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2919         the thread moves us backwards and so we loop forever.
2920
2921 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2924         whitespace in base64 data lines.
2925
2926 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2927
2928         * gnus-registry.el (gnus-registry-user-format-function-M):
2929         Use `mapconcat'.
2930         (gnus-registry-user-format-function-M2): Use to see the full text of
2931         the marks.  Make "," the mark text separator.
2932
2933         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2934         authentication with auth-source.
2935
2936 2011-05-17  Glenn Morris  <rgm@gnu.org>
2937
2938         * gnus-group.el (gnus-import-other-newsrc-file):
2939         Use insert-file-contents.
2940
2941 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2942
2943         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2944         1000 iterations.
2945
2946 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * nntp.el (nntp-open-connection): Check if process-type is available.
2949
2950 2011-05-16  Julien Danjou  <julien@danjou.info>
2951
2952         * shr.el (shr-tag-del): Add support for del tag.
2953
2954 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * gnus-html.el (gnus-html-put-image): Register a displayer.
2957
2958         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2959
2960 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2961
2962         * registry.el (prune-factor): New initialization parameter defaulting
2963         to 0.1.
2964         (registry-prune-hard): Use it.
2965
2966         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2967         0.1 expicitly.
2968
2969 2011-05-13  Glenn Morris  <rgm@gnu.org>
2970
2971         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2972         is bound, since this function requires sendmail.
2973
2974 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2975
2976         * registry.el (registry-usage-test): Disable pruning test.
2977
2978 2011-05-11  David Engster  <dengste@eml.cc>
2979
2980         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2981         Bind set-network-process-option for XEmacs.
2982
2983 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         * registry.el (registry-prune-hard-candidates)
2986         (registry-prune-soft-candidates): Helper methods for registry pruning.
2987         (registry-prune): Use them.  Make the sort function optional.
2988
2989 2011-05-10  Jim Meyering  <meyering@redhat.com>
2990
2991         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2992
2993 2011-05-10  Julien Danjou  <julien@danjou.info>
2994
2995         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2996         symbol and not a list.
2997
2998 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * gnus-art.el (gnus-article-mode): Move binding of
3001         shr-put-image-function here from gnus-article-prepare-display.
3002
3003         * shr.el (shr-put-image-function): New variable.
3004         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3005         (shr-put-image): Return scaled image.
3006
3007         * gnus-art.el (gnus-shr-put-image): New function.
3008         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3009
3010         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3011         original ones, as deletable.
3012
3013 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3014
3015         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3016
3017 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3018
3019         * registry.el (registry-full): Add convenience method.  Fix logic.
3020         (registry-insert): Use it.  Fix logic here too.
3021
3022         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3023         `registry-prune' if `registry-full' returns t.
3024         (gnus-registry-handle-action)
3025         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3026         (gnus-registry-usage-test): Use it.
3027
3028 2011-05-07  Julien Danjou  <julien@danjou.info>
3029
3030         * shr.el (shr-link): Make shr-link inherit from link by default.
3031
3032 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3033
3034         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3035
3036 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3037
3038         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3039         error out because the face is not a list.
3040
3041 2011-05-05  Glenn Morris  <rgm@gnu.org>
3042
3043         * proto-stream.el (gnutls-negotiate): Fix declarations.
3044
3045         * gnus-start.el (gnus-propagate-marks): Declare.
3046
3047 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * registry.el (registry-reindex): Fix percentage message.
3050
3051         * proto-stream.el (network-stream-open-starttls): Adjust to call
3052         `gnutls-negotiate' with :process and :hostname arguments.
3053
3054 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3055
3056         * shr.el: Add shr-link face for links.
3057         (shr-urlify): Use it.
3058
3059         * registry.el (registry-insert): Make error message more helpful.
3060
3061 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * gnus-html.el (gnus-html-schedule-image-fetching):
3064         Use url-queue-retrieve, if it exists.
3065
3066         * shr.el (shr-tag-img): Ditto.
3067
3068         * gnus.el: Autoload more gnus-agent functions.
3069
3070         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3071         agent if we haven't already (bug#8502).
3072
3073         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3074         into the Agent, too.
3075
3076         * gnus-agent.el (gnus-agent-store-article): New function.
3077
3078         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3079         and moved from that file for reuse.
3080
3081         * pop3.el (pop3-open-server): Error messages are "-ERR".
3082
3083 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3086         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3087
3088 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3089
3090         * gnus.el: No Gnus v0.17 is released.
3091
3092 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3093
3094         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3095         buffer has moved to a different frame.
3096
3097 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3100         to get the conversion from unibyte to multibyte buffers to work on
3101         Emacs 22.
3102
3103         * nntp.el (nntp-request-article): Slight clean-up.
3104
3105 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106
3107         * shr.el (shr-strike-through): New face.
3108         (shr-tag-s): Use it to provide <s> support.
3109         (shr-tag-s): Remove duplicate definition.
3110
3111 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3112
3113         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3114         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3115
3116 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3117
3118         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3119         `gnutls-negotiate'.
3120         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3121
3122 2011-04-23  Glenn Morris  <rgm@gnu.org>
3123
3124         * gnus-sum.el (gnus-extra-headers): Bump :version.
3125
3126 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * shr.el (shr-tag-sup): New function.
3129         (shr-tag-sub): Ditto.
3130
3131 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3132
3133         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3134         for the case where `gnus-registry-ignored-groups' is a list of lists,
3135         and don't call `gnus-parameter-registry-ignore' otherwise.
3136
3137 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3138
3139         * nnimap.el (nnimap-user): New backend variable.
3140         (nnimap-open-connection-1): Use it.
3141         (nnimap-credentials): Accept user parameter so it's explicit what user
3142         name is desired.
3143
3144         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3145         default.
3146
3147         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3148         not gnus-registry.el.
3149
3150         * gnus-registry.el: Mention in comments how to modify
3151         `gnus-extra-headers' for proper recipient tracking and that it may
3152         already have To and Cc recently, which it does as of this commit.
3153         (gnus-registry-ignored-groups): Remove defcustom.
3154         Explain why in comments.
3155         (gnus-registry-action): Fix data-header reference to use the extra
3156         headers.  Explain in package commentary how to add To and Cc headers to
3157         the gnus-extra-headers.
3158         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3159         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3160         parameter list or a string list in `gnus-registry-ignored-groups'.
3161         Fix logic error.
3162
3163 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * shr.el (shr-expand-url): Protect against null urls.
3166
3167 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * shr.el (shr-base): New binding.
3170         (shr-tag-base): Keep track of <base>.
3171         (shr-expand-url): New function used throughout.
3172
3173 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3174
3175         * gnus-registry.el
3176         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3177         (gnus-registry-ignored-groups): New variable.
3178         (gnus-registry-ignore-group-p): Use it.
3179         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3180         set the destination group to nil (same as delete) if it's ignored.
3181
3182 2011-04-20  David Engster  <dengste@eml.cc>
3183
3184         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3185
3186         * Makefile.in (test-nntp): New rule.
3187         (check): Add it.
3188         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3189
3190 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * gnus-registry.el (gnus-registry-action)
3193         (gnus-registry-fetch-header-fast):
3194         Don't use mail-header that looks an internal function of mailheader.el.
3195
3196 2011-04-19  Glenn Morris  <rgm@gnu.org>
3197
3198         * time-date.el (time-to-days): Remove unused local variables.
3199
3200 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * gnus-registry.el: Eliminate cl functions.
3203         (gnus-registry-sort-addresses): New function that replaces mapcan.
3204         (gnus-registry-action, gnus-registry-spool-action)
3205         (gnus-registry-split-fancy-with-parent)
3206         (gnus-registry-fetch-recipients-fast): Use it.
3207         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3208
3209         * registry.el (initialize-instance, registry-lookup)
3210         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3211         (registry-lookup-secondary-value, registry-search, registry-delete)
3212         (registry-insert, registry-reindex, registry-size, registry-prune):
3213         Use eval-and-compile.
3214
3215 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * registry.el (registry-reindex): New method to recreate the secondary
3218         registry indices.
3219
3220         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3221         tracked field changes.
3222         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3223         (gnus-registry-action, gnus-registry-spool-action)
3224         (gnus-registry-handle-action)
3225         (gnus-registry--split-fancy-with-parent-internal)
3226         (gnus-registry-split-fancy-with-parent)
3227         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3228         move, and delete actions, and for fancy splitting with parent.
3229         (gnus-registry-extract-addresses)
3230         (gnus-registry-fetch-recipients-fast)
3231         (gnus-registry-fetch-header-fast): Convenience functions.
3232         (gnus-registry-misc-test): ERT test of
3233         `gnus-registry-extract-addresses'.
3234
3235 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3238         Track by subject first, then sender.
3239
3240 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3241
3242         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3243
3244         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3245         Lisp.
3246
3247         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3248         (gnus-draft-send): Use it to avoid popping
3249         up frames from gnus-group-send-queue.
3250
3251 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3252
3253         * gnus-registry.el: Updated gnus-registry docs.
3254
3255 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3256
3257         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3258         Fix logic bug.
3259         (gnus-registry-post-process-groups): Fix logging of no results and
3260         quote sender and subject.
3261
3262 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3265         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3266         gnutls-cli are too slow to be done opportunistically.
3267
3268         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3269         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3270         we had no early-data returned.
3271         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3272         two async commands to the same server at the same time.
3273
3274 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3275
3276         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3277
3278 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3281         "warning" level.
3282
3283         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3284         (mm-url-insert-file-contents): Don't set the package names.
3285
3286 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3287
3288         * gnus-registry.el (gnus-registry-action): Remove properties and
3289         simplify subject in `gnus-registry-handle-action'.
3290         (gnus-registry-spool-action): Get subject and sender from message if
3291         they are not passed in.
3292         (gnus-registry-handle-action): Remove properties and simplify subject
3293         consistently.
3294
3295 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3296
3297         * registry.el: Require CL before using defmacro*.
3298
3299 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * gnus-art.el (article-treat-date): Assume that
3302         gnus-article-date-headers may be a group parameter.
3303
3304 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3305
3306         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3307
3308         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3309         interactively so the newsrc file can contain foreign groups too.
3310         Useful for debugging but not much for users.
3311
3312 2011-04-07  David Engster  <dengste@eml.cc>
3313
3314         * registry.el (registry-usage-test): Only do
3315         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3316         lexical binding.
3317
3318 2011-04-07  David Engster  <dengste@eml.cc>
3319
3320         * Makefile.in (check, test-registry): New rules for test-suite.
3321
3322 2011-04-06  David Engster  <dengste@eml.cc>
3323
3324         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3325         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3326
3327 2011-04-06  David Engster  <dengste@eml.cc>
3328
3329         * registry.el (initialize-instance): Change :after to :AFTER to be
3330         compatible with old EIEIO version in XEmacs.
3331
3332 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3333
3334         * gnus-registry.el (gnus-registry-post-process-groups)
3335         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3336         and provide better messaging.
3337
3338 2011-04-06  David Engster  <dengste@eml.cc>
3339
3340         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3341         errors.
3342
3343         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3344         dgnushack-compile with error-on-warn enabled, and to signal an error if
3345         clean compilation failed.
3346         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3347         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3348
3349 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3352         unconditionally anyway, discarding errors.
3353         (gnus-registry-delete-entries): New convenience function.
3354         (gnus-registry-import-eld): Import from old .eld registry.
3355
3356         * registry.el: Don't use ERT if it's not available.  Load it
3357         unconditionally anyway, discarding errors.
3358
3359         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3360         version from the Claudio Bley GnuTLS patch (extra optional parameters
3361         and host name).
3362
3363 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3364
3365         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3366         fixup the parameters that can be customized by the user between
3367         save/read cycles.
3368         (gnus-registry-read): Use it.
3369         (gnus-registry-make-db): Use it.
3370         (gnus-registry-spool-action, gnus-registry-handle-action):
3371         Fix messaging.
3372         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3373         Map references to actual group names with sender and subject tracking.
3374         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3375         (gnus-registry-usage-test): Add subject lookup test.
3376
3377         * registry.el (registry-db, initialize-instance): Set up constructor
3378         instead of :initform arguments for the sake of older Emacsen.
3379         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3380         pre-lexbind merge bug.
3381         (registry-usage-test): Use it.
3382         (initialize-instance, registry-db): Move the non-function initforms
3383         back to the class definition.
3384
3385 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3386
3387         * registry.el: New library to manage gnus-registry-style data.
3388
3389         * gnus-registry.el: Use it (major rewrite).
3390
3391         * nnregistry.el: Use it.
3392
3393         * spam.el: Use it.
3394
3395 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3398         marks on non-selected articles.
3399
3400 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3401
3402         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3403         parameter to open-protocol-stream.
3404
3405 2011-04-01  Julien Danjou  <julien@danjou.info>
3406
3407         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3408         fundamental-mode.
3409
3410 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3413         servers.
3414
3415 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3418         made marks not propagate, again.
3419
3420 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3421
3422         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3423         Make this the default type.
3424         (proto-stream-open-plain): Rename from proto-stream-open-default.
3425         (open-protocol-stream, proto-stream-open-starttls)
3426         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3427         with `plain'.
3428
3429         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3430         value.
3431
3432         * nntp.el (nntp-open-connection-function): Document the fact that some
3433         values are not functions but are instead handled specially.
3434         Recognize nntp-open-plain-stream value.
3435         (nntp-open-connection): Recognize that value.
3436
3437 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3440         where it seems to be needed.
3441
3442 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3445         stuff.
3446
3447         * gnus-score.el (gnus-score-string): Fix calling convention of
3448         `gnus-simplify-buffer-fuzzy' after last patches.
3449
3450         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3451         server for articles we didn't get any headers for.  This is a sanity
3452         check.
3453
3454 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3455
3456         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3457         new CAPABILITY, use it.
3458
3459 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3462         downloading anything.
3463
3464         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3465
3466 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3467
3468         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3469         colors.
3470         (gnus-splash-svg-color-symbols): New function.
3471
3472 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3475         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3476         (gnus-simplify-subject-fuzzy): Use the local
3477         gnus-simplify-subject-fuzzy-regex instead of the global one.
3478         This makes using this variable in group parameters work.
3479
3480 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3481
3482         * gnus-registry.el (gnus-registry-unfollowed-groups):
3483         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3484         archive:sent-YYYY-MM-DD groups).
3485         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3486         tracking if there are more than `gnus-registry-max-track-groups'
3487         matches.
3488
3489 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3490
3491         * message.el (message--yank-original-internal): New function to do the
3492         insertion cleanly inside eval in `message-yank-original'.
3493         (message-yank-original): Use it.
3494
3495 2011-03-29  Julien Danjou  <julien@danjou.info>
3496
3497         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3498         local variables disabled rather than `normal-mode'.
3499
3500 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3501
3502         * imap.el (imap-shell-open, imap-process-connection-type):
3503         Use imap-process-connection-type for 'shell' streams as well as
3504         Kerberos, SSL, other subprocesses.
3505
3506 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3507
3508         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3509         with open-network-stream.
3510         (proto-stream-always-use-starttls): Option removed.
3511         (open-protocol-stream): Return a process object by default.  Provide a
3512         new parameter :return-list specifying a list-type return value, which
3513         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3514         :type `network' to `try-starttls', and `network-only' to `default'.
3515         Make `default' the default, for compatibility with open-network-stream.
3516         Handle the no-parameter case exactly as open-network-stream, with no
3517         additional stream processing.  Search plists using plist-get.
3518         Explicitly add :end-of-commend parameter if it is missing.
3519         (proto-stream-open-default): Rename from
3520         proto-stream-open-network-only.  Return 'default as the type.
3521         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3522         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3523         failed.  Always return a list with a (possibly dead) process as the
3524         first element, for compatibility with open-network-stream.
3525         (proto-stream-open-tls): Use plist-get.  Always return a list.
3526         (proto-stream-open-shell): Return `default' as connection type.
3527         (proto-stream-capability-open): Use plist-get.
3528         (proto-stream-eoc): Function deleted.
3529
3530         * nnimap.el (nnimap-stream, nnimap-open-connection)
3531         (nnimap-open-connection-1): Handle renaming of :type parameter for
3532         open-protocol-stream.
3533         (nnimap-open-connection-1): Pass a :return-list parameter
3534         open-protocol-stream to obtain a list return value.  Parse this list
3535         using plist-get.
3536
3537         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3538         for open-protocol-stream.  Accept open-protocol-stream return value
3539         that is a subprocess object instead of a list.  Handle the case of a
3540         dead returned process.
3541
3542 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3543
3544         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3545
3546         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3547
3548 2011-03-21  Julien Danjou  <julien@danjou.info>
3549
3550         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3551         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3552         query.
3553         (mm-inline-text): Render normal text with fontification whenever
3554         possible.
3555
3556         * gnus-sum.el (gnus-summary-save-parts-1):
3557         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3558         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3559         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3560         Use `mm-handle-filename'.
3561
3562         * mm-util.el (mm-handle-filename): New function, return the filename of
3563         an handle.
3564
3565 2011-03-18  Julien Danjou  <julien@danjou.info>
3566
3567         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3568         (gnus-buffer-live-p): Check that buffer is not nil.
3569
3570 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3571
3572         * gnus.el: No Gnus v0.15 is released.
3573
3574 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3577         avoid warning on XEmacs.
3578
3579         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3580         on XEmacs.
3581
3582         * gnus-art.el: Require mouse, which the build bot seems to say is
3583         needed.
3584
3585         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3586
3587         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3588         XEmacs, since it doesn't have url-retrieve-synchronously.
3589
3590         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3591         since assoc-string doesn't exist in XEmacs.
3592
3593 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3594
3595         * gnus-group.el (gnus-group-list-ticked): New function.
3596         (gnus-group-make-menu-bar): Provide a menu entry for it.
3597         (gnus-group-list-map): Provide a binding for it.
3598
3599 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * shr.el (shr-visit-file): New command.
3602
3603         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3604
3605 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3606
3607         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3608         servers.
3609
3610 2011-03-16  Julien Danjou  <julien@danjou.info>
3611
3612         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3613         inline.
3614
3615         * gnus-art.el (article-hide-list-identifiers):
3616         Use gnus-group-get-list-identifiers.
3617
3618         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3619         (gnus-summary-remove-list-identifiers):
3620         Use gnus-group-get-list-identifiers to get regexp.
3621         (gnus-select-newsgroup, gnus-summary-insert-subject)
3622         (gnus-summary-insert-articles):
3623         Call gnus-summary-remove-list-identifiers unconditionally.
3624
3625 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626
3627         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3628         we're selecting a group with unread articles.
3629
3630         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3631
3632         * gssapi.el: New file separated out from imap.el to provide a general
3633         Kerberos 5 connection facility for Emacs.
3634
3635         * message.el (message-elide-ellipsis): Document the format spec
3636         ellipsis.
3637
3638 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3639
3640         * message.el (message-elide-region): Allow the ellipsis to say how many
3641         lines were removed.
3642
3643 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3646         window configurations containing buffers that are now dead.
3647
3648         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3649         parsing to avoid integer overflows.
3650         (nnimap-parse-flags): Simplify the last change.
3651         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3652         too large for 32-bit Emacsen.
3653
3654 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3655
3656         * auth-source.el (auth-source-netrc-create):
3657         * message.el (message-yank-original): Fix use of `case'.
3658
3659 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3660
3661         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3662         XEmacs, which was one character too wide.
3663
3664 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3665
3666         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3667         default number of articles to display.
3668         (gnus-articles-to-read): Use pretty names for prompt.
3669
3670 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * gnus-int.el (gnus-open-server): Ditto.
3673
3674         * gnus-start.el (gnus-activate-group): Give a backtrace if
3675         debug-on-quit is set and the user hits `C-g'.
3676         (gnus-read-active-file): Ditto.
3677
3678         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3679
3680 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3681
3682         * message.el (message-yank-original): Use cond instead of CL case.
3683
3684 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3685
3686         * auth-source.el (auth-source-netrc-create): Use usual format for the
3687         default in prompts.
3688
3689 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * lpath.el: Fbind read-char-choice for XEmacs.
3692
3693 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3694
3695         * auth-source.el (auth-source-netrc-create): Show the default in the
3696         prompt when prompting for token creation.
3697
3698 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3699
3700         * auth-source.el (auth-source-format-prompt): Always convert the value
3701         to a string to avoid evaluating non-string arguments.
3702         (auth-source-netrc-create): Offer default properly, not as initial
3703         content in `read-string'.
3704         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3705         of line to determine if we've been run before.  If so, don't run again,
3706         but print a trivial message to indicate the cache was hit instead.
3707
3708 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3709
3710         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3711         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3712         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3713         Gnus.
3714
3715 2011-03-11  Julien Danjou  <julien@danjou.info>
3716
3717         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3718         modified file".
3719
3720 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3721
3722         * auth-source.el (auth-source-read-char-choice): New function to read a
3723         character choice using `dropdown-list', `read-char-choice', or
3724         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3725         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3726         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3727         (auth-source-netrc-saver): Use it.
3728         (auth-source-pick-first-password): New convenience function.
3729
3730 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3731
3732         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3733         parameter in the credentials.
3734         (nnimap-open-connection-1): Use it after a successful login.
3735         (nnimap-credentials): Add IMAP-specific user and password prompt.
3736
3737         * auth-source.el (auth-source-search): Add :require parameter, taking a
3738         list.  Document it and the :save-function return token.  Pass :require
3739         down.  Change the CREATED message from a warning to a debug statement.
3740         (auth-source-search-backends): Pass :require down.
3741         (auth-source-netrc-search): Pass :require down.
3742         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3743         Change save prompt to indicate all modifications saved here are
3744         deletions.
3745         (auth-source-netrc-create): Take user login name as default in user
3746         prompt.  Move all the save functionality to a lexically bound function
3747         under the :save-function token in the returned list.  Set up clearer
3748         default prompts for user, host, port, and secret.
3749         (auth-source-netrc-saver): New function, intended to be wrapped for
3750         :save-function.
3751
3752 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753
3754         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3755         lines to be spaces instead.
3756
3757 2011-03-07  Julien Danjou  <julien@danjou.info>
3758
3759         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3760         (sieve-sasl-auth): Check that auth-source-search did return something,
3761         or just return an empty string.
3762
3763 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3764
3765         * gnus.el (gnus-interactive): Use read-directory-name.
3766
3767         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3768         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3769         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3770         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3771         Likewise.
3772
3773         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3774
3775 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3778         onto the list of killed groups, too.  This makes killed nnimap groups,
3779         for instance, more reliably not reappear.
3780
3781         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3782         the parent.
3783
3784         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3785
3786         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3787         really have server-side marks.
3788
3789         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3790         since most backends do not usefully have server-side marks.
3791         (gnus-update-read-articles): Propagate marks to all backends that
3792         really have server-side marks.
3793
3794 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3795
3796         * message.el (message-cite-reply-position, message-cite-style):
3797         New variables.
3798         (message-yank-original): Use the new citation styles.
3799
3800 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3801
3802         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3803         buffer-local issue); don't mark it buffer-local when running under
3804         XEmacs.
3805
3806 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3807
3808         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3809         numbers too big to be `read'.
3810
3811 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3812
3813         * password-cache.el (password-in-cache-p): Add autoload.
3814
3815         * message.el (message-options): Make buffer-local two ways to attempt
3816         to fix a XEmacs bug.
3817
3818 2011-03-02  Julien Danjou  <julien@danjou.info>
3819
3820         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3821
3822 2011-03-01  Julien Danjou  <julien@danjou.info>
3823
3824         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3825         group.
3826         (article-hide-list-identifiers): Use list-identifier group parameter.
3827
3828 2011-02-28  Julien Danjou  <julien@danjou.info>
3829
3830         * sieve.el (sieve-buffer-script-name): New local variable to store
3831         sieve script name.
3832         (sieve-edit-script): Store sieve script name.
3833         (sieve-upload): Use sieve script name when uploading.
3834         (sieve-upload): Use substitute-command-keys.
3835         (sieve-edit-script): Use substitute-command-keys.
3836         (sieve-refresh-scriptlist): Use substitute-command-keys.
3837         (sieve-manage-mode-map): Define keymap properly.
3838         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3839         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3840         Remove commented code about cvs.
3841         (sieve-manage-quit): New function.
3842         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3843
3844 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3847
3848 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3849
3850         * auth-source.el (auth-source-search): Cache empty result sets.
3851
3852         * password-cache.el (password-in-cache-p): Convenience function to
3853         check if a key is in the cache, even if the value is nil.
3854
3855         * auth-source.el (auth-source-save-behavior): New variable to replace
3856         `auth-source-never-create'.
3857         (auth-source-netrc-create): Use it.
3858         (auth-source-never-save): Remove.
3859
3860 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3861
3862         * nnimap.el (nnimap-stream): Doc fix.
3863         (nnimap-open-connection-1): Reverse the order of the ports to that the
3864         prompted-for port is first.
3865
3866         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3867         retrieval by the no-group selection.
3868
3869         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3870         numerical parameters.
3871
3872 2011-02-25  Julien Danjou  <julien@danjou.info>
3873
3874         * gnus-gravatar.el: Use gnus-with-article-buffer.
3875
3876         * gnus-art.el (gnus-with-article-buffer): Check that the
3877         gnus-article-buffer is alive.
3878
3879 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3880
3881         * auth-source.el (auth-source-creation-prompts): New variable to manage
3882         creation-time prompts.
3883         (auth-source-search): Document it.
3884         (auth-source-format-prompt): Add utility function.
3885         (auth-source-netrc-create): Don't default the user name to
3886         user-login-name.  Use `auth-source-creation-prompts' and some default
3887         prompts for user, host, port, and password (the default generic prompt
3888         remains ugly).
3889         (auth-source-never-save): Add customizable option to never save info.
3890         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3891         mode excursion.
3892
3893 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3896         argument that XEmacs doesn't support.
3897
3898         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3899         compiled for Emacsen having no `libxml-parse-html-region' support.
3900
3901         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3902
3903         * lpath.el: Bind buffer-save-without-query for XEmacs.
3904
3905 2011-02-23  Julien Danjou  <julien@danjou.info>
3906
3907         * gnus-art.el (article-make-date-line): Ignore errors if time is
3908         invalid and not convertible.
3909         (article-make-date-line): Only add lapsed time if time is not nil.
3910
3911 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3912
3913         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3914         `read-char-choice' for backwards compatibility.
3915         (auth-source-netrc-element-or-first): New function to DTRT for
3916         parameter extraction.
3917         (auth-source-netrc-create): Use it and fix multiple parameter print
3918         bug.  Use the default passed from above (given-default) or the
3919         built-in (user-login-name for :user).
3920
3921 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3922
3923         * gnus-start.el (gnus-dribble-read-file):
3924         Set buffer-save-without-query, since we always want to save the dribble
3925         file, probably.
3926
3927         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3928         nnimap.
3929
3930         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3931         -summary- since it's a user-visible variable.
3932
3933         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3934         first time you use the new Gnus.
3935
3936 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3937
3938         * auth-source.el: Don't load netrc.el.
3939         (auth-sources): Search ~/.netrc as well by default.
3940         (auth-source-debug): Add 'trivia option for extra output.
3941         (auth-source-do-trivia): Use it.
3942         (auth-source-search): Simplify logic to use
3943         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3944         appropriate.  Don't keep a running count at this level.  Layer :create
3945         and :delete options appropriately on the first and second passes.
3946         Don't track the backend with the search results.
3947         (auth-source-search-backends): New function to search a list of
3948         backends for a processed spec.
3949         (auth-source-netrc-parse): Cache all netrc files, making
3950         auth-source-netrc-cache an alist keyed by the file name and using the
3951         file mtime as the caching criterion.  Keep the obfuscated data secret
3952         with a lexical bind.
3953         (auth-source-netrc-search): Don't calculate the length of the results
3954         unnecessarily.
3955         (auth-source-search-backends): Fix bug.
3956         (auth-source-netrc-create): Rework prompts.
3957
3958 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3959
3960         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3961         Lower case names of search constraints.
3962         (nnir-run-query): Cache and reuse search constraints for all imap
3963         servers.
3964
3965 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3966
3967         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3968         after exit.
3969         (gnus-setup-message): Define missing variable from last checkin.
3970
3971         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3972         value, show the raw article.
3973
3974 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3975
3976         * gnus.el: No Gnus v0.13 is released.
3977
3978 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3979
3980         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3981         auth-source now accepts numbers.
3982
3983         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3984         spec, too.
3985         (auth-source-ensure-strings): New function.
3986
3987         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3988         (gnus-article-setup-buffer): Always restart the date timer so that user
3989         changes to the frequency is respected.
3990
3991         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3992         port numbers, so make sure it gets that if nnimap-server-port is
3993         explicit.
3994
3995 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3996
3997         * nnimap.el (nnimap-inbox): Doc fix.
3998
3999 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4000
4001         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4002         Autoload.  Add optional arg FRAME, and pass it to color-values.
4003         (color-complement): Caller changed.  Doc fix.
4004         (color-gradient): Rewrite for better clarity and efficiency.
4005
4006 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4007
4008         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4009         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4010         color-lab-to-srgb.
4011
4012 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4013
4014         * color.el: First part of merge from hexrgb.el.
4015         (color-rgb-to-hex): Rename from color-rgb->hex.
4016         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4017         saturation to zero if the value is too small.
4018         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4019         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4020         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4021         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4022         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4023         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4024         (color-cie-de2000): Doc fix.
4025
4026 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4027
4028         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4029         given method as in the group name if we're using an extended method.
4030         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4031         command, if we're using that, instead of waiting for the beginning.
4032
4033         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4034         we're sure to get unique server names, and we don't output two async
4035         commands in the same buffer.  This fixes an NNTP hang for some users.
4036
4037 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4038
4039         * gnus.el: No Gnus v0.11 is released.
4040
4041 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4042
4043         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4044         summary buffer before reading going to the next buffer.  This avoids
4045         putting the point in the group buffer if you `C-g' the command.
4046
4047         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4048         cache (for now) to make ~/.authinfo.gpg files usable.
4049
4050         * nnfolder.el (copyright-update): Define for the compiler.
4051
4052         * auth-source.el (auth-source-search): Fix unbound variable.
4053
4054 2011-02-19  Glenn Morris  <rgm@gnu.org>
4055
4056         * gnus.el (gnus-meta): Doc fix.
4057
4058 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4059
4060         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4061         in case it's not yet loaded.
4062
4063 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4064
4065         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4066         line we're waiting for.
4067
4068 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4069
4070         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4071         face with line-width greater than zero will cause RET in gnus summary
4072         buffer to scroll down article page-wise because auto vscroll happens,
4073         it should be temporally disabled when doing a scroll-up.
4074
4075 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4076
4077         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4078         outputs from the server.
4079
4080 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4081
4082         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4083         later so that bbdb can hook in easier.
4084
4085 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4086
4087         * auth-source.el (auth-source-search): Don't try to create credentials
4088         if the caller doesn't want that.
4089         (auth-source-search): If we don't find a match, don't bug out on
4090         non-bound variables.
4091         (auth-source-search): Only ask a single backend to create the
4092         credentials.
4093
4094         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4095         logging.
4096         (nnimap-credentials): Protect against auth-source-search returning nil.
4097         (nnimap-request-list): Protect against not being able to open the
4098         server.
4099
4100 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4101
4102         * auth-source.el (auth-source-search): Do a two-phase search, one with
4103         no :create to get the responses from all backends.
4104
4105         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4106         when getting credentials.
4107
4108         * gnus-util.el (gnus-delete-duplicates): New function.
4109
4110 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4111
4112         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4113         a creation default, pass the whole port list down.  It will be
4114         completed.
4115
4116         * auth-source.el (auth-source-search): Updated docs to talk about
4117         multiple creation choices.
4118         (auth-source-netrc-create): Accept a list as a value (from the search
4119         parameters) and do completion on that list.  Keep a separate netrc line
4120         with the password obscured for showing the user.
4121
4122         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4123         first choice to `auth-source-search' so it will be used for entry
4124         creation instead of the server's Gnus-specific name.
4125         (nnimap-credentials): Rely on the auth-source library to select which
4126         port is actually wanted in the new netrc entry, so don't override
4127         `auth-source-creation-defaults'.
4128
4129         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4130         :protocol and accept a missing user, host, or port as a wildcard match.
4131         (auth-source-debug): Default to off.
4132
4133         (auth-source-netrc-search, auth-source-netrc-create)
4134         (auth-source-secrets-search, auth-source-secrets-create)
4135         (auth-source-user-or-password, auth-source-backend, auth-sources)
4136         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4137         instead of :protocol.
4138
4139         * nnimap.el (nnimap-credentials): Pass a port default to
4140         `auth-source-search' in case an entry needs to be created.
4141         (nnimap-open-connection-1): Use :port instead of :protocol.
4142
4143 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * auth-source.el: Bind load-path when loading EIEIO from
4146         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4147         21.4 doesn't support, to `require'.
4148         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4149         delete-dups that is not available in XEmacs 21.4.
4150
4151 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4152
4153         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4154         as EIEIO must also be loaded when auth-source.el is being
4155         byte-compiled.
4156
4157 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4158
4159         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4160
4161         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4162
4163         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4164
4165         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4166
4167         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4168
4169         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4170
4171         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4172
4173         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4174         necessary.
4175
4176 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4177
4178         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4179         nil means that nnimap doesn't get updated.
4180
4181 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4182
4183         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4184         result when the user doesn't want to write to the file.
4185         (auth-source-netrc-search): Expect a synthetic result and proceed
4186         accordingly.
4187         (auth-source-cache-expiry): New variable to override
4188         `password-cache-expiry'.
4189         (auth-source-remember): Use it.
4190
4191         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4192         parameter.  Create entry if necessary by using :create t.
4193         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4194
4195 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4196
4197         * auth-source.el (auth-source-debug): Enable by default and don't
4198         mention the obsolete `auth-source-hide-passwords'.
4199         (auth-source-do-warn): New function to debug unconditionally.
4200         (auth-source-do-debug): Use it.
4201         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4202         and for Secrets API entries when the secrets.el library is not
4203         available.
4204
4205 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4206
4207         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4208         (gnus-summary-exit): Kill the correct article buffer on exit from a
4209         `C-d' group.
4210
4211         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4212         gnus-propagate-marks.
4213
4214         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4215         before killing the buffers so that a non-full window conf gets handled
4216         correctly.
4217         (gnus-summary-exit): Ditto.
4218         (gnus-summary-read-group-1): Ditto.
4219
4220         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4221         async code again so that we can debug it properly.
4222
4223         * message.el (message-reply): Take an optional switch-buffer parameter
4224         so that Gnus window confs are respected better.
4225
4226 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4227
4228         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4229         `plist-get' to accept non-list parameters (XEmacs issue).
4230         Fix docstring.
4231         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4232         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4233         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4234         Login collection is "Login" and not "login".
4235
4236 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4237
4238         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4239         multiple headers.
4240
4241         * nnimap.el (nnimap-inhibit-logging): New variable.
4242         (nnimap-log-command): Don't log login commands.
4243
4244         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4245         to have more parameters.
4246
4247         * nnimap.el (nnimap-send-command): Mark the command time for each
4248         command, so that we don't get NOOPs stepping on our toes.
4249
4250         * gnus-art.el (article-date-ut): Get the date from the Date header on
4251         `t'.
4252
4253 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * auth-source.el (auth-source-search): Use copy-sequence instead of
4256         the cl.el copy-list.
4257
4258 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4259
4260         * imap.el: Bring it back (revert
4261         84d800cd31de3064f0ed39617d725709a2f8f42f).
4262
4263 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4264
4265         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4266         Improve prompt.
4267
4268 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4269
4270         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4271         washing status from the default format.  It isn't very informative.
4272
4273 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4274
4275         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4276         Fix Gcc processing on imap.
4277
4278 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * imap.el: Remove file.  All the functionality is in nnimap.el.
4281
4282 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4283
4284         * message.el (message-bury): Don't pop up a new window when selected
4285         window is dedicated.
4286
4287 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4288
4289         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4290
4291 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4292
4293         * sieve-manage.el: Autoload `auth-source-search'.
4294         (sieve-sasl-auth): Use it.
4295
4296 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4297
4298         * nnimap.el: Autoload `auth-source-forget+'.
4299         (nnimap-open-connection-1): Use it if the connection fails.
4300
4301         * auth-source.el: Require `password-cache'.
4302         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4303         obsolete.
4304         (auth-source-magic): Marker for `password-cache' keys.
4305         (auth-source-do-cache): Update docstring.
4306         (auth-source-search): Use and check cache.
4307         (auth-source-forget-all-cached, auth-source-remember)
4308         (auth-source-recall, auth-source-forget, auth-source-forget+)
4309         (auth-source-specmatchp): Caching support functions.
4310         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4311         Remove and obsolete.
4312         (auth-source-user-or-password): Remove caching to further discourage
4313         using it.  Always hide passwords.
4314
4315         * password-cache.el (password-cache-remove): Accept secrets that are
4316         not strings.
4317
4318 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4319
4320         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4321         code for now, since it doesn't work for all users.
4322
4323 2011-02-09  Julien Danjou  <julien@danjou.info>
4324
4325         * message.el (message-options): Make message-options really buffer
4326         local.
4327
4328 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * mail-source.el: Autoload `auth-source-search'.
4331         (mail-source-keyword-map): Note order matters.
4332         (mail-source-set-1): Get all the mail-source source values and
4333         defaults and search auth-source on those if needed.  This can all
4334         probably be simplified.
4335
4336         * nnimap.el: Autoload `auth-source-search'.
4337         (nnimap-credentials): Use it.
4338         (nnimap-open-connection-1): Ask for the virtual server and physical
4339         address in one shot.
4340
4341         * nntp.el: Autoload `auth-source-search'.
4342         (nntp-send-authinfo): Use it.  Note TODO.
4343
4344 2011-02-08  Julien Danjou  <julien@danjou.info>
4345
4346         * shr.el (shr-tag-body): Add support for text attribute in body
4347         markups.
4348
4349         * message.el (message-options): Make message-options a local variable.
4350
4351 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4352
4353         * auth-source.el (auth-source-secrets-search)
4354         (auth-source-user-or-password): Use `append' instead of `nconc'.
4355         (auth-source-user-or-password): Build return list better and protect
4356         against nil :secret.
4357
4358 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4359
4360         * nnimap.el (nnimap-update-info): Refactor slightly.
4361         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4362         (nnimap-update-info): Clean up slightly.
4363         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4364         characters.
4365         (nnimap-process-quirk): Rename function to avoid collision.
4366         (nnimap-update-info): Fix macrology bug-out.
4367         (nnimap-update-info): Simplify split history test.
4368
4369 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4370
4371         * auth-source.el (top): Require 'eieio unconditionally.
4372         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4373         (auth-source-secrets-search): Limit search when `max' is greater than
4374         number of results.
4375
4376 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4377
4378         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4379         part not returning any data.
4380
4381         * proto-stream.el (open-protocol-stream): Document the return value.
4382
4383 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4384
4385         * auth-source.el (auth-source-secrets-search): Add examples.
4386
4387 2011-02-06  Julien Danjou  <julien@danjou.info>
4388
4389         * message.el (message-setup-1): Handle message-generate-headers-first
4390         set to t.
4391
4392 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4395         API with a string "secrets:collection-name" and with 'default.
4396         (auth-source-backend-parse): Parse "secrets:collection-name" and
4397         'default.  Recurse on parses instead of repeating code.  Use the
4398         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4399         message when ignoring a source.
4400         (auth-source-search): List ignored search keys at the top level.
4401         (auth-source-netrc-create): Use `case' instead of `cond'.
4402         (auth-source-secrets-search): Created with TODOs.
4403         (auth-source-secrets-create): Created with TODOs.
4404         (auth-source-retrieve, auth-source-create, auth-source-delete)
4405         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4406         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4407         (auth-source-user-or-password-sftp)
4408         (auth-source-user-or-password-smtp): Remove.
4409         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4410         around `auth-source-search'.  Not tested thoroughly.
4411
4412 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4413
4414         * auth-source.el: Bring in assoc and eioeio libraries.
4415         (secrets-enabled): New variable to track the status of the Secrets API.
4416         (auth-source-backend): New EIOEIO class to represent a backend.
4417         (auth-source-creation-defaults): New variable to set prompt defaults
4418         during token creation (see the `auth-source-search' docstring for
4419         details).
4420         (auth-sources): Simplify to allow a simple string as a netrc backend
4421         spec.
4422         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4423         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4424         (auth-source-search): Main auth-source API entry point.
4425         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4426         (auth-source-search-collection): Helper function for searching.
4427         (auth-source-netrc-parse, auth-source-netrc-normalize)
4428         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4429         Supports search, create, and delete.
4430         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4431         backend stubs.
4432         (auth-source-user-or-password): Call `auth-source-search' but it's not
4433         ready yet.
4434
4435 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4436
4437         * message.el (message-setup-1): Remove the read-only stuff, since it
4438         doesn't work under XEmacs, for some reason.
4439
4440         * gnus-sum.el (gnus-user-date): Rename back from
4441         gnus-summary-user-date since user code refers to it.
4442
4443         * shr.el (shr-render-td): Store the actual background color used.
4444
4445         * message.el (message-setup-1): Don't bind the constant
4446         -forbidden-properties.
4447         (message-setup-1): Revert previous change, since it needs to bind the
4448         props to insert them.
4449         (message-resend): Allow removing the read-only separator line.
4450
4451 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4452
4453         * nnimap.el (nnimap-request-accept-article): Give an error message if
4454         the APPEND wasn't successful.
4455
4456 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4457
4458         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4459         that have no groups.
4460
4461 2011-02-03  Julien Danjou  <julien@danjou.info>
4462
4463         * gnus-draft.el: Remove progn around gnus-draft-setup.
4464
4465 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4466
4467         * gnus-start.el (gnus-read-active-for-groups): This function is never
4468         called with a nil `infos', so clean that up.
4469         (gnus-get-unread-articles): Request active files from primary/secondary
4470         methods that have no groups (yet).
4471
4472 2011-02-03  Julien Danjou  <julien@danjou.info>
4473
4474         * message.el (message-setup-1): Always generate References first.
4475         (message-mail): Return the return value of message-setup, not always t.
4476         (message-setup-1): Insert mail-header-separator with read-only and
4477         intangible properties set.
4478
4479         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4480         user-date in docstring.
4481
4482         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4483
4484         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4485         docstring.
4486
4487         * gnus.el (gnus-user-date-format-alist): Change default value.
4488         Use defcustom, with type and group. Move from gnus-util.el.
4489         Rename to gnus-summary-user-date-format-alist.
4490
4491 2011-02-03  Glenn Morris  <rgm@gnu.org>
4492
4493         * nnimap.el (gnus-fetch-headers): Declare.
4494
4495         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4496
4497 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4498
4499         * message.el (message-forward-make-body-digest-plain)
4500         (message-followup, message-reply): Clean up things noted by Stefan.
4501
4502         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4503         gnus-article-update-date-headers is nil.
4504         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4505         it didn't really work with defcustom.
4506         (article-update-date-lapsed): Make sure the window start doesn't move,
4507         either.
4508
4509 2011-02-01  Julien Danjou  <julien@danjou.info>
4510
4511         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4512         format.
4513
4514         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4515         standard in Emacs nowadays.
4516
4517         * color.el (color-gradient): Add a color-gradient function.
4518
4519 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4520
4521         * message.el (message-expand-name): Don't trust the return value of
4522         bbdb-complete-name.
4523         (message-check-news-header-syntax): Remove unused var `start'.
4524         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4525         (message-inhibit-body-encoding): Move to before first use.
4526         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4527         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4528         (Organization, Message-ID, Date, mh-previous-window-config):
4529         Defvar the vars using dynamic scoping.
4530
4531 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4532
4533         * shr.el (shr-render-td): Only do colors at the final rendering.
4534         Should be slightly faster.
4535         (shr-insert-table): Fix up TD background colors when doing the
4536         vertical padding.
4537
4538         * gnus-art.el (article-date-ut): Protect against articles with no Date
4539         header.
4540         (article-update-date-lapsed): Don't use current-column to find the
4541         horizontal position.  It's fragile in the presence of \003 characters.
4542
4543         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4544
4545 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4546
4547         * gnus-art.el (article-transform-date): Rewrite to still work when
4548         there are several rfc2822 parts.
4549         (article-transform-date): Fix infinite recursion.
4550         (article-date-ut): Replace infinitely many Date headers with a single
4551         one when called interactively.
4552
4553         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4554         secure manner.
4555
4556         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4557         move around by not using save-window-excursion.  It seems to work...
4558
4559 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-art.el (article-make-date-line): Work for user-defined format.
4562
4563 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4564
4565         * nntp.el (nntp-retrieve-group-data-early)
4566         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4567         fetching functions.
4568
4569         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4570         thoroughly for all backends that have no known groups.  This should
4571         allow new nnml methods to retrieve mail.
4572
4573         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4574         that Gnus doesn't know exists again.
4575
4576         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4577         (gnus-treat-date-ut): Ditto.
4578         (gnus-article-update-date-header): Rename.
4579         (gnus-treat-date-local): Remove.
4580         (gnus-treat-date-english): Remove.
4581         (gnus-treat-date-lapsed): Remove.
4582         (gnus-treat-date-combined-lapsed): Remove.
4583         (gnus-treat-date-original): Remove.
4584         (gnus-treat-date-iso8601): Remove.
4585         (gnus-treat-date-user-defined): Remove.
4586         (gnus-article-date-headers): New variable to control all the date
4587         header options.
4588         (article-date-ut): Rewrite to allow using the new way to format date
4589         headers(s).
4590
4591 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4592
4593         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4594         method.
4595         (nnmail-article-group): A better test for fanciness.
4596
4597         * nnimap.el (nnimap-request-head): Protect against not finding the
4598         article by Message-ID.
4599
4600 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4601
4602         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4603         keep point at the "same place".
4604
4605 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4606
4607         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4608         data if the group is inactive.
4609
4610 2011-01-28  Julien Danjou  <julien@danjou.info>
4611
4612         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4613         (gnus-all-windows-visible-p): Remove old compatibility code.
4614         (gnus-window-top-edge): Add docstring.
4615
4616         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4617
4618 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4619
4620         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4621         older request-update-info.
4622
4623         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4624
4625 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4626
4627         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4628         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4629
4630 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4631
4632         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4633         groups.  This makes the nndraft:queue group pop up if it's not already
4634         there.
4635
4636         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4637         messages" logic, which was reversed.
4638
4639         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4640         the "same place" even if point is on the line being replaced.
4641         (article-update-date-lapsed): Allow updating both the combined lapsed
4642         and the lapsed headers.
4643         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4644         (article-make-date-line): Limit the number of segments dynamically to
4645         avoid too-long lines.
4646
4647 2011-01-27  Julien Danjou  <julien@danjou.info>
4648
4649         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4650         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4651
4652 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4655         Use plist-get instead of the cl function getf.
4656
4657 2011-01-27  Glenn Morris  <rgm@gnu.org>
4658
4659         * gnus-util.el (float-time): Get rid of compiler warning, again.
4660
4661 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4662
4663         * shr.el (shr-put-color): Special-case background colors: Do put them
4664         at the blank parts at the front of the lines.
4665
4666         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4667         exit hook to nix out all data on readedness on group exit.
4668
4669         * gnus-util.el (float-time): If float-time is bound, always use it on
4670         all Emacsen.  It's unclear why the subrp check was there.
4671         (time-date): Require to make some autoload issues on XEmacs go away.
4672
4673         * shr.el (shr-put-color): Don't do the box padding in tables, since
4674         they're already padded.
4675
4676 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4677
4678         * gnus-art.el (gnus-article-next-page): When the last line of the
4679         article is displayed, scroll down once more instead of going to the
4680         next article at once.
4681         (article-lapsed-string): Refactor out and allow specifying how many
4682         segments you want.
4683         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4684         (gnus-article-update-lapsed-header): New variable.
4685
4686         * shr.el: Revert change that made headings use different-sized faces.
4687         The Emacs display engine isn't advanced enough that, for instance,
4688         tables can comfortably use differently-sized faces.
4689
4690 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4691
4692         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4693         used.
4694         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4695         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4696         we're using an encrypted connection.
4697
4698         * proto-stream.el: Alter the interface functions to also return the
4699         actual stream type used: network or tls.
4700
4701 2011-01-25  Julien Danjou  <julien@danjou.info>
4702
4703         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4704         (mm-display-javascript-inline): New function.
4705
4706         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4707         viewing function.
4708
4709 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * shr.el (shr-expand-newlines): Fix variable name.
4712
4713 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4714
4715         * shr.el (shr-expand-newlines): Make nested boxes work.
4716
4717 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4718
4719         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4720         backgrounds.
4721         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4722         in a more sensible manner.
4723
4724 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4725
4726         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4727         if EPG is loaded.
4728
4729 2011-01-24  Julien Danjou  <julien@danjou.info>
4730
4731         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4732         tags.
4733
4734 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4735
4736         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4737         commands.
4738
4739         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4740         in the article buffer.
4741         (gnus-gravatar-insert): Use blank space from the current buffer to
4742         avoid breaking text properties.  This makes X-Sent updating work again.
4743
4744         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4745
4746 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4747
4748         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4749         fix the bug in url-http.el instead.
4750
4751         * shr.el (shr-image-fetched): Ditto.
4752
4753         * shr.el (shr-image-fetched): Avoid having point move in the article
4754         buffer.
4755
4756         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4757         buffer after being called.  It's apparently being killed by url.el, and
4758         killing it made point move to end-of-buffer in a random buffer.
4759
4760         * shr.el (shr-image-fetched): Ditto.
4761
4762 2011-01-23  Julien Danjou  <julien@danjou.info>
4763
4764         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4765
4766         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4767         text/x-org.
4768
4769 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4770
4771         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4772         (i.e., nnimap) returning nil as the article number.
4773
4774 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4775
4776         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4777         "DelSp" parameter in RFC3676.
4778
4779 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4780
4781         * message.el (message-check-recipients): Display the encoded version of
4782         the bogus address if they differ.
4783
4784         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4785         after sending.
4786
4787         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4788
4789         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4790
4791         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4792         group buffer after sending the queue.
4793
4794         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4795
4796 2011-01-22  Julien Danjou  <julien@danjou.info>
4797
4798         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4799
4800 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4801
4802         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4803         nested related parts.
4804
4805         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4806         unexpired articles.  This fixes the regression that led expiry marks to
4807         disappear from nnfolder groups.
4808
4809 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4810
4811         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4812         Don't confuse the "ret" of "retrograde" with RET.
4813
4814 2011-01-21  Julien Danjou  <julien@danjou.info>
4815
4816         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4817         than mm-insert-inline.
4818
4819 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4822         Widen article buffer.
4823
4824 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4825
4826         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4827         the temp buffer.
4828         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4829
4830 2011-01-20  Julien Danjou  <julien@danjou.info>
4831
4832         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4833
4834         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4835         than mm-insert-inline to insert inline part: this respect
4836         mm-inline-media-tests displayers.
4837
4838         * mm-view.el (mm-display-shell-script-inline): New function.
4839
4840         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4841
4842         * mm-uu.el (mm-uu-type-alist): Add org block.
4843         (mm-uu-org-src-code-block-extract): New function.
4844
4845         * mm-view.el (mm-display-org-inline): New function.
4846
4847         * mm-decode.el (mm-automatic-display): Add text/org.
4848
4849         * mailcap.el (mailcap-mime-extensions): Add .org.
4850
4851 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4854         gnus-article-add-buttons.
4855
4856 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4857
4858         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4859         From header with a date and "nobody" as the sender.
4860
4861 2011-01-19  Julien Danjou  <julien@danjou.info>
4862
4863         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4864         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4865         if you have the same regexp several times.
4866         (gnus-button-push): Fix matching when regexp is symbol.
4867
4868 2011-01-15  Glenn Morris  <rgm@gnu.org>
4869
4870         * message.el (message-mail): A compose-mail function should
4871         accept headers as strings.
4872
4873 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4874
4875         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4876         Add :vert-only tags.
4877         (message-mail): New arg RETURN-ACTION.
4878         (message-return-action): New var.
4879         (message-bury): Use it.
4880         (message-mode): Make it buffer-local.
4881         (message-send-and-exit): Always call message-bury.
4882
4883         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4884         message-mail.
4885
4886 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4887
4888         * nnimap.el (nnimap-convert-partial-article): Protect against
4889         zero-length body parts.
4890
4891         * mm-decode.el (mm-preferred-alternative-precedence):
4892         Discourage showing empty parts.
4893
4894         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4895         and stuff if the backend didn't return the article number.  This fixes
4896         an Exchange-related nnimap bug.
4897
4898         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4899         group window, because it does the wrong thing when a separate frame
4900         displays the group buffer.
4901
4902         * proto-stream.el (open-protocol-stream): Protect against the low-level
4903         transport functions returning nil.
4904
4905 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4906
4907         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4908         (mml2015-epg-find-usable-secret-key): New function.
4909         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4910         mml2015-epg-find-usable-key (Bug#7797).
4911         (mml2015-epg-encrypt): Ditto.
4912
4913 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * dgnushack.el (rot13-string): Fix the way to get the argument.
4916
4917 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918
4919         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4920
4921 2011-01-03  Glenn Morris  <rgm@gnu.org>
4922
4923         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4924
4925         * sieve.el (sieve-open-server): Give a more explicit error if
4926         sieve-manage-open returns nil.  (Bug#7720)
4927
4928 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4929
4930         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4931
4932 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4935         This avoids sending passwords in plain text over non-encrypted
4936         channels.
4937
4938         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4939
4940         * nnimap.el (nnimap-login): Refactored out into own function, and
4941         implement CRAM-MD5.
4942         (nnimap-wait-for-line): Refactored out.
4943
4944         * mm-view.el (mml-smime): Require.
4945
4946 2010-12-20  David Engster  <deng@eml.cc>
4947
4948         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4949         use EPG to decrypt S/MIME messages instead of openssl.
4950
4951 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4954
4955         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4956         status is the group clearly is unreachable.
4957
4958         * auth-source.el (auth-source-create): Add the optional second
4959         parameter to `local-variable-p' to be compatible with XEmacs.
4960
4961 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4962
4963         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4964         work when using a compressed nnml folder.
4965
4966 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4969         backends after sanitising on entry, because this never makes sense:
4970         If the articles have gone missing, then the data no longer exists on
4971         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4972         overwrite anything anyway.
4973
4974         * shr.el (shr-insert-document): Bind shr-width dynamically to
4975         window-width if it's nil.
4976
4977 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4978
4979         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4980         with the meaning of using the full emacs window width for rendering.
4981
4982 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4983
4984         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4985         case when sender is not given.
4986
4987 2010-12-23  Julien Danjou  <julien@danjou.info>
4988
4989         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4990         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4991         the addresses, otherwise we might misplaced the gravatar.
4992
4993 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4994
4995         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4996         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4997         obsolete in Emacs.
4998
4999 2010-12-20  Julien Danjou  <julien@danjou.info>
5000
5001         * gnus-util.el (gnus-rescale-image): Revert last change.
5002
5003 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5004
5005         * binhex.el: Improve commentary (Bug#7482).
5006
5007 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * gnus-group.el (gnus-group-delete-articles): New command.
5010
5011 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5012
5013         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5014
5015 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5018         here, since it's up to the backends to do CRLF removal if their
5019         protocol has it.
5020
5021         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5022
5023 2010-12-17  Julien Danjou  <julien@danjou.info>
5024
5025         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5026         they are from file.  Can also scale up.
5027
5028 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5029
5030         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5031         Restore gnus-use-agent.
5032         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5033
5034         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5035
5036 2010-12-17  Julien Danjou  <julien@danjou.info>
5037
5038         * gravatar.el (gravatar-retrieve-synchronously): New function.
5039         (gravatar-get-data): Make more robust.
5040
5041 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5044
5045 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5048         to really consider the last line.
5049
5050 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5051
5052         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5053         list of recipient keys, or use symmetric encryption if not a list.
5054         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5055         EPA override, replacing the call to `netrc-store-data'.
5056
5057 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5058
5059         * gnus-srvr.el: Avoid passing nil regexp argument to
5060         delete-matching-lines.
5061
5062 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5065         fetching stops when Gnus exits.
5066
5067         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5068         function.
5069         (nnfolder-request-expire-articles): Save all the buffers after doing
5070         expiry.
5071
5072         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5073         the last article", since that led to serious performance regressions
5074         when expiring nnml groups.
5075
5076 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5077
5078         * nnir.el: Improve customizations.
5079
5080 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5083
5084         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5085         group has been killed.
5086         (gnus-group-yank-group): Ditto.
5087
5088         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5089
5090         * nnimap.el (nnimap-request-update-group-status): New function.
5091
5092         * gnus-int.el (gnus-request-update-group-status): New interface
5093         function.
5094
5095         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5096         copying read-ness to the backends.
5097
5098         * nnimap.el (nnimap-quirk): New function.
5099         (nnimap-retrieve-group-data-early): Use it.
5100         (nnimap-quirks): New alist.
5101
5102 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5105         don't delete it within indentation.
5106
5107 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5110         previous line.
5111
5112 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5115         QRESYNC command by deleting a superfluous space which broke Cyrus
5116         servers.  This change will break other servers that are buggy the other
5117         way around.
5118
5119 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5120
5121         * spam.el: Reindent and fix long lines.
5122         (spam-copy-or-move-routine): Exclude invalid move destinations.
5123
5124 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5125
5126         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5127         installed the registry.
5128
5129 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5132
5133 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5134
5135         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5136         groupname doesn't contain "gmane".
5137
5138 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5141         and netrc-bound-and-true-p bindings.
5142         (netrc-parse): Cache the netrc contents.
5143
5144         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5145         (gnus-1): Don't create the nndrafts group twice.
5146         (gnus-setup-news): There's no need to read the active file here, since
5147         that's done again later on a per-backend basis.
5148         (gnus-start-draft-setup): Make sure that the new group is started out
5149         empty.
5150
5151         * gnus-agent.el (gnus-agentize): Don't create the queue group
5152         automatically on startup.  It'll be created later, if needed.
5153
5154         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5155         of automatically subscribed groups.
5156         (gnus-auto-subscribed-categories): New variable.
5157         (gnus-matches-options-n): Use it.
5158         (gnus-default-subscribed-newsgroups): Remove unused variable.
5159         (gnus-start-draft-setup): Message a bit less.
5160
5161 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5162
5163         * nnir.el (nnir-run-imap): Return article list in order of increasing
5164         UID.
5165
5166 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5167
5168         * gnus-sum.el (gnus-summary-enter-digest-group):
5169         Mention gnus-auto-select-on-ephemeral-exit.
5170
5171         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5172         convention of the network-only option.
5173
5174 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * proto-stream.el (proto-stream-open-network-only): New function to
5177         have a way to specify non-STARTTLS upgrade connections.
5178
5179 2010-12-10  Julien Danjou  <julien@danjou.info>
5180
5181         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5182         email address is nil.
5183
5184         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5185
5186 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5187
5188         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5189         deletion.
5190         (nnir-run-imap): Only need to parse list once.
5191
5192 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193
5194         * shr.el (shr-tag-script): Ignore <script>.
5195         (shr-tag-label): Add <label> support.
5196
5197 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5200
5201         * shr.el (shr-image-displayer): Work for images lined side by side.
5202
5203 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5204
5205         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5206         parameter, since XEmacs doesn't accept t as a parameter.
5207
5208 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5209
5210         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5211         ids.
5212         (nnir-run-gmane): Simplify groupspec formatting.
5213         (nnir-request-expire-articles): New function.
5214
5215 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5218         overflow, possibly.
5219
5220         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5221         (shr-render-td): Handle td style="" better.
5222         (shr-tag-table): Use the color from the style sheet.
5223         (shr-render-td): Make sure we copy over all the overlays, too.
5224
5225 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5226
5227         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5228         (nnir-request-article): Improve article retrieval.
5229
5230 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * mm-util.el (mm-extra-numeric-entities): New variable.
5233
5234         * mm-url.el (mm-url-decode-entities):
5235         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5236
5237         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5238
5239 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5240
5241         * message.el: Use completion-at-point.
5242         (message-completion-function): New fun, extracted from message-tab.
5243         (message-mode): Use it for completion-at-point-functions.
5244         (message-tab): Use it and completion-at-point.
5245
5246 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5249         character if a non-breakable character follows.
5250
5251 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5254         any stream.
5255
5256         * shr.el (shr-tag-font): Colorize the region.
5257         (shr-tag-body): Ditto.
5258         (shr-tag-font): Actually let the styles be inherited instead of
5259         overwriting them.
5260         (shr-tag-font): Get the background color right.
5261         (shr-tag-style): Ignore all <style> tags for the moment.
5262
5263         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5264         a Message-ID to avoid having nnimap depend on gnus-sum.
5265
5266         * shr.el (shr-descend): Only colorize something if we have a node that
5267         sets colors.
5268
5269 2010-12-06  Julien Danjou  <julien@danjou.info>
5270
5271         * shr.el (shr-render-td): Render td content with shr-descend, so style
5272         will be applied to <td> too.
5273         (shr-colorize-region): Colorize region even if we only have a background.
5274         (shr-tag-body): Fix color and background color inheritance.
5275         Do not recolorize after shr-generic.
5276         (shr-tag-font): Let shr-generic colorize via inheritance.
5277
5278 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5281
5282 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5283
5284         * nnir.el (nnir-request-move-article): Remove obsolete code.
5285
5286 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5289
5290 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * gnus-sum.el (gnus-summary-respool-article): The completion function
5293         expects a list instead of an alist.
5294
5295         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5296         string as the parameter.
5297
5298         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5299
5300         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5301         styles.
5302         (shr-colorize-region): New function.
5303         (shr-insert-background-overlay): Remove.
5304         (shr-render-td): Background setting should be taken care of on a higher
5305         level.
5306         (shr-tag-body): Use post-hoc colorizations.
5307         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5308         (shr-put-color-1): Don't overwrite old colors.
5309         (shr-colorize-region): When the background color isn't explicit, use
5310         a fixed background.
5311
5312         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5313         nnmail variables.
5314
5315 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5316
5317         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5318         unless necessary.
5319
5320 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5321
5322         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5323         server.
5324
5325 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5328         so that TAB works.
5329
5330         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5331         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5332
5333         * shr.el (shr-urlify): Show the URL before the title to avoid
5334         misleading URLs.
5335
5336 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5337
5338         * shr.el (shr-urlify): Display the title in <a> tags.
5339
5340 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5341
5342         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5343
5344 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5345
5346         * nnir.el: Rearrange code to allow macros to be autoloaded by
5347         gnus-sum.el.
5348         (nnir-retrieve-headers-override-function): Make this variable
5349         customizable.
5350         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5351
5352         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5353         from nnir.el.
5354
5355 2010-12-03  Julien Danjou  <julien@danjou.info>
5356
5357         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5358
5359 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5362         allow optional argument `environment'.
5363
5364 2010-12-03  Glenn Morris  <rgm@gnu.org>
5365
5366         * mm-extern.el (message-goto-body): Update declaration.
5367
5368 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-util.el (gnus-macroexpand-all): New function.
5371
5372         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5373         instead of macroexpand-all that is unavailable in XEmacs.
5374
5375 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5376
5377         * nnir.el (nnir-summary-line-format): New variable.
5378         (nnir-mode): Use it.
5379         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5380         (nnir-article-ids): Reimplement as defsubst.
5381         (nnir-retrieve-headers): Don't mangle the subject header.
5382         (nnir-run-imap): Use 100 as RSV score.
5383         (nnir-run-find-grep): Fix for full server searching.
5384         (nnir-run-gmane): Better restriction to gmane groups.
5385
5386         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5387         summary buffers.
5388
5389 2010-12-02  Julien Danjou  <julien@danjou.info>
5390
5391         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5392
5393         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5394
5395         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5396         support.
5397
5398 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5399
5400         * nnir.el: Update to handle the registry better.
5401         (autoload): Silence byte-compiler.
5402         (nnir-open-server): Add a hook for nnir groups.
5403         (nnir-request-move-article): Don't mangle the header.  Better to use
5404         formatting variables (which will be added in the future).
5405         (nnir-registry-action): Update the registry using the original article
5406         group name.
5407         (nnir-mode): Install nnir-specific hooks for updating the registry.
5408
5409         * gnus-sum.el
5410         (gnus-article-original-subject,gnus-newsgroup-original-name):
5411         Remove obsolete variables.
5412         (gnus-summary-move-article): Remove use of obsolete variables.
5413         (gnus-summary-local-variables): Make move and delete hooks local to
5414         summary buffers.
5415
5416 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417
5418         * rtree.el: New file.
5419
5420 2010-12-01  Julien Danjou  <julien@danjou.info>
5421
5422         * message.el (message-user-organization): Do not use
5423         gnus-local-organization.
5424
5425         * gnus.el: Remove gnus-local-organization.
5426
5427         * gnus-msg.el: Remove nastygram thing.
5428
5429 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5430
5431         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5432         funcall.
5433
5434 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5437         names.
5438
5439         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5440         characters.
5441
5442         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5443         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5444         Suggested by Štěpán Němec <stepnem@gmail.com>.
5445         (gnus-gravatar-transform-address): Use mail-extract-address-components
5446         that supports non-ASCII names rather than mail-header-parse-addresses.
5447
5448 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * proto-stream.el (open-protocol-stream): All starttls connections are
5451         handled by the network handler.
5452
5453 2010-11-30  Julien Danjou  <julien@danjou.info>
5454
5455         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5456         (nnimap-open-connection-1): Fix PREAUTH.
5457
5458         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5459
5460 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5463         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5464         (shr-insert): Use them.
5465         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5466
5467 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5468
5469         * nnir.el (nnir-request-move-article): Bail out if original group
5470         doesn't support article moves.
5471         (nnir-get-active): Improve active list retrieval.
5472
5473 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5476
5477 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5478
5479         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5480         seem to accept strings-with-numbers as port numbers.
5481
5482 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5483
5484         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5485         change the registry.
5486
5487 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5490         delete-dups that is not available in XEmacs 21.4.
5491
5492         * mm-util.el (mm-delete-duplicates): Add comment.
5493
5494 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5495
5496         * nnir.el (nnir-ignored-newsgroups): New variable.
5497         (nnir-get-active): Use it.
5498
5499 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * proto-stream.el (proto-stream-open-network): Add some comments.
5502
5503         * nntp.el (nntp-open-connection): Provide a :success condition.
5504
5505         * nnimap.el (nnimap-open-connection-1): Ditto.
5506
5507         * proto-stream.el (proto-stream-open-network): See what the response to
5508         the STARTTLS command is.
5509
5510         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5511         backwards compatibility).
5512         (nnimap-open-connection-1): Really respect nnimap-server-port.
5513
5514         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5515         TLS upgrades we don't really care about the identity of the peer.
5516         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5517         that what we've checked for.
5518         (proto-stream-always-use-starttls): Only default to t if
5519         open-gnutls-stream exists.
5520         (proto-stream-open-network): If STARTTLS failed, then just open a
5521         normal connection.
5522         (proto-stream-open-network): Wait until the greeting before doing
5523         STARTTLS.
5524
5525         * nntp.el (nntp-open-connection): Report what the connection error is.
5526
5527         * proto-stream.el (open-protocol-stream): Rename from
5528         open-proto-stream.
5529
5530 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * nnimap.el (nnimap-stream): Change default to `undecided'.
5533         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5534         first, and then network.
5535         (nnimap-open-connection-1): Respect nnimap-server-port.
5536         (nnimap-open-connection): Be more backwards-compatible.
5537
5538         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5539         (proto-stream-open-starttls): De-duplicate the starttls code.
5540         (proto-stream-open-starttls): Folded back into the main function.
5541         (proto-stream-open-network): Fix typo in the gnutls path.
5542         (proto-stream-command): Refactor out.
5543
5544         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5545
5546         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5547         starttls.el STARTTLS.
5548
5549         * color.el (color-lab->srgb): Fix function call name.
5550
5551         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5552         if we're using tls.el.
5553         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5554         built in, then don't try to establish a STARTTLS connection.
5555
5556         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5557         servers.
5558
5559         * proto-stream.el (open-proto-stream): Use network, not stream.
5560         (open-proto-stream): Add a way to specify what the end of a command is.
5561
5562         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5563         connections types.
5564         (nntp-open-network-stream): Remove.
5565         (nntp-open-ssl-stream): Remove.
5566         (nntp-open-tls-stream): Remove.
5567         (nntp-ssl-program): Remove.
5568
5569         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5570
5571 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5572
5573         * nnir.el: Fix typos.
5574         (nnir-retrieve-headers-override-function): Rename variable to reflect
5575         new semantics.
5576         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5577         macros.
5578         (nnir-request-article, nnir-request-move-article): Use them.
5579         (nnir-categorize): New function.
5580         (nnir-run-query): Use it.
5581         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5582         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5583         sorted.
5584         (nnir-group-full-name): Use gnus-group-full-name instead.
5585         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5586         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5587
5588 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5589
5590         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5591
5592         * proto-stream.el: New library to provide protocol-specific
5593         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5594         protocols.
5595         (open-proto-stream): Complete the documentation.
5596         (proto-stream-open-network): Fix some typos.
5597
5598         * nnimap.el (nnimap-open-connection): Use it.
5599
5600 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5601
5602         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5603         negotiation.
5604
5605 2010-11-26  Julien Danjou  <julien@danjou.info>
5606
5607         * color.el: Rename various rgb functions to srgb.
5608
5609 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610
5611         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5612         names.
5613
5614 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * shr.el (shr-insert): Revert last change.
5617         (shr-find-fill-point): Never leave point being at bol;
5618         relax the kinsoku limitation when rendering tables.
5619
5620 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5623         results from -accept-article.
5624
5625         * shr-color.el: Require cl when compiling.
5626
5627         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5628         checkin.
5629
5630         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5631
5632         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5633
5634         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5635         'add and 'delete to set backend marks.
5636
5637         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5638
5639         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5640
5641         * nntp.el (nntp-request-set-mark): Use it.
5642
5643         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5644
5645         * nnml.el (nnml-request-set-mark): Ditto.
5646
5647         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5648         introduces regressions in article selection.
5649         (nnimap-find-uid-response): New function.
5650         (nnimap-request-accept-article): Use the UID returned, if any.
5651         (nnimap-request-move-article): Use the UID returned, if any.
5652         (nnimap-get-groups): Reimplement to work with folded lines.
5653         (nnimap-find-uid-response): The UID is the last element in the list.
5654         (nnimap-request-set-mark): Extend syntax with 'set.
5655
5656         * nnml.el (nnml-request-set-mark): Ditto.
5657
5658         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5659
5660         * nntp.el (nntp-request-set-mark): Ditto.
5661
5662 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * message.el (message-called-interactively-p): A temporary macro.
5665         (message-goto-body): Use it temporarily.
5666
5667 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5670         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5671         (nnimap-last-response-string): Fix last unfolding fix.
5672
5673 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * shr.el (shr-insert): Fix the way to fold lines.
5676
5677 2010-11-25  Julien Danjou  <julien@danjou.info>
5678
5679         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5680
5681         * color.el: Rename from color-lab.el
5682         (color-rgb->hex): Add.
5683         (color-complement): Add.
5684         (color-complement-hex): Add.
5685
5686         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5687
5688 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5689
5690         * shr-color.el (shr-color-visible): Don't bug out if the color names
5691         don't exist.
5692
5693 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5696         assuming that article displaying or another mml-preview may be
5697         interrupted for an error or for the like.
5698
5699         * shr.el (shr-get-background): Fix argument name.
5700
5701 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5704
5705         * gnus-sum.el (gnus-summary-include-articles): New function.
5706
5707         * message.el (message-goto-body): called-interactively-p needs a
5708         parameter, so use `any'.
5709
5710         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5711         clear marks before moving, since they're synced from the Gnus side
5712         first.
5713
5714         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5715         (gnus-summary-move-article): Copy over all marks before moving, so that
5716         IMAP doesn't think a new article has arrived.
5717
5718 2010-11-24  Julien Danjou  <julien@danjou.info>
5719
5720         * shr.el (shr-insert-background-overlay): Fix typo.
5721         (shr-render-td): Copy the background before rendering.
5722
5723         * shr-color.el (shr-color-visible): Fix docstring.
5724
5725         * shr.el (shr-tag-table): Add bgcolor support.
5726         (shr-render-td): Add bgcolor support.
5727         (shr-get-background): Add.
5728         (shr-insert-foreground-overlay): Use shr-get-background.
5729
5730         * message.el (message-goto-body): Use called-interactively-p.
5731         (message-in-body-p): message-goto-body returns point.
5732
5733 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5736         Fixes something or other in Emacs 23, and is backwards compatible.
5737
5738         * message.el (message-goto-body): Remove the <#secure special-casing,
5739         which is too special.
5740
5741         * shr.el (shr-parse-style): Drop !important from styles.
5742
5743 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5744
5745         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5746         this function to return incorrect results when calling it with an
5747         explicit article argument different from
5748         (gnus-summary-article-number).
5749
5750 2010-11-24  Julien Danjou  <julien@danjou.info>
5751
5752         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5753         (shr-tag-body): Add background support.
5754         (shr-descend): Add background support.
5755         (shr-tag-title): Add.
5756
5757         * shr-color.el (shr-color-visible): Really return original background
5758         if fixed.
5759
5760 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * shr.el (shr-color-check): Protect against non-existent color names.
5763
5764 2010-11-24  Julien Danjou  <julien@danjou.info>
5765
5766         * color-lab.el: Require 'cl when compiling.
5767
5768         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5769
5770         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5771         matched part.
5772
5773         * color-lab.el: Fix all expt calls to use float type.
5774
5775 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5778         expression to shr-color-check as is.
5779
5780         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5781
5782         * color-lab.el: Add coding cookie.
5783         (float-pi): Use eval-and-compile.
5784
5785         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5786         compiled for Emacsen having no `libxml-parse-html-region' support.
5787
5788 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5789
5790         * shr.el (shr-insert-color-overlay): Split stuff like
5791         "#444444 !important" to find the real color.
5792         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5793         parse <font color="red"> entries.
5794
5795 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5796
5797         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5798         point when parsing headers.
5799
5800         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5801         is positioned properly when parsing headers.
5802
5803 2010-11-23  Julien Danjou  <julien@danjou.info>
5804
5805         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5806
5807         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5808
5809         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5810
5811         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5812         Use shr-color-hue-to-rgb.
5813         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5814
5815 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5816
5817         * shr.el (shr-color->hexadecimal): Autoload.
5818         (shr-descend): Add color to all tags.
5819
5820 2010-11-22  Julien Danjou  <julien@danjou.info>
5821
5822         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5823         shr-color->hexadecimal.
5824
5825         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5826         RGB() or HSL() color representation.
5827
5828         * shr.el (shr-tag-font): Add.
5829         (shr-tag-color-check): New function to get better colors.
5830         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5831         tag-span.
5832
5833         * shr-color.el: New file.
5834
5835         * color-lab.el: New file.
5836
5837         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5838
5839 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5840
5841         * nnir.el: Fix typo in comments.
5842         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5843         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5844
5845 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5846
5847         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5848
5849         * nnimap.el (nnimap-get-capabilities): Refactor out.
5850         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5851
5852 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5853
5854         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5855         appearing when `mm-uu-hide-markers' is nil.
5856
5857 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * nnimap.el (nnimap-unselect-group): Make into its own function.
5860         (nnimap-request-rename-group): Unselect group before renaming.
5861         This had gotten lost somewhere.
5862         (nnimap-request-accept-article): Keep track of examined groups, and
5863         unselect the group before APPENDing to read-only groups.
5864         (nnimap-request-move-article): Clear flags before moving so that they
5865         can be re-set later.
5866
5867 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5870         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5871
5872 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-art.el (gnus-mime-display-single):
5875         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5876         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5877         parameter.
5878
5879 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5880
5881         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5882         (shr-table-vertical-line): New variable.
5883         (shr-insert-table): Use it.
5884
5885 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-html.el (gnus-html-wash-images): Don't display images if
5888         gnus-inhibit-images is non-nil; register displayer for cid images.
5889         (gnus-html-display-image): Work for cid image.
5890         (gnus-html-insert-image): Allow arguments.
5891         (gnus-html-put-image): Inhibit read-only.
5892         (gnus-html-prefetch-images): Don't prefetch images if
5893         gnus-inhibit-images is non-nil.
5894
5895 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896
5897         * shr.el (shr-put-image): Break lines when inserting big pictures.
5898
5899 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5900
5901         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5902         sender, thanks Katsumi Yamaoka.
5903
5904 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5905
5906         * nnir.el (nnir-run-imap): Reverse the article list for each group
5907         rather than the whole list.
5908
5909 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * shr.el (shr-image-displayer): Protect function against non-existent
5912         image source.
5913
5914         * gnus-art.el (gnus-inhibit-images): New user option.
5915         (gnus-mime-display-single): Don't display image if it is non-nil.
5916
5917         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5918         gnus-inhibit-images.
5919
5920         * shr.el (shr-image-displayer): New function.
5921         (shr-tag-img): Use it.
5922
5923 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5924
5925         * mml2015.el (mml2015-epg-sign): Use From header.
5926
5927 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5930
5931         * gnus-util.el (gnus-find-text-property-region): Return markers.
5932
5933         * shr.el (shr-tag-img): Put a displayer in the text property.
5934
5935         * gnus-util.el (gnus-find-text-property-region): New utility function.
5936
5937         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5938         (gnus-html-show-images): Remove.
5939
5940         * gnus-art.el (gnus-article-show-images): New, more general function.
5941
5942         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5943         image url text properties.
5944
5945         * shr.el: Ditto.
5946
5947         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5948         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5949
5950 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5953         work for two or more articles.
5954
5955 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5958         divide an image that's in an html article to two or more when washing
5959         non-ASCII characters in alt text of it.
5960
5961 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5964         smime-decrypt-region using function argument.
5965         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5966
5967         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5968
5969         * smime.el (smime-decrypt-region): Catch it.
5970
5971 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5972
5973         * smime.el (smime-mode-map): Move initialization into declaration.
5974         (gnus-run-mode-hooks): Don't autoload.
5975         (smime-mode): Use define-derived-mode.
5976
5977 2010-11-11  Glenn Morris  <rgm@gnu.org>
5978
5979         * smime.el (from): Restrict declaration to XEmacs.
5980
5981         * nnir.el (gnus-group-topic-name): Autoload.
5982
5983 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * shr.el (shr-insert): Don't break long line if it is because of
5986         kinsoku-bol characters in the line end.
5987
5988 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5989
5990         * nnir.el (nnir-request-move-article): Fix to provide original group
5991         and subject.
5992         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5993         been retrieved.
5994
5995         * gnus-sum.el (gnus-summary-move-article): Use original group and
5996         subject for virtual articles such as those in an nnir summary buffer.
5997
5998 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6001         least 21.5).
6002
6003         * smime.el (from): Declare it again for XEmacs.
6004
6005 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6006
6007         * message.el (message-resend): Don't disable encoding unless it's
6008         already encoded.
6009
6010         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6011         low-numbered articles.
6012
6013 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * rfc2047.el (rfc2047-syntax-table): Simplify.
6016
6017         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6018
6019         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6020         set-char-table-range for XEmacs.
6021
6022 2010-11-10  Glenn Morris  <rgm@gnu.org>
6023
6024         * time-date.el (time-to-seconds): Always an alias on Emacs,
6025         never a real function.
6026         (with-no-warnings): Remove compat stub, now unused.
6027         (time-less-p): Doc fix.
6028         (time-to-number-of-days): Simplify.
6029
6030         * smime.el (from): Remove unused declaration.
6031
6032         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6033         (gnus-float-time): On Emacs, always an alias.
6034
6035         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6036         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6037
6038 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * dgnushack.el: Don't use ignore-errors in the top level form since it
6041         is unavailable in XEmacs even if cl is loaded.
6042
6043         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6044
6045 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * shr.el (browse-url-mailto): Autoload.
6048
6049         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6050
6051         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6052         regexp doesn't need quoting.
6053
6054 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6055
6056         * message.el (message-subject-trailing-was-ask-regexp)
6057         (message-subject-trailing-was-regexp): Match was: in addition to was.
6058
6059 2010-11-09  Glenn Morris  <rgm@gnu.org>
6060
6061         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6062         (nnbabyl-check-mbox): Use point-at-bol.
6063
6064 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6067
6068         * message.el (message-mailto): New function.
6069         (message-mailto): Should accept other parameters.
6070         (message-mailto): Remove since it duplicates browse-url-mailto
6071         functionality.
6072
6073 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6074
6075         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6076         methods.
6077         (gnus-read-active-file): Ditto.
6078
6079         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6080         ": " from the prompt.
6081         (gnus-group-make-group): Ditto.
6082
6083 2010-11-07  Glenn Morris  <rgm@gnu.org>
6084
6085         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6086         (gnus-bookmark-kill-line): Use point-at-eol.
6087
6088 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6091         asterisks in From header.
6092
6093 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6096         string to avoid making the From headers syntactically invalid.
6097
6098         * message.el (message-send-mail): Don't insert courtesy messages if the
6099         message already has List-Post and List-ID messages.
6100
6101 2010-11-06  Glenn Morris  <rgm@gnu.org>
6102
6103         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6104         `condition', `type', `length' a prefix.
6105         (gnus-treat-predicate): Update for above name changes.
6106
6107 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6108
6109         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6110         binding.  Handled by `gnus-summary-refer-thread' instead.
6111         (nnir-warp-to-article): New backend function.
6112
6113         * nnimap.el (nnimap-request-thread): Force dependency updating.
6114
6115         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6116         (gnus-summary-refer-thread): Rework to improve thread-referral.
6117
6118         * gnus-int.el (gnus-warp-to-article): New function.
6119
6120         * gnus-sum.el (gnus-summary-article-map): Bind it.
6121
6122 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6123
6124         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6125         gnus-summary-refer-thread.
6126
6127         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6128         headers.
6129         (gnus-summary-limit-include-thread): Prevent articles in thread from
6130         being cut in gnus-cut-threads.
6131         (gnus-summary-refer-thread): Limit retrieved headers to those in
6132         thread.
6133
6134 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * message.el (message-send-mail): Use the value of
6137         message-courtesy-message from the message buffer.
6138
6139         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6140
6141         * shr.el (shr-browse-url): Implement mailto: URLs.
6142
6143         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6144         "raw".
6145
6146         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6147         if it's already selected.
6148
6149         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6150
6151 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6154         to measure the length and truncate alt text.
6155
6156 2010-11-03  Glenn Morris  <rgm@gnu.org>
6157
6158         * nndiary.el (nndiary-generate-nov-databases-1)
6159         (nndiary-generate-active-info): Rename dynamic variable `files' to
6160         something less generic.
6161
6162 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6163
6164         * nnir.el (nnir-request-move-article): Call the underlying backend to
6165         move articles from nnir.
6166
6167 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6168
6169         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6170
6171 2010-11-02  Julien Danjou  <julien@danjou.info>
6172
6173         * nnir.el: Remove wais support.
6174
6175 2010-11-02  Glenn Morris  <rgm@gnu.org>
6176
6177         * gnus-html.el: Reorder requirements to quieten compiler.
6178
6179 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6182         properly for XEmacs as well.
6183         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6184         (gnus-article-natural-long-line-p): Use window-width rather than
6185         frame-width.
6186
6187 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6188
6189         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6190         (nnir-read-parms): Don't modify query.
6191         (nnir-run-query): Add ability to search topic on current line.
6192         (nnir-get-active): Clean up.
6193
6194 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6195
6196         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6197         degenerate articles.
6198
6199         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6200         (gnus-print-buffer): Just print the buffer as is, without any copying
6201         to a buffer and then re-highlighting.
6202
6203         * nnimap.el (nnimap-request-group): Store the new updated info.
6204         (nnimap-request-group): Select the group when we don't know whether it
6205         exists or not.
6206
6207         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6208         groups.
6209
6210         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6211         groups.
6212
6213         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6214         groups.
6215
6216         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6217         long-lines case by only filling the long lines.
6218
6219         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6220         (bug #7311).
6221
6222 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * shr.el: No need to declare `declare-function' since shr.el is for
6225         only Emacsen that provide `libxml-parse-html-region'.
6226
6227         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6228         effective only in a file it is referred to.
6229
6230 2010-11-01  Glenn Morris  <rgm@gnu.org>
6231
6232         * mm-util.el (gnus-completing-read): Autoload.
6233         (mm-read-coding-system): Simplify Emacs definition.
6234
6235         * nnmail.el (gnus-activate-group):
6236         * nnimap.el (gnutls-negotiate):
6237         * nntp.el (netrc-parse): Fix declarations.
6238
6239 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6242         string-match-p in Emacs >=23.
6243
6244         * gnus-msg.el (gnus-configure-posting-styles):
6245         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6246
6247 2010-11-01  Glenn Morris  <rgm@gnu.org>
6248
6249         * nnir.el (declare-function): Add compat stub.
6250         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6251         (nnir-run-gmane): Require 'mm-url.
6252
6253         * mm-util.el (mm-string-to-multibyte): Simplify.
6254
6255         * shr.el (declare-function): Add compat stub.
6256         (url-cache-create-filename): Declare.
6257         (mm-disable-multibyte, widget-convert-button): Autoload.
6258
6259         * smime.el (ldap-search): Declare.
6260         (smime-cert-by-ldap-1): Require ldap on Emacs.
6261
6262         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6263         (nnimap-keepalive): Use gnus-float-time.
6264
6265         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6266         (mail-source-delete-crash-box): Use gnus-float-time.
6267
6268         * gnus-dired.el (gnus-completing-read): Autoload.
6269
6270         * mm-view.el (gnus-rescale-image): Autoload.
6271
6272         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6273
6274         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6275
6276         * sieve-manage.el: Require 'cl when compiling.
6277
6278         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6279         (gnus-iswitchb-completing-read): Require iswitchb.
6280         (gnus-select-frame-set-input-focus): Silence compiler.
6281
6282 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6283
6284         * message.el (message-subject-trailing-was-query): Change default to t,
6285         since I think that's what most people want.
6286
6287         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6288         appending for easier debugging.
6289         (nnimap-wait-for-connection): Take a regexp.
6290         (nnimap-request-accept-article): Wait for the continuation line before
6291         sending anything unless we're streaming.
6292
6293         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6294         leave the header washing to take place.
6295
6296 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6297
6298         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6299         regular expression match and replace in posting styles.
6300
6301 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6302
6303         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6304         an entire server.
6305         (nnir-get-active): New function.
6306         (nnir-run-imap): Use it.
6307         (nnir-run-gmane): Who knew, gmane search returns an article score!
6308
6309         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6310         server on the current line with nnir.
6311
6312 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6315         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6316         left edge.
6317         (gnus-article-foldable-buffer): Skip past the prefix when determining
6318         raggedness.
6319
6320         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6321         the raw article, and change `C-u g' to show the article without doing
6322         treatments.
6323
6324         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6325         on to `gnus-treat-article'.
6326         (gnus-inhibit-article-treatments): New variable.
6327
6328         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6329
6330         * gnus-art.el (gnus-treatment-function-alist): Have
6331         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6332         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6333         sections.
6334
6335         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6336         parameter.
6337         (gnus-article-fill-cited-long-lines): New function.
6338         (gnus-article-fill-cited-article): Allow filling only long sections.
6339
6340         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6341         and non-punctuation (like after the apostrophe in "'We").
6342
6343         * gnus-sum.el (gnus-summary-select-article): Make sure
6344         gnus-original-article-buffer is alive.
6345
6346         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6347         reflect the order they're in in the digest.
6348
6349         * gnus.el (gnus-group-startup-message): Move point to the start of the
6350         buffer.
6351
6352         * nnimap.el (nnimap-capability): New function.
6353         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6354         is set.
6355
6356 2010-10-31  David Engster  <dengste@eml.cc>
6357
6358         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6359         conform with changes to gnus-completing-read.
6360
6361 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6362
6363         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6364
6365 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6366
6367         * nnir.el: Move defvar, defcustom around to keep file organized
6368         and keep byte-compiler quiet.
6369         (nnir-read-parms): Accept search-engine as arg.
6370         (nnir-run-query): Pass search-engine as arg.
6371         (nnir-search-engine): Remove.
6372
6373 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6374
6375         * shr.el (shr-generic): The text nodes should be text, not :text.
6376
6377         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6378         later in the file.
6379
6380 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6381
6382         * nnir.el: General clean up.  Allow searching with multiple engines.
6383         Allow separate extra-parameters for each engine.
6384         Batch queries when possible.
6385         (nnir-imap-default-search-key,nnir-method-default-engines):
6386         Add customize interface.
6387         (nnir-run-gmane): New engine.
6388         (nnir-engines): Use it.  Qualify all prompts with engine name.
6389         (nnir-search-engine): Remove global variable.
6390         (nnir-run-hyrex): Restore for now.
6391         (nnir-extra-parms,nnir-search-history): New variables.
6392         (gnus-group-make-nnir-group): Use them.
6393         (nnir-group-server): Remove in favor of gnus-group-server.
6394         (nnir-request-group): Avoid searching twice.
6395         (nnir-sort-groups-by-server): New function.
6396
6397 2010-10-30  Julien Danjou  <julien@danjou.info>
6398
6399         * gnus-group.el: Remove gnus-group-fetch-control.
6400
6401         * gnus-start.el (gnus-find-new-newsgroups):
6402         Remove gnus-check-first-time-used.
6403
6404         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6405
6406 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6407
6408         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6409         set on groups that don't have \* permanentflags.
6410
6411 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6414         control the background color.
6415         (shr-tag-img): Ignore very small web bug type images.
6416         (shr-put-image): Add help-echo alt texts to the images.
6417         (shr-tag-video): Show the video poster image.
6418
6419 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * shr.el (shr-table-depth): New variable.
6422         (shr-tag-table-1): Only insert the images after the top-level table.
6423
6424         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6425
6426         * gnus-util.el (gnus-list-memq-of-list): New function.
6427
6428         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6429         selected.
6430         (nnimap-unsplittable-articles): New slot.
6431         (nnimap-new-articles): Use it.
6432
6433 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6434
6435         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6436         move to the previous line on `M-g'.
6437
6438 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6441         *-request-group, which seems unnecessary.
6442
6443         * nnimap.el (nnimap-quote-specials): Function copied over from
6444         imap.el.
6445         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6446         they support that.  Suggested by Tom Regner.
6447
6448 2010-10-29  Julien Danjou  <julien@danjou.info>
6449
6450         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6451         defalias.
6452         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6453
6454         * gnus.el: Remove `gnus-nntp-service' variable.
6455         (gnus-secondary-servers): Make obsolete.
6456         (gnus-nntp-server): Make obsolete.
6457
6458         * gnus-start.el (gnus-1): Remove x-splash calls.
6459
6460         * gnus-ems.el (gnus-x-splash): Remove.
6461
6462         * gnus.el (gnus-group-startup-message): Simplify/update code.
6463
6464         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6465         definition.
6466
6467         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6468         capability before doing anything.
6469         (gnus-group-insert-group-line): Remove useless
6470         gnus-group-remove-excess-properties.
6471
6472 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6475
6476 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6479         config after reselecting.
6480
6481 2010-10-28  Julien Danjou  <julien@danjou.info>
6482
6483         * shr.el (shr-put-image): Use point even if only inserting text.
6484         (shr-put-image): Save excursion when inserting alt text on non-graphic
6485         display, so the behavior is the same when we are on a graphic display.
6486
6487         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6488
6489 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6492         (gnus-mime-copy-part): Check coding system, not charset.
6493         (gnus-mime-view-part-externally): Never remove part.
6494         (gnus-mime-view-part-internally): Don't remove part here.
6495         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6496         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6497         multipart/alternative.
6498
6499         * mm-decode.el (mm-display-part): Take optional arg `force'.
6500
6501 2010-10-26  Julien Danjou  <julien@danjou.info>
6502
6503         * gnus-group.el (gnus-group-default-list-level): Add this function to
6504         compute the default list level.
6505         (gnus-group-default-list-level): Add possibility to use a function.
6506
6507 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6510
6511         * gnus-group.el (gnus-group-completing-read)
6512         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6513         gnus-replace-in-string.
6514
6515 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * shr.el (shr-tag-div): Add.
6518
6519         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6520
6521 2010-10-25  Julien Danjou  <julien@danjou.info>
6522
6523         * gnus-util.el: Remove `gnus-with-local-quit'.
6524
6525         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6526
6527 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6530         the original article buffer.
6531
6532 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533
6534         * nnimap.el (nnimap-request-head): New function.
6535         (nnimap-request-move-article): Try to be slightly faster by not
6536         requesting the entire message when moving.
6537         (nnimap-transform-headers): Don't bug out on bodiless articles.
6538         (nnimap-send-command): Have no outstanding messages if the IMAP server
6539         doesn't support streaming.
6540         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6541
6542 2010-10-24  Julien Danjou  <julien@danjou.info>
6543
6544         * message.el (message-default-headers): Fix type.
6545
6546 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6549         prefetching images.
6550
6551         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6552         backend for unknown groups.  This is mainly useful for nnimap groups.
6553
6554         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6555         group isn't covered by the agent.
6556
6557 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6558
6559         * nnir.el (nnir-method-default-engines): New variable.
6560         (nnir-run-query): Use it.
6561         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6562         (gnus-summary-nnir-goto-thread): Change group if needed.
6563
6564         * gnus-group.el (gnus-group-group-map): Add key binding for
6565         gnus-group-make-nnir-group.
6566
6567 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6568
6569         * shr.el (shr-tag-object): Add.
6570
6571         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6572         original article buffer live.
6573         (gnus-summary-select-article-buffer):
6574         Mention gnus-widen-article-buffer.
6575
6576 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * shr.el (shr-tag-strong): Add.
6579
6580 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6581
6582         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6583         group names.  They mess up the group buffer badly.
6584
6585         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6586
6587         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6588         instead of the summary one.
6589
6590 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * mml.el (mml-preview): Work properly when editing article.
6593
6594         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6595         gnus-have-read-active-file if it's already been in.
6596
6597 2010-10-22  Tom Tromey  <tromey@redhat.com>
6598
6599         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6600         gnus-group-completing-read.
6601
6602 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6603
6604         * message.el (message-mode-map): Don't bind M-; to comment region, to
6605         allow the global comment-dwim to work.
6606
6607 2010-10-21  Julien Danjou  <julien@danjou.info>
6608
6609         * message.el (message-setup-1): Allow message-default-headers to be a
6610         function.
6611
6612 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * shr.el (shr-tag-table): Simplify.
6615
6616 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6619         to avoid trying to snarf invalid stuff.
6620
6621         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6622
6623         * gnus.el (gnus-message-archive-group): Quote value.
6624         (gnus-message-archive-group): Mark as changed.
6625
6626         * shr.el (shr-add-font): Don't put the font properties on the newline
6627         or the indentation.
6628
6629         * message.el (message-fix-before-sending): Change options when sending
6630         non-printable characters.
6631
6632         * gnus.el (gnus-message-archive-method): Change the default to
6633         monthly outgoing groups.
6634
6635         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6636         that have gotten new numbers.
6637
6638         * nnimap.el (nnimap-request-replace-article): New function.
6639
6640 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6643         (nnrss-request-article): Don't use special html washing code.
6644
6645 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * shr.el (shr-tag-table): Remove useless nconc.
6648
6649 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650
6651         * gnus-art.el (article-wash-html): Simplify and remove the charset
6652         stuff.  Use the normal html rendering code instead of the special html
6653         washing code.
6654
6655         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6656         `gnus-w3m' symbols.
6657         (mm-text-html-washer-alist): Remove.
6658
6659         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6660         (mm-inline-media-tests): Remove use.
6661         (mm-text-html-renderer): Change default to the `shr' symbol.
6662
6663         * mm-view.el (mm-inline-text-html): Remove use.
6664
6665         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6666         `gnus-blocked-images' to be a function.
6667         (gnus-article-wash-function): Remove.
6668
6669 2010-10-20  Julien Danjou  <julien@danjou.info>
6670
6671         * spam.el (spam-list-of-processors): Mark as obsolete.
6672
6673         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6674         (nnimap-insert-partial-structure): Fix boundary detection.
6675
6676 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6677
6678         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6679         run file-truename on remote files.  This can be expensive and even
6680         prevent one from editing drafts if some unrelated buffer has a stale
6681         connection.
6682
6683 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6686         kinsoku-eol regardless of shr-kinsoku-shorten.
6687         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6688         (shr-tag-table): Support caption, thead, and tfoot.
6689
6690 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6691
6692         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6693         lines.
6694         (shr-save-contents): New command and keystroke.
6695
6696         * nndoc.el (nndoc-type-alist): Add git support.
6697         (nndoc-git-type-p): New function.
6698         (nndoc-transform-git-article): Ditto.
6699         (nndoc-transform-git-headers): Ditto.
6700         (nndoc-transform-git-headers): Generate Subject headers.
6701
6702         * shr.el (shr-parse-style): New function.
6703         (shr-tag-span): Ditto.
6704
6705         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6706         to `G G' to avoid collisions.
6707
6708 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * shr.el: Load kinsoku if necessary.
6711         (shr-kinsoku-shorten): New internal variable.
6712         (shr-find-fill-point): Make kinsoku shorten text line if
6713         shr-kinsoku-shorten is bound to non-nil.
6714         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6715         shr-indentation too when testing if table is wider than frame width.
6716         (shr-insert-table): Use `string-width' instead of `length' to measure
6717         text width.
6718         (shr-insert-table-ruler): Make sure indentation is done at bol.
6719
6720 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6721
6722         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6723         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6724         undecoded network data.
6725
6726 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6729         name in the mode line spec so that the mode line menu works
6730         (bug #2431).
6731
6732         * message.el (message-get-reply-headers): If we're fed `to-address',
6733         then always use that.
6734
6735         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6736         aren't so wide as to need to switch off the edit menu.
6737
6738         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6739         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6740
6741         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6742         `M-g'.
6743         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6744         the permanent marks.
6745
6746 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6747
6748         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6749         Splitting according to references/in-reply-to obeys the ignore-groups
6750         variable, while splitting by sender and subject do not.
6751
6752 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753
6754         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6755         alist, so that we can look for non-Unicode chars.
6756         (article-translate-strings): Allow both character and string maps.
6757
6758 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * shr.el (shr-insert): Don't insert space behind a wide character
6761         categorized as kinsoku-bol, or between characters both categorized as
6762         nospace.
6763
6764 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6765
6766         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6767         headers to gnus-newsgroup-headers.
6768
6769 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6770
6771         * shr.el (shr-tag-img): Don't align images -- since we're not
6772         rescaling, this often leads to ugly displays.
6773
6774 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6775
6776         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6777         duplicates.
6778
6779 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6780
6781         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6782         call.
6783
6784 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785
6786         * gnus.el: Autoload gnus-html-show-images.
6787
6788         * nnimap.el: Use nnheader-message throughout.
6789
6790         * shr.el (shr-tag-img): Ignore images with no data.
6791
6792 2010-10-15  Julien Danjou  <julien@danjou.info>
6793
6794         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6795         a possibility to disable format=flow encoding when using hard newlines.
6796
6797 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * shr.el (shr-insert): Remove space inserted before or after a
6800         breakable character or at the beginning or the end of a line.
6801         (shr-find-fill-point): Do kinsoku; find the second best point or give
6802         it up if there's no breakable point.
6803
6804 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6805
6806         * nnimap.el (nnimap-open-connection): Message when opening connection
6807         for debugging purposes.
6808
6809         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6810         on every setup buffer call to allow this to change from article to
6811         article.
6812
6813         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6814         buffers where we have a wide table.
6815
6816 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6817
6818         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6819         uses *-request-thread.
6820
6821 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6824         incantation, which is no longer valid.
6825
6826 2010-10-14  Julien Danjou  <julien@danjou.info>
6827
6828         * shr.el: Fix defcustom type (char -> character).
6829
6830 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6833         programs.
6834
6835 2010-10-14  Julien Danjou  <julien@danjou.info>
6836
6837         * shr.el (shr-tag-a): Use url-link as widget type.
6838
6839         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6840         `gnus-group-get-icon'.
6841
6842 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6845         This should make server editing work better.
6846
6847         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6848
6849         * tls.el (tls-program): Remove spurious %s from openssl.
6850
6851         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6852         (nnimap-parse-flags): Fix regexp.
6853
6854         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6855         probably work for CJVK text, too.
6856
6857         * nnimap.el (nnimap-extend-tls-programs): Remove.
6858         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6859
6860         * tls.el (tls-starttls-switches): Remove starttls hack.
6861         (open-tls-stream): Ditto.
6862         (tls-find-starttls-argument): Ditto.
6863
6864 2010-10-13  Julien Danjou  <julien@danjou.info>
6865
6866         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6867         responses.
6868
6869 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6870
6871         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6872
6873         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6874         anything in Emacs.
6875
6876         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6877
6878 2010-10-13  Julien Danjou  <julien@danjou.info>
6879
6880         * shr.el (shr-width): Make shr-width a defcustom with default to
6881         fill-column.
6882         (shr-tag-img): Use shr-width rather than fill-column.
6883
6884 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * dgnushack.el (byte-optimize-apply):
6887         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6888
6889         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6890         position when (X-)Faces exist.
6891         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6892         avatars when called interactively.
6893
6894 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6897         gnus-article-x-face-too-ugly is bound.
6898
6899 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6900
6901         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6902
6903         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6904         mailbox that doesn't exist.
6905
6906 2010-10-12  Julien Danjou  <julien@danjou.info>
6907
6908         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6909         (shr-get-image-data): Encode URL properly when fetching from cache.
6910         (shr-tag-img): Use aligned-to spaces to align correctly images.
6911
6912         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6913         before inserting the Gravatar.
6914
6915         * shr.el (shr-tag-img): Add align attribute support for <img>.
6916
6917 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * gnus-gravatar.el (gnus-art): Require.
6920
6921         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6922         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6923         Remove long obsoleted functions.
6924
6925 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6928
6929         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6930
6931         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6932         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6933         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6934         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6935         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6936         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6937         * sieve-manage.el, smime.el, spam.el:
6938         Fix comment for declare-function.
6939
6940 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6941
6942         * nnimap.el (nnimap-request-rename-group): Select group read-only
6943         before renaming it.
6944
6945         * shr.el (shr-insert): Fix up the white space only regexp.
6946
6947         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6948         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6949
6950         * shr.el (shr-current-column): New function.
6951         (shr-find-fill-point): New function.
6952
6953 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6954
6955         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6956         numbers.
6957
6958 2010-10-11  Julien Danjou  <julien@danjou.info>
6959
6960         * shr.el (shr-hr-line): Add.
6961         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6962         display hr lines.
6963         (shr-max-columns): Do not change state to nil if we just inserting
6964         spaces.
6965
6966 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6969         select the last group.
6970
6971 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6972
6973         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6974
6975 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6976
6977         * dig.el (dig-mode-map): Declare and define in one step.
6978
6979 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980
6981         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6982         for Gnus.
6983         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6984         (nnimap-update-qresync-info): Mark \Seen articles as read.
6985
6986         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6987         non-variable, too.
6988
6989         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6990         available.
6991         (nnimap-update-info): Rely more on the current active than the param
6992         active to avoid marking articles as read too much.
6993
6994         * auth-source.el (auth-source-create): Use (user-login-name) for the
6995         user name default.
6996
6997         * nnimap.el (nnimap-update-info): If the server doesn't return any
6998         useful info, just use the previous info.
6999         (nnimap-update-info): Prefer old info over start-article.
7000         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7001
7002 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7003
7004         * nnir.el (autoload): Clean up autoloads.
7005         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7006         Use key rather than value.
7007         (nnir-imap-search-other): New variable.
7008         (nnir-read-parm): Use it.
7009         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7010         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7011
7012 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7013
7014         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7015         the process, too.
7016
7017 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7018
7019         * spam.el (gnus-summary-mode-map): Bind to "$".
7020         Suggested by Russ Allbery.
7021
7022         * shr.el: Rework the way things are indented by <li> slightly.
7023
7024         * gnus.el (gnus-group-set-parameter): Fix typo.
7025
7026         * nnimap.el: Start implementing QRESYNC support.
7027
7028 2010-10-09  Julien Danjou  <julien@danjou.info>
7029
7030         * nnir.el (nnir-engines): Fix too many arguments.
7031
7032 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033
7034         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7035         group is the "last", so that the backends like nnfolder actually save
7036         their folders.
7037
7038         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7039         try to use that for the tls stream.
7040         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7041         UIDVALIDITY and find out which groups are read-only and not.
7042         (nnimap-get-flags): Use the same marks parsing code as the rest of
7043         nnimap.
7044
7045 2010-10-09  Julien Danjou  <julien@danjou.info>
7046
7047         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7048
7049         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7050         retrieving gravatars.
7051
7052         * shr.el (shr-table-corner): Add.
7053         (shr-table-line): Add.
7054         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7055
7056 2010-10-08  Julien Danjou  <julien@danjou.info>
7057
7058         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7059
7060 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7061
7062         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7063
7064         * gnus-sum.el (gnus-mark-article-as-unread)
7065         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7066         (gnus-summary-set-bookmark): Use it.
7067
7068         * gnus-msg.el (gnus-setup-message): Use it.
7069
7070         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7071
7072         * gnus.el (gnus-group-remove-parameter): Use it.
7073
7074         * gnus-group.el (gnus-group-make-web-group): Use it.
7075
7076         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7077
7078         * nnregistry.el: Update docs to mention manual.
7079
7080         * gnus-registry.el: Update docs to mention nnregistry.el.
7081         (gnus-registry-initialize): Don't install nnregistry refer method
7082         automatically.
7083         (gnus-registry-install-nnregistry): Remove it.
7084
7085 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086
7087         * shr.el (shr-insert): Don't insert double spaces.
7088
7089 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-gravatar.el (gnus-treat-from-gravatar)
7092         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7093         called interactively.
7094
7095         * gnus-art.el (gnus-mime-view-part-externally)
7096         (gnus-mime-view-part-internally): Make predicate function passed to
7097         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7098         of a mime type.
7099
7100         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7101
7102 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * shr.el (require): Require cl when compiling.
7105         (shr-tag-hr): New function.
7106
7107         * nnimap.el (nnimap-update-info): Remove double setting of high.
7108         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7109         This makes nnimap work properly on Courier again.
7110
7111         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7112         the variable for backwards compatibility.
7113
7114         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7115         the file name before using to avoid setting mm-default-directory to
7116         nil.
7117
7118         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7119         bidning gnus-agent variables.
7120
7121         * shr.el (shr-render-td): Use a cache for the table rendering function
7122         to avoid getting an exponential rendering behavior in nested tables.
7123         (shr-insert): Rework the line-breaking algorithm.
7124         (shr-insert): Don't leave trailing spaces.
7125         (shr-insert-table): Also insert empty TDs.
7126         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7127
7128 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7129
7130         * gnus-sum.el (gnus-number): Rename from `number'.
7131         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7132         (gnus-summary-limit-children): Update uses correspondingly.
7133
7134 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7137         (gnus-gravatar-transform-address): Don't show avatars of people of
7138         which mail addresses match gnus-gravatar-too-ugly.
7139
7140 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7141
7142         * shr.el (shr-table-widths): Expand TD elements to fill available
7143         space.
7144
7145 2010-10-07  Julien Danjou  <julien@danjou.info>
7146
7147         * nnimap.el (nnimap-request-rename-group): Add this method.
7148
7149 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7152         name from XEmacs' function-arglist.
7153
7154         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7155         gravatar under XEmacs.
7156
7157 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7158
7159         * auth-source.el: Update docs with TODO items.
7160
7161         * gnus-sync.el: Update docs to explain state and plans.
7162
7163         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7164         Hooks for mark updates.
7165         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7166
7167         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7168         hooks with arguments, which is needed for mark update hooks.
7169
7170 2010-10-06  Julien Danjou  <julien@danjou.info>
7171
7172         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7173         was matched.
7174
7175         * sieve-manage.el: Update example in `Commentary'.
7176
7177         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7178
7179         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7180         not 2000.
7181         (sieve-manage-authenticate): Re-add function.
7182
7183 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7184
7185         * shr.el (shr-insert): Get 'space transition right.
7186         (shr-render-td): Only delete space at the end of the TD.
7187
7188         * nnimap.el (nnimap-open-connection): Prepare to support
7189         open-gnutls-stream.
7190
7191         * shr.el: Rearrange function order to be more logical.
7192
7193 2010-10-06  Julien Danjou  <julien@danjou.info>
7194
7195         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7196         (nnrss-discover-feed): Remove 404 URL in docstring.
7197
7198         * nnir.el: Fix Swish-E URL.
7199         Fix Namazu URL.
7200
7201         * message.el (message-change-subject): Remove 404 URL in a comment.
7202
7203 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7206         called interactively.
7207
7208         * gnus-util.el (gnus-remove-if): Allow hash table.
7209         (gnus-remove-if-not): New function.
7210
7211         * gnus-art.el (gnus-mime-view-part-as-type):
7212         * gnus-score.el (gnus-summary-score-effect):
7213         * gnus-sum.el (gnus-read-move-group-name):
7214         Replace remove-if-not with gnus-remove-if-not.
7215
7216         * gnus-group.el (gnus-group-completing-read):
7217         Regard collection as a hash table if it is not a list.
7218
7219 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7220
7221         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7222
7223         * shr.el: Document the table-rendering algorithm.
7224
7225 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7228         for Emacsen having no `libxml-parse-html-region' support.
7229
7230 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7233         invalid URLs.
7234
7235         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7236         line-broken.
7237         (shr-tag-img): Ignore image fetching errors.
7238         (shr-overlays-in-region): Compute overlay positions correctly.
7239
7240         * mm-decode.el (mm-shr): Require shr.
7241
7242         * gnus-art.el (gnus-blocked-images): Move variable here.
7243
7244         * shr.el (shr-insert-table): Bind free variable.
7245
7246         * mm-decode.el (mm-shr): Bind shr-content-function.
7247
7248         * shr.el (shr-content-function): New variable.
7249
7250         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7251         added for symmetry.
7252
7253         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7254
7255         * gnus-group.el (gnus-group-make-group): Doc fix.
7256
7257         * nnimap.el (nnimap-request-newgroups): Return success.
7258
7259         * shr.el (shr-find-elements): New function.
7260         (shr-tag-table): Put all the images after the table.
7261         (shr-tag-table): Really inhibit images inside the table.
7262         (shr-collect-overlays): Copy over overlays from the TD elements to the
7263         main document.
7264
7265         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7266         gnus-blocked-images.
7267
7268 2010-10-05  Julien Danjou  <julien@danjou.info>
7269
7270         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7271
7272         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7273         (gnus-html-maximum-image-size): Add this function.
7274         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7275
7276         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7277         server-value of the capability is nil.
7278
7279 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * shr.el (shr-tag-em): Add <EM> tag.
7282
7283 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7284
7285         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7286         customizable.
7287
7288         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7289         handing broken links to browse-url.
7290
7291 2010-10-05  Julien Danjou  <julien@danjou.info>
7292
7293         * gnus-util.el (gnus-emacs-completing-read)
7294         (gnus-iswitchb-completing-read): Use autoload rather than require.
7295
7296 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7299         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7300         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7301         iswitchb-temp-buflist for XEmacs.
7302
7303         * gnus-util.el (gnus-completing-read-function): Exclude
7304         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7305         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7306         XEmacs.
7307
7308         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7309         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7310
7311         * gnus-html.el: Don't require help-fns under XEmacs.
7312         (gnus-html-schedule-image-fetching): Work for XEmacs.
7313
7314         * mm-decode.el (mm-shr): Decode contents by charset.
7315
7316 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7317
7318         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7319         unknown.
7320
7321         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7322         (shr-get-image-data): Ensure against the cache file missing.
7323
7324         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7325         for data.
7326
7327         * spam-report.el (spam-report-url-ping-plain): Don't query about
7328         killing the process.
7329
7330         * shr.el (shr-render-td): Protect against too-wide text.
7331
7332 2010-10-04  Julien Danjou  <julien@danjou.info>
7333
7334         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7335         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7336
7337         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7338         retrieved.
7339
7340 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7341
7342         * shr.el (browse-url): Require.
7343         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7344         lines.
7345         (shr-show-alt-text, shr-browse-image): New commands.
7346         (shr-browse-url, shr-copy-url): New commands.
7347
7348         * gnus-sum.el (gnus-widen-article-window): New variable.
7349         (gnus-summary-select-article-buffer): Use it.
7350
7351         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7352         without @ signs.
7353
7354 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7355
7356         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7357
7358 2010-10-04  Julien Danjou  <julien@danjou.info>
7359
7360         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7361         for XEmacs.
7362
7363 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364
7365         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7366
7367         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7368         (nnimap-close-server): Implement.
7369
7370         * dgnushack.el (iswitchb): Require to shut up the compiler.
7371
7372         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7373         (shr-insert): Tweak line breaking.
7374         (shr-insert): Handle <pre> better.
7375         (shr-tag-li): Get <li> indentation right.
7376         (shr-tag-li): Get <li> indentation even righter.
7377         (shr-tag-blockquote): Ensure paragraph start.
7378         (shr-make-table): Tweak table generation.
7379         (shr-make-table): Fix typo.
7380
7381         * shr.el: Implement table rendering.
7382
7383 2010-10-04  Julien Danjou  <julien@danjou.info>
7384
7385         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7386
7387 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * shr.el (shr-insert): Use string anchors instead of line anchors.
7390
7391 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * shr.el: Add headings.
7394         (shr-ensure-paragraph): Actually work.
7395         (shr-tag-li): Make <ul> prettier.
7396         (shr-insert): Get white space at the beginning/end of elements right.
7397         (shr-tag-p): Collapse subsequent <p>s.
7398         (shr-ensure-paragraph): Don't insert double line feeds after blank
7399         lines.
7400         (shr-insert): \t is also space.
7401         (shr-tag-s): Fix "s" tag name function.
7402         (shr-tag-s): Fix face prop name.
7403
7404 2010-10-03  Julien Danjou  <julien@danjou.info>
7405
7406         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7407
7408         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7409         gnus-window-inside-pixel-edges.
7410
7411         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7412         gnus-ems.
7413
7414         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7415
7416         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7417         function.
7418
7419         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7420         resize choice.
7421
7422 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7425         beginning of the buffer.
7426
7427         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7428         article buffer again.
7429
7430         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7431
7432         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7433         when it's at the start of the buffer.
7434
7435         * shr.el (shr-tag-blockquote): Convert name.
7436         (shr-rescale-image): Use the right image-size variant.
7437
7438         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7439         buffer isn't shown, then select the current article first instead of
7440         bugging out.
7441         (gnus-summary-select-article-buffer): Show both the article and summary
7442         buffers again.
7443
7444         * shr.el (shr-fontize-cont): Protect against regions with no text.
7445         Rename tag functions to shr-tag-* for enhanced security.
7446         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7447
7448 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7449
7450         * shr.el (shr-insert):
7451         * pop3.el (pop3-movemail):
7452         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7453         loaded.
7454
7455 2010-10-03  Glenn Morris  <rgm@gnu.org>
7456
7457         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7458
7459         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7460
7461         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7462
7463         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7464
7465         * gnus-util.el (gnus-make-local-hook): Simplify.
7466
7467 2010-10-02  Julien Danjou  <julien@danjou.info>
7468
7469         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7470         (gnus-ido-completing-read): New function.
7471         (gnus-emacs-completing-read): New function.
7472         (gnus-completing-read): Use gnus-completing-read-function.
7473         Add gnus-completing-read-function.
7474
7475 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7476
7477         * shr.el (shr-insert-document): Autoload.
7478         (shr-img): Be silent.
7479         (shr-insert): Add a newline after every picture before text.
7480         (shr-add-font): Use overlays for combining faces.
7481         (shr-insert): Pass upwards the text start point.
7482
7483         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7484         possible.
7485         (mm-shr): New function.
7486
7487 2010-10-02  Julien Danjou  <julien@danjou.info>
7488
7489         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7490         should go backward.
7491
7492 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7493
7494         * shr.el (shr): Fix typo in provide call.
7495
7496 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7497
7498         * shr.el: New file.
7499
7500         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7501
7502         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7503         completing read.
7504
7505 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7506
7507         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7508         we're being queried about.  Suggested by Dan Jacobson.
7509
7510         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7511         Suggested by Jason Eisner.
7512
7513         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7514         table, too.  Suggested by Stefan Wiens.
7515         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7516         the table unnecessary.  Suggested by Stefan Wiens.
7517
7518         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7519         longer needed, and probably doesn't work either, as pointed out by
7520         Stefan Wiens.
7521         (gnus-summary-exit): Remove call to the clearing function.
7522         (gnus-summary-exit-no-update): Ditto.
7523
7524         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7525         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7526         Reported by Stefan Monnier.
7527         (gnus-summary-save-in-rmail): Ditto.
7528
7529         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7530         article buffer, instead of both the article buffer and the summary
7531         buffer.  Sort of suggested by Dan Jacobson.
7532
7533         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7534
7535         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7536         Suggested by Dan Jacobson.
7537
7538         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7539         documentation clearer.
7540
7541         * message.el (message-shorten-references): Comment on the number "21".
7542         Suggested by Stefan Monnier.
7543
7544         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7545         Suggested by Dan Jacobson.
7546
7547         * gnus.el (gnus-large-newsgroup):
7548         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7549
7550         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7551         externalize attachments.  Bug reported by Steve Wen.
7552
7553         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7554         really message anything to the user.
7555
7556         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7557         directly.
7558
7559         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7560         messages in empty groups.
7561
7562 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7563
7564         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7565         non-UIDNEXT group.
7566
7567 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7568
7569         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7570         not the value from the collection.
7571
7572         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7573         values.  This sometimes happens on some groups that have no info.
7574         (nnimap-request-newgroups): New function.
7575
7576 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7577
7578         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7579         check into `gnus-registry-initialize'.
7580         (gnus-registry-initialize): Ditto.
7581         Fix and extend header docs.
7582
7583 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7584
7585         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7586         regexp backtrace overflows.
7587
7588         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7589         for starttls that tls.el implements; i.e. openssl.
7590
7591         * tls.el (tls-starttls-switches): Give up on using starttls with
7592         gnutls-cli.
7593         (tls-program): Add --insecure to be consistent with the defaults from
7594         openssl s_client.  Now all three commands are insecure.
7595
7596 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * lpath.el: Bind completion-styles-alist for XEmacs.
7599
7600         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7601         (gravatar-create-image): New function that's an alias to
7602         gnus-xmas-create-image, gnus-create-image, or create-image.
7603         (gravatar-data->image): Use it.
7604
7605 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7606
7607         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7608         install the nnregistry refer method.
7609         (gnus-registry-install-hooks): Use it.
7610         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7611         unfollowed groups.
7612
7613 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7614
7615         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7616         expanding threads.
7617
7618 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * nnir.el: Use the server names without suffixes (bug #7009).
7621
7622         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7623         unencrypted to STARTTLS, if possible.
7624
7625 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7626
7627         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7628         headers before superseding.
7629
7630 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631
7632         * nnrss.el (nnrss-use-local): Add documentation.
7633
7634         * nnimap.el (nnimap-extend-tls-programs): New function.
7635         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7636         (nnimap-wait-for-connection): Accept the greeting from the stupid
7637         output from openssl s_client -starttls, too.
7638
7639         * tls.el (tls-starttls-switches): New variable.
7640         (tls-find-starttls-argument): Use it.
7641         (open-tls-stream): Ditto.
7642
7643         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7644         (netrc-machine): Ditto.
7645
7646         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7647         article number.
7648         (nnimap-split-fancy): New variable.
7649         (nnimap-split-incoming-mail): Use it.
7650
7651         * nntp.el (nntp-server-list-active-group): Document.
7652
7653         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7654         SELECT to get the message-id.
7655
7656         * mail-source.el (mail-sources): Remove webmail support.
7657         (defvar): Ditto.
7658         (mail-source-fetcher-alist): Ditto.
7659         (mail-source-fetch-webmail): Remove.
7660
7661         * webmail.el: Remove -- doesn't seem relevant any more.
7662
7663         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7664
7665         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7666         the \r.
7667
7668 2010-09-30  Julien Danjou  <julien@danjou.info>
7669
7670         * gnus-agent.el (gnus-agent-add-group): Fix call to
7671         gnus-completing-read.
7672
7673 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7674
7675         * nndoc.el (nndoc-retrieve-groups): New function.
7676
7677         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7678         `default', use nnmail-split-methods.
7679         (nnimap-request-article): Downcase the NILs so that they are nil.
7680
7681         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7682         symbol.
7683
7684         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7685         code, since if the user has requested network, that's what they ought
7686         to get.
7687         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7688         (nnimap-split-rule): Mark as obsolete.
7689
7690         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7691         New variable.
7692
7693         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7694         correct slot, too.
7695
7696 2010-09-29  Julien Danjou  <julien@danjou.info>
7697
7698         * gnus.el (gnus-local-domain): Declare variable obsolete.
7699
7700         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7701         Fix history computing.
7702         (gnus-ido-completing-read): Require ido.
7703
7704 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7705
7706         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7707         build Gnus.
7708
7709         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7710         when interpreting the structures.
7711         (nnimap-request-accept-article): Add \r\n to the lines to make this
7712         work with Cyrus.
7713
7714         * nndraft.el (nndraft-request-expire-articles): Use the group name
7715         instead if "nndraft".  Fix found by Nils Ackermann.
7716
7717 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7718
7719         * nnregistry.el: Add.
7720
7721 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7722
7723         * nnmail.el (group, group-art-list, group-art):
7724         Remove unneeded directives.
7725
7726 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7729         (mm-mime-charset):
7730         * rfc2047.el (rfc2047-syntax-table):
7731         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7732
7733         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7734         rather than `insert-file-contents' and `eval-region'.
7735
7736         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7737         construction.
7738
7739         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7740
7741         * time-date.el: No need to require cl for Emacs 21.
7742
7743 2010-09-29  Julien Danjou  <julien@danjou.info>
7744
7745         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7746         replacement of `gnus-gravatar-relief' to mimic
7747         `gnus-faces-properties-alist'.
7748         Add :version property.
7749
7750 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * mail-source.el (mail-source-report-new-mail):
7753         * message.el (message-default-mail-headers):
7754         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7755
7756         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7757
7758 2010-09-28  Julien Danjou  <julien@danjou.info>
7759
7760         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7761         mail-address contains the same string as real-name.
7762
7763         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7764         non-blank in header, otherwise it'll get stripped.
7765
7766         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7767         real-name, and then for mail address rather than doing : or , search.
7768
7769 2010-09-27  Julien Danjou  <julien@danjou.info>
7770
7771         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7772         right completing-read function.
7773         (gnus-use-ido): New variable
7774         (gnus-completing-read-with-default): Remove.
7775         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7776         (gnus-agent-add-group):
7777         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7778         * mm-view.el (mm-view-pkcs7-decrypt):
7779         * mm-util.el (mm-codepage-setup):
7780         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7781         * mml-smime.el (mml-smime-openssl-sign-query):
7782         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7783         (mml-insert-multipart):
7784         * gnus-msg.el (gnus-summary-yank-message):
7785         * gnus-int.el (gnus-start-news-server):
7786         * mm-decode.el (mm-interactively-view-part):
7787         * gnus-dired.el (gnus-dired-attach):
7788         * gnus.el (gnus-read-method):
7789         * gnus-bookmark.el (gnus-bookmark-jump):
7790         * gnus-art.el (gnus-mime-view-part-as-type)
7791         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7792         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7793         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7794         * nnmairix.el (nnmairix-create-server-and-default-group)
7795         (nnmairix-update-groups, nnmairix-get-server)
7796         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7797         (nnmairix-get-group-from-file-path):
7798         * nnrss.el (nnrss-find-rss-via-syndic8):
7799         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7800         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7801         (gnus-group-browse-foreign-server):
7802         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7803         (gnus-summary-execute-command, gnus-summary-respool-article)
7804         (gnus-read-move-group-name):
7805         * gnus-score.el (gnus-summary-increase-score)
7806         (gnus-summary-score-effect):
7807         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7808
7809 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7812         x-focus-frame.
7813
7814         * nnimap.el (auth-source-forget-user-or-password)
7815         (auth-source-user-or-password): Autoload.
7816
7817         * message.el (message-from-style, message-interactive)
7818         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7819         (message-yank-prefix, message-indentation-spaces, message-signature)
7820         (message-signature-file): Add comment.
7821
7822 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7823
7824         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7825         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7826         new articles.
7827
7828         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7829         parts.
7830         (nnimap-request-article): Work with the t setting, too.
7831
7832         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7833         that you don't get flashes of other buffers.
7834         (gnus-summary-show-complete-article): Intern before setting.
7835
7836 2010-09-27  David Engster  <dengste@eml.cc>
7837
7838         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7839         well as HEADERS.
7840         (nnmairix-retrieve-headers): Provide new argument for the above.
7841
7842 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843
7844         * gnus-sum.el (gnus-summary-move-article): Don't alter
7845         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7846         group.
7847
7848         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7849
7850         * message.el (message-cite-prefix-regexp): Revert my last edit.
7851
7852         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7853         variable instead of the Gnus variable.
7854
7855         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7856
7857         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7858
7859         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7860         since some servers don't like it.
7861         (nnimap-open-connection): Forget credentials if the server says the
7862         password was wrong.
7863         (nnimap-parse-line): Protect against invalid data.
7864
7865         * gnus-sum.el (gnus-summary-move-article): Add comment.
7866         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7867         nothing alters it while scanning for new messages.
7868
7869         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7870         which may or may not help.
7871         (nnimap-open-connection): If we're doing a stream connection, and then
7872         discover we're on a STARTTLS-capable server, then open a STARTTLS
7873         connection instead.
7874
7875 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * nnimap.el (utf7): Require.
7878
7879         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7880         prefix.
7881
7882 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7883
7884         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7885
7886 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7887
7888         * nnimap.el (nnimap-request-accept-article): Message the error on
7889         error.
7890
7891 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7894
7895 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7896
7897         * nndoc.el (nndoc-request-list): Return success always.
7898
7899         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7900         `fetch-old' -- we only want to fetch the articles we've requested.
7901         The rest are in the agent, probably.
7902         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7903         disappeared server" to something low.  It's not important.
7904
7905         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7906         arrived before the FETCH data.
7907
7908         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7909         target here, because we don't know the Gnus name of the group.
7910
7911         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7912         for the correct group.
7913
7914         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7915
7916         * gnus.el (gnus): Give a final warning after startup.
7917
7918         * gnus-util.el (gnus-action-message-log): New variable.
7919         (gnus-message): Use it.
7920         (gnus-final-warning): New function.
7921
7922         * nnimap.el (nnimap-open-connection): Record the greeting.
7923         (nnimap): Add greeting.
7924
7925 2010-09-26  Julien Danjou  <julien@danjou.info>
7926
7927         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7928         arguments.
7929         (gnus-html-wash-images): Fix spec computing to include start/end.
7930
7931         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7932
7933 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7934
7935         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7936         deletion.
7937         (nnimap-retrieve-headers): Don't select the group, because that's
7938         already done by nnimap-possibly-change-group.
7939
7940         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7941         (gnus-picon-transform-address): Use it.
7942
7943         * mail-source.el (mail-source-value): Revert previous patch.
7944
7945         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7946         on failure.
7947         (nnimap-open-connection): Look up both virtual and physical server name
7948         credentials.
7949
7950         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7951
7952 2009-02-07  Dave Love  <fx@gnu.org>
7953
7954         * tls.el (open-tls-stream): Don't query killing process.
7955
7956 2009-02-08  Dave Love  <fx@gnu.org>
7957
7958         * gnus-win.el (gnus-window-to-buffer-helper)
7959         (gnus-all-windows-visible-p): Function needn't be a symbol.
7960
7961         * mail-source.el (mail-source-value): Function needn't be a symbol.
7962
7963 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * message.el (message-cite-prefix-regexp): Remove } from the cite
7966         prefix.
7967
7968         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7969         highlight again, so that the highlight is correct.
7970
7971         * gnus-picon.el (gnus-picon): Remove again.
7972         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7973
7974         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7975         doing the header highlightling, so that the background color of the
7976         picon is correct.
7977
7978         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7979         (gnus-picon): Ditto.
7980         (gnus-picon): Reinstate.  The background color for picons is white.
7981         (gnus-picon-insert-glyph): Make the background white.
7982
7983         * nnml.el (nnml-open-nov): Don't return dead buffers.
7984
7985         * auth-source.el (auth-source-create): Query the user for whether to
7986         store the credentials.
7987
7988         * netrc.el (netrc-store-data): New function.
7989
7990         * auth-source.el (auth-source-user-or-password): Use the existing auth
7991         sources, if any, for creation.
7992
7993         * gnus.el (gnus-group-fast-parameter): Return the last matching
7994         parameter instead of the first matching parameter.
7995
7996 2010-09-26  Julien Danjou  <julien@danjou.info>
7997
7998         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7999
8000 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * mml2015.el (mml2015-use): Remove gpg support.
8003
8004         * mml1991.el (mml1991-function-alist): Remove gpg function.
8005         (mml1991-gpg-sign): Remove.
8006
8007 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8008
8009         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8010         (gnus-browse-unsubscribe-current-group): Document it.
8011         (gnus-browse-unsubscribe-group): Use it.
8012
8013 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8014
8015         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8016         address to the To list for easier response.
8017
8018         * gnus.el (gnus-play-startup-jingle): Remove.
8019         (gnus-splash): Don't play jingle.
8020         (gnus): Silence gnus-load message.
8021
8022         * gnus-art.el (gnus-treat-play-sounds): Remove.
8023
8024         * gnus.el (gnus-play-jingle): Remove audio support.
8025
8026         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8027
8028         * earcon.el: Remove -- no users.
8029
8030         * gnus-audio.el: Remove -- no users of this package.
8031
8032         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8033
8034         * gnus-start.el (gnus-setup-news): Remove nocem support.
8035
8036         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8037
8038         * gnus.el (gnus-use-nocem): Remove.
8039
8040         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8041         Remove.
8042
8043         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8044         uses NoCeM any more.
8045
8046         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8047         (gnus-button-ctan-handler): Ditto.
8048         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8049         (gnus-button-ctan-directory-regexp): Ditto.
8050         (gnus-button-handle-ctan): Ditto.
8051         (gnus-button-tex-level): Ditto.
8052         (gnus-button-alist): Remove CTAN stuff.
8053
8054 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8055
8056         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8057         nnimap-streaming test.
8058
8059         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8060         servers twice.
8061
8062         * nnimap.el (nnimap-open-connection): Add more error reporting when
8063         nnimap fails early.
8064
8065         * nnheader.el (nnheader-get-report-string): New function.
8066         (nnheader-get-report): Use it.
8067
8068         * gnus-int.el (gnus-check-server): Say what the error was when opening
8069         failed.
8070
8071         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8072         using streaming.
8073
8074 2010-09-25  Julien Danjou  <julien@danjou.info>
8075
8076         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8077         gnus-window-inside-pixel-edges.
8078
8079 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8080
8081         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8082
8083         * mm-decode.el (mm-save-part): Allow saving to other directories the
8084         normal Emacs way.
8085
8086         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8087         Suggested by Jay Berkenbilt.
8088
8089         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8090         there isn't a single byte.
8091
8092         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8093         just do it.  It doesn't really seem to matter what the user responds
8094         here, I think, so it's just a confusing question.
8095
8096         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8097         non-streaming case.
8098
8099         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8100         (gnus-article-encrypt-body): Use it.
8101
8102         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8103         keystroke.
8104
8105         * nnimap.el (nnimap-find-wanted-parts-1):
8106         Use gnus-fetch-partial-articles.
8107
8108         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8109
8110         * nnimap.el (nnimap-insert-partial-structure): New function.
8111         (nnimap-get-partial-article): New function.
8112         (nnimap-request-article): Use it.
8113         (nnimap-wait-for-response): Return whether the wait was successful.
8114         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8115         retrieval wasn't successful.
8116         (nnimap-retrieve-group-data-early): Allow throttling servers.
8117         (nnimap-streaming): New variable.
8118         (nnimap-fetch-partial-articles): Remove.
8119
8120         * mm-decode.el (mm-with-part): Protect against killed buffers.
8121
8122         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8123         for prettier summary display.
8124
8125 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8126
8127         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8128
8129 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8132         apparently third-party libraries depend on it.
8133
8134         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8135         before starting negotiation.
8136
8137         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8138         privacy reasons.
8139         (gnus-treat-mail-gravatar): Ditto.
8140
8141         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8142         buffer when inserting images.  Inserting text into the headers, for
8143         instance, can make them invalid.
8144
8145 2010-09-25  Julien Danjou  <julien@danjou.info>
8146
8147         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8148         variables.
8149
8150         * nnheader.el: Remove useless variables news-reply-yank-from and
8151         news-reply-yank-message-id.
8152
8153         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8154         variables.
8155
8156         * mml1991.el: Remove useless mml1991-verbose.
8157
8158         * gnus.el: Remove useless variable gnus-use-generic-from.
8159         Remove obsolete variable gnus-topic-indentation.
8160
8161         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8162
8163         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8164
8165         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8166
8167         * gnus-group.el: Remove useless gnus-group-icon-cache.
8168         Remove useless gnus-ephemeral-group-server.
8169
8170         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8171
8172         * mml2015.el: Remove useless mml2015-verbose.
8173
8174         * mml-smime.el: Remove useless mml-smime-verbose.
8175
8176         * gnus.el: Remove useless gnus-local-domain.
8177
8178         * gnus-gravatar.el (gnus-gravatar-transform-address):
8179         Use gnus-gravatar-size.
8180
8181         * gnus-art.el: Remove useless gnus-treat-translate.
8182
8183 2010-09-24  Julien Danjou  <julien@danjou.info>
8184
8185         * gnus-sum.el: Add support for Gravatars.
8186
8187         * gnus-art.el: Add support for Gravatars.
8188
8189         * gnus-gravatar.el: Add this file.
8190
8191         * gravatar.el: Add this file.
8192
8193 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8196
8197         * gnus-group.el (gnus-group-fetch-faq): Remove.
8198
8199         * gnus.el (gnus-group-faq-directory): Remove.
8200
8201         * gnus-group.el (gnus-group-fetch-charter): Remove.
8202
8203         * gnus.el (gnus-group-charter-alist): Remove.
8204
8205         * gnus-group.el (gnus-group-archive-directory): Remove.
8206         (gnus-group-recent-archive-directory): Ditto.
8207         (gnus-group-make-archive-group): Remove.
8208
8209         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8210
8211         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8212         use the same article number for all the cached articles.
8213
8214         * nnimap.el (nnimap-command): Register the last command time so
8215         that we can use it for idling NOOPs.
8216         (nnimap-open-connection): Start the keeplive timer.
8217         (nnimap-make-process-buffer): Store all the process buffers.
8218         (nnimap-keepalive): New function.
8219
8220         * starttls.el (starttls-open-stream): Add autoload cookie.
8221
8222 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8223
8224         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8225         handling.
8226
8227 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8230         its data structures.
8231
8232         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8233         instead of the cl.el copy-list.
8234         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8235         equalp.
8236
8237 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8240         and tool-bar-local-item-from-menu.
8241
8242         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8243         mode-line-highlight face for Emacs.
8244
8245         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8246         loading gnus-sum.elc; fix comment for canlock-verify.
8247         (gnus-article-jump-to-part): Use read-number.
8248         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8249         Remove Emacs pre-21 compatible code for help-echo.
8250         (gnus-article-next-page-1): No need to adjust the number of lines.
8251         (gnus-article-describe-bindings): Always use help-buffer.
8252
8253         * gnus-audio.el (gnus-audio-inline-sound):
8254         * gnus-cus.el (gnus-custom-mode):
8255         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8256
8257         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8258
8259         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8260         compatible code.
8261
8262 2010-09-24  Glenn Morris  <rgm@gnu.org>
8263
8264         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8265         visiting the fcc file in rmail-mode.
8266
8267         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8268
8269 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * nnir.el: Silence the byte compiler.
8272
8273         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8274         alias to browse-url-url-encode-chars if any.
8275         (gnus-html-encode-url): Use it.
8276
8277 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8278
8279         * gnus-start.el (gnus-use-backend-marks): New variable.
8280         (gnus-get-unread-articles-in-group): Use it.
8281
8282         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8283         makeover.
8284
8285 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8286
8287         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8288
8289 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8292         Remove.
8293         (gnus-setup-news-hook):
8294         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8295
8296         * gnus-int.el (gnus-request-update-info): Protect against backends not
8297         having the function.
8298
8299         * nnimap.el (nnimap-stream): Mention starttls.
8300         (nnimap-open-connection): Add starttls support.
8301
8302 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8303
8304         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8305
8306 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8309         BODYSTRUCTUREs.
8310         (nnimap-transform-headers): Unfold quoted {42} headers.
8311
8312         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8313         the info.
8314         (gnus-get-unread-articles): Only call updatep on backends that support
8315         it.
8316
8317         * nnweb.el (nnweb-request-update-info): NOOP.
8318
8319         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8320
8321         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8322         since it only deals with marks.
8323
8324         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8325         gnus-request-marks, and make a new gnus-request-update-info.
8326
8327         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8328         the active instead of the high number, which is usually too low.
8329
8330 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8331
8332         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8333         * encrypt.el: Remove.
8334
8335 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336
8337         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8338         server in symbolic form.
8339
8340         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8341
8342 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8343
8344         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8345         (nnimap-update-info): Fix up code slightly.
8346
8347         * gnus-int.el (gnus-open-server): Add tracing for performance
8348         debugging.
8349
8350         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8351         (gnus-group-insert-group-line): Pass the real group name so that it
8352         gets the right data.
8353
8354         * gnus-start.el (gnus-get-unread-articles): Don't have
8355         `gnus-get-unread-articles-in-group' update info, since that can be
8356         really slow and doesn't seem to be needed?
8357
8358 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8359
8360         * time-date.el (date-to-time): Try using parse-time-string first before
8361         using the slower timezone-make-date-arpa-standard.
8362
8363 2010-09-22  Julien Danjou  <julien@danjou.info>
8364
8365         * gnus-group.el (gnus-group-insert-group-line):
8366         Call gnus-group-highlight-line.
8367         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8368         default hook list.
8369         (gnus-group-update-eval-form): Add new function.
8370         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8371         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8372
8373 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8374
8375         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8376         immediate, then expire all articles.
8377         (nnimap-update-info): Fix off-by-one errors.
8378         (nnimap-flags-to-marks): Would return no marks lists for group with no
8379         flags.  Instead return the other data.
8380
8381 2010-09-22  Julien Danjou  <julien@danjou.info>
8382
8383         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8384         Only return an icon.
8385         (gnus-group-insert-group-line): Compute icon to return.
8386
8387         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8388         (gnus-html-image-fetched): Only cache if
8389         gnus-html-image-automatic-caching is set.
8390         (gnus-html-image-fetched): Check for errors.
8391
8392 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8393
8394         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8395         once per method on `g'.  This ensures that backends like nnfolder don't
8396         open all their folders.
8397
8398         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8399         (nnimap-request-list): Nix out group in the correct buffer.
8400         (nnimap-parse-flags): Implement by using `read' instead of
8401         hand-parsing.
8402         (nnimap-flags-to-marks): Pass on permanent-flags.
8403         (nnimap-make-process-buffer): Record the server name.
8404         (nnimap-parse-flags): Fix typo.
8405         (nnimap-request-scan): Run split on the server in general, not just a
8406         single group.
8407
8408         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8409         parameter, and propagate this downwards.
8410
8411         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8412         since EXAMINE changes it on the server.
8413
8414         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8415         this command might take a while.
8416
8417 2010-09-22  Julien Danjou  <julien@danjou.info>
8418
8419         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8420         harmful if you have 2 images side-by-side, they can't be properly
8421         update on text deletion.  Using text-property is safer here.
8422         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8423         data.
8424
8425 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8426
8427         * nnimap.el (nnimap-expunge-inbox): Remove.
8428         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8429         (nnimap-expunge): Flip default to t.
8430
8431         * gnus.el (gnus-method-to-server): Don't push things to the cache
8432         unless it's unique.
8433         (gnus-server-to-method): Ditto.
8434
8435 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8436
8437         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8438
8439 2010-09-22  Julien Danjou  <julien@danjou.info>
8440
8441         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8442         get the start of data.
8443         (gnus-html-encode-url): Add this function to encode special chars in
8444         URL.
8445         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8446         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8447
8448         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8449         default.
8450         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8451
8452         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8453         images alt-text.
8454         (gnus-html-put-image): Put alt-text as help-echo.
8455
8456 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8459         * mm-util.el (mm-decompress-buffer):
8460         * nnir.el (nnir-run-find-grep):
8461         * pop3.el (pop3-list): Use 3rd arg of split-string.
8462
8463         * time-date.el (format-seconds): Comment fix.
8464
8465         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8466         and byte-optimize-form-code-walker.
8467         (dgnushack-make-auto-load): Don't advise make-autoload.
8468
8469         * lpath.el: Remove Emacs 21 stuff.
8470
8471 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8474         outside the active range.  Suggested by Dan Christensen.
8475
8476         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8477         slightly later to avoid double-getting it.
8478
8479         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8480         previous patch.
8481
8482         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8483
8484 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8485
8486         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8487
8488 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8489
8490         * gnus-int.el (gnus-open-server): Give a better error message in the
8491         "go offline" case.
8492
8493         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8494         marks for nnimap, which is seldom the right thing to do.
8495
8496         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8497         (gnus-same-method-different-name): New function.
8498
8499         * nnimap.el (parse-time): Require.
8500
8501         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8502         method in the presence of many similar methods.
8503
8504         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8505
8506         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8507         nnml-inhibit-expiry.
8508
8509         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8510         find out whether methods are equal.
8511
8512         * nnimap.el (nnimap-find-expired-articles): New function.
8513         (nnimap-process-expiry-targets): New function.
8514         (nnimap-request-move-article): Request the article before looking at
8515         what the Message-ID is.  Fix found by Andrew Cohen.
8516         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8517
8518         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8519         for oldness in addition to being a predicate.
8520
8521         * nnimap.el (nnimap-request-group): When we have zero articles, return
8522         the right data to Gnus.
8523         (nnimap-request-expire-articles): Only delete articles immediately if
8524         the target is 'delete.
8525
8526         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8527         method, this would bug out.
8528
8529         * gnus-group.el (gnus-group-expunge-group): Rename from
8530         gnus-group-nnimap-expunge, and implemented as a normal interface
8531         function.
8532
8533         * gnus-int.el (gnus-request-expunge-group): New function.
8534
8535         * nnimap.el (nnimap-request-create-group): Implement.
8536         (nnimap-request-expunge-group): New function.
8537
8538 2010-09-21  Julien Danjou  <julien@danjou.info>
8539
8540         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8541         (gnus-html-cache-expired): Add new function.
8542         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8543         wethever we should display image for fetch it.
8544         Compute alt-text earlier to pass it to the fetching function too.
8545         (gnus-html-schedule-image-fetching): Change function argument to only
8546         get one image at a time, not a list.
8547         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8548         cache.
8549         (gnus-html-get-image-data): New function to retrieve image data from
8550         cache.
8551         (gnus-html-put-image): Change buffer argument to use image data rather
8552         than file, and place image above region rather than inserting a new
8553         one.  Do not take alt-text as argument, since it's useless now: we place
8554         the image above alt-text.
8555         (gnus-html-prune-cache): Remove.
8556         (gnus-html-show-images): Start to fetch image when we find one, do not
8557         push into a temporary list.
8558         (gnus-html-prefetch-images): Only fetch image if they have expired.
8559         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8560         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8561
8562 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8565
8566 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567
8568         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8569         spec inser "*" if the group isn't active instead of 0.
8570
8571         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8572         opening the server.
8573         (nnimap-request-delete-group): Implement group deletion.
8574         (nnimap-transform-headers): Return the size of the entire message in
8575         the Bytes header, not just the size of the first part.
8576         (nnimap-request-move-article): When moving an article from nnimap,
8577         request the article first so the accepting form has an article to
8578         accept.  Reported by Dan Christensen.
8579         (nnimap-command): Make sure that the error message doesn't error out.
8580
8581 2010-09-20  David Edmondson  <dme@dme.org>
8582
8583         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8584         we haven't requested anything.
8585
8586 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8589         "".  Fix found by Andrew Cohen.
8590
8591         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8592         instead of -encode-string.
8593
8594 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8597
8598         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8599         by mm-subst-char-in-string.
8600
8601 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8604         waiting for the connection string.
8605
8606         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8607         arriving.
8608
8609         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8610         bogus characters.  This allows selecting certain Gmail groups.
8611
8612         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8613         (nnimap-fetch-partial-articles): New variable.
8614         (nnimap-open-connection): When looking for credentials, also use the
8615         nnimap-server-port.
8616         (nnimap-request-article): Return the group/article number, so that Gnus
8617         `^' works as expected.
8618         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8619
8620         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8621         comments.
8622         (gnus-methods-sloppily-equal): New function.
8623         (gnus): When using the development version of Gnus, load the gnus-load
8624         file.
8625
8626         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8627         `gnus-open-server' on each method before trying to scan them etc.
8628         This ensures that all the backend parameters are set correctly.
8629
8630         * nnimap.el (nnimap-authenticator): New variable.
8631         (nnimap-open-connection): Allow anonymous login.
8632         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8633         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8634
8635         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8636         patch, found by Knut Anders Hatlen.
8637
8638 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8639
8640         * gnus-agent.el (gnus-agent-batch-confirmation)
8641         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8642         to gnus-message.
8643         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8644         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8645         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8646         * gnus-int.el (gnus-open-server): Likewise.
8647         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8648         (gnus-score-check-syntax): Likewise.
8649         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8650         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8651         Likewise.
8652         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8653
8654 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8655
8656         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8657         calling conventions so that prefetch doesn't bug out.
8658
8659 2010-09-19  Julien Danjou  <julien@danjou.info>
8660
8661         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8662         rather than `subst-char-in-region' in order to be able to replace ASCII
8663         char by UTF-8 ones.
8664
8665         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8666         than curl.
8667         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8668         the right URL and ALT text on images.
8669         (gnus-html-wash-tags): Fix tag case.
8670         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8671         (gnus-article-html): Add -o display_ins_del=2 option.
8672         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8673
8674 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675
8676         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8677         the extra mail headers, which sometimes seem to happen for unknown
8678         reasons.
8679
8680         * mail-parse.el (mail-header-encode-parameter): Define as
8681         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8682         (or most, perhaps?) mail readers don't understand the latter, but do
8683         understand the former.
8684
8685         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8686         to nil, so that no methods are automatically agentized.  I think this
8687         is probably what most users want.
8688
8689         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8690         from url-retrieve, for instance about invalid URLs.
8691
8692         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8693         groups that have no articles.
8694         (nnimap-request-article): Check that we really got an article when we
8695         requested one.
8696
8697         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8698         doesn't exist.
8699
8700         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8701         nntp buffer so the agent can save it.
8702         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8703         that CRLF doesn't get translated to \n.
8704         (nnimap-open-connection): Don't make 'shell commands only send \n.
8705
8706 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8707
8708         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8709         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8710         Update var name.
8711         (nnml-generate-nov-file): Use dolist.
8712         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8713         Use with-current-buffer.
8714
8715 2010-09-18  Julien Danjou  <julien@danjou.info>
8716
8717         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8718         parallel.
8719
8720 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8723         the range update right.
8724         (nnimap-request-group): Don't make `M-g' bug out on group with no
8725         marks.
8726         (nnoo): Require, so that other packages can require nnimap.
8727         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8728         command we're looking for.  This helps when the server sends more
8729         responses after we've gotten everything we expected.
8730         (nnimap): Add a `newlinep' field to keep track of end-of-line
8731         conventions.
8732         Don't send CRLF to things that don't want it.
8733         (nnimap-request-accept-article): Ditto.
8734
8735 2010-09-18  Julien Danjou  <julien@danjou.info>
8736
8737         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8738         than curl to retrieve images.
8739
8740 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8743         the marks.
8744         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8745         (nnimap-wait-for-connection): New function.
8746         (nnimap-open-connection): If we have PREAUTH, don't query for login
8747         credentials.
8748         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8749         when doing a partial update.
8750
8751 2010-09-18  Julien Danjou  <julien@danjou.info>
8752
8753         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8754         tags.
8755
8756 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8757
8758         * nnimap.el (nnimap-credentials): New function.
8759         (nnimap-open-connection): Use the new function to look for credentials
8760         also on the numeric equivalents of "imap" and "imaps".
8761
8762         * gnus-start.el (gnus-activate-group): Send the info to
8763         gnus-request-group.
8764
8765         * nnimap.el (nnimap-request-group): Have the "check" version of the
8766         function parse flags and update the info, so that a `M-g' get a total
8767         resync of all flags from the group.
8768
8769         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8770         to allow backends to alter the info on group selection.  Also alter all
8771         the backend -request-group functions to take the parameter.
8772
8773         * nnimap.el (nnimap-store-info): New function.
8774         (nnimap-update-info): Store the info for later usage.
8775         (nnimap-request-group): Use the stored info for the dont-check case, so
8776         that we don't retrieve all marks when we enter a group.
8777
8778         * nnimap.el: Use deffoo instead of defun for interface functions.
8779
8780         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8781         update the group info.  This makes the nndraft groups, for instance, go
8782         back to their old behavior.
8783
8784         * gnus-sum.el (gnus-select-newsgroup): Indent.
8785
8786         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8787         in.
8788         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8789         nothing.
8790
8791         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8792         from methods that are denied.
8793
8794         * gnus-int.el (gnus-method-denied-p): New function.
8795
8796         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8797         store the password instead of netrc.
8798         (nnimap-open-connection): Don't error out when we can't make a
8799         connections.
8800
8801         * auth-source.el (auth-source-create): In the password prompt, say what
8802         we're querying for.  Also prompt for user name if that hasn't been
8803         given.
8804
8805         * nnimap.el (nnimap-with-process-buffer): Remove.
8806
8807 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8808
8809         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8810         method when we're reading from the agent.
8811
8812         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8813
8814         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8815         that's probably most useful for users.
8816
8817         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8818         "failed" all the time.
8819
8820         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8821         ...)) with (with-current-buffer ... ).
8822
8823         * nntp.el (nntp-open-server): Return whether the open was successful or
8824         not.
8825
8826         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8827         select an unread unseen article first.
8828
8829         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8830         /etc/services, supply some sensible port defaults.
8831
8832         * dgnushack.el: Define netrc-credentials.
8833
8834 2010-09-17  Julien Danjou  <julien@danjou.info>
8835
8836         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8837
8838 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8839
8840         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8841         doesn't have any parameters.
8842
8843 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8844
8845         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8846         only upcased checks.
8847
8848         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8849
8850         * nnimap.el (nnimap-open-shell-stream): New function.
8851         (nnimap-open-connection): Use it.
8852         (nnimap-transform-headers): Get the number of lines in each message.
8853         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8854         number of lines.
8855         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8856         problem.
8857
8858         * utf7.el (utf7-encode): Autoload.
8859
8860         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8861         to allow the mail splitting to not return a default group.  This is
8862         useful for nnimap, which will leave unmatched mail in the inbox.
8863
8864         * nnimap.el: Rewritten.
8865
8866         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8867         nnimap usage.
8868
8869         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8870         if the move is internal, so that nnimap can do fast internal moves.
8871
8872         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8873         data.
8874         (gnus-read-active-for-groups): Support finishing the early retrieval of
8875         data.
8876
8877         * gnus-range.el (gnus-range-nconcat): New function.
8878
8879         * gnus-int.el (gnus-finish-retrieve-group-infos)
8880         (gnus-retrieve-group-data-early): New functions.
8881
8882 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8883
8884         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8885         (nnrss-retrieve-groups):
8886         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8887         (pop3-quit): Use with-current-buffer.
8888
8889 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8892         instead of nnheader-accept-process-output.
8893
8894         * dgnushack.el (dgnushack-compile): Add comment.
8895
8896         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8897
8898         * gnus-html.el (gnus-html-schedule-image-fetching)
8899         (gnus-html-prefetch-images): Replace process-kill-without-query by
8900         gnus-set-process-query-on-exit-flag.
8901
8902 2010-09-16  Romain Francoise  <romain@orebokech.com>
8903
8904         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8905
8906 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8907
8908         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8909         parameter to unintern is mandatory-ish in Emacs 24.
8910
8911         * gnus-html.el (gnus-html-schedule-image-fetching)
8912         (gnus-html-prefetch-images): Check for curl before using it.
8913
8914         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8915         depend on curl, which isn't essential.
8916
8917         * imap.el: Revert back to version
8918         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8919         seem problematic.
8920
8921 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8922
8923         * gnus-registry.el (gnus-registry-install-shortcuts):
8924         Explicitly pass `obarray' to `unintern' to avoid a warning.
8925
8926 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8929         change.
8930
8931         * nnrss.el (nnrss-request-list): Remove this function and related
8932         functions, including the moreover stuff.
8933
8934 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * nnrss.el (nnrss-retrieve-groups): New function.
8937
8938 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8939
8940         * .dir-locals.el: Add no-byte-compile cookie.
8941
8942 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * time-date.el (format-seconds): Comment fix.
8945
8946         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8947         for back end that doesn't support request-scan.
8948
8949 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950
8951         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8952         then do request scans from the backends.
8953
8954         * netrc.el (netrc-credentials): New conveniency function.
8955
8956         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8957         avoid running a hook per line, since this takes a lot of time,
8958         profiling shows.
8959         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8960         directly if gnus-visual-p is true.
8961
8962 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8965         groups; replace mapcar with dolist which is a bit faster; pass groups
8966         info to gnus-read-active-file-1.
8967         (gnus-read-active-file-1): Scan only specified groups if the new
8968         optional arg `infos' is given.
8969
8970 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8973
8974         * pop3.el (pop3-movemail): Remove.
8975         (pop3-streaming-movemail): Rename to pop3-movemail.
8976
8977         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8978         don't restrict end-tag searches to the end of the line.
8979
8980 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8983         articles of every unchecked group to t, which means unknown since the
8984         server has never been opened.
8985
8986 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * gnus-html.el (gnus-html-show-alt-text): New command.
8989         (gnus-html-browse-image): Ditto.
8990         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8991         to browse the image directly.
8992         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8993         better.
8994
8995         * gnus-async.el (gnus-async-article-callback):
8996         Call `gnus-html-prefetch-images' unconditionally.
8997
8998         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8999         before feeding URLs to curl.
9000
9001 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9004         internal images as deletable by `W D D'.
9005
9006         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9007         (gnus-async-article-callback): Fix typo.
9008
9009 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9012         current line to work around bugs in the output from w3m.
9013
9014         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9015         for groups that want that.
9016
9017         * nntp.el (nntp-wait-for-string): Supply a timeout for
9018         accept-process-output to ensure progress.
9019
9020         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9021         level to get unread articles from, then use that for foreign groups,
9022         too.
9023
9024         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9025         confuses the rest of the function.
9026
9027         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9028         for the methods that support -retrieve-groups, too.
9029
9030         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9031
9032 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9035         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9036
9037         * pop3.el: Require cl when compiling.
9038         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9039
9040 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9041
9042         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9043         that aren't going to be activated.
9044         (gnus-get-unread-articles): Fix up the last commit.
9045
9046         * gnus-html.el (gnus-article-html): Allow calling without specifying
9047         the handle.  In that case, dissect the buffer first.
9048
9049         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9050
9051         * nnimap.el (nnimap-open-connection): Revert the change that would look
9052         into authinfo for imaps instead of imap.
9053
9054         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9055         say that you don't want to call gnus-request-group with don-check, but
9056         do check the reponse.  This is for virtual groups only.
9057         (gnus-get-unread-articles): Count the archive groups as secondary, so
9058         that they're activated the same way as before.
9059
9060         * imap.el (imap-message-map): Removed optional buffer parameter, since
9061         no callers use it.
9062         (imap-message-get): Ditto.
9063         (imap-message-put): Ditto.
9064         (imap-mailbox-map): Ditto.
9065         (imap-mailbox-put): Ditto.
9066         (imap-mailbox-get): Ditto.
9067         (imap-mailbox-get): Revert last change for this function.
9068
9069         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9070         case-insensitively.
9071         (nnimap-debug): Remove.
9072
9073         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9074         callers to use `imap-fetch' instead.  According to the comments, this
9075         should be safe, since all other IMAP clients use the 1:* syntax.
9076         (imap-enable-exchange-bug-workaround): Remove.
9077         (imap-debug): Remove -- doesn't seem very useful.
9078
9079         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9080         mail from a file, and the file doesn't exist.
9081
9082         * imap.el (imap-log): New convenience function used throughout instead
9083         of repeating the same code all over the place.
9084
9085         * pop3.el (pop3-streaming-movemail): Return t for success.
9086
9087         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9088         .authinfo if we're using ssl connection.
9089
9090         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9091         already have if we're in a main Gnus `g' run.
9092
9093         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9094
9095 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9098
9099         * nnmh.el (nnmh-request-list-1): Bind `file'.
9100
9101         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9102         alias to set-process-query-on-exit-flag or process-kill-without-query.
9103         (pop3-open-server): Use it.
9104
9105 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9108         box to the Incoming file.  Fixes mistake in previous checkin.
9109
9110         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9111         request loop (for debugging purposes) removed.
9112
9113         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9114         culprit is more visible.
9115         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9116         (nnml-add-incremental-nov): New functions to do "incremental" nov
9117         updates, where we just append to the end of the existing nov files
9118         without reading/writing them in full.
9119
9120         * mail-source.el (mail-source-delete-crash-box): Really only check the
9121         incoming files once in a while.
9122
9123         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9124
9125         * mail-source.el (mail-source-delete-crash-box): Only check the
9126         incoming files for deletion once per day to save a lot of file
9127         accesses.
9128
9129         * pop3.el (pop3-logon): Fix up unbound variable typo.
9130
9131         * mail-source.el (pop3-streaming-movemail): Autoload.
9132
9133         * pop3.el (pop3-streaming-movemail):
9134         Respect pop3-leave-mail-on-server.
9135
9136         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9137         retrieval.
9138
9139         * pop3.el (pop3-process-filter): Remove unused function.
9140         (pop3-streaming-movemail, pop3-send-streaming-command)
9141         (pop3-wait-for-messages, pop3-write-to-file)
9142         (pop3-number-of-responses): New functions for streaming pop3
9143         retrieval.
9144
9145         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9146         come from no known methods.
9147         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9148         list.
9149
9150         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9151         message sizes.
9152         (pop3-movemail): Use erase-buffer instead of looping and deleting
9153         regions, which seems rather odd.
9154
9155         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9156         file once per `g' run.
9157
9158         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9159         directories.  This makes the draft queue directory work.
9160
9161         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9162         data from the backends, so that we only request the list of groups from
9163         each method once.  This should speed things up considerably.
9164
9165         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9166         detect that it's not implemented.
9167
9168         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9169         we actually do recurse down into the tree, but don't stat all leaf
9170         nodes.
9171
9172         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9173         then say so instead of bugging out.
9174
9175         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9176         files exist before trying to read them.
9177
9178         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9179         around <pre_int>.
9180
9181         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9182
9183         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9184
9185 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9186
9187         * mm-util.el (mm-image-load-path): Just return the image directories,
9188         not all directories in the path in addition to the image directories.
9189         (mm-image-load-path): Maintain a cache of the image directories so that
9190         the `g' command in Gnus doesn't have to stat dozens of directories each
9191         time.
9192
9193         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9194         (gnus-html-wash-tags): Add a new `i' command to insert images.
9195         (gnus-html-insert-image): New command and keystroke.
9196         (gnus-html-redisplay-with-images): New command and keystroke.
9197         (gnus-html-show-images): Rename command.
9198         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9199         spacers.
9200         (gnus-html-wash-tags): Decode entities at the end, so that entities
9201         inside the tags don't mess up the rest of the "parsing".
9202
9203         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9204         so that nnimap methods aren't agentized by default.  There's apparently
9205         many problems related to agent/imap behavior.
9206
9207         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9208
9209         * gnus-html.el: Doc fix.
9210
9211 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9214         specifier-spec-list for Emacs 21.
9215
9216         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9217         glyph-width and glyph-height instead of display-graphic-p and
9218         image-size; make avoidance of displaying small images work for XEmacs.
9219
9220         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9221         for XEmacs.
9222
9223         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9224         of symbol that holds plist data.
9225         (gnus-process-plist): Remove plist of process after getting it.
9226
9227 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9228
9229         * message.el (message-generate-hashcash): Change default to
9230         'opportunistic if hashcash is installed.
9231
9232         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9233         (gnus-html-put-image): Only call image-size once, since it's somewhat
9234         time-consuming on remote X servers.
9235
9236 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9239         type on data, not a file name.
9240
9241         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9242         window-pixel-edges for Emacs 21.
9243
9244         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9245         decoded contents.
9246         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9247
9248 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9251         group line format, since it isn't very interesting.
9252
9253         * gnus-agent.el (gnus-agent-short-article),
9254         (gnus-agent-long-article): Increase values for these two variables,
9255         since most people are likely to have more network connection and
9256         storage than before.
9257
9258         * gnus.el (gnus-refer-article-method): Change default to 'current.
9259         When referring an article, the common behavior is to refer it from the
9260         current select method, not the native select method.  The chances of
9261         the native select method having the message in question is rather slim
9262         these days.
9263
9264         * gnus-sum.el (gnus-auto-select-subject): Change default to
9265         `unseen-or-unread'.  I think it's likely that most people want to
9266         select an unseen article over a previously seen, but unread one.
9267
9268         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9269         means that in the article buffer none of the minor mode elements will
9270         be shown, usually, and this is not desirable in most cases.
9271
9272         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9273         that commands like `d' (and the like) go to the next line in the
9274         buffer, instead of the next unread article.  I think this is the
9275         behavior that is most natural for most users.
9276         (gnus-single-article-buffer): Change default to nil, so that people can
9277         have as many article buffers open as they have summary buffer.  I think
9278         this is the most natural way for the groups to behave.
9279
9280         * message.el (message-generate-new-buffers): Change default to
9281         `unsent', so that all new message buffers start their names with the
9282         string "*unsent", and it's easier to find the buffers if you move from
9283         them.
9284
9285 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9286
9287         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9288         small.  They're probably tracking images.
9289         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9290         (gnus-html-rescale-image): Yet another try at getting the image sizing
9291         right.
9292
9293         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9294         nntp-marks-file-name is nil.
9295
9296 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9297
9298         * gnus-html.el (gnus-html-wash-tags)
9299         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9300         Better logging.
9301
9302 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9305
9306         * gnus-html.el (gnus-html-wash-tags): Check the value of
9307         gnus-blocked-images in the summary buffer.
9308
9309 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9310
9311         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9312
9313 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314
9315         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9316         like "a", it seems like.
9317         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9318         since it needs to be picked from the correct buffer.
9319
9320         * nnwfm.el: Remove.
9321
9322         * nnlistserv.el: Remove.
9323
9324 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9325
9326         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9327         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9328
9329 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330
9331         * nnkiboze.el: Remove.
9332
9333         * nndb.el: Remove.
9334
9335         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9336         alt text.
9337         (gnus-html-rescale-image): Try to get the rescaling logic right for
9338         images that are just wide and not tall.
9339
9340         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9341         overshadow variable bindings.
9342
9343 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9344
9345         * gnus-html.el (gnus-html-wash-tags)
9346         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9347         Add extra logging.
9348
9349 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9350
9351         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9352         (gnus-max-image-proportion): New variable.
9353         (gnus-html-rescale-image): New function.
9354         (gnus-html-put-image): Rescale images.
9355
9356 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9357
9358         Fix up some byte-compiler warnings.
9359         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9360         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9361         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9362         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9363         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9364         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9365         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9366
9367 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-html.el (gnus-article-html): Decode contents by charset.
9370
9371 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9374         (gnus-html-frame-width, gnus-blocked-images):
9375         * message.el (message-prune-recipient-rules): Add custom version.
9376         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9377
9378         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9379         functions.
9380
9381         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9382         gnus-process-get.
9383
9384 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9385
9386         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9387         instead of lsub directly.
9388
9389 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * nnwarchive.el: Remove.
9392
9393         * gnus-soup.el: Remove.
9394
9395         * nnsoup.el: Remove.
9396
9397         * nnultimate.el: Remove.
9398
9399         * gnus-html.el (gnus-blocked-images): New variable.
9400
9401         * message.el (message-prune-recipients): New function.
9402         (message-prune-recipient-rules): New variable.
9403
9404         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9405         guess whether a long line is natural text or not.
9406
9407         * gnus-html.el (gnus-html-schedule-image-fetching):
9408         Use gnus-process-plist and friends for compatibility.
9409
9410 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9411
9412         * gnus-html.el: Require packages that define macros used in this file.
9413         (gnus-article-mouse-face): Declare to silence byte-compiler.
9414         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9415         process-get.
9416         (gnus-html-put-image): Use plist-get to avoid getf.
9417         (gnus-html-prefetch-images): Use with-current-buffer.
9418
9419 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * gnus-ems.el: Provide compatibility functions for
9422         gnus-set-process-plist.
9423
9424         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9425         header-line-format for XEmacs 21.4.
9426
9427         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9428         * gnus.el (gnus-valid-select-methods):
9429         * message.el (message-send-mail-partially-limit):
9430         * mm-decode.el (mm-text-html-renderer):
9431         * mml.el (mml-insert-mime-headers-always):
9432         * smiley.el (smiley-regexp-alist): Bump custom version.
9433
9434 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9435
9436         * gnus-html.el: require mm-url.
9437         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9438         with the url to `url'.
9439         (gnus-html-wash-tags): Support cid: URLs/images.
9440
9441 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9444         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9445         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9446
9447         * gnus-move.el: Remove file, since it doesn't really work.
9448
9449         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9450         UTF-8.  This seems to fix problems with some German web feeds.
9451
9452         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9453         at the top so that the proper colors are applied.
9454
9455         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9456         don't have dots in their names.
9457
9458         * gnus-art.el (gnus-article-view-part): Doc fix.
9459
9460         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9461         XEmacs-compatible.
9462         (gnus-html-put-image): Don't do images on non-graphic displays.
9463
9464         * nnslashdot.el: Remove this unused backend.
9465
9466         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9467         actions.
9468         (gnus-undo-register-1): Revert last change.
9469
9470         * gnus-group.el (gnus-group-completing-read): Protect against not
9471         having completion-styles bound.
9472
9473         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9474         make broken recipients happier.
9475
9476         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9477
9478         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9479         point parameter.
9480
9481         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9482
9483         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9484         completion-styles for group selection.
9485
9486 2009-02-04  Andreas Schwab  <schwab@suse.de>
9487
9488         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9489         headers and regexp-quote the match if necessary.
9490
9491 2009-03-24  Miles Bader  <miles@gnu.org>
9492
9493         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9494         the blinking smiley.
9495
9496 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9497
9498         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9499         blink smiley.
9500
9501 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9504         where the dribbel file lives exists.
9505
9506         * message.el (message-send-mail-partially-limit): Change the default to
9507         nil, since most people don't want this.
9508
9509         * mm-url.el (mm-url-decode-entities): Also decode entities like
9510         &#x3212.
9511
9512 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9513
9514         * gnus-sum.el (gnus-summary-idna-message):
9515         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9516         Hyperlink urls in docstrings with URL `...'.
9517
9518 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9519
9520         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9521         functions.
9522
9523 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9524
9525         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9526         say what the mouseover text should be.
9527
9528         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9529         version of the mm-w3m-safe-url-regexp variable to only download images
9530         in the groups where we want that to happen.
9531
9532         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9533
9534         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9535         easier debugging.
9536         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9537         big pictures in the article buffer.
9538
9539         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9540         gnus-article-html.
9541         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9542         w3m.
9543
9544         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9545
9546 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9549         which doesn't exist.
9550
9551         * message.el (message-inhibit-ecomplete): New variable to allow some
9552         function to inhibit ecomplete address storage.
9553         (message-resend): Disable ecomplete message storage when resending
9554         messages.
9555
9556         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9557
9558 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9561         Save excursion while copying, moving, and deleting articles in order to
9562         prevent the cursor from jumping to unforeseen place.
9563
9564 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * lpath.el: No need to bind bookmark-current-buffer,
9567         bookmark-yank-point and bookmark-make-record-function.
9568
9569 2010-08-17  Glenn Morris  <rgm@gnu.org>
9570
9571         * gnus-sync.el: Require gnus components whose functions are used.
9572
9573         * gnus-art.el (bookmark-make-record-function):
9574         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9575         Declare for compiler.
9576
9577         * mm-url.el (mml-compute-boundary): Autoload.
9578
9579 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9582
9583 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9584
9585         Typo fix "hoo4a" -> "hook".
9586
9587         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9588
9589 2010-08-14  Glenn Morris  <rgm@gnu.org>
9590
9591         * gnus-sync.el (gnus-sync): Fix defgroup version.
9592
9593 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9594
9595         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9596
9597         * gnus-sync.el: Fix docs.
9598         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9599         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9600
9601 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9602
9603         Optimizations for gnus-sync.el.
9604
9605         * gnus-sync.el: Add docs about gnus-sync-backend
9606         possibilities.
9607         (gnus-sync-save): Remove unnecessary message.
9608         (gnus-sync-read): Optimize and show what groups were skipped.
9609
9610 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9611
9612         Minor bug fixes for gnus-sync.el.
9613
9614         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9615         Don't read the sync on get-new-news.
9616
9617         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9618         quiet.
9619
9620         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9621         (fix typo).
9622
9623 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9624
9625         Make saving and restoring of hidden threads work with overlays.
9626         Patch applied by Ted Zlatanov.
9627
9628         * gnus-sum.el (gnus-hidden-threads-configuration)
9629         (gnus-restore-hidden-threads-configuration): Update to deal with text
9630         properties, rather than searching for a magic character.
9631
9632 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9633
9634         New gnus-sync.el library for synchronization of marks.
9635
9636         * gnus-sync.el: New library for synchronization of marks.
9637
9638         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9639         renamed from `gnus-registry-grep-in-list'.
9640
9641         * gnus-registry.el (gnus-registry-follow-group-p):
9642         Use `gnus-grep-in-list'.
9643
9644         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9645
9646 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9649         determining charset of text fails.
9650
9651 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * nnmail.el (nnmail-get-new-mail-1): Revert.
9654
9655         * nnml.el (nnml-active-number): Make sure names of newly created groups
9656         in nnml-group-alist are encoded.
9657
9658 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9661         containing non-ASCII characters in active file for nnml back end.
9662
9663 2010-07-24  David Engster  <dengste@eml.cc>
9664
9665         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9666         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9667
9668 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9669
9670         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9671         tag (Bug#6654).
9672
9673 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9676         the article buffer, not the summary buffer.
9677
9678 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9681         Emacs 23 as well.
9682
9683 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9686         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9687
9688 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9689
9690         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9691         Patch applied by Karl Fogel.
9692
9693         * gnus-sum.el (gnus-summary-bookmark-make-record):
9694         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9695
9696 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9697
9698         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9699         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9700         C-w still not working correctly from Article buffers; Thierry's
9701         patch to fix that will be applied after this.
9702
9703         * gnus-art.el (bookmark-make-record-function): New local variable.
9704
9705         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9706         article buffer.
9707         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9708
9709 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9710
9711         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9712         on changes in bookmark.el.
9713
9714 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9717         `no-log' instead of message not to log prompt string.
9718
9719 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9720
9721         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9722         the *other* type of HTML form submission.
9723
9724 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9725
9726         * auth-source.el (auth-source-pick): If choice does not contain a
9727         questioned keyword, set the check to t.
9728
9729 2010-06-12  Romain Francoise  <romain@orebokech.com>
9730
9731         * gnus-util.el (gnus-date-get-time): Move up before first use.
9732
9733 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9736         (gnus-article-edit-part): Bind it to make last part that is substituted
9737         or deleted visible.
9738         (gnus-mime-display-single): Buttonize part of which id equals to
9739         gnus-mime-buttonized-part-id.
9740
9741 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9742
9743         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9744         (gnus-dd-mmm): Use gnus-date-get-time.
9745         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9746         simplify logic.
9747         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9748         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9749
9750 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9751
9752         * auth-source.el (top): Autoload `secrets-list-collections',
9753         `secrets-create-item', `secrets-delete-item'.
9754         (auth-sources): Fix tag string.
9755         (auth-get-source, auth-source-retrieve, auth-source-create)
9756         (auth-source-delete): New defuns.
9757         (auth-source-pick): Rewrite in order to avoid 2 passes.
9758         (auth-source-forget-user-or-password): New parameter USERNAME.
9759         (auth-source-user-or-password): New parameters CREATE-MISSING and
9760         DELETE-EXISTING.  Retrieve password interactively, if needed.
9761
9762 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9763
9764         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9765         deleting unused directories when gnus-expert-user is t.
9766
9767 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9770         for each temp file when gnus-article-browse-delete-temp is ask.
9771
9772 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9773
9774         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9775         Replace Lisp calls to delete-backward-char by calls to delete-char.
9776
9777 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9778
9779         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9780
9781 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9782
9783         * password-cache.el (password-cache-remove): Fix docstring.
9784
9785 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9788         article unless decoding article to be saved.
9789
9790 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9793         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9794         generated within the mm-with-unibyte-current-buffer macro.
9795
9796 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9799         to nil when we're in a mml-preview buffer and no group is selected.
9800
9801 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9802
9803         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9804         when catching the `C-g'.  Reported by "Leo".
9805
9806 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * message.el (message-forward-make-body-plain)
9809         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9810         multibyte-string-p.
9811
9812         * lpath.el: Revert.
9813
9814 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * message.el (message-forward-make-body-mml): Assume original message
9817         is multibyte string; error on unibyte.
9818         (message-forward-make-body-plain): Ditto; don't add excessive newline
9819         in body end.
9820
9821         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9822
9823 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9824
9825         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9826         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9827
9828 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * mm-extern.el (mm-extern-url): Don't use
9831         mm-with-unibyte-current-buffer.
9832         (mm-extern-cache-contents): Use with-current-buffer instead of
9833         save-excursion + set-buffer.
9834
9835 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * mm-util.el (mm-emacs-mule): Remove.
9838
9839 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9840
9841         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9842         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9843         change.
9844
9845 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9848         bind the default value of enable-multibyte-characters to nil.
9849
9850 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * message.el (message-forward-make-body-plain)
9853         (message-forward-make-body-mml):
9854         Don't use mm-with-unibyte-current-buffer.
9855
9856 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9857
9858         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9859
9860 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9861
9862         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9863         (Bug#5592).
9864
9865 2010-05-07  Julien Danjou  <julien@danjou.info>
9866
9867         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9868         it to mm-pipe-part.
9869
9870         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9871         it is given.
9872
9873 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * binhex.el (binhex-decode-region-internal):
9876         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9877         (dns-query):
9878         * nnweb.el (nnweb-gmane-search):
9879         * pgg-parse.el (pgg-parse-armor):
9880         * pgg.el (pgg-verify-region):
9881         * sha1.el (sha1-string-external):
9882         * uudecode.el (uudecode-decode-region-internal):
9883         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9884         XEmacs.
9885
9886         * gnus-art.el (gnus-article-browse-html-parts):
9887         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9888         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9889         make-temp-file.
9890
9891         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9892         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9893         compiling.
9894
9895         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9896         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9897         XEmacs when compiling.
9898
9899         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9900         gnus-pick-mode-off-hook for XEmacs when compiling.
9901         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9902         gnus-binary-mode-off-hook for XEmacs when compiling.
9903
9904         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9905         Return nil if char-charset is not available.
9906
9907         * imap.el (imap-disable-multibyte)
9908         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9909         macros.
9910
9911         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9912         instead of encode-coding-string.
9913
9914         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9915         'xemacs) instead of mm-emacs-mule to switch function definitions.
9916         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9917
9918         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9919         bind temporary-file-directory for XEmacs;
9920         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9921         timer-set-function for XEmacs 21.4 and SXEmacs;
9922         bind timer-list for XEmacs 21.4 and SXEmacs;
9923         fbind char-charset and find-charset-region for non-Mule XEmacs;
9924         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9925         encode-coding-region and encode-coding-string for XEmacs having no
9926         file-coding feature.
9927
9928 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9929
9930         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9931
9932 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9935         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9936
9937 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9938
9939         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9940         alias `jka-compr-delete-temp-file' no longer exists.
9941
9942 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9943
9944         Use define-minor-mode in Gnus where applicable.
9945         * mml.el (mml-mode): Use define-minor-mode.
9946         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9947         (gnus-undo-mode): Use define-minor-mode.
9948         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9949         (gnus-dead-summary-mode): Use define-minor-mode.
9950         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9951         Initialize in declaration.
9952         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9953         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9954         (gnus-mailing-list-mode): Use define-minor-mode.
9955         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9956         (gnus-draft-mode): Use define-minor-mode.
9957         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9958         (gnus-dired-mode): Use define-minor-mode.
9959
9960 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9961
9962         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9963         handles on recursive mml-to-mime translation and check them for
9964         boundary delimiter collisions.  Reported by Greg Troxel.
9965
9966 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9969
9970 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9971
9972         * mm-util.el (mm-find-buffer-file-coding-system):
9973         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9974
9975 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9976
9977         * message.el (message-generate-headers): Record insertion of optional
9978         headers as well.  Otherwise the check to prevent repeated insertion of
9979         optional headers is a no-op.
9980
9981 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9982
9983         * smime.el: Don't mention CVS.
9984
9985         * nnrss.el (nnrss-fetch): Don't mention CVS.
9986
9987         * nnir.el: Don't mention CVS.
9988
9989 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9990
9991         * gnus-sum.el (gnus-summary-bookmark-make-record):
9992         Add `location' field.
9993
9994 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * lpath.el: Fbind bookmark-default-handler,
9997         bookmark-get-bookmark-record, bookmark-make-record-default,
9998         bookmark-prop-get for Emacs <23 and XEmacs.
9999
10000 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10001
10002         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10003         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10004         Use with-current-buffer to silence the byte-compiler.
10005         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10006         bother to require `gnus'.
10007         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10008
10009 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10010
10011         * gnus-sum.el (gnus-summary-bookmark-make-record)
10012         (gnus-summary-bookmark-jump): New functions.
10013         (gnus-summary-mode): Setup bookmark support.
10014
10015 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10016
10017         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10018         if set.
10019
10020 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10023         gnus-article-browse-html-save-cid-image; make it work recursively for
10024         forwarded messages as well.
10025         (gnus-article-browse-html-parts): Work when prefix arg is given.
10026         (gnus-article-browse-html-article): Doc fix.
10027
10028 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10029
10030         * message.el (message-default-mail-headers):
10031         (message-default-headers): Carry the value mail-default-headers over
10032         into message-default-mail-headers, rather than message-default-headers.
10033
10034 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10035
10036         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10037         charset.
10038
10039         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10040         charset into the <meta> tag when the article is encoded to utf-8.
10041
10042 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * gnus-art.el (gnus-article-browse-delete-temp-files):
10045         Delete directories as well.
10046         (gnus-article-browse-html-parts): Work for images that do not specify
10047         file names; delete temp directory when quitting; insert header at the
10048         right place; use file: scheme for image files.
10049
10050 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10051
10052         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10053         (gnus-article-browse-html-parts): Use it to make temporary cid image
10054         files in addition to html file so that browser may display them.
10055
10056 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10059
10060 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10061
10062         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10063
10064 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10065
10066         * auth-source.el (auth-sources): Change default to be simpler.
10067         Explain about Secret Service API sources.  Improve Customize options.
10068         (auth-source-pick): Change to accept any number of search parameters.
10069         Implement fallbacks iteratively, not recursively.  Add scoring on the
10070         second pass and sort by score.  Call Secret Service API when needed.
10071         (auth-source-user-or-password): Use it.  Call Secret Service API
10072         directly when needed to get the user name and the password.
10073
10074 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10075
10076         * message.el (message-interactive): Doc fix.
10077         (message-qmail-inject-args): Reflow.
10078         (message-kill-to-signature): Fix typo in docstring.
10079
10080         * smiley.el (smiley-buffer): Fix typo in docstring.
10081
10082 2010-03-24  Glenn Morris  <rgm@gnu.org>
10083
10084         * mail-source.el (gnus-message): Declare.
10085         (mail-source-delete-old-incoming): Require gnus-util.
10086
10087 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10090
10091         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10092
10093         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10094         password-cache's default if it is not bound.
10095         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10096         password-cache-expiry's default if it is not bound.
10097
10098         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10099         available in Emacs 21.
10100
10101         * lpath.el: Suppress compiler warnings for:
10102         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10103         XEmacs;
10104         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10105         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10106         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10107
10108 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10109
10110         * auth-source.el (auth-sources): Fix up definition so extra parameters
10111         are always inline.
10112
10113 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10114
10115         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10116         wasn't updated after mismatch.  Clear cached mailbox info correctly
10117         when uidvalidity changes.
10118         (nnimap-group-prefixed-name): New function to avoid some code
10119         duplication.
10120         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10121         (nnimap-request-group): Use it.
10122         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10123         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10124         with many imap folders.  This is done by caching the group status from
10125         the imap server persistently in a group parameter `imap-status'.  (This
10126         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10127         but not persistently, so every Gnus startup was still very slow.)
10128
10129 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10130
10131         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10132         delete the extra newline.  Otherwise editing of :string and :number
10133         types don't work.
10134
10135 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10136
10137         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10138         secrets.el dependency.
10139         (auth-sources): Add optional user name.  Add secrets.el configuration
10140         choice (unused right now).
10141
10142 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10143
10144         * gnus-sum.el (gnus-summary-make-menu-bar):
10145         Let `gnus-registry-install-shortcuts' fill in the functions.
10146
10147         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10148         warnings.
10149         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10150         (gnus-registry-install-shortcuts): Populate and use it in a
10151         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10152
10153 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10154
10155         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10156         In-place substitutions for the group name encoding/decoding.
10157         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10158         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10159         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10160         (nnimap-update-unseen, nnimap-request-list)
10161         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10162         (nnimap-request-set-mark, nnimap-split-to-groups)
10163         (nnimap-split-articles, nnimap-request-newgroups)
10164         (nnimap-request-create-group, nnimap-request-accept-article)
10165         (nnimap-request-delete-group, nnimap-request-rename-group)
10166         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10167         `encoded-mbx' for consistency.
10168         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10169         variable `imap-current-mailbox'.
10170
10171         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10172         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10173
10174 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10175
10176         * pop3.el (pop3-display-message-size-flag): Display message size byte
10177         counts during POP3 download.
10178         (pop3-movemail): Use it.
10179         (pop3-list): Implement listing of available messages.
10180
10181 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10182
10183         * nnir.el (nnir-get-article-nov-override-function): New function to
10184         override the normal NOV retrieval.
10185         (nnir-retrieve-headers): Use it.
10186
10187 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10188
10189         * auth-source.el (netrc-machine-user-or-password): Autoload.
10190
10191 2010-03-19  Glenn Morris  <rgm@gnu.org>
10192
10193         Stop message.el from loading about 40 libraries it doesn't always need.
10194         The general approach is to autoload rather than require, and to
10195         require in the specific functions rather than the file.  (Bug#5642)
10196
10197         * gmm-utils.el: Don't require wid-edit.
10198         (widget-create-child-value, widget-convert, widget-default-get):
10199         Autoload.
10200
10201         * gnus-util.el: Don't require time-date, netrc.
10202         (message-fetch-field, gnus-group-name-decode): Declare rather than
10203         autoloading.
10204         (gnus-fetch-field): Require message.
10205         (gnus-decode-newsgroups): Require gnus-group.
10206
10207         * ietf-drums.el: Don't require time-date.
10208
10209         * message.el: Don't require hashcash, canlock, ecomplete.
10210         Do require mail-utils.  Require nnheader only when compiling.
10211         (smtpmail-default-smtp-server): Remove declaration.
10212         (message-send-mail-function): Check smtpmail-default-smtp-server
10213         is bound rather than requiring smtpmail.
10214         (message-auto-save-directory, message-insert-signature):
10215         Use expand-file-name rather than nnheader-concat.
10216         (nnheader-insert-file-contents): Autoload.
10217         (hashcash-wait-async): Declare.
10218         (message-send-mail): Only call gnus-setup-posting-charset if
10219         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10220         (message-send-mail-with-sendmail): Require sendmail.
10221         (canlock-password, canlock-password-for-verify): Declare.
10222         (message-canlock-password): Require canlock.
10223         (nnheader-get-report): Autoload.
10224         (gnus-setup-posting-charset): Declare.
10225         (message-send-news): Require gnus-msg.
10226         (message-make-references, message-make-in-reply-to): Use mail-header-id
10227         rather than the alias mail-header-message-id.
10228         (ecomplete-add-item, ecomplete-save): Declare.
10229         (message-put-addresses-in-ecomplete): Require ecomplete.
10230         (ecomplete-display-matches): Autoload.
10231
10232         * mm-decode.el: Don't require mailcap, gnus-util.
10233         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10234         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10235         Autoload.
10236         (mailcap-mime-extensions): Declare.
10237
10238         * mm-encode.el: Don't require mailcap.
10239         (mailcap-extension-to-mime): Autoload.
10240
10241         * mml-sec.el: Don't require password-cache.
10242
10243         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10244         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10245         (mml-minibuffer-read-type): Require mailcap.
10246         (mml-preview): Require gnus-msg.
10247
10248         * mml1991.el: Require password-cache.
10249         (password-cache-expiry): Remove declaration.
10250
10251         * mml2015.el: Require password-cache.
10252         (password-cache-expiry): Remove declaration.
10253
10254         * nneething.el (mailcap): Require mailcap.
10255
10256         * nnheader.el (declare-function): Add compatibility stub.
10257         (message-remove-header): Declare rather than autoload.
10258         (nnheader-replace-header): Require message.
10259
10260         * nnimap.el (declare-function): Add compatibility stub.
10261         (netrc-parse, netrc-machine-user-or-password): Declare.
10262         (nnimap-open-connection): Require netrc.
10263
10264         * nntp.el (declare-function): Add compatibility stub.
10265         (netrc-parse, netrc-machine, netrc-get): Declare.
10266         (nntp-send-authinfo): Require netrc.
10267
10268         * rfc2047.el: Don't require qp.
10269         (quoted-printable-encode-region, quoted-printable-decode-string):
10270         Autoload.
10271
10272         * sieve-mode.el: Don't require easymenu.
10273         (easy-menu-add-item): Autoload it.
10274
10275         * spam-stat.el (time-to-number-of-days): Autoload it.
10276
10277 2010-03-19  Glenn Morris  <rgm@gnu.org>
10278
10279         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10280
10281 2010-03-18  Glenn Morris  <rgm@gnu.org>
10282
10283         * hashcash.el (declare-function): Remove duplicate definition.
10284
10285 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10286
10287         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10288         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10289         value if any backslash escapes).
10290
10291 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10294         if it is available.  (bug#5647)
10295
10296         * lpath.el: Suppress compiler warning for coding-system-from-name for
10297         Emacs 21 and XEmacs.
10298
10299 2010-03-14  Juri Linkov  <juri@jurta.org>
10300
10301         * hmac-def.el:
10302         * hmac-md5.el:
10303         * netrc.el: Fix keywords.
10304
10305 2010-02-26  Glenn Morris  <rgm@gnu.org>
10306
10307         * message.el (message-send-mail-function): Change the default, so that
10308         it inherits from a customized send-mail-function.  (Bug#5643)
10309
10310 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10311
10312         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10313         shell-command-to-string signals an error (bug#5299).
10314
10315 2010-02-24  Glenn Morris  <rgm@gnu.org>
10316
10317         * message.el (message-smtpmail-send-it)
10318         (message-send-mail-with-mailclient): Doc fixes.
10319
10320 2010-02-16  Glenn Morris  <rgm@gnu.org>
10321
10322         * message.el (message-default-mail-headers): Change the default value
10323         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10324
10325 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10328         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10329
10330 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10331
10332         * time-date.el (date-to-time): Doc fix (Bug#5408).
10333
10334 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10335
10336         * message.el (message-mail): Just pass yank-action on to message-setup.
10337         (message-setup): Handle (FUN . ARGS) form of yank-action.
10338         (message-with-reply-buffer, message-widen-reply)
10339         (message-yank-original): Handle non-buffer values of
10340         message-reply-buffer (Bug#4080).
10341         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10342
10343 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10344
10345         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10346         Fix typo in docstring.
10347
10348 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10349
10350         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10351         response.
10352
10353 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10356
10357         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10358
10359         * message.el (message-check-news-header-syntax): Protect against a
10360         string that `rfc822-addresses' returns when parsing fails.
10361
10362 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10365         (gnus-previous-char-property-change): New functions.
10366
10367         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10368
10369 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10370
10371         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10372         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10373
10374 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10375
10376         * message.el (message-exchange-point-and-mark): Rework last change to
10377         avoid using optional arg of exchange-point-and-mark, for backward
10378         compatibility.
10379
10380 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10381
10382         * message.el (message-exchange-point-and-mark):
10383         Call exchange-point-and-mark with an argument rather than setting
10384         mark-active by hand (Bug#5175).
10385
10386 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * nntp.el (nntp-service-to-port): Work for service expressed with
10389         numeric string; replace [:digit:] with [0-9] for XEmacs.
10390
10391 2009-12-17  Glenn Morris  <rgm@gnu.org>
10392
10393         * gnus-group.el (gnus-bug-group-download-format-alist):
10394         Change emacs entry to debbugs.gnu.org.  Bump :version.
10395
10396 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10399
10400 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * message.el (message-info): Explain why we use `Info-goto-node'.
10403
10404 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10407
10408 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10409
10410         * message.el (message-completion-in-region): New compatibility function.
10411         (message-expand-group): Use it.
10412
10413 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10416         with no unread article should be listed if the 2nd arg `predicate' is
10417         given.
10418
10419 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10422
10423 2009-11-29  Juri Linkov  <juri@jurta.org>
10424
10425         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10426         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10427         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10428
10429 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10430
10431         * sha1.el (sha1-string-external): default-directory "/" in case
10432         otherwise non-existent.  process-connection-type pipe for touch of
10433         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10434
10435 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10436
10437         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10438         it's comms related and sgml-mode.el has "comm" on that basis too.
10439
10440 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10443         containing tspecial characters if they have been already quoted.
10444
10445 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10446
10447         * dns-mode.el (auto-mode-alist): Purecopy string.
10448
10449 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10450
10451         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10452
10453 2009-10-24  Glenn Morris  <rgm@gnu.org>
10454
10455         * gnus-art.el (help-xref-stack-item): Define for compiler.
10456
10457 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10458
10459         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10460
10461 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10464
10465 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10468         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10469
10470 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10473         (gnus-overlays-in): New alias to overlays-in.
10474
10475         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10476         gnus-overlay-get, and gnus-delete-overlay.
10477         (gnus-summary-show-thread): Make it work as well for systems in which
10478         next-single-char-property-change is not available.
10479         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10480
10481         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10482         (gnus-overlay-get): New alias to extent-property.
10483         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10484
10485         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10486         SXEmacs.
10487
10488         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10489         SXEmacs.
10490
10491 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10494
10495 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10496
10497         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10498         and XEmacs that don't have `remove-overlays'.
10499
10500 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10501
10502         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10503         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10504         selective display.  Use overlays instead.
10505
10506 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10507
10508         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10509
10510 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10511
10512         * spam-stat.el (spam-stat-load): Fix typo in message.
10513
10514 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10515
10516         * dig.el (dig-invoke): Fix typo in docstring.
10517         (query-dig): Reflow docstring.
10518
10519 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10520
10521         * gnus-art.el (gnus-article-encrypt-body):
10522         * message.el (message-check-recipients):
10523         * mm-util.el (mm-codepage-setup):
10524         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10525         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10526
10527 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10528
10529         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10530         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10531         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10532         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10533         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10534
10535 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10536
10537         * dig.el: Add "Keywords: comm", as per net-utils.el.
10538
10539 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10540
10541         * dig.el (dig-mode): Use define-derived-mode.
10542
10543 2009-09-19  Glenn Morris  <rgm@gnu.org>
10544
10545         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10546
10547 2009-09-18  Glenn Morris  <rgm@gnu.org>
10548
10549         * gnus-diary.el (gnus-diary-check-message):
10550         * message.el (message-insert-formatted-citation-line):
10551         * nnbabyl.el (top-level):
10552         * nndiary.el (nndiary-schedule):
10553         Fix typos in condition-case handlers.
10554
10555 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10558         configuration that provides the sole article window in a frame;
10559         position point correctly after deleting a part.
10560
10561 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10562
10563         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10564         (spam-resolve-registrations-routine): Use it to unregister articles
10565         that change status.
10566
10567 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10570         with XEmacs.
10571         (parse-time-string-chars): Use it.
10572
10573 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10574
10575         * imap.el (imap-interactive-login): Better messages.
10576         (imap-open): Fix bug with renamed buffer on reconnect.
10577         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10578         for easier debugging and cleaner code.  On successful (guessed based on
10579         server capabilities) secondary authentication, set imap-state
10580         correctly.
10581         (imap-last-authenticator): Define imap-last-authenticator as a variable
10582         to avoid warnings.
10583
10584 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * nnrss.el (nnrss-request-article): Remove binding of
10587         default-enable-multibyte-characters that has gotten needless by
10588         the 2007-07-13 change in rfc2047-encode-message-header.
10589
10590         * mml.el (mml-insert-multipart): Error on the message header.
10591         (mml-insert-part): Error on the message header; position point at
10592         the end of a MIME tag.
10593
10594 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * time-date.el (autoload): Expand define-obsolete-function-alias into
10597         defalias and make-obsolete for old Emacsen that Gnus supports.
10598         (with-no-warnings): Define it for old Emacsen.
10599         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10600         is available.
10601         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10602         float-time is available; suppress compile warning for time-to-seconds.
10603
10604         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10605         (gnus-float-time): Alias to float-time if it exists.
10606
10607         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10608         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10609         float-time is available; suppress compile warning for time-to-seconds.
10610
10611         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10612         XEmacs.
10613
10614 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10615
10616         * imap.el (imap-message-map): Docstring fix.
10617
10618 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10621         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10622         Add the optional argument `encoding' that overrides the default.
10623
10624         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10625         mm-encode-buffer.
10626
10627 2009-09-04  Glenn Morris  <rgm@gnu.org>
10628
10629         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10630         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10631         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10632         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10633         * mm-util.el (mm-with-unibyte-current-buffer)
10634         (mm-find-buffer-file-coding-system):
10635         * yenc.el (yenc-decode-region): Use default-value rather than
10636         default-enable-multibyte-characters.
10637
10638 2009-09-03  Glenn Morris  <rgm@gnu.org>
10639
10640         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10641         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10642         than default-enable-multibyte-characters.
10643
10644 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10645
10646         * gnus-art.el (gnus-article-read-summary-keys):
10647         Fix gnus-buffer-configuration's value temporarily used.
10648
10649 2009-09-02  Glenn Morris  <rgm@gnu.org>
10650
10651         * gnus-util.el (gnus-float-time): New function.
10652         * gnus-delay.el (gnus-delay-article):
10653         * gnus-sum.el (gnus-thread-latest-date):
10654         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10655         * nnspool.el (nnspool-request-newgroups):
10656         Use gnus-float-time rather than time-to-seconds.
10657         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10658
10659         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10660         (gnus-header-subject-face, gnus-header-newsgroups-face)
10661         (gnus-header-name-face, gnus-header-content-face):
10662         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10663         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10664         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10665         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10666         (gnus-cite-face-11):
10667         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10668         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10669         (gnus-server-closed-face, gnus-server-denied-face)
10670         (gnus-server-offline-face):
10671         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10672         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10673         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10674         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10675         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10676         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10677         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10678         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10679         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10680         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10681         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10682         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10683         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10684         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10685         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10686         (gnus-summary-high-undownloaded-face)
10687         (gnus-summary-low-undownloaded-face)
10688         (gnus-summary-normal-undownloaded-face)
10689         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10690         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10691         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10692         (gnus-splash-face):
10693         * message.el (message-header-to-face, message-header-cc-face)
10694         (message-header-subject-face, message-header-newsgroups-face)
10695         (message-header-other-face, message-header-name-face)
10696         (message-header-xheader-face, message-separator-face)
10697         (message-cited-text-face, message-mml-face):
10698         * sieve-mode.el (sieve-control-commands-face)
10699         (sieve-action-commands-face, sieve-test-commands-face)
10700         (sieve-tagged-arguments-face):
10701         * spam.el (spam-face):
10702         Mark face aliases with "-face" in the name as obsolete.
10703
10704 2009-09-01  Glenn Morris  <rgm@gnu.org>
10705
10706         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10707         than goto-line.
10708
10709 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10712         Don't move point if the command is invoked inside the message header.
10713
10714 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10715
10716         * imap.el (imap-send-command): Simplify.
10717         (imap-wait-for-tag): point-max -> buffer-size.
10718
10719 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10720
10721         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10722         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10723         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10724         * nnir.el (nnir-swish-e-index-file):
10725         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10726         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10727         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10728         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10729         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10730         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10731
10732 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10735         Don't save excursion.
10736
10737 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10738
10739         * nnheader.el (nnheader-find-file-noselect):
10740         * mm-util.el (mm-insert-file-contents):
10741         Use (default-value 'major-mode) instead of default-major-mode.
10742
10743 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10744
10745         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10746
10747 2009-08-26  Glenn Morris  <rgm@gnu.org>
10748
10749         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10750         than placing in files.el.
10751
10752 2009-08-25  Glenn Morris  <rgm@gnu.org>
10753
10754         * nnir.el (top-level): Don't require cl at run-time.
10755         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10756         Replace cl-function substitute with gnus-replace-in-string.
10757         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10758         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10759         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10760         simplified expansions.
10761
10762 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10763
10764         * dig.el (dig): Add autoload cookie.
10765
10766 2009-08-22  Glenn Morris  <rgm@gnu.org>
10767
10768         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10769         goto-line.
10770
10771 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10772
10773         * parse-time.el (parse-time-string-chars): Save match data.
10774
10775 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10776
10777         * parse-time.el (parse-time-string-chars): Compute using character
10778         classes, to handle non-ascii characters (Bug#3190).
10779
10780 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10783
10784         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10785         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10786         (gnus-mm-display-part, gnus-mime-display-single)
10787         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10788         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10789
10790         * gnus-sum.el
10791         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10792         (gnus-summary-move-article): Add expirable mark to articles copied or
10793         moved to group that has auto-expire turned on if the option is non-nil.
10794
10795 2009-07-24  Glenn Morris  <rgm@gnu.org>
10796
10797         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10798         Fix typo.  (Bug#3903)
10799
10800 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10803         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10804         that should not be used for draft articles.
10805         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10806         that has no concern in minor mode keys.
10807         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10808         Abolish.
10809
10810 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10813         article without making inquiry to a user for unknown encoding.
10814
10815         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10816         (nnmaildir--scan): Assume i-node and device number that file-attributes
10817         returns might be cons-cell.
10818
10819         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10820
10821         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10822
10823 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10824
10825         * auth-source.el: Remove docs now in auth.texi.  Don't use
10826         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10827         `auth-source-hide-passwords' and use them.
10828
10829 2009-07-15  Glenn Morris  <rgm@gnu.org>
10830
10831         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10832
10833 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10836         excessive whitespace from the default values of title and description.
10837
10838 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10841         mail-fetch-field to fetch Content-Description header in order to
10842         exclude newlines.
10843
10844 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10845
10846         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10847         format used by GnuPG 2.0.11.
10848
10849 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10852         to deleted part.
10853
10854 2009-05-30  David Engster  <dengste@eml.cc>
10855
10856         * nnmairix.el: Remove old documentation in the commentary block.
10857         (nnmairix-request-group): Do not update active file for nnml back ends.
10858         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10859         end so that overview files are ignored.
10860         (nnmairix-update-groups): Make updating the groups more robust by using
10861         marks.
10862         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10863         with dollar characters in message-id.
10864
10865 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10868         2008-12-25 in dns.el.
10869
10870 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10871
10872         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10873         could happen if the text is only composed of spaces and/or tabs.
10874
10875 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10876
10877         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10878         when sending a queued message to avoid extra mml tags.
10879
10880 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10883
10884 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10887         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10888         rmail-toggle-header for XEmacs;
10889         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10890
10891 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * gnus-dired.el: Remove autoload for gnus-setup-message.
10894         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10895         displaying Gnus logo; always use compose-mail.
10896
10897 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10900
10901 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10904         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10905         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10906         available.
10907         (gnus-nocem-epg-verify): New function.
10908
10909 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10912
10913 2009-02-15  Glenn Morris  <rgm@gnu.org>
10914
10915         * gnus-util.el (rmail-insert-rmail-file-header)
10916         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10917         autoloads.
10918         (rmail-default-rmail-file): Remove unnecessary declaration.
10919         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10920
10921 2009-02-14  Glenn Morris  <rgm@gnu.org>
10922
10923         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10924         variable (only used in gnus-util, which declares it anyway).
10925         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10926         which was only needed by gnus-art (changed to not use it any more).
10927         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10928         only used in gnus-util, which autoloads it itself.
10929         (rmail-update-summary): Fix autoload.
10930
10931         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10932         rather than rmail-output-to-rmail-file.
10933
10934 2009-02-07  Glenn Morris  <rgm@gnu.org>
10935
10936         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10937         autoload of function that no longer exists.
10938         (rmail-toggle-header): Declare.
10939         (message-forward-rmail-make-body): Handle mbox Rmail.
10940
10941 2009-01-31  Glenn Morris  <rgm@gnu.org>
10942
10943         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10944         2009-01-09 change.
10945
10946 2009-01-31  Dave Love  <fx@gnu.org>
10947
10948         * imap.el (imap-fetch-safe): Bind debug-on-error.
10949         (imap-debug): Add imap-fetch-safe.
10950
10951 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10952
10953         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10954         (auth-source-forget-all-cached): New convenience function.
10955         (auth-source-user-or-password): Accept list of modes or a single mode.
10956
10957         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10958         auth-source modes.
10959
10960         * netrc.el (netrc-machine-user-or-password): Use list of
10961         auth-source modes.
10962
10963         * nnimap.el (nnimap-open-connection): Use list of
10964         auth-source modes.
10965
10966         * nntp.el (nntp-send-authinfo): Use list of
10967         auth-source modes.
10968
10969 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10970
10971         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10972         now.
10973
10974 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10977         coding system in XEmacs; add a workaround for XEmacs.
10978
10979         * lpath.el: Fbind coding-system-aliasee.
10980
10981 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10984         of current-language-environment.
10985
10986 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10989         available at runtime.
10990
10991 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10994
10995 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10996
10997         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10998         the greatest positive fixnum value doesn't work under an XEmacs with
10999         bignum support; use the most-positive-fixnum constant instead,
11000         available since Emacs 21.1 with cl and XEmacs 21.1.
11001
11002 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11005         XEmacs gets not to work.
11006
11007 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * mm-util.el (mm-coding-system-priorities): Allow the value like
11010         "Japanese (UTF-8)" of current-language-environment.
11011
11012 2009-01-09  Glenn Morris  <rgm@gnu.org>
11013
11014         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11015         with last-command-event.
11016
11017 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11020         in the doc string.
11021
11022         * message.el (message-fix-before-sending): Amend comment.
11023
11024 2009-01-08  Dave Love  <fx@gnu.org>
11025
11026         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11027
11028 2009-01-07  David Engster  <dengste@eml.cc>
11029
11030         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11031         simplified server definitions by converting it via
11032         gnus-server-to-method.
11033
11034 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11037         parameter's operands.
11038
11039 2009-01-06  David Engster  <dengste@eml.cc>
11040
11041         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11042         primary select method (for gnus-group-mark-article-as-read).
11043
11044 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11045
11046         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11047         `(gnus)Face', not `(gnus)X-Face'.
11048
11049 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * mm-util.el (mm-ucs-to-char): New function.
11052
11053         * mm-url.el (mm-url-decode-entities): Use it.
11054
11055         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11056         unicode-to-char.
11057
11058 2009-01-05  Dave Love  <fx@gnu.org>
11059
11060         * time-date.el: Require cl for `declare'.
11061
11062 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11065         Dave Love.
11066
11067 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * message.el (message-fix-before-sending): Add `eight-bit' to
11070         illegible-text check.
11071
11072 2009-01-03  Michael Olson  <mwolson@gnu.org>
11073
11074         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11075         `headers' is nil.  This can occur if the IMAP server does not have
11076         permissions to read messages from a folder, but can write new messages
11077         to the folder.
11078         (nnimap-request-article-part): Do not insert `data' if it is nil.
11079
11080         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11081         characters which will confuse `read', so skip past them.
11082
11083 2009-01-01  Dave Love  <fx@gnu.org>
11084
11085         * imap.el (imap-string-to-integer): Fix typo.
11086         (imap-fetch-safe): New function.
11087         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11088
11089         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11090
11091         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11092         (imap-parse-greeting): Fix doc strings.
11093         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11094         (imap-parse-flag-list): Make messages unique.
11095         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11096
11097         * nnimap.el: Fix author email.
11098         (nnimap-split-rule): Add FIXME comment.
11099         (nnimap-debug): Fix doc string.
11100
11101 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11102
11103         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11104
11105 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11108         nslookup if resolv.conf isn't available.
11109         (dns-query): Rename from query-dns.
11110         (dns-query-cached): Rename from query-dns-cached.
11111
11112 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11115         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11116         to check if those variables exist (first appeared in Emacs 18.50).
11117
11118 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * mm-util.el (mm-line-number-at-pos): New function.
11121
11122         * spam-report.el (spam-report-process-queue): Use it.
11123
11124 2008-12-24  David Engster  <dengste@eml.cc>
11125
11126         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11127         parameters that haven't existed as variables as buffer-local variables.
11128
11129 2008-12-23  Dave Love  <fx@gnu.org>
11130
11131         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11132         cadar.
11133
11134         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11135         imap-starttls-p.
11136         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11137
11138 2008-12-22  Dave Love  <fx@gnu.org>
11139
11140         * imap.el: Fix author email.  Doc fixes.
11141         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11142         reply.
11143
11144 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * spam-report.el (spam-report-gmane-max-requests): New constant.
11147         (spam-report-gmane-wait): New variable.
11148         (spam-report-gmane-ham, spam-report-gmane-spam)
11149         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11150         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11151         the server.
11152
11153         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11154         Add explanations.
11155
11156         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11157         nnheader-accept-process-output and nnheader-read-timeout if available.
11158         (pop3-movemail): Use it.
11159
11160         * message.el (message-check-news-body-syntax): Fix signature check if
11161         there's an attachment.
11162
11163 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * mm-util.el: Add comments to the mm- emulating functions.
11166
11167 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11170         Reported by Stephen Berman <stephen.berman@gmx.net>.
11171
11172 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * mm-util.el (mm-substring-no-properties): New function.
11175         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11176         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11177         (mm-string-to-multibyte): Doc fix.
11178
11179         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11180
11181 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11182
11183         * mml.el (mml-attach-file): Strip text properties from file name.
11184         (Bug#1574)
11185
11186 2008-12-16  Glenn Morris  <rgm@gnu.org>
11187
11188         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11189
11190 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11193         knows since the charset specified might be a bogus alias that
11194         mm-charset-synonym-alist provides.
11195
11196 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11197
11198         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11199         "ISO_8859-1".
11200
11201         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11202
11203 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * mm-util.el (mm-charset-eval-alist):
11206         Define it before mm-charset-to-coding-system.
11207         (mm-charset-to-coding-system): Add optional argument `silent';
11208         define it before mm-charset-override-alist.
11209         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11210         default value if it can be used in Emacs currently running;
11211         silence mm-charset-to-coding-system.
11212
11213 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11216         `allow-override' which says whether to use `mm-charset-override-alist'.
11217         (rfc2047-decode-encoded-words): Use it.
11218
11219         * mm-util.el (mm-charset-override-alist): Fix custom type;
11220         add `(gb2312 . gbk)' to choices.
11221
11222 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11225         fast.
11226
11227         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11228
11229         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11230
11231 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11232
11233         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11234         on links.
11235
11236         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11237
11238 2008-12-03  Lute Kamstra  <lute@gnu.org>
11239
11240         * sha1.el: Remove leading * from docstrings of defcustoms,
11241         deffaces, defconsts and defuns.
11242
11243 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11246         users' addresses that don't have domain parts.
11247         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11248         rather than message-narrow-to-head since there will be the message
11249         header separator.
11250
11251 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11252
11253         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11254         since the result is inserted in a unibyte buffer anyway.
11255         (nnimap-demule-use-string-to-multibyte): Remove.
11256         (nnimap-demule): Alias it to mm-string-to-multibyte.
11257
11258 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11261         variable for debugging bug#464 and bug#1174.
11262         (nnimap-demule): Use it.
11263
11264 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11267         score calculation correctly.
11268
11269 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11270
11271         * message.el (message-send-mail): Just set the buffer to unibyte
11272         rather than use mm-with-unibyte-current-buffer which does a lot more.
11273         (message-send-mail-partially): Don't bother with
11274         mm-with-unibyte-current-buffer since it's already been made unibyte by
11275         message-send-mail.
11276
11277 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11278
11279         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11280
11281 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11282
11283         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11284
11285 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11288         require itself and to remove `with-no-warnings'.
11289
11290 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11291
11292         * starttls.el (starttls-any-program-available): Get the name of the
11293         available TLS layer program.
11294         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11295         well as the host name in the "opening" message.
11296
11297         * auth-source.el (auth-source-cache, auth-source-do-cache)
11298         (auth-source-user-or-password): Cache passwords and logins by default,
11299         allow override with `auth-source-do-cache'.
11300         (auth-source-forget-user-or-password): Allow users to remove cache
11301         entries if needed.
11302
11303 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11304
11305         * md4.el (md4-buffer): Fix typo in docstring.
11306         (md4, md4-64): Doc fixes.
11307         (md4-pack-int32): Reflow docstring.
11308
11309 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11310
11311         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11312         condition-case to only the forward-sexp call.
11313
11314 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11315
11316         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11317         quotes contained.  Make it more robust regardless by an extra
11318         condition-case wrapper.
11319
11320 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11323
11324 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * nnml.el (nnml-request-expire-articles): Check if the function set to
11327         `nnmail-expiry-target' returns the symbol `delete'.
11328
11329         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11330
11331         * nnmail.el (nnmail-expiry-target): Fix custom type.
11332
11333 2008-10-02  Glenn Morris  <rgm@gnu.org>
11334
11335         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11336         Silence compiler warning.
11337
11338 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11339
11340         * tls.el (open-tls-stream): Show the actual command being
11341         executed, instead of the format string.
11342
11343 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * lpath.el: Fbind codepage-setup for Emacs 23.
11346
11347 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11348
11349         * mml.el (mml-menu): Don't assume mml2015 is bound.
11350
11351 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11354         exists.
11355
11356 2008-09-27  Glenn Morris  <rgm@gnu.org>
11357
11358         * gnus-util.el (mail-header-remove-comments): Autoload it.
11359
11360 2008-09-27  Andreas Schwab  <schwab@suse.de>
11361
11362         * gnus-util.el (gnus-split-references): Strip comments.
11363         (gnus-parent-id): Likewise.
11364
11365 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * message.el (message-confirm-send): Fix version.
11368
11369 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * message.el (message-idna-to-ascii-rhs-1): Use
11372         mail-extract-address-components rather than mail-header-parse-addresses
11373         that is an alias by default to ietf-drums-parse-addresses that does not
11374         support non-ASCII names in headers' contents.
11375
11376 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11377
11378         * message.el (message-confirm-send): Fix variable documentation to
11379         avoid the "y/n" wording.
11380
11381 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11382
11383         * message.el (message-set-auto-save-file-name): Save to a different
11384         filename so multiple messages (especially drafts) can be recovered.
11385
11386 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11387
11388         * message.el (message-confirm-send): Add appropriate version.
11389
11390 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11391
11392         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11393         defvar.
11394
11395 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11396
11397         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11398         (mm-pkcs7-enveloped-magic): Ditto.
11399
11400 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11401
11402         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11403         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11404
11405 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11406
11407         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11408         default, it's better.
11409
11410 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11411
11412         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11413         summary line gnus-number property and ignore them (with a warning
11414         message).
11415
11416 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11419         macro caddr in the interactive form since it won't be expanded.
11420
11421 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11424         `charset'; fix name of function called recursively.
11425         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11426
11427 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11430         (gnus-mime-set-charset-parameters): New function.
11431         (gnus-mime-view-part-as-charset): Use it to correctly display part
11432         specifying wrong charset.
11433
11434 2008-09-08  David Engster  <dengste@eml.cc>
11435
11436         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11437         in completing-read for back end server.
11438
11439 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11440
11441         * message.el (message-confirm-send): New variable to confirm sending a
11442         message.
11443         (message-send): Use it.
11444
11445 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11446
11447         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11448
11449 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11452
11453 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11454
11455         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11456         prevent tracking too many groups.
11457         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11458         Use it.
11459
11460 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11461
11462         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11463         moving point to the bottom of the window in order to avoid recentering.
11464
11465 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11468
11469         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11470         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11471         (gnus-article-beginning-of-window): Fix calculation.
11472
11473 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * gnus-msg.el (gnus-summary-supersede-article)
11476         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11477         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11478         message header.
11479
11480 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11481
11482         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11483         pending output coming after the status change.
11484
11485 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11486
11487         * message.el:
11488         * gnus-start.el:
11489         * gnus-registry.el: Remove VMS support.
11490
11491 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11494         macro.
11495         (rfc2104-hash): Use it.
11496
11497 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11500         (gnus-summary-sort-by-most-recent-date): New commands.
11501         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11502         and menu entries.
11503
11504 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11507         don't redisplay article for raw contents; remove plural articles stuff.
11508
11509         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11510         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11511         on gnus-summary-save-article; display results properly.
11512
11513 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * lpath.el: No need to fbind ns-focus-frame.
11516
11517 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11520
11521 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * gnus-art.el (gnus-summary-save-in-pipe):
11524         Consider gnus-save-all-headers.
11525
11526 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11527
11528         * gnus-util.el (ns-focus-frame): Remove declaration.
11529         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11530         like x.
11531
11532 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11533
11534         * rfc2104.el (rfc2104-zero): Delete defconst.
11535         (rfc2104-hex-alist): Likewise.
11536         (rfc2104-hex-to-int): Delete func.
11537         (rfc2104-hexstring-to-bitstring): Likewise.
11538         (rfc2104-nybbles): New defconst.
11539         (rfc2104-hash): Rewrite for speed.
11540
11541 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * tls.el (open-tls-stream): Make it work with the 2nd argument
11544         BUFFER that is a string but does not exist as a buffer object, as
11545         mentioned in the doc-string.
11546
11547 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11550         SXEmacs.
11551
11552 2008-07-16  Glenn Morris  <rgm@gnu.org>
11553
11554         * gnus-util.el (ns-focus-frame): Declare for compiler.
11555
11556 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11559         set as a group parameter.
11560         (gnus-summary-save-in-pipe): Work when it is called independently.
11561         (gnus-summary-pipe-to-muttprint): Don't modify
11562         gnus-summary-pipe-output-default-command.
11563
11564 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11565
11566         * message.el (message-send-mail-with-sendmail):
11567         Display the error message.
11568
11569 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-art.el (gnus-default-article-saver):
11572         Add gnus-summary-save-in-pipe to choices.
11573         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11574         gnus-summary-pipe-output-default-command as the default command.
11575         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11576         instead of gnus-last-shell-command.
11577
11578         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11579         New user option.
11580         (gnus-summary-muttprint-program): Mention the value will be changed.
11581         (gnus-summary-save-article): Force showing of all headers.
11582         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11583
11584 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11585
11586         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11587
11588 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11589
11590         * nnimap.el (nnimap-id):
11591         * sieve-manage.el (sieve-manage-open): Doc fixes.
11592
11593 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11594
11595         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11596         if available.
11597
11598 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11599
11600         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11601
11602         * nnkiboze.el (nnkiboze-generate-group):
11603         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11604
11605         * nnmairix.el: Require CL.
11606
11607 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * dgnushack.el: Autoload get-display-table and put-display-table for
11610         XEmacs 21.5.
11611
11612         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11613         21.4 and SXEmacs.
11614
11615 2008-06-15  David Engster  <dengste@eml.cc>
11616
11617         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11618
11619 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11620
11621         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11622         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11623         runtime choice under XEmacs.
11624
11625         * gnus-sum.el (gnus-summary-set-display-table):
11626         Use `gnus-put-display-table', `gnus-get-display-table',
11627         `gnus-set-display-table' for the display table, instead of `aset'.
11628
11629         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11630         Use `gnus-put-display-table', `gnus-get-display-table',
11631         `gnus-set-display-table' for the display table.
11632
11633 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * nnmairix.el: Add autoloads.
11636
11637 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * nnmairix.el (nnmairix-delete-recreate-group)
11640         (nnmairix-update-and-clear-marks): Fix error messages.
11641
11642 2008-06-14  David Engster  <dengste@eml.cc>
11643
11644         * nnmairix.el: Upgrade to version 0.6.
11645         (nnmairix-group-toggle-propmarks-this-group)
11646         (nnmairix-group-toggle-readmarks-this-group)
11647         (nnmairix-group-delete-recreate-this-group)
11648         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11649         (nnmairix-remove-tick-mark-original-article): New commands.
11650         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11651         (nnmairix-propagate-marks-to-nnmairix-groups)
11652         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11653         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11654         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11655         functions needed for marks propagation and manipulation of read marks.
11656         (nnmairix-update-groups): New function.
11657         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11658         (nnmairix-determine-original-group-from-registry)
11659         (nnmairix-determine-original-group-from-path)
11660         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11661         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11662         New helper functions.
11663         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11664         keystrokes for new commands.
11665         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11666         (nnmairix-request-group): Check allow-fast group parameter.
11667         (nnmairix-request-create-group): Set allow-fast group parameter if
11668         nnmairix-allowfast-default is set.
11669         (nnmairix-close-group): Propagate marks upon closing if needed.
11670         (nnmairix-group-toggle-threads-this-group): Use new.
11671         nnmairix-group-toggle-parameter helper function.
11672         (nnmairix-search): Better check for empty search result.
11673         (nnmairix-goto-original-article): Use new helper functions for
11674         determining original article.
11675         (nnmairix-show-original-article): Make sure message-id is in brackets.
11676         (nnmairix-call-mairix-binary): Change variable name.
11677         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11678         helper function.
11679         (nnmairix-widget-toggle-activate): Fix doc string.
11680
11681 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * nnir.el: Require edmacro when compiling with XEmacs.
11684         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11685         available in Emacs 21.
11686
11687 2008-06-11  Glenn Morris  <rgm@gnu.org>
11688
11689         * gnus-util.el (x-focus-frame):
11690         * gnus.el (image-size):
11691         * mm-decode.el (image-size): Declare.
11692
11693         * gnus-picon.el (declare-function): Add compat definition.
11694         (image-size): Declare.
11695
11696         * gnus-group.el (tool-bar-map):
11697         * gnus-sum.el (tool-bar-map): Define for compiler.
11698
11699         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11700
11701         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11702
11703         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11704         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11705         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11706         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11707         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11708         * sieve-manage.el, spam-report.el, spam.el:
11709         Remove unnecessary eval-and-compile of autoloads.
11710
11711 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11712
11713         * auth-source.el: Precise Tramp doc.
11714
11715 2008-06-07  Glenn Morris  <rgm@gnu.org>
11716
11717         * nnmairix.el: Remove unnecessary eval-when-compile.
11718
11719 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * lpath.el: Fbind propertize for XEmacs 21.4.
11722
11723 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * nnir.el: Move here from ../contrib.
11726
11727 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11728
11729         * gnus-util.el (gnus-read-shell-command): New function.
11730         * mm-decode.el (mm-pipe-part):
11731         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11732
11733 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11736
11737 2008-06-03  Glenn Morris  <rgm@gnu.org>
11738
11739         * pop3.el (nnheader-accept-process-output): Autoload it.
11740
11741 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11744         are not 2-digit hexadecimal characters that follow `%'s.
11745
11746 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * message.el (message-bogus-recipient-p): Fix type in doc string.
11749         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11750         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11751         Improve custom options.
11752         (message-bogus-recipient-p): Adjust accordingly.
11753
11754 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11755
11756         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11757         long-form month and day names.
11758
11759 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * dgnushack.el: Autoload debug, eudc-expand-inline and
11762         pgg-snarf-keys-region for XEmacs.
11763
11764         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11765
11766         * nnmairix.el: Require edmacro when compiling with XEmacs.
11767
11768 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11771         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11772
11773 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11774
11775         * auth-source.el: Add more docs.
11776
11777         * netrc.el (netrc-machine): Always match if the port is not given.
11778
11779 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780
11781         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11782         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11783         retrieval faster in some cases, but might make CPU usage larger.
11784         If this has any bad side effects, we might revert this change.
11785
11786         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11787         seems to make mail retrieval much, much faster.
11788         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11789         unconditionally.
11790
11791         * gnus-draft.el (gnus-group-send-queue):
11792         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11793
11794 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11795
11796         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11797
11798         * message.el (message-bogus-address-regexp): Fix and improve custom
11799         type.
11800         (message-setup-hook): Add message-check-recipients as custom option.
11801
11802 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * message.el (message-cite-function): Remove bogus autoload which crept
11805         in during merge from v5-10.
11806
11807 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11808
11809         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11810
11811         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11812
11813         * auth-source.el: Preliminary Tramp docs.
11814         (auth-sources): Change the default auth-sources to use
11815         EPA .gpg files.
11816
11817 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11818
11819         * nntp.el: Autoload `auth-source-user-or-password'.
11820         (nntp-send-authinfo): Use it.
11821
11822         * nnimap.el: Autoload `auth-source-user-or-password'.
11823         (nnimap-open-connection): Use it.
11824
11825         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11826         for the gnus-message function.
11827         (auth-source-user-or-password): Use it.
11828
11829 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11830
11831         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11832         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11833         (rfc2104-hash): Use it.
11834
11835 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11836
11837         * gnus-art.el (gnus-article-toggle-truncate-lines):
11838         Don't use `iff' in docstring.
11839
11840 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11841
11842         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11843
11844         * gnus-util.el (gnus-extract-address-component-name)
11845         (gnus-extract-address-component-email): Convenience functions around
11846         `gnus-extract-address-components'.
11847
11848         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11849         Use `gnus-extract-address-component-email' to fix bug of comparing full
11850         sender name to `user-mail-address'.
11851
11852 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11853
11854         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11855         catch/throw to optimize.
11856         (gnus-registry-find-keywords): Just use member to find a keyword.
11857
11858 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11859
11860         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11861         is current before calling gnus-server-prepare.
11862         (gnus-server-setup-buffer, gnus-server-update-server)
11863         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11864
11865 2008-05-04  Juri Linkov  <juri@jurta.org>
11866
11867         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11868         (mailcap-file-default-commands): Use mailcap-replace-in-string
11869         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11870         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11871
11872 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11873
11874         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11875
11876 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11877
11878         * gnus.el: Bump version to 0.11.
11879
11880 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11881
11882         * gnus.el: No Gnus v0.10 is released.
11883
11884 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11885
11886         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11887         hooks.
11888         (gnus-update-read-articles): Speed up non-marks-using users.
11889         (gnus-use-marks): Define gnus-use-marks.
11890         (gnus-propagate-marks): Rename variable to something more sensible.
11891
11892 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11893
11894         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11895         (gmm-image-load-path-for-library): Fix typos in docstrings.
11896         (gmm-message): Reflow docstring.
11897
11898 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11899
11900         * mail-source.el (mail-source-set-1, mail-source-bind):
11901         Move auth-source code out of the macro to clean it up and fix bugs.
11902
11903 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11904
11905         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11906         by sender if it's equal to user-mail-address, it's likely to be
11907         useless.
11908
11909         * mail-source.el (mail-source-bind): Don't use user or password if they
11910         are not bound.  Unintern them if they are nil.  Don't use server unless
11911         it's bound, and default it to empty string otherwise.
11912
11913 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11914
11915         * mail-source.el: Load auth-source.el.
11916         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11917         get user name or password, if auth-sources is set up.
11918
11919         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11920         strategy of splitting with parent.
11921         (gnus-registry-split-fancy-with-parent)
11922         (gnus-registry-post-process-groups): Use it and fix prior
11923         bug (returning a list as the split result).
11924
11925         * auth-source.el (auth-sources): Remove server parameter.
11926         (auth-source-pick, auth-source-user-or-password)
11927         (auth-source-user-or-password-imap)
11928         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11929         (auth-source-user-or-password-sftp)
11930         (auth-source-user-or-password-smtp): Remove server parameter.
11931
11932 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11933
11934         * smime.el (smime-sign-region, smime-encrypt-region)
11935         (smime-decrypt-region):
11936         Remove redundant calls to `generate-new-buffer-name'.
11937
11938 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11939
11940         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11941         Don't use QP for message/rfc822.
11942         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11943
11944 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11945
11946         * sieve-manage.el (sieve-string-bytes): Remove.
11947         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11948         correct byte-length only if the process's coding-system is the same as
11949         the one used internally by Emacs to represent strings.
11950
11951 2008-04-22  Juri Linkov  <juri@jurta.org>
11952
11953         * mailcap.el (mailcap-file-default-commands): New function.
11954
11955 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * message.el (message-signature-separator, message-cite-function):
11958         Change custom version.
11959
11960 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11961
11962         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11963         commands.
11964         (tls-checktrust): Ditto.
11965
11966 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * mm-decode.el (mm-display-external): Make temp file read-only.
11969
11970 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11971
11972         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11973         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11974         `C-c C-f d'.
11975
11976 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11977
11978         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11979
11980 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * gnus.el: Bump version to 0.9.
11983
11984 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * gnus.el: No Gnus v0.8 is released.
11987
11988 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11989
11990         * mail-source.el (mail-source-value):
11991         Prefer fboundp to functionp so it works with macros as well.
11992
11993 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11994
11995         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11996         Fix last change in case the element is not even a symbol.
11997
11998 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11999
12000         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12001         Prefer fboundp to functionp so it works with macros as well.
12002
12003 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12004
12005         * auth-source.el: Add docs.
12006         (auth-sources): Modify format to support server.
12007         (auth-source-pick, auth-source-user-or-password)
12008         (auth-source-user-or-password-imap)
12009         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12010         (auth-source-user-or-password-sftp)
12011         (auth-source-user-or-password-smtp): Add server parameter.
12012
12013 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12014
12015         * gnus-registry.el: Initialize the registry when gnus-registry-install
12016         is t.
12017
12018 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * compface.el (uncompface): Make buffer unibyte.
12021
12022 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12023
12024         * mail-source.el (mail-source-value):
12025         Prefer fboundp to functionp so it works with macros as well.
12026
12027 2008-04-05  Glenn Morris  <rgm@gnu.org>
12028
12029         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12030
12031 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12032
12033         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12034         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12035
12036         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12037         multibyteness after rather than before erasing it.
12038
12039         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12040         mm-with-multibyte.
12041         (gnus-request-article-this-buffer): Make sure the proper decoding is
12042         used if gnus-original-article-buffer happens to be unibyte.
12043
12044         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12045         default-enable-multibyte-characters.
12046
12047         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12048         default-enable-multibyte-characters.
12049
12050         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12051
12052         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12053
12054 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12055
12056         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12057         Fix last change in case the element is not even a symbol.
12058
12059 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12060
12061         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12062         (imap-message-copyuid-1): Use it.
12063         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12064         J. Williams in
12065         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12066
12067         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12068         imap-enable-exchange-bug-workaround.
12069         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12070
12071 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12072
12073         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12074         a 100 byte status-checks into a 2-3MB transfer for each group.
12075         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12076         to enable bug workaround or not.
12077         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12078
12079 2008-03-31  Glenn Morris  <rgm@gnu.org>
12080
12081         * message.el (mml2015-use): Declare for compiler.
12082         (message-info): Require mml2015 when appropriate.
12083
12084 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12087         whitespace.
12088
12089 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12090
12091         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12092         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12093         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12094         (nntp-service-to-port): New function.
12095         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12096         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12097         (nntp-open-netcat-stream): New function.
12098         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12099
12100 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12101
12102         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12103
12104 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12105
12106         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12107
12108 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12109
12110         * dns.el (dns-write): Use set-buffer-multibyte.
12111
12112 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12113
12114         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12115
12116 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * message.el (message-signature-separator): Change default.
12119         Improve custom type.
12120         (message-cite-function): Change default to
12121         message-cite-original-without-signature.
12122
12123         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12124         toggle.
12125
12126         * message.el (message-check-news-body-syntax): Fix signature check.
12127         (message-setup-1): Mark buffer as unmodified _after_ running
12128         message-setup-hook and handling message-alternative-emails.
12129         (message-shorten-references): Be more strict when building list of
12130         valid references to comply with GNKSA.
12131
12132         * gnus-group.el (gnus-read-ephemeral-bug-group)
12133         (gnus-read-ephemeral-debian-bug-group)
12134         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12135
12136         * message.el (message-info): Don't use booleanp which isn't supported
12137         in Emacs 21 and XEmacs.
12138
12139 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12140
12141         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12142         gnus-group-gmane-group-download-format.
12143         (gnus-group-read-ephemeral-gmane-group): Rename from
12144         gnus-group-read-ephemeral-gmane-group.
12145         (gnus-read-ephemeral-gmane-group-url): Rename from
12146         gnus-group-read-ephemeral-gmane-group-url.
12147         (gnus-bug-group-download-format-alist): New variable.
12148         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12149         (gnus-read-ephemeral-emacs-bug-group): New commands.
12150
12151 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12154         (gnus-visible-headers): Improve custom type.
12155
12156 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * mml.el (mml-menu): Add workarounds for XEmacs.
12159
12160         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12161         X-Boundary header.
12162
12163         * message.el (message-simplify-recipients): Fix previous commit.
12164
12165 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12166
12167         * mm-util.el (mm-set-buffer-multibyte): New function.
12168         * mm-decode.el (mm-copy-to-buffer): Use it.
12169
12170         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12171         Prefer fboundp to functionp so it works with macros as well.
12172
12173 2008-03-19  Glenn Morris  <rgm@gnu.org>
12174
12175         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12176         Accidentally removed in the sync process with Emacs.
12177
12178 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * message.el (message-alter-recipients-discard-bogus-full-name):
12181         New function.
12182         (message-alter-recipients-function): New variable.
12183         (message-get-reply-headers): Use it.
12184         (message-replace-header): New helper function.
12185         (message-recipients-without-full-name): New variable.
12186         (message-simplify-recipients): New command.
12187
12188         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12189
12190         * message.el (message-info): Handle EasyPG manual.
12191
12192         * mml.el (mml-menu): Add entry for EasyPG.
12193
12194 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12195
12196         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12197         parameter.
12198
12199         * message.el (message-disassociate-draft): Specify drafts group name
12200         fully.
12201
12202 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12203
12204         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12205         Eliminate unnecessary duplicates from the match list.
12206
12207 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12210
12211         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12212
12213         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12214         args of `how-many' of which the XEmacs version doesn't take; declare
12215         Info-index-next as function.
12216
12217 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-score.el (gnus-score-headers): Fix handling of
12220         gnus-inhibit-slow-scoring.
12221
12222         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12223         string.
12224         (gnus-button-url-regexp): Improve handling of parenthesis.
12225         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12226         (gnus-button-handle-info-keystrokes): Handle index entries.
12227
12228 2008-03-15  Glenn Morris  <rgm@gnu.org>
12229
12230         * parse-time.el (parse-time-string): Simplify.
12231
12232 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12235         Incoming* files.
12236
12237 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12238
12239         * auth-source.el (auth-sources): Rename from auth-source-choices.
12240         (auth-source-pick): Use it.
12241
12242 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12243
12244         * binhex.el (binhex-decode-region-internal):
12245         * uudecode.el (uudecode-decode-region-internal):
12246         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12247         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12248         setting default-enable-multibyte-characters.
12249
12250 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12251
12252         * auth-source.el (auth-source-protocols)
12253         (auth-source-protocols-customize, auth-source-choices): Add and
12254         modified variable customizations and defaults.
12255         (auth-source-pick, auth-source-user-or-password)
12256         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12257         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12258         (auth-source-user-or-password-sftp)
12259         (auth-source-user-or-password-smtp): Use new variables and provide an
12260         interface to netrc.el.
12261
12262 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12265         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12266         Make sure the nntp port to specify is a string.
12267
12268 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12269
12270         * nntp.el: Use with-current-buffer.
12271         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12272         dubious mm-with-unibyte-current-buffer.
12273         (nntp-with-open-group-function): New function extracted from
12274         nntp-with-open-group macro.
12275         (nntp-with-open-group): Use the function, so it's easier to debug.
12276         Add indentation and debugging info.
12277         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12278         Recommend the use of the netcat alternatives.
12279
12280         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12281         Avoid mm-string-as-multibyte as well.
12282
12283         * nnweb.el (nnweb-insert-html):
12284         Remove use of nnheader-string-as-multibyte.
12285
12286         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12287         (nnheader-string-as-multibyte): Remove.
12288
12289         * mm-view.el: Use inhibit-read-only.
12290         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12291         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12292         or unibyte-string.
12293
12294         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12295         (mm-uu-yenc-extract): Use with-current-buffer.
12296
12297         * gnus-soup.el (gnus-soup-send-packet): Don't use
12298         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12299
12300         * nnmh.el: Use with-current-buffer.
12301         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12302         mm-string-as-multibyte on the output of mm-encode-coding-string.
12303
12304         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12305         (nnimap-request-move-article): Use with-current-buffer.
12306
12307         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12308         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12309         conversion uses string-make-unibyte rather than string-as-unibyte.
12310
12311         * gnus-msg.el: Use with-current-buffer.
12312
12313         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12314
12315 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12316
12317         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12318         string for caching if it is 'PIN.
12319
12320 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * lpath.el: Consider the case without Emacs/W3.
12323
12324 2008-03-08  Glenn Morris  <rgm@gnu.org>
12325
12326         * time-date.el (date-to-time, time-subtract, time-add)
12327         (safe-date-to-time): Doc fixes.
12328
12329 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * mail-source.el (mail-source-delete-old-incoming-confirm):
12332         Change default to nil.
12333         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12334
12335 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * lpath.el: Rearrange.
12338
12339         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12340         (gnus-article-goto-prev-page): Work for articles having ^L's.
12341
12342         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12343
12344         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12345
12346 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12347
12348         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12349         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12350         (gnus-bookmark-jump): Adjust some variable names.
12351
12352 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12353
12354         * auth-source.el: New package.
12355         (auth-source-choices): Add customization entry point variable.
12356
12357         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12358         bug.
12359
12360 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12361
12362         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12363         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12364         (gnus-registry-install-shortcuts): Rename from
12365         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12366         the `gnus-registry-mark-map' keymap dynamically from
12367         `gnus-registry-marks'.  The generated functions update the summary line
12368         when a registry mark is added or deleted, and will call
12369         `gnus-registry-install-p' (see the comments in the code).
12370         (gnus-registry-user-format-function-M): Use concat intelligently.
12371
12372         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12373         the registry mark functions.
12374
12375 2008-03-05  Glenn Morris  <rgm@gnu.org>
12376
12377         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12378         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12379         gnus-art.
12380         (top-level): No need to load own source when compiling.
12381
12382 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12385         Suggested by <chris.anderton@zetnet.co.uk>.
12386
12387 2008-03-04  Glenn Morris  <rgm@gnu.org>
12388
12389         * gnus-sum.el (top-level): No need to require gnus when compiling,
12390         since unconditionally required near start of file.
12391         (gnus-summary-display-while-building): Move definition before use.
12392
12393 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12394
12395         * gnus-registry.el (gnus-registry-user-format-function-M):
12396         Add formatting function.
12397
12398 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12399
12400         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12401         with plists.
12402         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12403         Use new format.
12404
12405 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12408         `where-is-internal' that returns a range of key sequences.
12409
12410 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12411
12412         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12413
12414         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12415         (gnus-summary-jump-to-group): Consider windows on other displayed
12416         frames as well.  Similar changes might be needed elsewhere, but that's
12417         the one I've bumped into during my use.
12418
12419         * nndoc.el (nndoc-oe-dbx-type-p):
12420         * gnus-msg.el (gnus-debug):
12421         * gnus-group.el (gnus-update-group-mark-positions):
12422         Use mm-string-to-multibyte.
12423
12424 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12427         doesn't handle NotDashEscaped.
12428
12429         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12430         (mml-dnd-attach-options): Fix typo in custom choice.
12431
12432         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12433         Change nndoc-article-type to mbox.
12434         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12435
12436         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12437         to nil, instead of html2text.
12438
12439         * imap.el (imap-debug): Add `imap-ping-server'.
12440
12441         * gnus-bookmark.el: Add FIXMEs.
12442
12443         * message.el (message-form-letter-separator)
12444         (message-send-form-letter-delay): New variables.
12445         (message-send-form-letter): Use them.  New command to send form
12446         letters.  Requested by Uwe Siart.
12447         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12448
12449 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12450
12451         * Update copyright years.
12452
12453 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         Sync from EMACS_22_BASE.
12456
12457         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12458
12459 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12460
12461         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12462         empty author.
12463
12464 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12465
12466         * gnus-registry.el (gnus-registry-marks): Add variable for
12467         customization of marks and their appearance.
12468         (gnus-registry-read-mark): Use it.
12469         (gnus-registry-do-marks): Add utility function to loop through
12470         `gnus-registry-marks'.
12471         (gnus-registry-install-shortcuts-and-menus): Add function to install
12472         shortcuts and menus.
12473         (gnus-registry-initialize): Use it.
12474         (gnus-registry-default-mark): Clarify documentation.
12475
12476 2008-02-29  Glenn Morris  <rgm@gnu.org>
12477
12478         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12479         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12480         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12481         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12482         Change defcustom :version from 23.0 to 23.1.
12483
12484 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12485
12486         * gnus-registry.el (gnus-registry-follow-group-p)
12487         (gnus-registry-post-process-groups): Add functions to aid registry
12488         splitting and improve logging.  Clarify behavior in function
12489         documentation.
12490         (gnus-registry-split-fancy-with-parent): Use them.
12491
12492 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12493
12494         * gnus-art.el: Use with-current-buffer.
12495
12496 2008-02-27  David Engster  <dengste@eml.cc>
12497
12498         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12499         Express real group name in the response.
12500
12501 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12504         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12505         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12506         autoload gnus-registry-fetch-group when compiling.
12507         (nnmairix-request-group-with-article-number-correction):
12508         Remove unreferenced argument passed to nnmairix-call-backend.
12509
12510 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12513         (mm-uu-extract): Improve face for low color ttys.
12514         Reported by Sascha Wilde.
12515
12516 2008-02-27  Glenn Morris  <rgm@gnu.org>
12517
12518         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12519         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12520         variables to defconsts.  Convert comments to doc-strings.
12521         (nnmairix-last-server, nnmairix-current-server): Convert from free
12522         variables to defvars.  Convert comments to doc-strings.
12523         (gnus-registry-fetch-group): Autoload.
12524         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12525         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12526         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12527         caddr.
12528         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12529         nnmairix-request-group-with-article-number-correction call.
12530         (nnmairix-fast, nnmairix-group): New, less general names, for free
12531         variables passed from nnmairix-request-group to
12532         nnmairix-request-group-with-article-number-correction.  Declare.
12533         (nnmairix-request-group-with-article-number-correction):
12534         Use nnmairix-fast, nnmairix-group rather than fast, group.
12535
12536 2008-02-26  David Engster  <dengste@eml.cc>
12537
12538         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12539         version 0.5.
12540
12541 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12542
12543         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12544         instead of making an extra function call.  Don't add the current group
12545         to articles only when they have the group.  Use
12546         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12547         Reported by David <de_bb@arcor.de>.
12548
12549 2008-02-24  Miles Bader  <miles@gnu.org>
12550
12551         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12552         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12553         (mm-find-mime-charset-region):
12554         * mm-bodies.el (mm-encode-body):
12555         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12556
12557 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12560         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12561
12562 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * mail-source.el (mail-source-delete-incoming): Change default.
12565         Supplement doc string.
12566
12567         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12568
12569 2008-02-14  Glenn Morris  <rgm@gnu.org>
12570
12571         * time-date.el (format-seconds): New function.
12572
12573 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12574
12575         * nnmail.el (nnmail-message-id-cache-file): Derive from
12576         `gnus-home-directory'.
12577
12578 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12581         Document negative prefix.
12582
12583         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12584
12585 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12586
12587         * message.el (message-unsent-separator): Add the Exim bounce
12588         separator.
12589
12590 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12591
12592         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12593         list.
12594         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12595         recipient/signer list.
12596
12597 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * Makefile.in (datarootdir): Define.
12600         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12601         name that might contain whitespace.
12602
12603 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12606         fbound (Emacs 23 unicode), signal an error.
12607
12608 2008-02-08  Glenn Morris  <rgm@gnu.org>
12609
12610         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12611
12612 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12613
12614         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12615         ports to the calls to `netrc-machine-user-or-password' in addition to
12616         "imap" and "imaps".
12617
12618 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12619
12620         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12621
12622         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12623
12624 2008-02-01  Kenichi Handa  <handa@m17n.org>
12625
12626         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12627         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12628         (rfc2104-hash): Convert the result of concat to unibyte string.
12629
12630 2008-02-01  Dave Love  <fx@gnu.org>
12631
12632         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12633         coding-system-for-read.
12634         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12635
12636 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12639         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12640         <hanche@math.ntnu.no>.
12641
12642 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12645
12646         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12647
12648 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12649
12650         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12651         * message.el (message-beginning-of-line): Use featurep instead of bound
12652         tests in order to resolve conditionals at compile time.
12653
12654 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12655
12656         * mail-source.el (mail-sources): Add `group' choice.
12657
12658         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12659         parameter `in-group' to control into which group the articles go.
12660         Add treatment of `group' mail-source.
12661
12662 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12665
12666         * mm-decode.el (mm-dissect-buffer): Decode description.
12667
12668         * mml.el (mml-to-mime): Encode message header first.
12669
12670 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12673         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12674
12675         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12676         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12677
12678 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12679
12680         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12681
12682 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12685         prefix keys.
12686         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12687         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12688         gnus-xmas.el.
12689
12690         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12691         (gnus-xmas-article-describe-bindings): New function.
12692         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12693         gnus-xmas-article-describe-bindings.
12694
12695         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12696
12697 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12698
12699         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12700         Add new variables for article mark management.
12701         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12702         list of extra data entries which, when present, will indicate that the
12703         article ID should not be trimmed from the registry.
12704         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12705         functions.
12706         (gnus-registry-read-mark): New function to read a mark name from the
12707         user.
12708         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12709         (gnus-registry-set-article-mark-internal): New functions to add and
12710         remove marks.
12711         (gnus-registry-get-article-marks): New function to show the marks for
12712         an article, or retrieve them for further use.
12713
12714 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12717         keys when no argument is given.
12718
12719 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * imap.el (imap-ping-server): New variable.
12722         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12723         (imap-ping-server): Minor doc string fixes.
12724
12725 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12726
12727         * imap.el (imap-ping-server): New function.
12728         (imap-opened): Call imap-ping-server.
12729
12730 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * gnus-sum.el (gnus-article-sort-by-random)
12733         (gnus-thread-sort-by-random): Fix doc strings.
12734         Reported by jidanni@jidanni.org.
12735
12736 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * gnus-art.el (gnus-article-describe-bindings): New function.
12739         (gnus-article-read-summary-keys): Use it.
12740         (gnus-article-mode-map): Bind `C-h b' to it.
12741
12742 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12745         XEmacs.
12746         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12747         Protect against non-character events.
12748
12749         * lpath.el: Fbind map-keymap for Emacs 21.
12750
12751 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12754         New command.
12755         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12756         instead of END.  Change name of the temp file.
12757         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12758         customizable.
12759
12760 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12763         bind `S W' to gnus-article-wide-reply-with-original; set default
12764         binding to gnus-article-read-summary-send-keys.
12765         (gnus-article-read-summary-keys): Fix the order of keys; display
12766         continuation keys correctly in the echo area; describe bindings
12767         correctly when keys end with `C-h'.
12768         (gnus-article-read-summary-send-keys): New function.
12769         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12770         Work for gnus-article-read-summary-send-keys; display continuation keys
12771         correctly in the echo area.
12772         (gnus-article-reply-with-original): Ignore prefix argument.
12773         (gnus-article-wide-reply-with-original): New function.
12774
12775         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12776         Emacs 21.
12777
12778 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12781         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12782
12783 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12786         (gnus-group-read-ephemeral-gmane-group): New command.
12787
12788 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12789
12790         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12791
12792 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * message.el (message-send-mail-function): Increase custom version.
12795
12796         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12797         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12798
12799 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12800
12801         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12802         for the cases where imap-authenticate is called with a nil buffer
12803         parameter.
12804
12805 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12808         html parts correctly; support forwarded messages.
12809         (gnus-article-browse-html-article): Remove work buffers.
12810
12811         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12812         compiling.
12813         (netrc-bound-and-true-p): New macro.
12814         (netrc-parse): Use it instead of bound-and-true-p that is not available
12815         in XEmacs 21.4.
12816
12817 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12818
12819         * gnus-registry.el (gnus-registry-mark-article)
12820         (gnus-registry-article-marks): Add functionality to mark articles
12821         through the Gnus registry.
12822
12823         * encrypt.el: Clarify documentation for the new pgg method.
12824         (encrypt-file-alist): Add PGG option.
12825         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12826         functionality.  Abstract password key and messaging to external
12827         functions.
12828         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12829         (encrypt-message-method-and-cipher): Add new convenience external
12830         functions.
12831         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12832         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12833
12834         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12835         (netrc-parse): Use encrypt-file-alist to determine if
12836         encrypt-find-model or encrypt-insert-file-contents should be used.
12837
12838         * encrypt.el: Clarify documentation.  Load password-cache or
12839         password, whichever one is found first, instead of autoloading.
12840
12841 2007-12-19  Glenn Morris  <rgm@gnu.org>
12842
12843         * mml.el (message-options-set, message-narrow-to-head)
12844         (message-in-body-p, message-mail-p, message-encode-message-body):
12845         Autoload.
12846         (message-remove-header, message-narrow-to-headers-or-head)
12847         (message-subscribed-p, message-make-mail-followup-to)
12848         (message-position-on-field, message-news-p)
12849         (message-options-set-recipient, message-generate-headers)
12850         (message-sort-headers): Declare as functions.
12851
12852 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12855         convention in doc string.
12856
12857 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12860         title to html parts.
12861         (gnus-article-browse-html-article): Pass message header to it.
12862
12863         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12864
12865 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12868         or password compatible with XEmacs.
12869
12870 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12873         format document.
12874         (gnus-mime-delete-part): Don't write description line if empty.
12875         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12876
12877 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12878
12879         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12880         (gnus-summary-mark-read-and-unread-as-read)
12881         (gnus-summary-mark-current-read-and-unread-as-read)
12882         (gnus-summary-mark-unread-as-ticked): Doc fix.
12883         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12884
12885 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12888         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12889
12890 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12893         yes-or-no-p.
12894
12895 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * mm-decode.el (mm-add-meta-html-tag): New function.
12898         (mm-save-part-to-file, mm-pipe-part): Use it.
12899
12900         * gnus-art.el (gnus-article-browse-delete-temp-files):
12901         Use gnus-y-or-n-p instead of y-or-n-p.
12902         (gnus-article-browse-html-parts): Work with message/external-body; use
12903         mm-add-meta-html-tag.
12904
12905 2007-12-11  Glenn Morris  <rgm@gnu.org>
12906
12907         * gnus-cache.el: Require gnus-sum not just when compiling.
12908
12909         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12910
12911         * gnus-int.el (gnus-server-opened, gnus-status-message):
12912         Move definitions before use.
12913
12914         * mm-decode.el: Require gnus-util.
12915         (mm-remove-part): Only call delete-annotation on XEmacs.
12916
12917         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12918
12919         * nnmail.el: Require gnus-int.
12920
12921         * spam.el: Move `require's before `eval-when-compile's.
12922
12923         * gnus-ems.el (gnus-alive-p):
12924         * gnus-fun.el (message-goto-eoh):
12925         * gnus-util.el (gnus-group-name-decode):
12926         * mail-source.el (gnus-compress-sequence):
12927         * message.el (Info-goto-node, format-spec):
12928         * mm-bodies.el (message-options-get):
12929         * mm-decode.el (mm-view-pkcs7):
12930         * mm-util.el (gmm-write-region):
12931         * mml-smime.el (mml-compute-boundary)
12932         (gnus-completing-read-with-default):
12933         * mml.el (widget-button-press, gnus-make-hashtable):
12934         * mml1991.el (mm-decode-content-transfer-encoding)
12935         (mm-encode-content-transfer-encoding)
12936         (message-options-get, message-options-set):
12937         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12938         * nnfolder.el (gnus-request-group):
12939         * nnheader.el (ietf-drums-unfold-fws):
12940         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12941         * smime.el (gnus-run-mode-hooks):
12942         * spam-stat.el (gnus-message): Autoload.
12943
12944         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12945         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12946         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12947         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12948         Add declare-function compatibility definition.
12949
12950         * gnus-cache.el (nnvirtual-find-group-art):
12951         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12952         (gnus-add-image, gnus-add-wash-type):
12953         * gnus-group.el (nnkiboze-score-file):
12954         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12955         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12956         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12957         (message-tokenize-header, gnus-get-buffer-create)
12958         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12959         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12960         * gnus.el (gnus-group-decoded-name):
12961         * mail-source.el (imap-capability):
12962         * mm-bodies.el (message-options-set):
12963         * mm-decode.el (gnus-configure-windows):
12964         * mm-extern.el (message-goto-body):
12965         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12966         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12967         (epg-sub-key-validity, message-options-set):
12968         * mml.el (widget-event-point, gnus-configure-windows):
12969         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12970         * mml2015.el (epg-check-configuration, epg-configuration)
12971         (message-options-set):
12972         * nndb.el (nndb-request-article):
12973         * nnfolder.el (gnus-request-create-group):
12974         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12975         * nnmaildir.el (gnus-group-mark-article-read):
12976         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12977         * rfc1843.el (message-fetch-field):
12978         * spam.el (gnus-extract-address-components):
12979         Declare as functions.
12980
12981 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12984
12985         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12986
12987         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12988         bind show-trailing-whitespace for XEmacs.
12989
12990 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12991
12992         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12993         new no-op macro for backward compatibility.
12994
12995         * imap.el (imap-string-to-integer): New function.
12996
12997 2007-12-09  Glenn Morris  <rgm@gnu.org>
12998
12999         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13000
13001         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13002         * message.el, mm-view.el, sieve-manage.el, smime.el:
13003         Add declare-function compatibility definition.
13004
13005         * gnus-art.el (w3-region, w3m-region, Info-menu):
13006         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13007         * gnus-sum.el (gnus-get-predicate):
13008         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13009         * message.el (mail-abbrev-in-expansion-header-p):
13010         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13011         (w3m-detect-meta-charset, w3m-region):
13012         * sieve-manage.el (password-read, password-cache-add)
13013         (password-cache-remove):
13014         * smime.el (password-read-and-add): Declare as functions.
13015
13016 2007-12-08  David Kastrup  <dak@gnu.org>
13017
13018         * gnus-sum.el (gnus-summary-simplify-subject-query):
13019         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13020         `message'.
13021
13022 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13025         it to bind idna-program, installation-directory, defined-colors, and
13026         face-attribute for XEmacs of the version that compiles defcustom forms.
13027
13028 2007-12-07  Glenn Morris  <rgm@gnu.org>
13029
13030         * gnus-art.el (article-make-date-line): Revert previous change.
13031
13032 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13035
13036 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13037
13038         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13039         Call gnus-add-to-range ranges only once with a prepared article-list.
13040
13041 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13042
13043         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13044         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13045         group names with backslashes.
13046         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13047
13048 2007-12-06  Deepak Goel  <deego3@gmail.com>
13049
13050         * gnus-art.el (article-make-date-line):
13051         * gnus-start.el (gnus-load):
13052         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13053
13054 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * gnus-art.el (gnus-use-idna):
13057         * gnus-start.el (gnus-site-init-file):
13058         * message.el (message-use-idna):
13059         * mm-uu.el (mm-uu-hide-markers):
13060         * smiley.el (smiley-style): Revert changes that suppress warnings.
13061
13062 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13065         specify charset to html source.
13066         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13067
13068 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13071         idna-program in order to suppress byte compile warning issued by XEmacs
13072         that came to byte compile the default value section of defcustom forms
13073         recently.
13074
13075         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13076         value of installation-directory.
13077
13078         * message.el (message-use-idna): Don't directly refer to the value of
13079         idna-program.
13080
13081         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13082
13083         * smiley.el (smiley-style): Don't directly call face-attribute.
13084
13085 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13088
13089         * gnus-dired.el: Reduce Gnus dependencies.
13090         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13091         Don't require.  Use autoloads instead.
13092         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13093         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13094         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13095         (gnus-dired-mode): Adjust doc string.
13096         (gnus-dired-mail-mode): New variable.
13097         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13098         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13099         (gnus-dired-mail-buffers): New function.  Return mail or message
13100         composition buffers.
13101         (gnus-dired-attach): Use it.
13102         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13103         NO-DECODE.
13104         (gnus-dired-print): Use `gnus-print-buffer' depending on
13105         `gnus-dired-mail-mode'.
13106
13107 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * rfc2047.el (rfc2047-encoded-word-regexp)
13110         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13111         explaining what regexp patterns are for.
13112
13113 2007-12-04  Glenn Morris  <rgm@gnu.org>
13114
13115         * password.el: Move to password-cache.el.
13116
13117         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13118         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13119         * mml-smime.el (password-read, password-cache-add)
13120         (password-cache-remove):
13121         No need to autoload, since mml-sec requires password.
13122
13123         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13124         * message.el (gnus-extract-address-components):
13125         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13126
13127         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13128         password.
13129
13130 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * mailcap.el: Reduce dependencies.
13133         (mail-header-parse-content-type): Autoload.
13134         (mailcap-delete-duplicates): New alias.
13135         (mailcap-mime-info): Add optional argument NO-DECODE.
13136         (mailcap-mime-types): Use mailcap-delete-duplicates.
13137
13138         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13139
13140 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13141
13142         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13143         (imap-parse-status): Upcase status-att for servers that sends them
13144         lower-case (e.g., MS Exchange 2007).
13145
13146 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13147
13148         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13149         function.
13150
13151         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13152         (gnus-uu-yenc-article): New function.
13153
13154         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13155
13156         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13157
13158 2007-12-02  Glenn Morris  <rgm@gnu.org>
13159
13160         * binhex.el (binhex): New custom group.
13161         (binhex-decoder-program, binhex-decoder-switches)
13162         (binhex-use-external): Move to the binhex custom group.
13163
13164         * uudecode.el (uudecode): New custom group.
13165         (uudecode-decoder-program, uudecode-decoder-switches)
13166         (uudecode-use-external): Move to the uudecode custom group.
13167
13168         * netrc.el (top-level): Don't load `encrypt' features.
13169         (netrc-parse): Don't use encrypt.
13170         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13171
13172         * encrypt.el: Remove file.
13173
13174 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13177         matches on patches.
13178
13179         * gnus-art.el (gnus-article-browse-html-article):
13180         Mention `mm-text-html-renderer' in the doc string.
13181
13182         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13183         string.  Add comments.
13184
13185         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13186         if rhs is ASCII.
13187
13188 2007-12-01  Glenn Morris  <rgm@gnu.org>
13189
13190         * mail-source.el (top-level): Require format-spec before
13191         eval-when-compile.
13192
13193 2007-11-30  Glenn Morris  <rgm@gnu.org>
13194
13195         * encrypt.el: Require password, rather than autoloading password-read.
13196
13197 2007-11-29  Glenn Morris  <rgm@gnu.org>
13198
13199         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13200         (sasl-make-client, sasl-next-step, sasl-step-data)
13201         (sasl-step-set-data): Declare as functions.
13202
13203 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13206
13207 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13208
13209         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13210         certs should be verified and what is to be done in the event of a
13211         verification failure.
13212
13213         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13214         caller can indicate whether the cache should be disregarded for this
13215         call.  This way the result of the call is reproducible at all times and
13216         can be considered a canonical server name for the supplied method.
13217         (gnus-agent-method-p): Canonicalize server names by pushing their
13218         method through `gnus-method-to-server' using the no-cache argument.
13219
13220         * gnus-srvr.el (gnus-server-insert-server-line):
13221         Call `gnus-method-to-server' with `no-cache' argument.
13222
13223         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13224         gnus-agent-possibly-synchronize-flags as this should be called when the
13225         server is actually being opened.
13226         (gnus-agent-possibly-synchronize-flags)
13227         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13228         flags file of an agentized server to the latter function.
13229
13230         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13231         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13232         after a connection has been established successfully.
13233
13234 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-art.el (article-display-face): Force to display face if called
13237         interactively; check if gnus-article-x-face-too-ugly matches author.
13238         (article-display-x-face): Display face even if From header is missing
13239         as article-display-face does.
13240
13241 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13242
13243         * hashcash.el (message-narrow-to-headers-or-head)
13244         (message-fetch-field, message-goto-eoh)
13245         (message-narrow-to-headers): Declare as functions.
13246
13247 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * mail-source.el (mail-sources): Default to fetch from file for
13250         compatibility with default of nnmail-spool-file.
13251
13252 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13255         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13256         to look for encoded word that should be encoded again.
13257         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13258         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13259         encoding pattern.
13260         (rfc2047-decode-region): Switch strict regexp and loose one according
13261         to rfc2047-allow-irregular-q-encoded-words.
13262
13263 2007-11-25  Romain Francoise  <romain@orebokech.com>
13264
13265         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13266
13267 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13268
13269         * tls.el (tls-program): Provide more custom choices from
13270         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13271         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13272
13273 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13276         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13277
13278         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13279         `nnmail-spool-file'.
13280
13281         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13282         `nnmail-spool-file'.
13283
13284         * gnus-move.el (gnus-change-server): Ditto.
13285
13286         * gnus-kill.el (gnus-batch-score): Ditto.
13287
13288         * gnus-cache.el (gnus-jog-cache): Ditto.
13289
13290         * gnus-msg.el (gnus-summary-reply):
13291         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13292
13293 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13296         version.  Minor improvement to doc strings.
13297         (tls-program): Add comment.
13298
13299 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13300
13301         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13302         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13303         mismatch between the hostname provided in the certificate and the name
13304         of the host connnecting to.
13305         (open-tls-stream): Use them.  Check certificates against trusted root
13306         certificates.
13307
13308 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * gnus-cache.el (gnus-cache-generate-nov-databases):
13311         Use nnml-generate-nov-databases-directory instead of
13312         nnml-generate-nov-databases-1.
13313
13314 2007-11-24  Glenn Morris  <rgm@gnu.org>
13315
13316         * message.el (message-tool-bar-retro): Update for rename
13317         mail_send.xpm->mail-send.xpm.
13318
13319 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13322         `smime-ldap-search' for Emacs 22 and up.
13323
13324 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13325
13326         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13327
13328         * message.el (message-send-mail-function): Fix error convention.
13329         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13330         (message-widen-reply, message-send-mail, message-talkative-question)
13331         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13332         (message-clone-locals, message-send-news): Use with-current-buffer.
13333         (message-insert-or-toggle-importance): Remove unused var `valid'.
13334         (message-make-references): Remove unused var `new-references'.
13335         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13336
13337 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13338
13339         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13340         (spam-split-symbolic-return-positive): Reflow docstring.
13341         (spam-backends, spam-summary-exit-behavior)
13342         (spam-mark-ham-unread-before-move-from-spam-group)
13343         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13344         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13345         (spam-clear-cache, spam-backend-check, spam-install-backend)
13346         (spam-install-statistical-backend, spam-list-of-processors)
13347         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13348         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13349         (spam-check-crm114, spam-initialize, spam-unload-hook):
13350         Fix typos in docstrings.
13351
13352 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13355         been checked if they have never been read and those group levels are
13356         higher than the one that a user specified.
13357
13358 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13361         foreign groups unless a group level is specified by a user.
13362         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13363
13364 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * message.el (message-send-mail-function): Require sendmail.
13367
13368 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * message.el (message-send-mail-function): Check for smtpmail too.
13371
13372         * utf7.el (utf7-encode, utf7-decode): Use coding system
13373         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13374
13375         * message.el (message-send-mail-function): New function.
13376         (message-send-mail-function): Set default using
13377         message-send-mail-function.  Adjust doc string.
13378         (message-send-mail-with-mailclient): New function.
13379
13380 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13381
13382         * smime.el (from):
13383         * rfc2047.el (message-posting-charset):
13384         * qp.el (mm-use-ultra-safe-encoding):
13385         * pop3.el (parse-time-months):
13386         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13387         * nnml.el (files):
13388         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13389         (jka-compr-compression-info-list, ange-ftp-path-format)
13390         (efs-path-regexp):
13391         * nndiary.el (files):
13392         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13393         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13394         (epg-digest-algorithm-alist, inhibit-redisplay)
13395         (password-cache-expiry):
13396         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13397         (pgg-output-buffer, password-cache-expiry):
13398         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13399         (efs-path-regexp):
13400         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13401         (inhibit-redisplay):
13402         * mm-uu.el (file-name, start-point, end-point, entry)
13403         (gnus-newsgroup-name, gnus-newsgroup-charset):
13404         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13405         (latin-unity-ucs-list):
13406         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13407         (mm-uu-binhex-decode-function):
13408         * message.el (gnus-message-group-art, gnus-list-identifiers)
13409         (rmail-enable-mime-composing, gnus-local-organization)
13410         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13411         (gnus-read-active-file, facemenu-add-face-function)
13412         (facemenu-remove-face-function, gnus-article-decoded-p)
13413         (tool-bar-mode):
13414         * mail-source.el (display-time-mail-function):
13415         * gnus-util.el (nnmail-pathname-coding-system)
13416         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13417         (gnus-original-article-buffer, gnus-user-agent)
13418         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13419         (xemacs-codename, sxemacs-codename, emacs-program-version):
13420         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13421         * gnus-start.el (gnus-agent-covered-methods)
13422         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13423         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13424         (gnus-newsgroup-headers, gnus-group-list-mode)
13425         (gnus-group-mark-positions, gnus-newsgroup-data)
13426         (gnus-newsgroup-unreads, nnoo-state-alist)
13427         (gnus-current-select-method, mail-sources)
13428         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13429         (nnmail-spool-file, gnus-cache-active-hashtb):
13430         * gnus-mh.el (mh-lib-progs):
13431         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13432         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13433         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13434         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13435         (gnus-group-buffer):
13436         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13437         (font-lock-set-defaults):
13438         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13439         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13440         (gnus-summary-post-menu, total-parts, type, condition, length):
13441         * gnus-agent.el (gnus-agent-read-agentview):
13442         * flow-fill.el (show-trailing-whitespace):
13443         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13444         eval-and-compile wrappers for byte compiler pacifiers.
13445
13446         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13447         (mm-display-inline-fontify): Check for featurep 'xemacs not
13448         extent-list.
13449
13450         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13451         itimer-list.
13452         (mm-create-image-xemacs): Only do something for XEmacs.
13453         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13454
13455         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13456
13457         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13458         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13459
13460 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13461
13462         * nnimap.el (nnimap-split-download-body):
13463         * gnus-demon.el (gnus-demon):
13464         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13465
13466 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13469         New macros.
13470         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13471         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13472         copy data from unibyte buffer to multibyte current buffer.
13473         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13474         to copy data from unibyte current buffer to multibyte buffer.
13475         (nntp-make-process-buffer): Make process buffer unibyte.
13476
13477         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13478
13479 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13480
13481         * pop3.el (pop3-open-server): Accept and process data more robustly at
13482         connection start to avoid spurious "POP SSL connection failed" errors.
13483
13484 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13487         read group names.
13488
13489 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13492
13493 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13496         (nnmail-save-active): Use a unibyte buffer when saving active file,
13497         which may contain non-ASCII group names.
13498
13499         * nnml.el (nnml-request-group): Decode group names in messages.
13500
13501 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13502
13503         * message.el (message-citation-line-function)
13504         (message-insert-formatted-citation-line): Fix spelling of
13505         `message-insert-formated-citation-line'.
13506
13507 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13510
13511 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13514         nnmail-pathname-coding-system.
13515
13516         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13517         that a user enters; decode group names in messages.
13518
13519         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13520
13521 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13524
13525         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13526
13527         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13528         risky local variable.
13529
13530         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13531
13532 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13533
13534         * encrypt.el: Improve documentation to fix function name typo.
13535         Reported by Daiki Ueno <ueno@unixuser.org>.
13536
13537 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13540         even if the point is not in the last page of an article.
13541         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13542         back to the previous page.
13543
13544 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13547
13548 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13551
13552 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13553
13554         * message.el (message-check-news-body-syntax):
13555         Avoid mm-string-as-multibyte.
13556         (message-hide-headers): Don't assume (point-min)==1.
13557
13558 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * message.el (message-remove-blank-cited-lines): Fix if remove is
13561         given.
13562         (message-bogus-address-regexp): New variable.
13563         (message-bogus-recipient-p): New function.
13564         (message-check-recipients): New command.
13565         (message-syntax-checks): Add `bogus-recipient'.
13566         (message-fix-before-sending): Add `bogus-recipient'.
13567
13568         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13569         (gnus-treat-body-boundary): Don't test window-system.
13570
13571 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13572
13573         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13574
13575 2007-10-28  Miles Bader  <miles@gnu.org>
13576
13577         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13578         at compile-time too.
13579
13580 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * gnus-msg.el (gnus-message-setup-hook):
13583         Add `message-remove-blank-cited-lines' to options.
13584
13585 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * message.el (message-remove-blank-cited-lines): New function.
13588         Suggested by Karl Plästerer.
13589
13590 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13593         mapc.
13594
13595         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13596         (top-level): Use mapc to set functions to be traced for debugging.
13597
13598         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13599         called for effect with while loop.
13600
13601         * message.el (message-talkative-question): Replace mapcar called for
13602         effect with mapc.
13603
13604         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13605         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13606         called for effect with dolist.
13607
13608         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13609
13610         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13611         gnus-extra-headers and nnmail-extra-headers.
13612
13613         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13614         called for effect with dolist.
13615         (top-level): Use mapc to set functions to be traced for debugging.
13616
13617         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13618         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13619         dolist.
13620
13621         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13622         Replace mapcar called for effect with mapc.
13623         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13624         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13625         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13626         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13627
13628         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13629         remove-if that's a cl function.
13630
13631         * webmail.el (webmail-debug): Replace mapcar called for effect with
13632         dolist.
13633
13634         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13635         with mapc.
13636
13637 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13640         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13641         with while loop.
13642
13643         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13644         functions from article-* functions.
13645         (gnus-multi-decode-header): Replace mapcar called for effect with
13646         dolist.
13647
13648         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13649         (gnus-bookmark-show-details): Replace mapcar called for effect with
13650         while loop.
13651
13652         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13653         called for effect with while loop.
13654
13655         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13656         with dolist.
13657
13658         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13659         Replace mapcar called for effect with dolist.
13660
13661         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13662
13663         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13664         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13665         Replace mapcar called for effect with dolist.
13666         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13667         mapc.
13668
13669         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13670         Replace mapcar called for effect with dolist.
13671         (gnus-topic-list): Replace mapcar called for effect with mapc.
13672
13673         * gnus.el: Use mapc instead of mapcar to add autoloads.
13674
13675 2007-10-23  Richard Stallman  <rms@gnu.org>
13676
13677         * gnus-group.el (gnus-group-highlight): Mark as risky.
13678
13679 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * gnus.el (gnus-server-to-method): Return method found first in
13682         gnus-newsrc-alist.
13683
13684         * gnus-art.el (gnus-article-highlight-signature)
13685         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13686         button overlay without the front stickiness.
13687
13688 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13689
13690         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13691         overview buffer needed a catch to receive its throw.
13692         (gnus-agent-flush-cache): Declare as interactive to make this function
13693         easier to use.
13694
13695 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13698         `next-line'.
13699
13700 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13703         exclude address matching message-dont-reply-to-names.
13704
13705 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * gnus-util.el (gnus-string<): New function.
13708
13709         * gnus-sum.el (gnus-article-sort-by-author)
13710         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13711
13712 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13715         the frame-focus tag is set in gnus-buffer-configuration.
13716
13717 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13720         the front stickiness.
13721
13722 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13725         url pattern; remove duplicate one.
13726         (gnus-article-extend-url-button): New function.
13727         (gnus-article-add-buttons): Use it.
13728         (gnus-button-push): Use concatenated url that it makes.
13729
13730 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13731
13732         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13733
13734 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13735
13736         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13737         Don't hardcode point-min==1.
13738
13739 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13740
13741         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13742         Fix comment about "iso8859-1".
13743
13744 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13745
13746         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13747         ones returned from the verify-function.
13748
13749         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13750         Call mml2015-extract-cleartext-signature if extraction failed.
13751
13752 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13753
13754         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13755         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13756         failed.
13757
13758 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13761
13762 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13763
13764         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13765         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13766         recommends to use EasyPG instead of PGG.
13767
13768         * pgg.el: Revert to revision 6.23.2.16.
13769
13770         * pgg-def.el: Revert to revision 6.6.2.14.
13771
13772         * pgg-gpg.el: Revert to revision 6.23.2.34.
13773
13774 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13775
13776         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13777         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13778         thread for both the null and zero (kill/expire thread) universal prefix
13779         cases.
13780         (gnus-summary-expire-thread): Add new function to expire a thread,
13781         using gnus-summary-kill-thread.
13782         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13783         shortcuts for gnus-summary-expire-thread.
13784         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13785         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13786
13787 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13788
13789         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13790         extras value, so an extras entry can be deleted.
13791         (gnus-registry-delete-extra-entry): Use it.
13792         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13793         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13794         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13795         storage through the gnus-registry, and provide an appropriate API for
13796         it.
13797
13798 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13801         Suggested by Leo <sdl.web@gmail.com>.
13802
13803         * gnus.el: Do.
13804
13805 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13808         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13809
13810         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13811
13812         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13813         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13814
13815 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13818         newline.
13819         (nnmbox-request-accept-article): Don't change article in source buffer;
13820         narrow to header to use message-fetch-field rather than
13821         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13822         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13823         as delimiters; make sure article ends with newline.
13824         (nnmbox-delete-mail): Correct last position of article to be deleted;
13825         ignore X-Gnus-Newsgroup header in article body.
13826         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13827         positions; make sure article ends with newline.
13828
13829         * message.el (message-display-abbrev): Don't infloop when a user
13830         inserts SPC in the beginning of header.
13831
13832         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13833         coding-system-for-read and coding-system-for-write for XEmacs having no
13834         file-coding feature.
13835
13836         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13837
13838 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13839
13840         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13841         list of groups not followed by default.  Fix type to be regexp.
13842         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13843
13844 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13845
13846         * hmac-def.el (define-hmac-function): Switch from old-style to
13847         new-style backquotes.
13848
13849         * md4.el (md4-make-step): Likewise.
13850
13851 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13854         raw-text coding system when saving .newsrc file, which may contain
13855         non-ASCII group names.
13856
13857 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * gnus-cus.el (gnus-score-extra): New widget.
13860         (gnus-score-extra-convert): New function.
13861         (gnus-score-customize): Use it for Extra.
13862
13863 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13864
13865         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13866         (mml2015-mailcrypt-clear-verify): Use it.
13867         (mml2015-gpg-clear-verify): Use it.
13868         (mml2015-pgg-clear-verify): Use it.
13869         (mml2015-epg-clear-verify): Replace the current part with the output
13870         from GnuPG; don't extract the plaintext by itself.
13871
13872         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13873         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13874         mml2015-clear-verify-function; don't touch the armor headers or
13875         dash-escaped text here.
13876
13877 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13880         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13881         parts, or application/octet-stream as a last resort.
13882         (gnus-mime-view-part-as-type): Don't toggle display.
13883         (gnus-mime-view-part-as-charset): Don't turn off display before
13884         querying charset.
13885
13886         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13887         stuff to undisplayer function in Emacs.
13888         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13889
13890         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13891         text/calendar parts.
13892
13893 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13896         decoding text/calendar parts.
13897
13898         * message.el (message-forward-make-body-mime): Always mark body as
13899         having no illegible text; remove signed-or-encrypted argument.
13900         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13901
13902         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13903         (mml-generate-mime-1): Don't encode body if it is specified to be in
13904         raw form; don't make buffer be unibyte when inserting multibyte string.
13905
13906 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13907
13908         * sha1.el: Fix up comment style.
13909         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13910         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13911
13912         * hex-util.el: Fix up comment style.
13913         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13914
13915         * gnus-salt.el: Use with-current-buffer.
13916         (gnus-pick-setup-message): Fix long-standing typo.
13917
13918 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * imap.el (imap-logout-timeout): New variable.
13921         (imap-logout, imap-logout-wait): New functions.
13922         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13923
13924         * nnimap.el (nnimap-logout-timeout): New server variable.
13925         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13926         nnimap-logout-timeout.
13927
13928         * gnus-art.el (gnus-article-summary-command-nosave)
13929         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13930
13931 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus.el (gnus-maximum-newsgroup): New variable.
13934
13935         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13936         according to gnus-maximum-newsgroup.
13937
13938         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13939         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13940         Limit the range of articles according to gnus-maximum-newsgroup.
13941
13942 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13943
13944         * gnus-art.el (gnus-sticky-article): Fix problems described in
13945         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13946         Don't perform gnus-configure-windows here; reuse existing sticky
13947         article buffer.
13948
13949         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13950         it doesn't exist in gnus-article-mode.
13951
13952 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13955         (gnus-agent-decoded-group-name): New function.
13956         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13957         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13958
13959 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13960
13961         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13962         Add binding for gnus-sticky-article.
13963         (gnus-summary-exit): Don't kill sticky article buffers.
13964
13965         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13966         article buffer.
13967         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13968         (gnus-kill-sticky-article-buffers): New commands.
13969
13970 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * nntp.el (nntp-xref-number-is-evil): New server variable.
13973         (nntp-find-group-and-number): If it is non-nil, don't trust article
13974         numbers in the Xref header.
13975
13976 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * gnus-agent.el (gnus-agent-read-group): New function.
13979         (gnus-agent-flush-group, gnus-agent-expire-group)
13980         (gnus-agent-regenerate-group): Use it.
13981         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13982         nnmail-pathname-coding-system.
13983
13984 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13987
13988         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13989         that are unread as unread, and also as selected so that information of
13990         marks having been changed by a user may be updated when exiting group.
13991
13992 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13995
13996 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13999         calculated ignoring signature parts to gnus-treat-article.
14000
14001 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14004         a point here in order to keep the window start.
14005         (gnus-insert-mime-security-button): Make a button overlay without the
14006         front stickiness.
14007         (gnus-mime-display-security): Goto the end of a button.
14008
14009         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14010
14011 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14014         group-name-at-point.
14015         (gnus-group-completing-read): New function that offers decoded
14016         non-ASCII group names for completion.
14017         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14018         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14019         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14020         (gnus-group-fetch-control): Use it.
14021         (gnus-fetch-group): Use group-name-at-point for the initial value
14022         rather than the default value; use gnus-alive-p.
14023
14024         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14025         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14026         (gnus-summary-post-news): Use gnus-group-completing-read.
14027
14028         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14029         (gnus-read-move-group-name): Decode group name for completion.
14030
14031 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14032
14033         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14034         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14035         Yamaoka slightly modified the code).
14036
14037 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14040         (nnmail-split-incoming): Bind it.
14041
14042         * nnml.el (nnml-group-name-charset): New function.
14043         (nnml-decoded-group-name): Use it; don't decode group name if
14044         nnmail-group-names-not-encoded-p is non-nil.
14045         (nnml-encoded-group-name): New function.
14046         (nnml-group-pathname): Inline nnml-decoded-group-name.
14047         (nnml-request-expire-articles): Decode group name in message.
14048         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14049         nnmail-pathname-coding-system.
14050         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14051         not decoded ones according to nnmail-group-names-not-encoded-p.
14052         (nnml-generate-active-info): Use nnml-encoded-group-name.
14053
14054 2007-08-08  Glenn Morris  <rgm@gnu.org>
14055
14056         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14057         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14058         doc-strings and comments.
14059
14060 2007-07-25  Glenn Morris  <rgm@gnu.org>
14061
14062         * Relicense all FSF files to GPLv3 or later.
14063
14064 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * gnus-sum.el (gnus-summary-move-article):
14067         Make gnus-summary-respool-article work.
14068
14069 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14072         string.
14073
14074 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14075
14076         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14077         that should be ignored when comparing distant RSS articles with local
14078         ones.
14079         (nnrss-make-hash-index): New function.  Create a hash index according
14080         to the ignored fields.
14081         (nnrss-check-group): Use it.
14082
14083 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14086
14087         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14088
14089         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14090         the new optional argument ENCODED is non-nil.
14091         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14092         coding system for encoding group name.
14093         (gnus-group-make-rss-group): Pass un-encoded group name to
14094         gnus-group-make-group.
14095         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14096         encoded.
14097
14098         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14099         Encode group name to which articles are moved or copied.
14100         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14101         coding system for encoding Newsgroup, Followup-To and Xref headers.
14102
14103         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14104         marks; use nnheader-file-coding-system to write a file.
14105         (nnagent-retrieve-headers): Bind file-name-coding-system to
14106         nnmail-pathname-coding-system.
14107
14108         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14109
14110         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14111         (nnml-request-article, nnml-request-create-group)
14112         (nnml-request-rename-group, nnml-find-id)
14113         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14114         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14115         (nnml-save-marks): Use nnml-group-pathname instead of
14116         nnmail-group-pathname.
14117
14118         (nnml-request-create-group, nnml-request-expire-articles)
14119         (nnml-request-move-article, nnml-request-delete-group)
14120         (nnml-deletable-article-p, nnml-possibly-create-directory)
14121         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14122         (nnml-open-marks): Bind file-name-coding-system to
14123         nnmail-pathname-coding-system.
14124
14125         (nnml-request-article): Pass server argument to nnml-find-group-number.
14126         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14127         Pass server argument to nnml-possibly-create-directory.
14128         (nnml-request-accept-article): Pass server argument to
14129         nnml-active-number and nnml-save-mail.
14130         (nnml-find-group-number): Pass server argument to nnml-find-id.
14131         (nnml-request-update-info): Pass server argument to
14132         nnml-marks-changed-p.
14133
14134         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14135         (nnml-save-mail, nnml-active-number): Add server argument.
14136
14137         (nnml-request-delete-group): Warn if group is missing.
14138         (nnml-get-nov-buffer): Decode group name.
14139         (nnml-generate-active-info): Encode group name.
14140         (nnml-open-marks): Decode group name in messages.
14141
14142 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14145         if it is not specified.
14146         (gnus-article-pipe-part, gnus-article-save-part)
14147         (gnus-article-interactively-view-part, gnus-article-copy-part)
14148         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14149         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14150         (gnus-article-replace-part, gnus-article-delete-part)
14151         (gnus-article-view-part-as-type): Pass raw prefix argument to
14152         gnus-article-part-wrapper.
14153
14154 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * gnus-agent.el (gnus-agent-save-active):
14157         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14158
14159         * gnus-cache.el (gnus-cache-save-buffers)
14160         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14161         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14162         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14163         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14164         (gnus-cache-generate-active, gnus-cache-rename-group)
14165         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14166         (gnus-cache-update-overview-total-fetched-for):
14167         Bind file-name-coding-system to nnmail-pathname-coding-system.
14168         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14169         New variables.
14170         (gnus-cache-decoded-group-name): New function.
14171         (gnus-cache-file-name): Use it.
14172         (gnus-cache-generate-active): Use non-decoded group name for active.
14173
14174         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14175         right place.
14176         (gnus-write-active-file): Don't break non-ASCII group names.
14177
14178         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14179         nnmail-pathname-coding-system.
14180
14181         * lpath.el: Bind default-file-name-coding-system,
14182         file-name-coding-system and language-info-alist for XEmacs.
14183
14184         * gnus-uu.el (gnus-uu-decode-save): Typo.
14185
14186 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14189
14190 2007-07-14  David Kastrup  <dak@gnu.org>
14191
14192         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14193         finishing actions if we did not edit the article.
14194
14195 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14198         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14199         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14200         (gnus-agent-flush-group, gnus-agent-flush-cache)
14201         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14202         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14203         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14204         (gnus-agent-regenerate-group)
14205         (gnus-agent-update-files-total-fetched-for)
14206         (gnus-agent-update-view-total-fetched-for):
14207         Bind file-name-coding-system to nnmail-pathname-coding-system.
14208         (gnus-agent-group-pathname): Don't encode file names by
14209         nnmail-pathname-coding-system.
14210         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14211         coding-system-for-write instead of buffer-file-coding-system to
14212         gnus-agent-file-coding-system.
14213
14214         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14215         Decode group name.
14216
14217         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14218
14219         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14220         (gnus-read-newsrc-el-file): Make group names unibyte.
14221
14222         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14223         nnmail-pathname-coding-system.
14224
14225         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14226         (nnrss-request-delete-group): Bind file-name-coding-system to
14227         nnmail-pathname-coding-system.
14228         (nnrss-read-server-data, nnrss-read-group-data):
14229         Bind file-name-coding-system correctly.
14230         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14231
14232         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14233         (nntp-server-to-method-cache): New variable.
14234         (nntp-group-pathname): New function that decodes non-ASCII group names.
14235         (nntp-possibly-create-directory, nntp-marks-changed-p)
14236         (nntp-save-marks, nntp-open-marks): Use it.
14237         (nntp-possibly-create-directory, nntp-open-marks):
14238         Bind file-name-coding-system to nnmail-pathname-coding-system.
14239         (nntp-open-marks): Decode group names when bootstrapping marks.
14240
14241         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14242         Newsgroups and Followup-To headers.
14243
14244 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14247         (gnus-server-closed-face, gnus-server-denied-face)
14248         (gnus-server-offline-face): Remove variable.
14249         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14250
14251         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14252         of modifying message-stack directly for XEmacs.
14253
14254         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14255         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14256         if the coding-system argument is nil for XEmacs.
14257
14258         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14259         mm-charset-override-alist.
14260
14261         * rfc2047.el: Don't require base64; require rfc2045 for the function
14262         rfc2045-encode-string.
14263         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14264         to quote the parameter value.
14265
14266 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14269         form in gnus-group-name-charset-method-alist.
14270
14271         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14272         overrides the default layout edit-form.
14273
14274         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14275
14276         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14277
14278 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14281         as unfetched articles.
14282
14283 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14284
14285         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14286
14287 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14290         original back end that keeps marks in the local system.
14291
14292 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14295         arg of pop-to-buffer for XEmacs.
14296         (gnus-article-read-summary-keys): Ditto; don't restore window
14297         configuration if summary command ends up with neither article buffer
14298         nor summary buffer; describe bindings if summary keys end with C-h.
14299
14300 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * message.el (message-fix-before-sending): Skip raw message part to be
14303         forwarded while checking illegible text.
14304         (message-forward-make-body-mime, message-forward-make-body):
14305         Mark signed or encrypted raw message as having no illegible text.
14306
14307 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14310         (gnus-message-with-timestamp-1): New macro.
14311         (gnus-message-with-timestamp): New function.
14312         (gnus-message): Use them.
14313
14314         * nnheader.el (nnheader-message): Use them.
14315
14316 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14317
14318         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14319         .newsrc.eld file.
14320
14321 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * gnus-agent.el (gnus-agent-fetch-headers)
14324         (gnus-agent-retrieve-headers):
14325         Bind gnus-decode-encoded-address-function to identity.
14326
14327         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14328         available also when the server returns simply a dot.
14329
14330         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14331
14332 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14335
14336 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus-ems.el (gnus-x-splash): Make it work.
14339
14340         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14341         from being used.
14342
14343         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14344
14345 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14348         4th and the 5th arguments.
14349
14350         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14351         the front stickiness.
14352         (gnus-article-summary-command-nosave): Correct the order of the
14353         arguments passed to pop-to-buffer.
14354         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14355         summary command ends up with the article buffer.
14356
14357         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14358         the same faces.
14359
14360 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14361
14362         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14363
14364 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14365
14366         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14367         * gnus-sum.el (gnus-summary-highlight):
14368         * pgg.el (pgg-sign-region, pgg-sign):
14369         * mail-source.el (mail-source-delete-old-incoming-confirm):
14370         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14371
14372 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-art.el (gnus-mime-view-part-externally)
14375         (gnus-mime-view-part-internally): Fix predicate function passed to
14376         completing-read.
14377
14378         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14379
14380         * gnus.el (gnus-update-message-archive-method): Add :version.
14381
14382 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus.el (gnus-update-message-archive-method): New variable.
14385
14386         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14387         according to gnus-message-archive-method if
14388         gnus-update-message-archive-method is non-nil.
14389
14390 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14393         Suggested by Loic Dachary <loic@dachary.org>.
14394         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14395
14396 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * message.el (message-pop-to-buffer): Add switch-function argument.
14399         (message-mail): Pass switch-function argument to it.
14400
14401 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14404         Improve doc string.
14405
14406 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14409         (gnus-header-content):
14410         * gnus-cite.el (gnus-cite-10):
14411         * gnus-srvr.el (gnus-server-closed):
14412         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14413         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14414         (gnus-group-mail-3-empty, gnus-group-mail-low)
14415         (gnus-group-mail-low-empty, gnus-splash):
14416         * message.el (message-header-to, message-header-cc)
14417         (message-header-subject, message-header-other, message-header-name)
14418         (message-header-xheader, message-separator, message-cited-text)
14419         (message-mml): Lighten colors of faces used for dark background.
14420
14421 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14422
14423         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14424         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14425
14426 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * message.el (message-narrow-to-headers-or-head):
14429         Ignore mail-header-separator in the body.
14430
14431 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14434         same as window size.
14435
14436 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14437
14438         * message.el (message-font-lock-keywords): Use message-header-xheader
14439         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14440         ahead of the anything pattern, to get it recognized.
14441
14442 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14445         spam.el loads uses it in the compiled defadvice form.
14446
14447 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14448
14449         * gnus-sum.el (gnus-articles-to-read)
14450         (gnus-summary-insert-old-articles): Don't truncate group name for
14451         `read-string'.
14452
14453         * gnus-util.el (gnus-limit-string): Delete this function.
14454
14455         * gnus-sum.el (gnus-simplify-subject-fully):
14456         Use `truncate-string-to-width' instead.
14457
14458 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14459
14460         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14461         Tell if, on summary exit, the next group has to be selected.
14462         (gnus-summary-exit): Use it.
14463
14464 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14465
14466         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14467         non-break space.
14468
14469 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14472         Check if group is not a directory.
14473         (nnfolder-request-expire-articles): Don't delete articles if the target
14474         group is not available.
14475
14476         * nnml.el (nnml-request-create-group): Properly check if group is not a
14477         file.
14478         (nnml-request-expire-articles): Don't delete articles if the target
14479         group is not available.
14480
14481         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14482         Don't quote characters that are within parentheses.
14483
14484 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14487         (gnus-handle-ephemeral-exit): Select article according to it.
14488
14489 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * message.el (message-insert-formated-citation-line): Remove newline.
14492         (message-citation-line-format): Add final \n here so that the user can
14493         avoid a blank line.
14494
14495 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14496
14497         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14498         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14499         Update lanl/arXiv support.
14500
14501 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * gnus.el: Bump version number.
14504
14505 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14506
14507         * gnus.el (gnus-version-number): Bump version.
14508
14509 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14510
14511         * gnus.el: No Gnus v0.6 is released.
14512
14513 2007-04-27  Didier Verna  <didier@xemacs.org>
14514
14515         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14516         * gmm-utils.el (gmm-regexp-concat): ... here.
14517         * message.el: Don't require 'gnus-util.
14518         (message-dont-reply-to-names): Handle name change above.
14519         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14520
14521 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14524         since the initial value varies according to the system.
14525
14526 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14529
14530 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14531
14532         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14533
14534 2007-04-24  Didier Verna  <didier@xemacs.org>
14535
14536         Improve the type of gnus-ignored-from-addresses.
14537         * gnus-util.el (gnus-orify-regexp): New function.
14538         * message.el (gnus-util): Require it.
14539         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14540         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14541         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14542
14543 2007-04-24  Didier Verna  <didier@xemacs.org>
14544
14545         * gnus-sum.el:
14546         * gnus-utils.el: Fix some trailing whitespaces.
14547
14548 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14551         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14552         article's Message-ID; refer parent article in summary buffer.
14553
14554         * message.el (message-bounce): Call mime-to-mml.
14555
14556         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14557         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14558         optimize and/or forms properly.
14559
14560 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14561
14562         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14563         URL.
14564
14565 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14568
14569 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14572         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14573         displayed of multipart/alternative part if it is invoked from summary
14574         buffer.
14575
14576         * mm-view.el (mm-inline-text-html-render-with-w3m)
14577         (mm-inline-text-html-render-with-w3m-standalone)
14578         (mm-inline-render-with-function): Use mail-parse-charset by default.
14579
14580 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14581
14582         * parse-time.el (parse-time-string-chars): Check if CHAR
14583         is less than the length of parse-time-syntax.
14584
14585 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14588         from gnus-newsgroup-processable.
14589
14590 2007-04-16  Didier Verna  <didier@xemacs.org>
14591
14592         * gnus-msg.el (gnus-configure-posting-styles):
14593         Handle message-signature-directory properly with :file syntax.
14594         Reported by "Leo".
14595
14596 2007-04-11  Didier Verna  <didier@xemacs.org>
14597
14598         New user option: message-signature-directory.
14599         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14600         * message.el (message-insert-signature): Ditto.
14601         * message.el (message-signature-file): Doc update.
14602         * message.el (message-signature-directory): New.
14603
14604 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * gnus-msg.el (gnus-inews-yank-articles):
14607         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14608
14609 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * message.el (message-yank-original): Make sure cited text ends with
14612         newline; don't exchange point and mark.
14613
14614 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14615
14616         * tls.el (open-tls-stream): Properly handle case where there
14617         is no associated buffer.
14618
14619 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14620
14621         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14622         message-yank-original, make sure (< mark TEXT point).
14623
14624 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * message.el (message-fill-column): New variable.
14627         (message-mode): Use it.  Add comment on a possible new hook.
14628
14629         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14630         (nnmail-get-new-mail): Reformat.
14631
14632         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14633
14634         * gmm-utils.el: Fix Commentary.
14635         (gmm-tool-bar-from-list): Fix typo in doc string.
14636
14637 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14638
14639         * message.el (message-yank-original): Don't switch point and mark
14640         unnecessarily to put point and mark as documented.
14641
14642 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14643
14644         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14645         from the message heads.
14646
14647 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14648
14649         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14650         article buffer does not have a window.  This may not be the best
14651         solution but is certainly better than setting the start of the null,
14652         that is the current, window.
14653
14654 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14655
14656         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14657         (gnus-draft-setup): Run it.
14658
14659         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14660         gnus-score-fast-scoring.  Allow regexp.
14661         (gnus-score-headers): Use it.
14662
14663         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14664         XEmacs.
14665
14666         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14667         string.
14668         (gnus-button-alist): Also catch `<f1> k ...'.
14669         (gnus-treat-display-x-face): Fix doc string.
14670
14671 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14672
14673         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14674         evaluation of gnus-extended-version to ensure correct generation of the
14675         User-Agent header when message-generate-headers-first is used.
14676
14677 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14678
14679         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14680         hashcash-path is nil.  Don't call callback with incorrect number of
14681         parameters if val is 0.
14682
14683 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14684
14685         * message.el (message-required-news-headers):
14686         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14687
14688 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14689
14690         * tls.el (open-tls-stream): In handshake-waiting loop,
14691         don't wait more if there is output available to process.
14692
14693 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14694
14695         * tls.el (tls-program): Doc fix.
14696
14697 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * message.el (message-generate-new-buffers): Change the meaning of the
14700         nil value; add `standard' to the choices; treat t as `unique'; improve
14701         doc string.
14702         (gnus-select-frame-set-input-focus): Autoload.
14703         (message-buffer-name): Search for the existing message buffer if
14704         message-generate-new-buffers is nil or `standard'; treat the value t of
14705         message-generate-new-buffers as `unique'.
14706         (message-pop-to-buffer): Raise the frame already displaying the message
14707         buffer; clear the echo area after querying.
14708         (message-setup): Pass the `continue' argument to compose-mail.
14709         (message-mail): Prefer `switch-function' if it is given; search for the
14710         existing message buffer if the `continue' argument is non-nil; pass
14711         continue and switch-function arguments to compose-mail by way of
14712         message-setup.
14713         (message-mail-other-window): Adjust argument of message-setup.
14714         (message-mail-other-frame): Ditto.
14715
14716 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14719         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14720         to turn font-lock on when turning gnus-message-citation-mode on.
14721
14722 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14723
14724         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14725         (mml-smime-function-alist): New variable; add epg as the backend.
14726         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14727         mml-smime- functions instead.
14728         * mm-view.el: Require smime.
14729
14730 2007-03-05  Didier Verna  <didier@xemacs.org>
14731
14732         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14733         instead of just inheritance for posting styles.
14734         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14735
14736 2007-02-24  Chris Moore  <dooglus@gmail.com>
14737
14738         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14739         * pgg-pgp.el (pgg-pgp-encrypt-region):
14740         * pgg-gpg.el (pgg-gpg-encrypt-region):
14741         Check pgg-encrypt-for-me if no other recipients.
14742
14743 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14744
14745         * tls.el (tls-certtool-program): Fix custom type.
14746
14747 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14750         and point-at-eol instead of line-(beginning|end)-position.
14751
14752         * assistant.el (assistant-parse-buffer): Ditto.
14753
14754         * netrc.el (netrc-parse-services): Ditto.
14755
14756 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14757
14758         * mml2015.el (mml2015-epg-find-usable-key): New function.
14759         (mml2015-epg-sign): Use it.
14760         (mml2015-epg-encrypt): Use it.
14761
14762 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * message.el (message-make-in-reply-to): Quote name containing
14765         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14766         if there are special characters.  Reported by NAKAJI Hiroyuki
14767         <nakaji@jp.freebsd.org>.
14768
14769 2007-02-27  Didier Verna  <didier@xemacs.org>
14770
14771         Include the group parameters as well as the topic ones in the
14772         inheritance filter process.
14773         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14774         argument GROUP-PARAMS-LIST.
14775         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14776
14777 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * nntp.el (nntp-never-echoes-commands)
14780         (nntp-open-connection-functions-never-echo-commands): New variables.
14781         (nntp-send-command): Use them.
14782
14783 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14784
14785         * mml2015.el (mml2015-epg-verify): Simplify.
14786
14787 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * mml.el (mml-content-disposition-alist): New user option.
14790         (mml-content-disposition): New function.
14791         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14792         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14793
14794 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14795
14796         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14797         verification.
14798
14799 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14800
14801         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14802         articles posted in the last 24 hours.
14803
14804 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14805
14806         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14807
14808 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14809
14810         * nntp.el (nntp-send-command): Don't wait for echoes when
14811         nntp-open-ssl-stream is used.
14812
14813 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14816         (gnus-message-add-citation-keywords)
14817         (gnus-message-remove-citation-keywords): Remove.
14818         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14819         directly, make the variables in font-lock-defaults buffer-local, add
14820         gnus-message-citation-keywords to them and then update the value of
14821         font-lock-keywords.
14822
14823 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * message.el (message-cite-original-1): Don't call
14826         gnus-article-highlight-citation.
14827
14828         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14829         citations; fix line count.
14830
14831 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14834         (gnus-message-add-citation-keywords)
14835         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14836         versions of font-lock-add-keywords and font-lock-remove-keywords to
14837         work with XEmacs correctly.
14838
14839 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-cite.el (gnus-cite-face-list): Set the values of
14842         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14843         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14844         (gnus-message-cite-prefix-regexp): New variable.
14845         (gnus-message-search-citation-line): Use it; protect against long
14846         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14847         the 0th match data for Emacs.
14848         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14849         (gnus-message-add-citation-keywords): Append keywords rather than
14850         prepending; emulate font-lock-add-keywords if it is not available.
14851         (gnus-message-remove-citation-keywords):
14852         Emulate font-lock-remove-keywords if it is not available.
14853
14854         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14855
14856         * message.el (message-cite-prefix-regexp): Set the value of
14857         gnus-message-cite-prefix-regexp.
14858
14859 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14860
14861         * nnweb.el (nnweb-google-parse-1): Update parser.
14862
14863 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14864
14865         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14866
14867 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14868
14869         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14870         regexp.
14871
14872 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14875         string-to-multibyte.
14876         (uudecode-decode-region-internal): Use it.
14877
14878         * lpath.el: Fbind string-as-multibyte for XEmacs.
14879
14880 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14881
14882         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14883         Fix custom choice.
14884
14885         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14886
14887 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14888
14889         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14890
14891         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14892         `write-region' to respect `mm-inhibit-file-name-handlers'.
14893
14894 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14895
14896         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14897         Use gnus-home-directory instead of "~/" or "$HOME".
14898
14899 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14900
14901         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14902         to mention filename.
14903         Add comments at beginning regarding usage.
14904         (encrypt-write-file-contents): Change interactive so a string is
14905         acceptable.  If the file has no associated model, show an error instead
14906         of a nonsense prompt.
14907
14908 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14909
14910         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14911         Thanks to Yoshihiko Yamada for kind notification of this typo.
14912
14913 2007-01-12  Kenichi Handa  <handa@m17n.org>
14914
14915         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14916         multibyte buffer.
14917
14918 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * gnus-score.el (gnus-score-fast-scoring): New variable.
14921         (gnus-score-headers): Use it.
14922
14923         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14924
14925         * message.el (message-cite-original-1):
14926         Call gnus-article-highlight-citation if requested.
14927         (message-make-from): Allow name and address as optional arguments.
14928
14929         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14930
14931         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14932         bugs to doc string.
14933         (gnus-button-alist): Add mid\\|message-id.
14934         (gnus-button-fetch-group): Extend for use in
14935         `browse-url-browser-function'.
14936         (gnus-button-url-regexp): Try to catch paired parentheses like in
14937         Wikipedia URLs.
14938
14939         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14940         Suggested by Simon Krahnke <overlord@gmx.li>.
14941
14942 2007-01-13  Romain Francoise  <romain@orebokech.com>
14943
14944         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14945         Update copyright.
14946
14947 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14948
14949         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14950
14951 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14952
14953         * gnus-registry.el (gnus-registry-unfollowed-groups)
14954         (gnus-registry-split-fancy-with-parent): Fix documentation.
14955
14956 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14957
14958         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14959         from nnweb groups.
14960
14961 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14962
14963         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14964         Xref urls.  Erase buffer before requesting head.
14965
14966         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14967
14968 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14971         customizable.
14972
14973 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14974
14975         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14976         no signing key is found.
14977         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14978         no encrypting and/or signing key is found.
14979
14980 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14983
14984 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14985
14986         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14987         headers read from disk with the ones newly found in the current search.
14988         This should no longer cause problems, because the article numbers in
14989         Gmane's `nov.php' output are ignored since the previous change.
14990
14991 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14992
14993         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14994
14995 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14998         replace-regexp-in-string; bind url-version; fbind display-images-p and
14999         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15000         find-face and set-itimer-function for Emacs; bind itimer-list for
15001         Emacs.
15002
15003         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15004
15005 2007-01-01  Romain Francoise  <romain@orebokech.com>
15006
15007         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15008
15009 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15010
15011         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15012         `define-minor-mode' macro definition expanded properly.
15013         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15014         exclude it there.
15015
15016         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15017         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15018         `fboundp' test.
15019         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15020         This is OK to autoload in (S)XEmacs now.
15021
15022 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15023
15024         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15025         keystroke.
15026         (gnus-summary-limit-to-singletons): Fix typo.
15027
15028         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15029         else fails.
15030
15031 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15032
15033         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15034         docstring.
15035
15036         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15037         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15038         (gnus-summary-insert-dormant-articles): Fix typo in message.
15039
15040 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15041
15042         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15043         nil for XEmacs.
15044         (gnus-message-citation-mode): Don't autoload in XEmacs.
15045
15046         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15047
15048 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15049
15050         * nnimap.el (nnimap-expunge-search-string):
15051         Mention nnimap-search-uids-not-since-is-evil in docstring.
15052
15053 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15054
15055         * spam.el: Revert to make-obsolete-variable because
15056         define-obsolete-variable-alias is not supported in Emacs 21.
15057
15058         * spam.el (spam-ifile-path, spam-ifile-database-path)
15059         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15060         make-obsolete-variable.
15061         (spam-bsfilter-path, spam-bsfilter-program)
15062         (spam-spamassassin-path, spam-spamassassin-program)
15063         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15064         Don't use "path" inappropriately.
15065         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15066         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15067         variable names.
15068
15069 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15070
15071         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15072         summary buffer.
15073
15074         * password.el (password-cache-remove): Use clear-string to burn
15075         password, if available.
15076
15077 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15078
15079         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15080
15081         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15082
15083         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15084         (gnus-message-highlight-citation): Move defcustom here from
15085         gnus-cite.el.
15086         (gnus-message-citation-mode): Autoload.
15087
15088         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15089         checks to make it compile with XEmacs.
15090         (gnus-message-citation-mode): New minor mode.
15091         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15092         (gnus-message-highlight-citation): New variables.
15093         (gnus-message-search-citation-line)
15094         (gnus-message-add-citation-keywords)
15095         (gnus-message-remove-citation-keywords)
15096         (turn-on-gnus-message-citation-mode)
15097         (turn-off-gnus-message-citation-mode): New functions.
15098
15099 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15100
15101         * gnus-cite.el: Enable highlighting of different citation levels in
15102         message-mode.
15103
15104 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * message.el (message-make-fqdn): Fix comment.
15107         (message-bogus-system-names): Add ".local".
15108
15109         * spam.el (spam-ifile-path, spam-ifile-program)
15110         (spam-ifile-database-path, spam-ifile-database)
15111         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15112         Don't use "path" inappropriately.
15113         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15114         strings.
15115         (spam-check-ifile, spam-ifile-register-with-ifile)
15116         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15117         Use new variable names.
15118
15119         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15120         (gnus-treat-display-smileys): Simplify using
15121         gnus-image-type-available-p.
15122
15123         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15124         available.
15125
15126         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15127         Use `display-images-p' if available.
15128
15129 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15132         one after turning on the buffer's multibyteness instead of decoding
15133         them directly in the unibyte buffer that causes unexpected conversion
15134         in Emacs 23 (unicode).
15135
15136 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15137
15138         * message.el (message-generate-hashcash): Fix custom type.
15139
15140 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15141
15142         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15143
15144 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15147         disconnect icons.  Add help text.
15148
15149 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15150
15151         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15152         negated to be consistent with the others we handle.
15153
15154 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15155
15156         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15157         version of gnus-summary-buffer to something, so that we can use two
15158         article buffers at the same time.
15159
15160 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15161
15162         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15163         trigger all the extra headers.
15164         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15165         sorting.
15166
15167 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15168
15169         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15170         solid groups.
15171
15172 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15173
15174         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15175
15176 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15177
15178         * legacy-gnus-agent.el: Add Copyright notice.
15179
15180 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15181
15182         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15183
15184 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15185
15186         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15187
15188         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15189         to make it work reliably in CVS Emacs.
15190         (gnus-summary-limit-strange-charsets-predicate)
15191         (gnus-summary-limit-to-predicate): New functions.
15192
15193 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15194
15195         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15196         specifying array size.
15197         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15198         array if it is too small.
15199         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15200         (gnus-sort-threads-loop): New function.
15201
15202 2006-12-06  Chris Moore  <dooglus@gmail.com>
15203
15204         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15205         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15206
15207 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15208
15209         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15210         options.
15211
15212 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15213
15214         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15215         DOS-ing the recipient.
15216
15217         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15218         the headers when creating the mapping to avoid mismappings.
15219         (nnweb-gmane-create-mapping): Always nix out old mapping.
15220
15221 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15224         and mm-verify-option to never.
15225
15226 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * message.el (message-signed-or-encrypted-p): New function.
15229         (message-forward-make-body): Use it.
15230
15231         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15232         Replace encode-coding-string with mm-encode-coding-string.
15233
15234 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * nneething.el (nneething-decode-file-name):
15237         Replace decode-coding-string with mm-decode-coding-string.
15238
15239         * gnus-int.el (gnus-open-server): Say failed server's name.
15240
15241 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15242
15243         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15244         strings to a single string.  Quote `errors-file-name'.
15245         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15246         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15247         Adjust calls.  Use `shell-quote-argument'.
15248
15249 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15250
15251         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15252         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15253
15254         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15255         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15256         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15257         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15258         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15259         (gnus-subscribe-newsgroup, gnus-1):
15260         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15261         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15262         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15263         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15264
15265 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15266
15267         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15268         keystroke.
15269         (gnus-summary-limit-to-bodies): Implement headersp.
15270
15271 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15272
15273         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15274
15275 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15278
15279 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15280
15281         * message.el (message-generate-hashcash): Expand range of values to
15282         include `opportunistic'.
15283         (message-send-mail): Use it.
15284
15285 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15286
15287         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15288         and comment it.
15289
15290         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15291
15292 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15293
15294         * gnus-util.el (gnus-extract-address-components): Improve comment.
15295
15296 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * gnus-util.el (gnus-extract-address-components): Work with address in
15299         which the name portion contains @.
15300
15301         * lpath.el: Fbind custom-autoload.
15302
15303 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15304
15305         * gnus.el (gnus-start): Move custom group up.
15306         (gnus-select-method): Don't autoload, but make it available for
15307         `customize-variable'.
15308         (gnus-getenv-nntpserver): Don't autoload.
15309
15310 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15311
15312         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15313
15314 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * message.el (message-sendmail-extra-arguments): New variable.
15317         (message-send-mail-with-sendmail): Use it.
15318
15319 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15322         mm-with-unibyte-current-buffer to make string unibyte.
15323
15324         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15325         mm-string-as-multibyte.
15326
15327 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15328
15329         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15330         Reported by Werner Koch <wk@gnupg.org>.
15331
15332 2006-11-14  Daiki Ueno  <ueno@p360>
15333
15334         * mml2015.el: Autoload epa-select-keys when compiling.
15335
15336 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15337
15338         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15339         message-options.
15340         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15341
15342 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15343
15344         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15345         EasyPG (< 0.0.6).
15346         (mml2015-always-trust): New user option.
15347         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15348         prompt.
15349
15350 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * nntp.el (nntp-authinfo-force): New variable.
15353         (nntp-send-authinfo): Use it.
15354
15355 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15356
15357         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15358         decode encoded words.  Improve prompt.  Add comment about forwarding.
15359         (message-replacement-char): Move up.
15360
15361 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15362
15363         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15364         instead of gnus-intersection because arguments of gnus-sorted-nunion
15365         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15366
15367 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15368
15369         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15370         (message-simplify-subject-functions):
15371         Enable message-strip-subject-encoded-words by default.
15372
15373 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15374
15375         * message.el (message-strip-subject-encoded-words): New function.
15376         (message-simplify-subject-functions): New variable.
15377         (message-simplify-subject): Use it.  Fix typo in doc string.
15378         Support message-strip-subject-encoded-words.
15379
15380 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15381
15382         * gnus-diary.el (gnus-diary-delay-format-function):
15383         * nndiary.el (nndiary-reminders):
15384         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15385
15386 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15387
15388         * gnus-art.el (article-hide-boring-headers): Fetch date from
15389         gnus-original-article-buffer to avoid problems with localized date
15390         strings.
15391
15392 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15395
15396 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15399         New variables.
15400         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15401         (mm-charset-synonym-alist): Move some entries to
15402         mm-codepage-iso-8859-list.
15403         (mm-charset-synonym-alist, mm-charset-override-alist):
15404         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15405
15406 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15409
15410 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15413         with Emacs 21 and XEmacs.
15414
15415 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15416
15417         * spam.el (spam-parse-address): New function for better parsing,
15418         catching errors, etc.
15419         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15420
15421 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * mm-view.el: Add interactive arg to html2text autoload.
15424
15425 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15428
15429 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15430
15431         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15432         New variables.
15433         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15434         (mm-charset-synonym-alist): Move some entries to
15435         mm-codepage-iso-8859-list.
15436
15437         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15438
15439 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15440
15441         * message.el (message-citation-line-format)
15442         (message-insert-formated-citation-line): Fix implementation of %E, %N
15443         and %n according to the doc string.
15444
15445 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15446
15447         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15448         Use car-safe to avoid bad parses.
15449
15450 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15453         names.
15454
15455         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15456
15457 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15460         header.
15461
15462         * message.el (message-draft-headers): Add Date.
15463         (message-headers-to-generate): Fix typo in docstring.
15464
15465         * nndraft.el (nndraft-required-headers): New variable.
15466         (nndraft-generate-headers): Use it.
15467
15468         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15469
15470 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15471
15472         * gnus-registry.el (gnus-registry-wash-for-keywords)
15473         (gnus-registry-find-keywords): New functions to allow easy searching of
15474         articles that are in the registry.
15475
15476 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15477
15478         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15479         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15480         Reported by Damien Elmes <damien@repose.cx>.
15481
15482 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15483
15484         * gnus.el (gnus-mime): Remove unused custom group.
15485
15486 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15487
15488         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15489         "blank line" when searching for end of armor headers.
15490
15491 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gmm-utils.el (gmm-write-region): Fix variable name.
15494
15495 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * gmm-utils.el (gmm-write-region): New function based on compatibility
15498         code from `mm-make-temp-file'.
15499
15500         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15501
15502         * nnmaildir.el (nnmaildir--update-nov)
15503         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15504         Use `gmm-write-region'.
15505
15506 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15507
15508         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15509         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15510
15511         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15512
15513         * message.el (message-replacement-char): New variable.
15514         (message-fix-before-sending): Use it.
15515         (message-simplify-subject): New function to remove duplicate code.
15516         (message-reply, message-followup): Use it.
15517
15518         * gnus-sum.el (gnus-summary-make-menu-bar):
15519         Clarify gnus-summary-limit-to-articles.
15520
15521 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * gnus-util.el (gnus-with-local-quit): New macro.
15524
15525         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15526
15527 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15528
15529         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15530         ignore non-string data.
15531
15532 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15533
15534         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15535         non-string data (needs to be done in the registry too).
15536
15537 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15538
15539         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15540         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15541         (gnus-registry-split-fancy-with-parent)
15542         (gnus-registry-fetch-simplified-message-subject-fast)
15543         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15544         Remove text properties on ingress into the registry and when it's saved.
15545         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15546         registry from entries with no groups.
15547
15548 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15549
15550         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15551         function to remove string properties.
15552
15553 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15554
15555         * gmm-utils.el (gmm): Adjust custom version.
15556
15557         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15558         Adjust custom version.
15559
15560         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15561
15562 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * gnus-art.el (gnus-insert-prev-page-button)
15565         (gnus-insert-next-page-button): Simplify.  Reformat.
15566
15567 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15568
15569         * gnus-art.el (gnus-insert-prev-page-button)
15570         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15571
15572 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15573
15574         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15575
15576 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15577
15578         * gnus-art.el (gnus-insert-mime-button)
15579         (gnus-insert-mime-security-button):
15580         Apply gnus-article-button-face to MIME and security buttons.
15581
15582 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15583
15584         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15585         readable.
15586
15587 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15590
15591 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15592
15593         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15594         `browse-url-of-file' instead of `browse-url'.
15595
15596 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15597
15598         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15599         regexp.  Articles containing quotation were cut prematurely.
15600
15601 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * message.el (message-cite-original-1): Use nobody by default for the
15604         value of From header.
15605         (message-reply): Ditto.
15606
15607 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15608
15609         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15610         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15611         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15612
15613 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15616         mails in the doc string.  Add some URLs in comment.
15617         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15618
15619 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15622         backslashes handling and the way to find boundaries of quoted strings.
15623
15624 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15625
15626         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15627         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15628         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15629         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15630
15631 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15632
15633         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15634         doc string.
15635         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15636
15637 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * lpath.el: Fbind epg-check-configuration.
15640
15641 2006-09-06  Simon Josefsson  <jas@extundo.com>
15642
15643         * mml2015.el (mml2015-use): Doc fix, mention epg.
15644
15645 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15646
15647         * mml2015.el (mml2015-use): Default to epg, if available.
15648
15649 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15650
15651         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15652         message-sender.
15653         (mml1991-epg-encrypt): Ditto.
15654         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15655         message-sender.
15656         (mml2015-epg-encrypt): Ditto.
15657
15658 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15659
15660         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15661         several common directories.
15662
15663 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15664
15665         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15666         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15667
15668 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-art.el (article-decode-encoded-words): Make it fast.
15671
15672 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15675
15676         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15677         in quoted string into `\'.
15678
15679 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15682         Use standard-syntax-table.
15683
15684 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * gnus-art.el (gnus-decode-address-function): New variable.
15687         (article-decode-encoded-words): Use it to decode headers which are
15688         assumed to contain addresses.
15689         (gnus-mime-delete-part): Remove useless `or'.
15690
15691         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15692         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15693         (gnus-nov-parse-line): Use it to decode From header.
15694         (gnus-get-newsgroup-headers): Ditto.
15695         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15696
15697         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15698         (mail-decode-encoded-address-string): New alias.
15699
15700         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15701         New function.
15702         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15703         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15704         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15705         (rfc2047-decode-string): Ditto.
15706         (rfc2047-decode-address-region): New function.
15707         (rfc2047-decode-address-string): New function.
15708
15709 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * message.el (message-caesar-buffer-body): Allow rotating headers.
15712
15713         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15714
15715         * message.el (message-insert-formated-citation-line): Fix %f.
15716         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15717
15718 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15721         (gnus-bookmark-mouse-available-p): New macro.
15722         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15723         (gnus-bookmark-bmenu-show-infos): Use it.
15724         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15725         (gnus-bookmark-bmenu-hide-infos): Ditto.
15726         (gnus-bookmark-remove-properties): New function.
15727         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15728         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15729         (gnus-bookmark-write-file): Bind coding-system-for-write.
15730         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15731         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15732         group before selecting it.
15733         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15734         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15735         quit-window if it is not available; use gnus-mouse-2 and bind it to
15736         gnus-bookmark-bmenu-select-by-mouse.
15737         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15738         (gnus-bookmark-bmenu-select-by-mouse): New function.
15739
15740 2006-08-13  Romain Francoise  <romain@orebokech.com>
15741
15742         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15743         space.
15744
15745 2006-08-10  Romain Francoise  <romain@orebokech.com>
15746
15747         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15748         (dns-mode-soa-auto-increment-serial): New user option.
15749         (dns-mode-soa-maybe-increment-serial): New function.
15750         (dns-mode): Add the latter to `write-contents-functions'.
15751
15752 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * compface.el (uncompface): Use binary rather than raw-text-unix.
15755
15756 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * compface.el (uncompface): Make sure the eol conversion doesn't take
15759         place when communicating with the external programs.
15760         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15761
15762 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15765
15766 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15767
15768         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15769         Make it more robust by parsing author and date independently.
15770
15771 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15774
15775 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15776
15777         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15778         first matching secret key.
15779         (mml2015-epg-encrypt): Ditto.
15780
15781         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15782         first matching secret key.
15783         (mml1991-epg-encrypt): Ditto.
15784
15785         * mml2015.el (mml2015-encrypt-to-self): New user option.
15786         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15787         mml2015-epg-encrypt-to-self is set.
15788
15789         * mml1991.el (mml1991-encrypt-to-self): New variable.
15790         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15791         mml1991-epg-encrypt-to-self is set.
15792
15793         * mml2015.el (mml2015-signers): New user option.
15794         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15795         (mml2015-epg-encrypt): Allow to select signing keys.
15796
15797         * mml1991.el (mml1991-signers): New variable.
15798         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15799         (mml1991-epg-encrypt): Allow to select signing keys.
15800
15801 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15802
15803         * nnheader.el (nnheader-insert-head): Make it work even if the file
15804         uses CRLF for the line-break code.
15805
15806 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15807
15808         * mml2015.el: Require mml-sec instead of password.
15809         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15810         (mml2015-cache-passphrase): Inherit the default value from
15811         mml-secure-cache-passphrase.
15812         (mml2015-passphrase-cache-expiry): Inherit the default value from
15813         mml-secure-passphrase-cache-expiry.
15814
15815         * mml1991.el: Require mml-sec instead of password.
15816         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15817         (mml1991-cache-passphrase): Inherit the default value from
15818         mml-secure-cache-passphrase.
15819         (mml1991-passphrase-cache-expiry): Inherit the default value from
15820         mml-secure-passphrase-cache-expiry.
15821
15822         * mml-sec.el: Require password.
15823         (mml-secure-verbose): New user option.
15824         (mml-secure-cache-passphrase): New user option.
15825         (mml-secure-passphrase-cache-expiry): New user option.
15826
15827 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15828             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15829
15830         * pgg-def.el (pgg-truncate-key-identifier):
15831         Truncate the key ID to 8 letters from the end.
15832
15833 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15834
15835         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15836         workaround for the url package included with Emacs.
15837
15838         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15839
15840 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15843         correctly.  This fixes a bug caused by the 2006-05-12 change.
15844
15845 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15846
15847         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15848         some information about the error when saying that the `bogus' mail
15849         group will be used.
15850
15851 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15852
15853         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15854         string.
15855
15856 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15857
15858         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15859
15860 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15861
15862         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15863
15864 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15865
15866         * mml1991.el (mml1991-function-alist): Add epg.
15867         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15868         (mml1991-epg-encrypt): New functions.
15869
15870 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15871
15872         * mml2015.el (mml2015-verbose): New variable.
15873         (mml2015-cache-passphrase): Ditto.
15874         (mml2015-passphrase-cache-expiry): Ditto.
15875         (mml2015-function-alist): Add epg.
15876         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15877         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15878         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15879         New functions.
15880
15881 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15882
15883         * message.el (message-cite-original-1): Preserve region when removing
15884         quoted text due to X-No-Archive in order to avoid bogus attribution
15885         when citing multiple messages.
15886
15887 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15888
15889         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15890         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15891
15892 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * gnus-diary.el (gnus-user-format-function-d)
15895         (gnus-user-format-function-D): Autoload.
15896
15897         * imap.el (Commentary): Fix typo.
15898
15899         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15900         2006-04-22 contribution.
15901
15902 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15903
15904         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15905         It didn't really fix the bogosity I'm seeing with solid web groups.
15906
15907 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15908
15909         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15910         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15911         created using server names.  If we use the feature without declaring
15912         it, Gnus does not properly manage server and group state.
15913
15914         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15915         bound.
15916
15917 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15918
15919         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15920         looking up the method using GROUP's prefix before inventing a new one.
15921         It is used on killed/unknown groups in various places where returning
15922         an all-new method isn't expected by the caller.
15923
15924         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15925         and match semantics of gnus-group-real-prefix.
15926
15927 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15928
15929         * nnmail.el (nnmail-broken-references-mailers): New variable.
15930         (nnmail-ignore-broken-references): New function generalizing
15931         nnmail-fix-eudora-headers.
15932         (nnmail-fix-eudora-headers): Now obsolete.
15933
15934         * gnus-art.el (gnus-button-handle-custom):
15935         Support `customize-apropos*'.
15936
15937 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15938
15939         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15940
15941         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15942         articles.
15943
15944 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15945
15946         * message.el (message-cite-reply-above): New variable.
15947         (message-yank-original): Use it.
15948
15949 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15952
15953 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15954
15955         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15956         as read.
15957
15958         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15959
15960 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15961
15962         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15963         (gnus-bookmark-default-file): Use gnus-directory.
15964         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15965         Remove "*" in doc string.
15966         (gnus-bookmark-write-file): Simplify.
15967         (gnus-bookmark-maybe-sort-alist): Use `when'.
15968         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15969         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15970         Add FIXME about Emacs 21 and XEmacs compatibility.
15971         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15972         compatibility.
15973         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15974         compatibility.
15975         (gnus-bookmark-menu-heading): Fix version.
15976
15977 2006-06-19  Bastien Guerry  <bzg@altern.org>
15978
15979         * gnus-bookmark.el: New file.
15980
15981 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * message.el (message-syntax-checks): Doc fix.
15984
15985 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15986
15987         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15988         unsubscribed groups as if they were killed ones.  It causes duplicate
15989         entries in gnus-newsrc-alist.
15990
15991 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * message.el (message-syntax-checks): Doc fix.
15994         (message-send-mail): Add check for continuation headers.
15995         (message-check-news-header-syntax): Fix regexp used to check for
15996         continuation headers.
15997
15998 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16001
16002 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16005
16006 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16009         default-truncate-lines.
16010
16011 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16014         to fill the utf-8 entry.
16015
16016         * lpath.el: Fbind unicode-precedence-list.
16017
16018 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16019
16020         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16021
16022 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16023
16024         * gnus-agent.el (directory-files-and-attributes): Move all the way
16025         forward (the third and final move).
16026         (gnus-agent-read-agentview): Trap reconstruction errors due to
16027         nonexistent directory.  Handle by returning nil.
16028
16029 2006-05-30  Didier Verna  <didier@xemacs.org>
16030
16031         * message.el (message-dont-reply-to-names): Update the custom type.
16032         * message.el (message-dont-reply-to-names): New defsubst: potentially
16033         convert a list of regexps into a single one.
16034         * message.el (message-get-reply-headers): Use it.
16035         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16036
16037 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * gnus-agent.el (directory-files-and-attributes): Move forward.
16040
16041 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16042
16043         * gnus-ml.el (gnus-mailing-list-subscribe)
16044         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16045         (gnus-mailing-list-message): Fix doc strings.
16046
16047 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16048
16049         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16050         of doing it manually.
16051
16052 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16055         comment.
16056
16057 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16058
16059         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16060         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16061         (gnus-agent-read-local): All symbols allocated in my-obarray.
16062         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16063         (gnus-agent-regenerate-group): Check numeric names to see if they are
16064         messages or groups.
16065         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16066         better way of do this...)
16067
16068         * gnus-cache.el (gnus-agent-total-fetched-for):
16069         Ignore 'dummy.group' (there should be a better way of do this...)
16070
16071 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16074         (gnus-saved-headers): Ditto.
16075         (gnus-default-article-saver): Mention functions may have properties.
16076         (gnus-article-save): Override gnus-save-all-headers and
16077         gnus-saved-headers by :headers property which saver function may have.
16078         (gnus-summary-save-in-file): Add :headers property.
16079         (gnus-summary-write-to-file): Ditto.
16080
16081         * gnus-sum.el (gnus-summary-save-article): Bind
16082         gnus-prompt-before-saving to t when saving many articles in a file;
16083         always show all headers.
16084
16085         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16086
16087 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16090         marks.
16091
16092         * message.el (message-indent-citation): Add optional arguments to allow
16093         using it outside of message buffers.
16094
16095         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16096         (gnus-article-treat-unfold-headers): Use it.
16097         (gnus-article-truncate-lines): New variable.
16098         (gnus-article-mode): Use it.
16099         (gnus-article-toggle-truncate-lines): New function.
16100
16101         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16102         Add gnus-article-toggle-truncate-lines.
16103
16104         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16105         coding system in XEmacs, use binary.
16106
16107 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16110         after-load-alist.
16111
16112         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16113         this function should save decoded articles.
16114         (gnus-summary-write-to-file): Use property to specify this function
16115         should save decoded articles and specify gnus-summary-save-in-file
16116         should be used to save articles other than the first one when saving
16117         many articles.
16118         (gnus-summary-save-body-in-file): Use property to specify this
16119         function should save decoded articles.
16120         (gnus-summary-write-body-to-file): Use property to specify this
16121         function should save decoded articles and specify
16122         gnus-summary-save-body-in-file should be used to save articles other
16123         than the first one when saving many articles.
16124
16125         * gnus-sum.el (gnus-summary-save-article): Simplify.
16126
16127 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * gnus-art.el (gnus-default-article-saver):
16130         Add gnus-summary-write-body-to-file.
16131         (gnus-article-save-coding-system): Don't use coding system object
16132         in XEmacs.
16133         (gnus-read-save-file-name): Add optional `dir-var' argument which
16134         specifies directory in which files are saved; work even if optional
16135         `variable' argument is not specified.
16136         (gnus-summary-write-to-file): Read file name.
16137         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16138         (gnus-summary-write-body-to-file): New function.
16139
16140         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16141         (gnus-summary-local-variables): Add it.
16142         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16143         (gnus-summary-save-article): Remove optional `decode' argument;
16144         determine whether to decode articles by the value of
16145         gnus-default-article-saver; when saving many files using
16146         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16147         it first and use gnus-summary-save-in-file or
16148         gnus-summary-save-body-in-file thereafter unless
16149         gnus-prompt-before-saving is always; move point to article which
16150         will be saved.
16151         (gnus-summary-save-article-file): Revert.
16152         (gnus-summary-write-article-file): Revert.
16153         (gnus-summary-save-article-body-file): Revert.
16154         (gnus-summary-write-article-body-file): New function.
16155
16156 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * gnus-art.el (gnus-default-article-saver): Doc fix.
16159         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16160         from gnus-summary-save-article-coding-system, and default to a
16161         certain coding system.
16162         (gnus-output-to-file): Add coding cookie and encode text according
16163         to gnus-article-save-coding-system; don't use mm-append-to-file.
16164
16165         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16166         gnus-art.el and rename to gnus-article-save-coding-system.
16167         (gnus-summary-save-article): Require gnus-art; don't show all
16168         headers if it decodes articles; don't add coding cookie here;
16169         don't bind mm-text-coding-system-for-write.
16170         (gnus-summary-save-article-file): Save decoded articles.
16171         (gnus-summary-write-article-file): When saving many files, use
16172         gnus-summary-write-to-file first and gnus-summary-save-in-file
16173         thereafter unless gnus-prompt-before-saving is always.
16174         (gnus-summary-save-article-body-file): Save decoded articles.
16175
16176         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16177
16178 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16179
16180         * nnrss.el (nnrss-check-group): Bind hash-index.
16181
16182 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16183
16184         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16185         its hash index.  Store this hash in `nnrss-group-data'.
16186         (nnrss-read-group-data): Update accordingly.
16187
16188 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16191         entry.
16192
16193         * gnus-sum.el (gnus-summary-make-menu-bar):
16194         Add gnus-article-browse-html-article.
16195
16196 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16197
16198         * gnus-sum.el (gnus-summary-mime-map):
16199         Add gnus-article-browse-html-article.
16200
16201         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16202
16203 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16204
16205         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16206         suitable coding systems in customize.
16207
16208 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16209
16210         * mail-source.el (mail-sources): Fix custom type.
16211
16212 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16213
16214         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16215         (gnus-summary-expire-articles-now): Shorten prompt.
16216
16217         * gmm-utils.el (wid-edit): Require.
16218         (defun-gmm): Rename from `gmm-defun-compat'.
16219         (gmm-image-search-load-path): Use it.
16220         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16221
16222 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * gnus-sum.el (gnus-summary-save-article-coding-system):
16225         New variable.
16226         (gnus-summary-save-article): Add optional `decode' argument.
16227         If it is set and gnus-summary-save-article-coding-system is non-nil,
16228         save decoded article.
16229         (gnus-summary-write-article-file): Save decoded article if
16230         gnus-summary-save-article-coding-system is non-nil.
16231
16232         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16233         type.
16234
16235 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16238
16239 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16242         first to test gnus-single-article-buffer which may be buffer-local.
16243
16244         * gnus-sum.el (gnus-summary-setup-buffer):
16245         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16246         group; make gnus-article-buffer, gnus-article-current, and
16247         gnus-original-article-buffer always buffer-local.
16248         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16249         group.
16250         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16251
16252 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * nnml.el (nnml-request-compact-group): Compressed files might not
16255         have .gz extension.
16256
16257 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16258
16259         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16260         (mm-copy-to-buffer): Use with-current-buffer.
16261         (mm-display-part): Simplify.
16262         (mm-inlinable-p): Add optional arg `type'.
16263
16264 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16265
16266         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16267         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16268         Try harder to show the attachment internally or externally using
16269         gnus-mime-view-part-as-type.
16270
16271 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16272
16273         * message.el (message-from-style, message-signature-separator)
16274         (message-user-organization-file, message-send-mail-function)
16275         (message-citation-line-function, message-yank-prefix)
16276         (message-indent-citation-function, message-signature)
16277         (message-signature-file, message-signature-insert-empty-line):
16278         Remove autoloads.
16279
16280         * gnus-art.el (gnus-buttonized-mime-types):
16281         Remove "multipart/signed".  Revert 2006-04-26 change.
16282
16283 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16284
16285         * gnus.el (gnus-version-number): Bump version.
16286
16287 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16288
16289         * gnus.el: No Gnus v0.5 is released.
16290
16291 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16292
16293         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16294         fetching articles by message-id.
16295
16296 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16297
16298         * message.el (hashcash): Require hashcash as normal.
16299
16300         * ecomplete.el (ecomplete-highlight-match-line):
16301         Use point-at-eol.
16302         (ecomplete-highlight-match-line): Use `highlight', because that
16303         face exists in both Emacs and XEmacs.
16304
16305         * message.el (message-display-abbrev): Use point-at-bol.
16306
16307         * mail-source.el: Don't require timer/timer-funcs.
16308
16309         * gnus-async.el: Ditto.
16310
16311         * password.el: Ditto.
16312
16313         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16314
16315         * mm-url.el: Ditto.
16316
16317         * gnus-xmas.el: Don't require timer-funcs.
16318
16319         * mm-util.el: Require timer/timer-funcs.
16320
16321 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16322
16323         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16324         Close.
16325
16326 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16329         unibyte after clear-decrypt function runs.
16330
16331         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16332         returns as a unibyte string.
16333
16334 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * lpath.el: Revert.
16337
16338         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16339         (pgg-gpg-process-sentinel): Revert.
16340
16341         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16342         (pgg-pgp-lookup-key): Revert.
16343
16344         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16345         (pgg-pgp5-lookup-key): Revert.
16346
16347         * pgg.el (pgg-fetch-key): Revert.
16348
16349 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * lpath.el: Fbind string-as-multibyte for XEmacs.
16352
16353         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16354         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16355         (mml1991-pgg-encrypt): Ditto.
16356
16357         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16358         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16359         a multibyte buffer.
16360
16361         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16362         (pgg-pgp-lookup-key): Ditto.
16363
16364         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16365         (pgg-pgp5-lookup-key): Ditto.
16366
16367         * pgg.el (pgg-fetch-key): Ditto.
16368
16369 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * message.el (message-user-organization-file): Check several
16372         locations of the organization file.
16373
16374         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16375         Add gnus-article-view-part-as-type.
16376
16377         * gnus-art.el (gnus-article-view-part-as-type): New function.
16378
16379         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16380         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16381
16382         * mml.el: Simplify autoload.
16383         (mml-mode): defvar dnd-protocol-alist instead of using
16384         symbol-value.
16385         (mml-default-directory): New variable.
16386         (mml-minibuffer-read-file): Use it.
16387         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16388
16389         * message.el (message-citation-line-format): New variable.
16390         (message-insert-formated-citation-line): New function.
16391         (message-citation-line-function):
16392         Add `message-insert-formated-citation-line' to custom type.
16393
16394         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16395         to doc string.
16396
16397         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16398         depending on mm-verify-option.
16399
16400 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16403         binding pgg-* variables; reimplement the section which prevents
16404         MIME header from being signed.
16405         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16406         pgg-text-mode; remove a blank line at the top of body.
16407
16408         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16409         lines at the top of body; use gnus-newsgroup-charset if there's no
16410         Charset header.
16411
16412 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * message.el (message-self-insert-commands): Doc fix.
16415
16416         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16417         (mm-uu-pgp-encrypted-test): Ditto.
16418         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16419         between header and body; return application/pgp-encrypted handle
16420         if decryption failed; decode decrypted body by charset.
16421
16422         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16423         element match to application/pgp-*.
16424
16425 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16426
16427         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16428         HTML.
16429
16430 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16431
16432         * mail-source.el (mail-source-call-script): Message the error
16433         string.
16434
16435 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16436
16437         * gnus-util.el (gnus-byte-compile): Use it.
16438
16439 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16440
16441         * gnus-util.el (kill-empty-logs): New function.
16442
16443 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16444
16445         * message.el (message-mail-alias-type): Doc fix.
16446         (message-mail-alias-type-p): New function.
16447         (message-send): Use it.
16448         (message-mode): Ditto.
16449         (message-strip-forbidden-properties): Ditto.
16450
16451         * ecomplete.el (ecomplete-database-file-coding-system):
16452         New variable.
16453         (ecomplete-save): Use it.
16454         (ecomplete-setup): Use it.
16455
16456 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * message.el (message-self-insert-commands): New variable.
16459         (message-strip-forbidden-properties): Use it.
16460
16461 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16462
16463         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16464         that doesn't make XEmacs choke.
16465
16466 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16467
16468         * gnus-util.el (gnus-replace-in-string):
16469         Prefer replace-regexp-in-string over of replace-in-string.
16470
16471 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-util.el (gnus-select-frame-set-input-focus):
16474         Use select-frame-set-input-focus if it is available in XEmacs; use
16475         definition defined in Emacs 22 for old Emacsen.
16476
16477         * dgnushack.el: Autoload unmorse-region for XEmacs.
16478
16479         * lpath.el: Bind cursor-in-non-selected-windows and
16480         select-frame-set-input-focus for XEmacs.
16481
16482 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16485
16486 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16487
16488         * gnus-registry.el (gnus-registry-cache-save): Remove text
16489         properties when saving via the temp buffer.
16490
16491 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16492
16493         * message.el (message-generate-hashcash): Honor custom type.
16494
16495 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16496
16497         * message.el (message-generate-hashcash): Default to non-nil when
16498         hashcash is found.
16499
16500         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16501         (gnus-refer-thread-limit): Increase default to 500.
16502
16503         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16504
16505         * flow-fill.el (fill-flowed): Allow delete-space.
16506
16507 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16508
16509         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16510         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16511         Remove autoloads.
16512
16513 2006-04-18  Simon Josefsson  <jas@extundo.com>
16514
16515         * message.el (message-generate-hashcash): Default to.
16516
16517 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16520         concatenating segments rather than before concatenating them.
16521
16522 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16523
16524         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16525
16526 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16527
16528         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16529
16530         * message.el (message-forward-make-body-plain):
16531         Allow message-forward-ignored-headers to be a list.
16532         (message-remove-ignored-headers): Factor out into function.
16533         (message-forward-make-body-mml): Use it.
16534
16535         * imap.el (imap-quote-specials): New function.
16536         (imap-login-auth): Quote specials.
16537
16538         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16539         (rfc2231-parse-string): Allow concatanation of parameters that
16540         aren't contiguous.  The test case is
16541           (mail-header-parse-content-type "message/external-body;
16542             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16543             access-type=LOCAL-FILE;
16544             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16545
16546 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16547
16548         * nntp.el (nntp-accept-process-output): Return the value of
16549         `nnheader-accept-process-output'.
16550
16551 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16552
16553         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16554         (gnus-button-alist): Recognize more diff formats.
16555         (gnus-button-patch): Strip directory.
16556
16557 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16558
16559         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16560         Emacs 22 when setting focus.
16561
16562 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16563
16564         * gnus-art.el (gnus-article-treat-types): Do treatment of
16565         text/x-verbatim parts.
16566         (gnus-button-patch): New command.
16567
16568         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16569         addresses that contain invalid characters.
16570
16571 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16572
16573         * message.el (message-put-addresses-in-ecomplete):
16574         Use gnus-replace-in-string.
16575         (message-is-yours-p): Use the more correct
16576         mail-header-parse-address instead of
16577         mail-extract-address-components.
16578         (message-put-addresses-in-ecomplete): Fix typo.
16579
16580         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16581         keystroke.
16582
16583         * gnus-art.el (gnus-treatment-function-alist): Change order of
16584         newsgroups/generic header folding to avoid double-folding.
16585
16586         * message.el (message-hidden-headers): Add X-Draft-From.
16587
16588         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16589         New command.
16590         (gnus-summary-repeat-search-article-backward): New command.
16591
16592         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16593         groups in the parent topic.
16594
16595 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16596
16597         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16598         (spam-extra-header-to-number): Return the CRM114 number as a
16599         number instead of a string.
16600
16601 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16602
16603         * gnus-art.el (gnus-face-properties-alist): Move here from
16604         gnus-fun.
16605
16606         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16607
16608 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16609
16610         * message.el (message-strip-forbidden-properties): Only display on
16611         self-insert-command.
16612
16613         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16614         reindent.
16615         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16616
16617 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16618
16619         * smiley.el (smiley-style): Fix typo.
16620
16621 2006-03-23  Kenichi Handa  <handa@m17n.org>
16622
16623         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16624         instead of set-buffer-multibyte.
16625
16626 2006-03-23  Kenichi Handa  <handa@m17n.org>
16627
16628         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16629         buffer and then decode the buffer text if necessary.
16630         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16631         first, and after mm-encode-body, change the buffer to unibyte.
16632
16633 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16634
16635         * hashcash.el (hashcash-insert-payment-async-2):
16636         Use message-goto-eoh instead of doing it manually.
16637         (mail-add-payment): Use message-narrow-to-header instead of trying
16638         to do the same itself.
16639
16640         * message.el (message-hidden-headers): Add Face.
16641
16642         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16643         reparenting code.
16644         (gnus-summary-reparent-children): Refactored out code.
16645         (gnus-summary-thread-map): New keystroke.
16646         (gnus-summary-reparent-children): Make into command.
16647
16648         * smiley.el (smiley-style): Default to `medium' if using a large
16649         font.
16650
16651         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16652         does it itself.
16653
16654         * message.el (message-point-in-header-p): Simplify definition.
16655
16656 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16657
16658         * nnagent.el (nnagent-request-set-mark): Silence log file
16659         writing.
16660         (nnagent-request-set-mark): Use write-region instead of
16661         append-to-file.
16662
16663         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16664         strange select method.
16665
16666         * ecomplete.el (ecomplete-display-matches): Get highlightling
16667         right.
16668         (ecomplete-display-matches): Use literals.
16669         (ecomplete-display-matches): Disable message logging.
16670
16671         * message.el (message-display-abbrev): Small optimization.
16672
16673         * ecomplete.el (ecomplete-display-matches): Allow automatic
16674         display.
16675
16676         * message.el (message-strip-forbidden-properties):
16677         Display abbrevs.
16678         (message-display-abbrev): Get automatic display right.
16679
16680         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16681         keystrokes.
16682
16683 2006-04-13  Romain Francoise  <romain@orebokech.com>
16684
16685         TODO: Backport to v5-10!
16686
16687         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16688         Move here (and rename) from gnus-registry.el.
16689
16690         * gnus-registry.el: Require gnus-util.
16691         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16692
16693 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16694
16695         * gnus-group.el (gnus-group-catchup-current):
16696         Change if-then-else-if-then-else into cond.
16697         (gnus-group-catchup): Indent.
16698         (group-name-at-point): New function.
16699         (gnus-fetch-group): Provide default from thing at point.
16700
16701 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16702
16703         * message.el (message-display-abbrev): Fix regexp.
16704
16705         * ecomplete.el (ecomplete-highlight-match-line):
16706         Reimplement choosing.
16707         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16708         dead variables.
16709
16710         * message.el (message-newline-and-indent): Remove debugging.
16711         (message-display-abbrev): Use new implementation.
16712
16713 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16714
16715         * gnus-art.el (gnus-article-mode):
16716         Set cursor-in-non-selected-windows to nil.
16717
16718         * smiley.el: Revert previous change.
16719         (smiley-data-directory): defvar it before using it in the
16720         defcustom of `smiley-style'.
16721
16722 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16723
16724         * message.el (message-newline-and-indent): New function.
16725
16726         * ecomplete.el: Implement more bits.
16727
16728         * message.el (message-put-addresses-in-ecomplete): Clean up the
16729         string.
16730
16731         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16732
16733         * gnus-sum.el (gnus-summary-save-parts):
16734         Bind gnus-summary-save-parts-counter and use it to make unique file
16735         names.
16736
16737         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16738
16739         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16740         parameter to say whether to actually parse the individual
16741         addresses.
16742
16743         * message.el (message-put-addresses-in-ecomplete): New function.
16744         (ecomplete): Require.
16745         (message-mail-alias-type): Add ecomplete as an option.
16746
16747 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16748
16749         * flow-fill.el (fill-flowed): Remove trailing space from blank
16750         quoted lines.
16751
16752 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16753
16754         * smiley.el (smiley-style): Move definition later to avoid a
16755         compilation warning.
16756
16757 2006-04-12  Kenichi Handa  <handa@m17n.org>
16758
16759         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16760         buffer and then decode the buffer text if necessary.
16761         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16762         first, and after mm-encode-body, change the buffer to unibyte.
16763         Use mm-disable-multibyte instead of set-buffer-multibyte.
16764
16765 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16768         Content-Type header instead of Content-Disposition header.
16769         (gnus-mime-inline-part): Ditto.
16770         (gnus-mime-view-part-as-charset): Ignore charset that the part
16771         specifies.
16772
16773         * mm-decode.el (mm-display-part): Work with external parts and
16774         usual parts similarly.
16775
16776         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16777         instead of gnus-display-mime.
16778
16779         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16780         instead of with-temp-buffer.
16781
16782         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16783         tag to summarized topics part in order to encode non-ASCII text.
16784
16785 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16786
16787         * smiley.el (smiley-style): New variable.
16788         (smiley-directory): New function.
16789         (smiley-data-directory): Derive from `smiley-style' using
16790         `smiley-directory'.
16791         (smiley-regexp-alist): Add new entries.
16792
16793         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16794         (gnus-article-browse-delete-temp): Add :version.
16795
16796 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16797
16798         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16799         the sieve region.
16800
16801 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16802
16803         * gnus.el (gnus-version-number): Bump version.
16804
16805 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * gnus.el: No Gnus v0.4 is released.
16808
16809 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16810
16811         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16812         layout.
16813
16814         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16815         unknown charset.
16816
16817         * message.el (message-header-synonyms): Add Original-To to the
16818         default.
16819
16820         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16821         optional parameter.
16822
16823 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16824
16825         * gnus-fun.el (gnus): Require it for gnus-directory.
16826
16827 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16830
16831 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16832
16833         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16834
16835 2006-04-05  Simon Josefsson  <jas@extundo.com>
16836
16837         * password.el (password-reset): New function.
16838
16839 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16840
16841         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16842         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16843
16844 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16845
16846         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16847         Some whitespace was matched into the url, which broke browsing hits
16848         > 100 when mm-url-use-external was nil.
16849
16850 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16851
16852         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16853         Check gnus-extra-headers for 'Newsgroups.
16854
16855         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16856         bound.
16857
16858 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16859
16860         * pgg-gpg.el: Clean up process buffers every time gpg processes
16861         complete.
16862
16863 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16864
16865         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16866         doc string.
16867
16868 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16869
16870         * pgg-gpg.el (pgg-gpg-process-filter)
16871         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16872
16873         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16874         lines, temporary fix.
16875
16876 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16877
16878         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16879
16880 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16881
16882         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16883         default-enable-multibyte-characters.  This reverts the change from
16884         revision 6.17 which is no longer necessary because the passphrase
16885         is sent separately now.  GnuPG messages are unreadable under
16886         multibyte locales with default-enable-multibyte-characters set to
16887         nil.
16888
16889 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16890
16891         * message.el (message-tool-bar-gnome): Move "spell".
16892
16893 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16894
16895         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16896         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16897         instead.
16898
16899 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16900
16901         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16902         Improve newsgroups handling for NNTP overviews which don't include
16903         Newsgroups.
16904
16905 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16906
16907         * message.el (message-resend): Bind message-generate-hashcash to nil.
16908
16909 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16910
16911         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16912         when searching for already-paid recipients.
16913
16914 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16915
16916         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16917         passphrases when it is not needed.
16918         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16919         passphrase stuff from gpg, should only be necessary when you use
16920         gpg with a smartcard.
16921
16922 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * mml.el (mml-insert-mime): Ignore cached contents of
16925         message/external-body part.
16926
16927         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16928         (mm-insert-part): Ditto.
16929
16930 2006-03-23  Simon Josefsson  <jas@extundo.com>
16931
16932         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16933         Reiner.
16934         (pgg-gpg-use-agent-p): Use it again.
16935
16936 2006-03-23  Simon Josefsson  <jas@extundo.com>
16937
16938         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16939         older emacsen.
16940         (pgg-gpg-use-agent-p): Don't use it.
16941
16942 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16943
16944         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16945         if we can.
16946
16947 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16948
16949         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16950         (pgg-gpg-update-agent): New function.
16951         (pgg-gpg-use-agent-p): New function.
16952         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16953         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16954         (pgg-gpg-sign-region): Use it.
16955
16956 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16959         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16960
16961 2006-03-21  Simon Josefsson  <jas@extundo.com>
16962
16963         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16964         <wilde@sha-bang.de>.
16965         (pgg-gpg-use-agent): New variable.
16966         (pgg-gpg-process-region): Use it.
16967         (pgg-gpg-encrypt-region): Likewise.
16968         (pgg-gpg-encrypt-symmetric-region): Likewise.
16969         (pgg-gpg-decrypt-region): Likewise.
16970         (pgg-gpg-sign-region): Likewise.
16971         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16972
16973 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16976
16977         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16978         Add comment on version.
16979
16980 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16981
16982         * smiley.el: Add missing test smiley.
16983
16984 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * mm-decode.el (mm-with-part): New macro.
16987         (mm-get-part): Use it; work with message/external-body as well.
16988         (mm-save-part): Treat name and filename equally.
16989
16990         * mm-extern.el (mm-extern-cache-contents): New function.
16991         (mm-inline-external-body): Use it; force the part to be displayed;
16992         move undisplayer added to the cached handle to the parent.
16993
16994         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16995         (gnus-mime-view-part-as-type): Work with message/external-body.
16996
16997         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16998
16999 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17000
17001         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17002         images in image-load-path.  [Sync with image.el, revision 1.60, in
17003         Emacs.]
17004
17005 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17006
17007         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17008         path rather than symbol.  Always return list of directories.
17009         Guarantee that image directory comes first.  [Sync with image.el,
17010         revision 1.59, in Emacs.]
17011
17012         * message.el (message-make-tool-bar): Adjust to new API of
17013         `gmm-image-load-path-for-library'.
17014
17015         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17016
17017         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17018
17019 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17020
17021         * gnus-art.el (gnus-article-only-boring-p):
17022         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17023         intangible text.
17024         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17025
17026 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17027
17028         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17029         Use `defun' instead of `gmm-defun-compat'.
17030
17031 2006-03-14  Simon Josefsson  <jas@extundo.com>
17032
17033         * message.el (message-unique-id): Don't use message-number-base36
17034         if (user-uid) is a float.
17035         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17036
17037 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17040
17041         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17042         empty line between a part and a message part.
17043
17044 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17045
17046         * smiley.el: Add more test smileys.
17047         (smiley-data-directory, smiley-regexp-alist)
17048         (gnus-smiley-file-types): Fix doc strings.
17049         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17050         adding new elements.
17051         (smiley-mouse-map): Unused code.  Make it a comment.
17052
17053 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17056         scan latest NoCeM messages instead of old ones.
17057         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17058         delimiters that are recently used.
17059         (gnus-nocem-load-cache): Add autoload cookie.
17060
17061         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17062
17063         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17064         level which is larger than gnus-use-nocem is specified.
17065
17066         * gnus-group.el (gnus-group-get-new-news): Ditto.
17067
17068 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17069
17070         * gnus-util.el (gnus-tool-bar-update): New function.
17071
17072         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17073         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17074
17075         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17076
17077         * gnus-group.el (gnus-group-redraw-when-idle)
17078         (gnus-group-redraw-check): Remove.
17079         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17080
17081 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17084         if optional last element is specified in splits (FIELD VALUE...).
17085
17086 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17087
17088         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17089         to gmm-image-load-path-for-library.  Call with no-error argument.
17090         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17091
17092         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17093
17094         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17095
17096         * gmm-utils.el (gmm-image-load-path): Remove alias.
17097
17098 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * gmm-utils.el (gmm-image-load-path): Add alias.
17101
17102         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17103         nnml-generate-nov-databases-1.
17104         (nnml-generate-nov-databases): Use it.
17105         (nnml-generate-nov-databases-directory): Document no-active
17106         argument.
17107
17108         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17109         directory if path is t.  Add no-error.
17110
17111         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17112         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17113
17114         * gnus-art.el (gnus-article-browse-delete-temp-files):
17115         Simplify resetting gnus-article-browse-html-temp-list.
17116
17117         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17118         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17119         Add example to docstring.  Rename local variables.  Move error
17120         checks to default case in cond and simplify.
17121
17122 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17125         handle is multipart when calling it recursively.
17126         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17127
17128 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17129
17130         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17131         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17132
17133 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17136         is loaded.
17137
17138         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17139         loaded.
17140
17141 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17142
17143         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17144         to "Emacs 23 (unicode)" in doc string.
17145
17146         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17147         "Emacs 23 (unicode)" in comment.
17148
17149 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17152
17153         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17154         characters 160 through 255 in Emacs 23.
17155
17156 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17157
17158         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17159         gnus-article-browse-html-temp.
17160         (gnus-article-browse-delete-temp): Make it customizable.
17161         Add `file'.  Adjust doc string.
17162         (gnus-article-browse-delete-temp-files): Add argument.
17163         Allow query for each file.  Adjust doc string.
17164         (gnus-article-browse-html-parts):
17165         Add `gnus-article-browse-delete-temp-files' to
17166         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17167
17168 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17169
17170         * gnus-art.el (gnus-article-browse-html-temp)
17171         (gnus-article-browse-delete-temp): New variables.
17172         (gnus-article-browse-delete-temp-files): New function.
17173         (gnus-article-browse-html-parts): Use it.
17174
17175 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17176
17177         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17178
17179         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17180         string.
17181
17182         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17183         gnus-summary-insert-new-articles when unplugged.
17184         Remove gnus-summary-search-article-forward.
17185
17186         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17187         display-visual-class instead of display-color-cells.
17188
17189 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * dgnushack.el: Autoload customize-group for XEmacs.
17192
17193         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17194         message/* containing non-ASCII text properly.
17195
17196 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17197
17198         * message.el: Require gmm-utils, remove autoloads.
17199         (message-tool-bar): Set default based on
17200         gmm-tool-bar-style.
17201         (message-tool-bar-gnome): Add gmm-customize-mode.
17202
17203         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17204         gmm-tool-bar-style.
17205         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17206
17207         * gnus-group.el (gnus-group-tool-bar): Set default based on
17208         gmm-tool-bar-style.
17209         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17210
17211         * gmm-utils.el (gmm-image-directory): Rename variable from
17212         gmm-image-load-path.
17213         (gmm-image-load-path): Use gmm-image-directory.
17214         (gmm-customize-mode): New function.
17215         (gmm-tool-bar-style): New variable.
17216
17217         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17218         gnus-group-redraw-line-number.
17219         (gnus-group-redraw-check): Simplify.
17220         (gnus-group-tool-bar-update): Remove redraw check.
17221         (gnus-group-make-tool-bar): Add redraw check.
17222
17223 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17224
17225         * gnus-art.el (gnus-button): Add missing parentheses.
17226
17227 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * lpath.el: Fbind line-number-at-pos.
17230
17231 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17234
17235 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * gnus-art.el (gnus-button): New face.
17238         (gnus-article-button-face): Use it.
17239
17240         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17241         Add gnus-summary-next-page.  Re-order.
17242
17243         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17244         next-node are now included.
17245         (gnus-group-redraw-line-number): New internal variable.
17246         (gnus-group-redraw-check): Helper function for updating the tool
17247         bar.
17248         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17249
17250         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17251
17252         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17253         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17254         Use it to match format of Spamassassin 3.0 and later.
17255         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17256         (spam-check-bogofilter)
17257         (spam-bogofilter-register-with-bogofilter): Fix args of
17258         `gnus-error' calls.
17259
17260 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17261
17262         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17263         unnecessary interaction when sending queued mails.
17264         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17265
17266 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17267
17268         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17269         first or last are nil.
17270
17271 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17272
17273         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17274
17275 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17276
17277         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17278
17279 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17280
17281         * dns.el (query-dns): Protect more against buggy tcp output.
17282
17283 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17284
17285         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17286         nov.php.
17287
17288 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17289
17290         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17291         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17292         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17293         output on the server side.
17294         (nnweb-google-create-mapping): Update regexps and add some
17295         progress indication.
17296
17297 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * gnus-group.el (gnus-group-tool-bar-gnome):
17300         Fix gnus-agent-toggle-plugged.  Re-order icons.
17301         (gnus-group-tool-bar-gnome):
17302         Add gnus-group-{prev,next}-unread-group.
17303         (gnus-group-tool-bar-gnome): Re-order icons.
17304
17305         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17306         Move gnus-summary-insert-new-articles.
17307
17308         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17309         Fix comments.
17310
17311         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17312         also available in Emacs 21.3.
17313
17314         * message.el (message-fix-before-sending): Change "Emacs 22" to
17315         "Emacs 23 (unicode)" in comment.
17316
17317         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17318         "Emacs 23 (unicode)" in comment.
17319
17320         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17321         comment.
17322         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17323
17324         * mm-view.el (mm-fill-flowed): Add :version.
17325
17326 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17329         and load-path.
17330
17331 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17332
17333         * message.el: Autoload gmm-image-load-path.
17334         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17335         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17336         consitency.
17337
17338         * gmm-utils.el (gmm-image-load-path): Also search in
17339         "../etc/images".  Don't set gmm-image-load-path if we don't find
17340         the image.
17341
17342 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * gmm-utils.el (gmm-image-load-path): Don't make
17345         `gmm-image-load-path' include subdirectories which the second arg
17346         `image' might specify.
17347
17348         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17349         subdirectory to icon file names.
17350
17351         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17352
17353 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17354
17355         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17356         gmm-image-load-path calls.
17357
17358         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17359
17360         * message.el (message-make-tool-bar): Ditto.
17361
17362         * mml.el (mml-preview): Add comment concerning tool bar icons.
17363
17364         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17365         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17366
17367         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17368         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17369
17370         * message.el (message-tool-bar-gnome): Use new icon names.
17371         (message-make-tool-bar): Use `gmm-image-load-path'.
17372
17373         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17374         New functions from MH-E.
17375         (gmm-image-load-path): New variable from MH-E.
17376         (gmm-image-load-path): New function from MH-E.  Add arguments
17377         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17378         *-image-load-path-called-flag.
17379
17380 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17381
17382         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17383
17384 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17385
17386         * nnimap.el (nnimap-request-move-article): Change folder back to
17387         source group before deleting.
17388
17389 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17390
17391         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17392
17393         * gnus-art.el (mm-url-insert-file-contents-external):
17394         Autoload mm-url.
17395
17396         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17397
17398 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17401         coding system which mm-charset-to-coding-system returns for a
17402         given charset is valid.
17403
17404 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17405
17406         * html2text.el (html2text-remove-tag-list):
17407         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17408
17409 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17410
17411         * gnus-cus.el: Revert 2005-10-17 change.
17412
17413 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-art.el (article-strip-banner):
17416         Call article-really-strip-banner only when the regexp match is made.
17417
17418 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * gnus-art.el (article-strip-banner):
17421         Use gnus-extract-address-components instead of
17422         mail-header-parse-addresses to make it work with non-ASCII text;
17423         remove mail-encode-encoded-word-string.
17424
17425         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17426         values which are surrounded with \"...\"; make it never cause a
17427         Lisp error; give up parsing of parameters if it failed in
17428         extracting type.
17429
17430 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17431
17432         * smime.el (smime-cert-by-ldap-1): Fix bug where
17433         `smime-ldap-search' returns results without userCertificates.
17434
17435 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17436
17437         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17438
17439 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17440
17441         * spam.el (spam-check-spamassassin-headers): Adapt format for
17442         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17443         <ari@mbf.ocn.ne.jp>.
17444         (spam-list-of-processors): Add spam-use-gmane.
17445
17446 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17449         make-temp-file; make it work with XEmacs as well.
17450
17451         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17452         mm-make-temp-file.
17453
17454         * mm-decode.el (mm-display-external): Use the 3rd arg of
17455         mm-make-temp-file.
17456         (mm-create-image-xemacs): Ditto.
17457
17458 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17461         with message-narrow-to-headers.
17462         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17463         (gnus-draft-check-draft-articles): New function.
17464         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17465
17466 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17467
17468         * gnus-art.el (gnus-article-browse-html-parts):
17469         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17470         Don't use suffix argument for mm-make-temp-file for Emacs 21
17471         compatibility.  Remove useless `format'.
17472
17473 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17474
17475         * nnweb.el (nnweb-google-wash-article): Update regexps.
17476         (nnweb-group-alist): Use defvoo instead of defvar.
17477
17478 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17481         re-loading nn* modules.
17482
17483 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17484
17485         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17486         for `tool-bar-mode' and don't check it's default-value.
17487
17488         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17489
17490         * message.el (message-make-tool-bar): Ditto.
17491
17492         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17493         `substring'.  Shorten tmp-file name.
17494
17495         * gnus.el: Remove bogus comment.
17496
17497 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17498
17499         * gnus-art.el (gnus-article-browse-html-parts): New function.
17500         (gnus-article-browse-html-article): New function for viewing html
17501         articles with a browser.
17502
17503 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17504
17505         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17506         in elisp.
17507         (pgg-gpg-encrypt-symmetric-region): Ditto.
17508         (pgg-gpg-sign-region): Ditto.
17509
17510         * pgg-def.el (pgg-text-mode): New variable.
17511
17512         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17513         (mml2015-pgg-encrypt): Ditto.
17514
17515         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17516         (mml1991-pgg-encrypt): Ditto.
17517
17518 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * nnfolder.el (nnfolder-insert-newsgroup-line):
17521         Use message-make-date instead of current-time-string.
17522
17523         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17524         to gnus-decoded which mm-uu might set.
17525
17526 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17529         don't decode quoted parameters; remove misimported Emacs code.
17530         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17531         (rfc2231-decode-encoded-string): Don't use split-string which
17532         behaves differently according to Emacs version; use
17533         mm-decode-coding-region to convert charset to coding-system.
17534         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17535         (rfc2231-encode-string): Remove misimported Emacs code.
17536
17537 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17540         when calling mail-header-parse-content-type.
17541         (article-de-quoted-unreadable): Ditto.
17542         (article-de-base64-unreadable): Ditto.
17543         (article-wash-html): Ditto.
17544
17545         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17546         calling mail-header-parse-content-type and
17547         mail-header-parse-content-disposition.
17548         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17549         mail-header-parse-content-type.
17550
17551         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17552         insert charset and format parameters; encode description after
17553         inserting it to buffer.
17554         (mml-insert-parameter): Fold lines properly even if a parameter is
17555         segmented into two or more lines; change the max column to 76.
17556
17557         * rfc1843.el (rfc1843-decode-article-body): Don't use
17558         ignore-errors when calling mail-header-parse-content-type.
17559
17560         * rfc2231.el (rfc2231-parse-string): Return at least type if
17561         possible; don't cause an error even if it fails in parsing of
17562         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17563         (rfc2231-encode-string): Don't break lines at the beginning, leave
17564         it to mml-insert-parameter.
17565
17566         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17567         calling mail-header-parse-content-type.
17568
17569 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17570
17571         * spam-report.el (spam-report-gmane-use-article-number):
17572         Improve doc string.
17573         (spam-report-gmane-internal): Check if a suitable header was found
17574         in the article.
17575
17576 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17579         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17580
17581 2006-02-05  Romain Francoise  <romain@orebokech.com>
17582
17583         Update copyright notices of all files in the gnus directory.
17584
17585 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17586
17587         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17588
17589 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17592         segmented lines of parameter value to cope with Thunderbird 1.5
17593         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17594         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17595         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17596
17597 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17598
17599         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17600         parts.
17601
17602 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17603
17604         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17605         there's only one active file for all servers.
17606         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17607         solid groups.  Gnus might have used a FAST request to select the group.
17608         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17609         and nnweb-search redundantly in the active file.
17610         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17611         (nnweb-request-create-group): Don't use ARGS.
17612         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17613         initializations.  Let nnoo do the work.
17614
17615 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17618         Say the part has been decoded.
17619
17620         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17621
17622 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17623
17624         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17625         mailcap-viewer-test-cache when there's no 'test clause, since that
17626         will invert the meaning of a "nil" test previously determined by
17627         mailcap-mailcap-entry-passes-test.
17628
17629 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17632         compiling.
17633
17634         * gnus-sum.el: Ditto.
17635
17636         * message.el: Don't bind tool-bar-map when compiling.
17637
17638 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17639
17640         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17641
17642 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17643
17644         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17645         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17646         current Google Groups.
17647
17648 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17649
17650         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17651         and tool-bar-mode.
17652
17653         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17654         and tool-bar-mode.
17655
17656         * message.el (message-tool-bar-update): Simplify.
17657         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17658
17659         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17660         gnus-summary-buffer.
17661         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17662         gnus-summary-reply.
17663
17664         * gmm-utils.el (gmm): Add :version.
17665
17666 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17667
17668         * Makefile.in (clean): New rule.
17669         (distclean): Use it.
17670
17671 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17672
17673         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17674         Don't autoload.
17675
17676 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * gmm-utils.el (gmm-verbose): Add :group.
17679
17680 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17681
17682         * message.el: Change some comments WRT tool-bars.
17683
17684         * gnus-sum.el (gnus-summary-tool-bar)
17685         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17686         (gnus-summary-tool-bar-zap-list): New variables.
17687         (gnus-summary-make-tool-bar): Complete rewrite using
17688         `gmm-tool-bar-from-list'.
17689
17690         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17691         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17692         New variables.
17693         (gnus-group-make-tool-bar): Complete rewrite using
17694         `gmm-tool-bar-from-list'.
17695         (gnus-group-tool-bar-update): New function.
17696
17697         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17698
17699 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17700
17701         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17702         is dissected into a single part of which the type is the same as
17703         the given one; decode charset.
17704
17705 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17706
17707         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17708         into alists as symbol not string, since that's what
17709         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17710         look for.
17711
17712 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17713
17714         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17715         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17716
17717         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17718
17719 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17720
17721         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17722         (gnus-xmas-mime-security-button-menu): New function.
17723
17724         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17725         (gnus-mime-security-button-menu): New definition.
17726         (gnus-mime-security-button-map): Use them.
17727         (gnus-mime-security-button-menu): New function.
17728         (gnus-insert-mime-security-button): Addition to help echo.
17729         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17730         (gnus-mime-security-pipe-part): New functions.
17731
17732         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17733         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17734
17735         * mm-decode.el (mm-handle-set-disposition): Remove.
17736         (mm-handle-set-description): Remove.
17737
17738 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17741         (mm-w3m-standalone-supports-m17n-p): New function.
17742         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17743         w3m usage.
17744
17745         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17746         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17747
17748 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17749
17750         * message.el (message-tool-bar-zap-list):
17751         Use gmm-tool-bar-zap-list as custom type.
17752         (message-tool-bar-update): New function.
17753         (message-tool-bar, message-tool-bar-gnome)
17754         (message-tool-bar-retro): Add message-tool-bar-update.
17755         (message-tool-bar-gnome): Add flyspell-buffer.
17756
17757         * gnus-util.el (gnus-error): Describe `args'.
17758
17759         * gmm-utils.el (gmm-error): Describe `args'.
17760         (gmm-tool-bar-zap-list): New widget.
17761         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17762
17763 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17766         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17767         the number of recursive calls.
17768
17769         * mm-decode.el (mm-handle-set-disposition): New macro.
17770         (mm-handle-set-description): New macro.
17771
17772 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17775         encoding.
17776
17777 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17778
17779         * message.el (message-tool-bar-zap-list, message-tool-bar)
17780         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17781         (message-tool-bar-local-item-from-menu): Remove.
17782         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17783         (message-make-tool-bar): New function.
17784         (message-mode): Use `message-make-tool-bar'.
17785
17786         * gmm-utils.el: New file.
17787         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17788         (gmm-lazy): New widget copied from `nnmail.el'.
17789         (gmm-tool-bar-from-list): New function for creating customizable
17790         tool bars.
17791         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17792         output.
17793         (gmm): Add :prefix to defgroup.
17794
17795 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17796
17797         * gmm-utils.el (gmm-widget-p): New function.
17798
17799 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17800
17801         * mml.el (mml-attach-file): Describe `description' in doc string.
17802         (mml-menu): Add Emacs MIME manual and PGG manual.
17803
17804 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17805
17806         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17807
17808 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17809
17810         * nntp.el (nntp-end-of-line): Doc fix.
17811
17812 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17813
17814         * imap.el (imap-open): Handle case where buffer is a buffer
17815         object.
17816
17817 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17818
17819         * gnus-delay.el (gnus-delay): Don't autoload.
17820         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17821         to be re-loaded when customizing the `gnus-delay' group.
17822
17823 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17824
17825         * message.el (message-insert-citation-line): Use newlines.
17826
17827 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17828
17829         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17830         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17831         these routines, so the passphrase can be managed externally and
17832         passed in to the system.
17833         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17834         pgg-add-passphrase-to-cache function.
17835
17836         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17837         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17838         these routines, so the passphrase can be managed externally and
17839         passed in to the system.
17840         (pgg-pgp5-sign-region): Use new name of
17841         pgg-add-passphrase-to-cache function.
17842
17843 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17844
17845         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17846         part of the decoded armor to find the key-identifier.
17847         (pgg-gpg-lookup-key-owner): New function to return the
17848         human-readable identifier of a key owner.
17849         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17850         itself.
17851         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17852         the key value) if we have a key and can match it against a secret
17853         key.  Also, added a note pointing out fact that the prompt only
17854         indicates the first matching key.
17855
17856         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17857         pgg-decrypt-region.
17858         (pgg-add-passphrase-to-cache): Rename from
17859         `pgg-add-passphrase-cache' to reduce confusion (all callers
17860         changed).
17861         (pgg-remove-passphrase-from-cache): Rename from
17862         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17863         changed).
17864         (pgg-read-passphrase, pgg-add-passphrase-cache)
17865         (pgg-remove-passphrase-cache): Add informative docstrings.
17866         (pgg-decrypt): Convey provided passphrase in subordinate call to
17867         pgg-decrypt-region.
17868
17869 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17870
17871         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17872         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17873         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17874         'passphrase' argument, so the passphrase can be managed externally
17875         and then passed in to the system.
17876
17877         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17878         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17879         so the passphrase cache can be used reliably with identifiers
17880         besides a pgp packet's key id.
17881
17882         * pgg-gpg.el (pgg-gpg-encrypt-region)
17883         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17884         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17885         these routines, so the passphrase can be managed externally and
17886         passed in to the system.
17887
17888         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17889         'notruncate' argument, so the passphrase cache can be used
17890         reliably with identifiers besides a pgp packet's key id.
17891
17892 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17893
17894         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17895         symmetric encryption.
17896         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17897         encrypted session key.
17898         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17899         message ask for the passphrase in a proper way.
17900
17901         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17902         New user commands for symmetric encryption.
17903
17904 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17907
17908         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17909
17910 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17911
17912         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17913
17914 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * mm-decode.el (mm-inlined-types): Add application/pgp.
17917         (mm-automatic-display): Ditto.
17918
17919         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17920         part as text.
17921
17922 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * nnrss.el: Update copyright.
17925         (nnrss-opml-import): Query whether to subscribe to each entry.
17926
17927         * gnus-art.el:
17928         * gnus-sum.el:
17929         * gnus-xmas.el:
17930         * messagexmas.el:
17931         * mm-uu.el:
17932         * mm-view.el: Update copyright.
17933
17934 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17935
17936         * message.el (message-info): New function.
17937         (message-mode-menu): Add it.
17938         Update copyright.
17939
17940         * ChangeLog: Fix and update copyright.
17941
17942 2006-01-13  Romain Francoise  <romain@orebokech.com>
17943
17944         * message.el (message-forward-subject-name-subject): Prefer the
17945         address to 'nowhere' if the sender has no name.
17946         Fix typo.  Update copyright year.
17947
17948 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * gnus-art.el (article-wash-html):
17951         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17952         (gnus-article-wash-html-with-w3m-standalone): New function.
17953
17954         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17955         mm-inline-text-html-render-with-w3m-standalone.
17956         (mm-text-html-washer-alist): Map w3m-standalone to
17957         gnus-article-wash-html-with-w3m-standalone.
17958         (mm-inline-text-html-render-with-w3m-standalone): New function.
17959
17960 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17961
17962         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17963         Improve LaTeX.
17964
17965 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17968         (nnrss-request-article): Render text/plain parts as HTML.
17969
17970         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17971         the buffer.
17972
17973 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17974
17975         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17976         custom definition of `gnus-posting-styles'.
17977
17978         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17979         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17980
17981 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17982
17983         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17984         Use nntp for bug archive.
17985
17986 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17989         parts.
17990         (nnrss-normalize-date): New function converts ISO 8601 date into
17991         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17992         (nnrss-check-group): Use it.
17993
17994 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17997
17998         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17999         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18000         (nnrss-insert-w3): Ditto.
18001
18002 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18005         the articles to be forwarded including the case where neither a
18006         number of articles nor a region is specified.
18007
18008 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * nnrss.el (nnrss-request-article): Fix last change; fill
18011         text/plain parts.
18012
18013 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18016         in text/plain part.
18017         (nnrss-check-group): Don't add excessive newline to dc:subject.
18018
18019 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18020
18021         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18022         article.
18023
18024 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18025
18026         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18027         (nnml-use-compressed-files, nnml-save-mail): Support other
18028         comression programs such as bzip2.
18029
18030 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18031
18032         * dns.el (query-dns): Make sure we check the buffer size before
18033         removing tcp headers.
18034
18035 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18038         remove MIME buttons associated with multipart/alternative parts.
18039         (gnus-mime-display-alternative): Tag buttons using `article-type'
18040         text property.
18041
18042         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18043         associated with multipart/alternative parts.
18044
18045         * gnus-art.el (gnus-signature-separator): Fix custom type.
18046
18047         * mm-decode.el (mm-inlined-types): Fix custom type.
18048         (mm-keep-viewer-alive-types): Ditto.
18049         (mm-automatic-display): Ditto.
18050         (mm-attachment-override-types): Ditto.
18051         (mm-inline-override-types): Ditto.
18052         (mm-automatic-external-display): Ditto.
18053
18054 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18055
18056         * spam-report.el (spam-report-user-mail-address)
18057         (spam-report-user-agent): New variables.
18058         (spam-report-url-ping-plain): Use spam-report-user-agent.
18059
18060 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18061
18062         * gnus-art.el (gnus-button-handle-custom): Do not just use
18063         `customize-apropos' for any "M-x customize-*" button but the
18064         function called for.  Accept both the function name and its
18065         argument in order to achieve this.
18066         (gnus-button-alist): Remove support for "custom:" URL's.
18067         Pass function name to `gnus-button-handle-custom' in case of "M-x
18068         customize-*" buttons.
18069
18070 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18073         multipart/alternative and add xref to mm-discouraged-alternatives
18074         in doc string.
18075
18076         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18077         gnus-buttonized-mime-types in doc string.
18078
18079 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18080
18081         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18082         Suggest image/.* in the doc string.
18083
18084 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18085
18086         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18087         message-marks (Debian bug #342521).
18088
18089 2005-12-12  Simon Josefsson  <jas@extundo.com>
18090
18091         * password.el (password-read-from-cache): Add.
18092         (password-read): Use it.
18093
18094 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * rfc2047.el (rfc2047-charset-to-coding-system):
18097         Recognize us-ascii as a MIME charset.
18098
18099         * mm-bodies.el (mm-decode-content-transfer-encoding):
18100         Protect against the case where the 2nd arg TYPE is nil.
18101
18102 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18103
18104         * pop3.el (pop3-stream-type): Fix custom version.
18105
18106         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18107
18108 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18109
18110         * mm-decode.el (mm-display-external): Add missing cdr.
18111
18112 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18115         RFC1524) if it is in mailcap or add a suffix according to
18116         mailcap-mime-extensions when generating a temp filename; postpone
18117         deleting a temp file for 2 seconds for some wrappers, shell
18118         scripts, and so on, which might exit right after having started a
18119         viewer command as a background job.
18120
18121 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18122
18123         * nntp.el (nntp-marks-directory): Fix custom group.
18124
18125         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18126         steps when < 10.
18127
18128         * gnus-start.el (gnus-no-server-1):
18129         Mention `gnus-level-default-subscribed' in doc string.
18130
18131 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18132
18133         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18134         parens.
18135
18136 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gnus-xmas.el (gnus-use-toolbar): Revert.
18139         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18140         gnus-use-toolbar is default.
18141
18142         * messagexmas.el (message-use-toolbar): Revert.
18143         (message-setup-toolbar): Use global default-toolbar if
18144         message-use-toolbar is default.
18145
18146 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18149         according to default-toolbar-visible-p.
18150
18151         * messagexmas.el (message-use-toolbar): Ditto.
18152
18153 2005-11-26  Dave Love  <fx@gnu.org>
18154
18155         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18156         (tls-program, tls-success): Provide openssl alternative.
18157
18158         * starttls.el: Doc fixes.
18159         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18160         SERVICE to PORT.
18161
18162         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18163         port null or service name.
18164         (starttls-negotiate): Autoload.
18165
18166 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * message.el (message-kill-to-signature): Fix interactive spec.
18169
18170 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * pop3.el (pop3-open-server): Recognize a string as a service name.
18173
18174 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18175
18176         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18177
18178 2005-11-23  Dave Love  <fx@gnu.org>
18179
18180         Add pop3s, pop3/starttls.
18181
18182         * pop3.el (pop3-authentication-scheme): Clarify doc.
18183         (open-tls-stream, starttls-open-stream): Autoload.
18184         (pop3-stream-type): New.
18185         (pop3-open-server): Use it.
18186
18187         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18188         for POP.
18189         (mail-source-keyword-map): Add :stream for POP.
18190         (mail-source-fetch-pop): Use pop3-stream-type.
18191
18192 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18195         of current-time-string.
18196
18197 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18198
18199         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18200         date header.
18201
18202 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18203
18204         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18205         it can seriously impact performance as it bypasses the agent's
18206         local caches.
18207
18208 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18209
18210         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18211         must be explicitly online rather than "not explicitly offline" for
18212         its flags to be synchronized.
18213
18214         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18215         that gnus-uu-unmark-thread will function correctly.
18216
18217         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18218         1024K is instead displayed as 1M.
18219
18220 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18221
18222         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18223
18224 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18225
18226         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18227
18228 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18229
18230         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18231         error message to display actual error condition.
18232         (gnus-agent-save-local): Avoid saving symbols that are bound to
18233         nil as they simply result in a warning message in
18234         gnus-agent-read-local.
18235
18236 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18239         rather than make-variable-buffer-local for file-precious-flag.
18240
18241 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18242
18243         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18244         for duplicates which are removed.  The invalid sort check then
18245         triggers a rescan after the sort as sorting may have moved
18246         duplicate entries such that they can be cheaply detected.
18247
18248 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18251
18252 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18253
18254         * gnus-agent.el (gnus-agent-article-alist-save-format):
18255         Change internal variable to a custom variable.  Change default value
18256         from compressed(2) to uncompressed(1).
18257         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18258         support for uncompressed agentview files.  Taken together, reading
18259         the agentview file should now be 6-7 times faster.
18260
18261 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18262
18263         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18264         as a buffer-local variable.  This avoids creating truncated
18265         dribble files as a result of a hang up, eg.
18266
18267 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18268
18269         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18270         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18271         XEmacs.
18272
18273 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * gnus-start.el (gnus-start-draft-setup):
18276         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18277
18278         * gnus.el (gnus-splash): Change custom group.
18279         (gnus-group-get-parameter, gnus-group-parameter-value):
18280         Describe allow-list argument.
18281
18282         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18283         string.
18284
18285 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18286
18287         * gnus-art.el (gnus-default-article-saver): Add user-defined
18288         `function' to custom type.
18289
18290 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18291
18292         * imap.el (imap-open): Handle case where buffer is a buffer
18293         object.
18294
18295 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18296
18297         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18298         long lines.
18299         (gnus-cache-delete-group): Wrap doc strings.
18300
18301         * gnus-agent.el (gnus-agent-rename-group)
18302         (gnus-agent-delete-group): Wrap doc strings.
18303
18304 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * messagexmas.el (message-use-toolbar): Change the valid values
18307         into default, top, bottom, left, and right.
18308         (message-toolbar-thickness): New variable.
18309         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18310         well.
18311         (message-setup-toolbar): Make it work.
18312
18313         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18314         (gnus-use-toolbar): Change the valid values into default, top,
18315         bottom, left, and right.
18316         (gnus-toolbar-thickness): New variable.
18317         (gnus-xmas-setup-toolbar): New function.
18318         (gnus-xmas-setup-group-toolbar): Use it.
18319         (gnus-xmas-setup-summary-toolbar): Use it.
18320
18321 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18322
18323         * gnus-start.el (gnus-1): Add "native" to
18324         gnus-predefined-server-alist.
18325
18326         * gnus.el (gnus-method-to-server): Don't add "native" to the
18327         lists here, because that leads to problems when
18328         gnus-select-method is bound.
18329
18330 2005-11-09  Simon Josefsson  <jas@extundo.com>
18331
18332         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18333         use (not sort-by-date) instead.
18334
18335 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18336
18337         * gnus-delay.el (gnus-delay-group): Don't autoload.
18338         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18339         to be re-loaded when customizing the `gnus-delay' group.
18340
18341 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18342
18343         * message.el: Revert last changes.
18344         (message-insert-citation-line): Use newlines.
18345
18346 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18347
18348         * message.el (message-courtesy-message)
18349         (message-mark-insert-begin, message-mark-insert-end)
18350         (message-elide-ellipsis, message-cancel-message)
18351         (message-add-header, message-change-subject)
18352         (message-cross-post-followup-to-header)
18353         (message-cross-post-insert-note, message-reduce-to-to-cc)
18354         (message-widen-reply, message-delete-not-region)
18355         (message-kill-to-signature, message-insert-signature)
18356         (message-insert-importance-high, message-insert-importance-low)
18357         (message-insert-or-toggle-importance)
18358         (message-insert-disposition-notification-to)
18359         (message-indent-citation, message-yank-original)
18360         (message-cite-original-without-signature, message-cite-original)
18361         (message-insert-citation-line, message-position-on-field)
18362         (message-fix-before-sending, message-send-mail-partially)
18363         (message-send-mail, message-send-mail-with-sendmail)
18364         (message-send-mail-with-qmail, message-send-news)
18365         (message-check-news-header-syntax, message-generate-headers)
18366         (message-insert-courtesy-copy, message-fill-address)
18367         (message-fill-header, message-shorten-references)
18368         (message-setup-1, message-cancel-news)
18369         (message-forward-make-body-plain, message-forward-make-body-mime)
18370         (message-forward-make-body-mml, message-encode-message-body)
18371         (message-forward-make-body-digest-plain)
18372         (message-forward-make-body-digest-mime)
18373         (message-use-alternative-email-as-from): Insert `hard-newline'
18374         instead of ordinary newlines.
18375
18376 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18377
18378         * message.el (message-generate-headers): Downcase the argument
18379         given to message-check-element.
18380
18381 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18382
18383         * nntp.el (nntp-authinfo-rejected): New error condition.
18384         (nntp-wait-for): Use new error condition to signal authentication
18385         error.
18386         (nntp-retrieve-data): Rethrow new error condition to break out of
18387         recursive call to nntp-send-authinfo.
18388
18389 2005-11-08  Romain Francoise  <romain@orebokech.com>
18390
18391         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18392         (gnus-summary-exit-map): Bind to `Z p'.
18393         (gnus-summary-make-menu-bar): Add menu item.
18394
18395 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18398         (gnus-treat-*): Add `first' in all doc strings.
18399
18400         * gnus-group.el (gnus-group-compact-group): Fix typo.
18401
18402 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18403
18404         * gnus.el (gnus-parameters-case-fold-search): New variable.
18405         (gnus-parameters-get-parameter): Use it.
18406
18407         * gnus-score.el (gnus-home-score-file): Doc fix.
18408
18409 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18410
18411         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18412
18413 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * mm-util.el (mm-special-display-p): New function.
18416
18417         * mml.el (mml-preview): Use it; doc fix.
18418
18419 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18420
18421         * imap.el (imap-open): Handle case where buffer is a buffer object.
18422
18423 2005-10-29  Romain Francoise  <romain@orebokech.com>
18424
18425         * message.el (message-fix-before-sending): Fix comment.
18426
18427 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18428
18429         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18430
18431 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18432
18433         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18434         Used in gnus-score.el.
18435
18436 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18437
18438         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18439
18440 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18441
18442         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18443         whitespace removed in revision 7.8.  Use concatenated string to
18444         protect trailing whitespace.
18445
18446 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18447
18448         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18449         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18450         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18451         Courier IMAP ("some version from 2004").  Mostly based on similar
18452         code in the same function.
18453
18454 2005-10-26  Didier Verna  <didier@xemacs.org>
18455
18456         * gnus-group.el (gnus-group-compact-group): Invalidate original
18457         article buffer.
18458         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18459         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18460         NOV database and in article itself.
18461         Invalidate article backlog.
18462
18463 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18464
18465         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18466
18467 2005-10-26  Simon Josefsson  <jas@extundo.com>
18468
18469         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18470         part of 2004-07-25 change.
18471
18472 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * message.el (message-display-completion-list): New function.
18475         (message-expand-group): Use it; make sure the Completions buffer
18476         is modifiable.
18477 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18478
18479         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18480         user-mail-name is an empty string.
18481
18482 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18483
18484         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18485         depending on gnus-score-decay-constant.
18486
18487         * encrypt.el (encrypt-insert-file-contents)
18488         (encrypt-write-file-contents): Don't use `gnus-message'.
18489
18490         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18491         arguments.
18492         (mm-uu-type-alist): Add message-marks and insert-marks.
18493         Pass arguments to mm-uu-verbatim-marks-extract.
18494         (mm-uu-hide-markers): New variable.
18495         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18496
18497         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18498         (gnus-convert-image-to-face-command): Use "convert" by default to
18499         allow other input image formats.
18500         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18501         accordingly.
18502
18503 2005-10-23  Simon Josefsson  <jas@extundo.com>
18504
18505         * imap.el (imap-gssapi-program): Align command line parameters
18506         with latest GNU SASL.
18507         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18508
18509 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18510
18511         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18512         HTML.
18513         (nnslashdot-request-article): Ditto.
18514
18515         * lpath.el (featurep): Add nobreak-char-display.
18516
18517 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18518
18519         * mail-source.el (mail-source-fetch-pop): Require pop3.
18520         (mail-source-check-pop): Ditto.
18521
18522 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18525         errors.
18526
18527 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18528
18529         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18530         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18531
18532         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18533
18534         * mm-bodies.el (mm-decode-string):
18535         Call `mm-charset-to-coding-system' with allow-override argument.
18536
18537 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18540         (rfc2047-charset-to-coding-system): New function.
18541         (rfc2047-decode-encoded-words): New function.
18542         (rfc2047-decode-region): Use them.
18543         (rfc2047-decode-cte): Remove.
18544         (rfc2047-parse-and-decode): Remove.
18545         (rfc2047-decode): Remove.
18546
18547 2005-10-15  Kenichi Handa  <handa@m17n.org>
18548
18549         * rfc2047.el (rfc2047-decode-cte): New function.
18550         (rfc2047-decode-region): Change the way to decode successive
18551         encoded-words: decode B- or Q-encoding in each encoded-word,
18552         concatenate them, and decode it as charset.
18553
18554 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * lpath.el: Fbind codepage-setup for XEmacs.
18557
18558 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18559
18560         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18561         widget-move-and-invoke.
18562         (gnus-custom-mode): Use gnus-custom-map.
18563
18564 2005-10-15  Bill Wohler  <wohler@newt.com>
18565
18566         * message.el (message-tool-bar-map): Rename image file from
18567         mail_send to mail/send.
18568
18569 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18570
18571         * message.el (message-expand-group): Pass the common
18572         prefix substring of completion to `display-completion-list'.
18573
18574 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18575
18576         * mml-sec.el (mml-secure-method): New internal variable.
18577         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18578         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18579         New functions using mml-secure-method.
18580
18581         * mml.el (mml-mode-map): Add key bindings for those functions.
18582         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18583         Harder <harder@myrealbox.com>.
18584         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18585         Goto end of message if point is the headers of the message.
18586
18587         * message.el (message-in-body-p): New function.
18588
18589         * assistant.el: Autoload gnus-util and netrc.
18590
18591         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18592         Use `mm-charset-override-alist' only when decoding.
18593
18594         * mm-bodies.el (mm-decode-body):
18595         Call `mm-charset-to-coding-system' with allow-override argument.
18596
18597         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18598         `filename' from Content-Disposition if Content-Type doesn't
18599         provide `name'.
18600         (gnus-mime-view-part-as-type): Set default instead of
18601         initial-input.
18602
18603 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18604
18605         * format-spec.el (format-spec): Propagate text properties of % spec.
18606
18607 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18608
18609         * gnus-art.el (gnus-treat-predicate): Add `first'.
18610
18611 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18612
18613         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18614         (mm-charset-override-alist): New variable.
18615         (mm-charset-to-coding-system): Use it.
18616         (mm-codepage-setup): New helper function.
18617         (mm-charset-eval-alist): New variable.
18618         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18619         Warn about unknown charsets.
18620
18621         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18622
18623 2005-10-04  David Hansen  <david.hansen@gmx.net>
18624
18625         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18626         (nnrss-check-group): Ditto.
18627
18628 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18629
18630         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18631         Rename x-gnus-verbatim to x-verbatim.
18632         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18633
18634         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18635         x-verbatim.
18636
18637         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18638
18639         * gnus-util.el (gnus-remove-duplicates): Remove.
18640
18641         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18642         instead of gnus-remove-duplicates.
18643
18644         * message.el (message-remove-duplicates): Remove.
18645         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18646         message-remove-duplicates.
18647
18648         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18649         available, else use implementation from `delete-dups'.
18650
18651         * message.el (message-insert-expires): New function.
18652         (message-mode-map): Add key binding.
18653         (message-mode-field-menu): Add menu entry.
18654         (message-mode): Document it.
18655         (message-make-expires-date): Use `message-make-date'.
18656
18657 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18658
18659         * message.el (message-make-expires-date): New function.
18660
18661 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * Makefile.in (list-installed-shadows): New entry.
18664         (install): Use it.
18665         (remove-installed-shadows): New entry.
18666
18667         * dgnushack.el (dgnushack-default-load-path): New variable.
18668         (dgnushack-find-lisp-shadows): New function.
18669         (dgnushack-remove-lisp-shadows): New function.
18670
18671 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * Makefile.in (install-el-elc): New entry.
18674         (install): Use it so that .el files are necessarily installed.
18675
18676 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18677
18678         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18679
18680 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18681
18682         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18683         function rather than the diff-mode.el package.
18684         (mm-display-external): Use with-current-buffer.
18685         (mm-viewer-completion-map, mm-viewer-completion-map):
18686         Move initialization inside declaration.
18687
18688 2005-09-29  Simon Josefsson  <jas@extundo.com>
18689
18690         * spam.el: Load hashcash when compiling, to avoid warnings.
18691         Don't autoload mail-check-payment.
18692         (spam-check-hashcash): Define unconditionally, since hashcash.el
18693         is part of Gnus now.  Ignore errors from payment checking.
18694
18695 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18696
18697         * message.el (message-bold-region, message-unbold-region):
18698         Rename from `bold-region' and `unbold-region'.
18699
18700         * message.el: Remove useless autoloads.
18701
18702 2005-09-28  Simon Josefsson  <jas@extundo.com>
18703
18704         * message.el (message-use-idna): Default to t.
18705         (message-use-idna): Test whether encoding works too.  Doc fix.
18706
18707 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * nntp.el (nntp-warn-about-losing-connection): Remove.
18710
18711 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18712
18713         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18714         customizable.  Change default value.
18715         (mm-uu-diff-groups-regexp): Change default value.
18716         (mm-uu-type-alist): Add doc string.
18717         (mm-uu-configure): Add doc string.  Make it interactive.
18718         (mm-uu-tex-groups-regexp): New variable.
18719         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18720         (mm-uu-type-alist): Add LaTeX documents.
18721         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18722         of "text/verbatim".
18723         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18724
18725         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18726         instead of "text/verbatim".
18727
18728         * message.el (message-mark-inserted-region)
18729         (message-mark-insert-file): Use slrn style marks when called with
18730         prefix argument.
18731
18732 2005-09-27  Simon Josefsson  <jas@extundo.com>
18733
18734         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18735
18736 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18737
18738         * message.el (message-remove-duplicates): New function.
18739         Implementation borrowed from `gnus-remove-duplicates'.
18740         (message-idna-to-ascii-rhs): Also encode idna addresses in
18741         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18742         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18743         only ask about the same idna domain once per header and also tell
18744         in what header to replace the idna domain.
18745
18746         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18747         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18748         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18749         a header is decoded and not just the last one.
18750
18751 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18752
18753         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18754         has been decoded.
18755
18756         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18757         (mm-insert-part): Don't modify text if it has been decoded.
18758
18759         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18760         decoded.
18761
18762         * mm-view.el (mm-inline-text): Don't strip text props unless
18763         decoding enriched or richtext parts.
18764
18765 2005-09-25  Romain Francoise  <romain@orebokech.com>
18766
18767         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18768         * gnus-start.el (gnus-subscribe-interactively):
18769         * gnus-uu.el (gnus-uu-grab-articles):
18770         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18771         space.
18772
18773 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18774
18775         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18776         * mm-view.el (mm-view-pkcs7-decrypt):
18777         * gnus-sum.el (gnus-summary-limit-to-extra)
18778         (gnus-summary-respool-article, gnus-read-move-group-name):
18779         * gnus-score.el (gnus-summary-increase-score):
18780         * gnus-util.el (gnus-completing-read-with-default):
18781         * gnus-art.el (gnus-read-save-file-name)
18782         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18783         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18784         * message.el (message-check-news-header-syntax):
18785         Follow convention for reading with the minibuffer.
18786
18787 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18788
18789         * spam-report.el (spam-report-url-ping-plain):
18790         Use gnus-extended-version as User-Agent.
18791
18792         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18793         default value is nil.
18794
18795         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18796         (mm-uu-verbatim-marks-extract): New function.
18797         (mm-uu-extract): New face.
18798         (mm-uu-copy-to-buffer): Use it.
18799
18800         * spam-report.el (spam-report-gmane-ham): Rename from
18801         `spam-report-gmane-unspam'.
18802         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18803         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18804
18805         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18806         Autoload.
18807         (spam-report-gmane-unregister-routine):
18808         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18809
18810 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18811
18812         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18813         (spam-report-gmane-unregister-routine): Add support for gmane
18814         unregistration.
18815
18816         * spam-report.el (spam-report-gmane-unspam)
18817         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18818         (spam-report-gmane): Change to take a single article and do unspam
18819         registration.
18820
18821 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18822
18823         * mm-url.el (mm-url-decode-entities): Fix regexp.
18824
18825 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18826
18827         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18828         default to nil, to be able to use Gnus at all.  If the default
18829         switches to something else, then the function should be fixed not
18830         be exceedingly slow.
18831
18832 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18833
18834         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18835         fail hard.
18836
18837         * spam-report.el: Add better Keywords line.
18838
18839         * spam.el: Add Maintainer and better Keywords line.
18840
18841 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18842
18843         * gnus-art.el (gnus-article-replace-part)
18844         (gnus-mime-replace-part): New functions.
18845         (gnus-mime-action-alist, gnus-mime-button-commands)
18846         (gnus-mime-save-part-and-strip): Add file argument.
18847         (gnus-article-part-wrapper): Add interactive argument.
18848
18849         * gnus-sum.el (gnus-summary-mime-map):
18850         Add `gnus-article-replace-part'.
18851
18852 2005-09-19  Didier Verna  <didier@xemacs.org>
18853
18854         The nnml compaction feature:
18855         * nnml.el (nnml-request-compact-group): New function.
18856         * nnml.el (nnml-request-compact): New function.
18857         * gnus-int.el (gnus-request-compact-group): New function.
18858         * gnus-int.el (gnus-request-compact): New function.
18859         * gnus-group.el (gnus-group-compact-group): New function.
18860         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18861         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18862         * gnus-srvr.el (gnus-server-compact-server): New function.
18863         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18864         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18865
18866 2005-09-18  Deepak Goel  <deego@gnufans.org>
18867
18868         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18869         format spec.
18870
18871 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18874
18875 2005-09-15  Romain Francoise  <romain@orebokech.com>
18876
18877         * message.el (message-fill-paragraph): Clarify docstring.
18878
18879 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * gnus-art.el (gnus-mime-display-part): Protect against broken
18882         MIME messages.
18883
18884 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18887         before parsing header.
18888
18889 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18890
18891         * html2text.el (html2text-replace-list): Add new entities.
18892
18893 2005-09-11  Romain Francoise  <romain@orebokech.com>
18894
18895         * message.el (message-alternative-emails): Improve docstring.
18896         (message-setup-1): Call `message-use-alternative-email-as-from'
18897         after `message-setup-hook' to give it precedence over posting
18898         styles, etc.
18899         (message-use-alternative-email-as-from): Add docstring.
18900         Remove the original From header if present.
18901
18902         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18903         (nnml-save-mail): Use it.
18904
18905         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18906         articles.  Add new argument `silent'.
18907         (gnus-uu-mark-all): Report the total number of marked articles.
18908
18909 2005-09-10  Romain Francoise  <romain@orebokech.com>
18910
18911         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18912         (gnus-uu-mark-series): Likewise.
18913
18914 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18915
18916         * spam-report.el (spam-report-gmane): Fix generation of spam
18917         report URL.
18918
18919 2005-09-10  Simon Josefsson  <jas@extundo.com>
18920
18921         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18922         t, based on discussion on the ding list with Robert Epprecht
18923         <epprecht@solnet.ch>.
18924
18925 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * spam-report.el (spam-report-gmane): Make it work without
18928         X-Report-Spam header.  Gmane now only provides Archived-At.
18929         This is only used if `spam-report-gmane-use-article-number' is nil.
18930         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18931
18932         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18933         make `gnus-summary-sort-by-recipient' work with threading.
18934
18935         * nnweb.el (nnweb-google-wash-article): Print a message if article
18936         is not available.
18937
18938 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18939
18940         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18941         change.  Decode text/* parts content before displaying.
18942
18943 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18944
18945         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18946
18947 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18950
18951         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18952         url-package-name, url-package-version,
18953         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18954         w3m-display-inline-images, and w3m-minor-mode-map.
18955
18956 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18957
18958         * message.el (message-tab-body-function): Fix mismatched custom type.
18959
18960         * gnus.el (gnus-group-change-level-function): Ditto.
18961
18962         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18963
18964         * gnus-art.el (gnus-signature-limit)
18965         (gnus-article-mime-part-function): Ditto.
18966
18967 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18968
18969         * mml.el (mml-mode): Silence the byte compiler.
18970
18971         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18972         using `(sit-for 0)' before moving the point to the specified part;
18973         skip unbuttonized parts.
18974         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18975         return to the summary window if gnus-auto-select-part is non-nil.
18976
18977 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18978
18979         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18980         New variables.
18981         (mml-dnd-attach-file, mml-mode): Use them.
18982
18983         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18984         Make fetching article by MID work again for Google Groups.
18985         Add FIXME concerning gnus-group-make-web-group.
18986
18987         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18988         Don't depend on Gnus by using mail-extract-address-components if
18989         gnus-extract-address-components is not bound.
18990
18991 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18992
18993         * gnus-art.el (gnus-mime-display-security): Don't display the
18994         signature, but only the signed part.
18995
18996 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18997
18998         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18999
19000         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19001         list, not listp.
19002
19003 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19004
19005         * mm-encode.el (mm-encode-content-transfer-encoding):
19006         Likewise when encoding.
19007
19008         * mm-bodies.el (mm-decode-content-transfer-encoding):
19009         De-canonicalize CRLF for all text content types, not just
19010         text/plain.
19011
19012 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19015         valid article; point arrow and cursor at the MIME button.
19016
19017 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19018
19019         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19020         Suggested by Dan Christensen <jdc@uwo.ca>.
19021
19022         * mm-decode.el (mm-save-part): Enable change of prompt.
19023
19024 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19025
19026         * gnus-msg.el (gnus-inews-add-send-actions):
19027         Make `message-post-method' lambda parameter ARG `&optional'.
19028
19029 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19030
19031         * gnus-sum.el (gnus-summary-mime-map):
19032         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19033         gnus-article-jump-to-part.
19034
19035         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19036         (gnus-article-edit-part): Use it.
19037         (gnus-article-part-wrapper): Add no-handle argument.
19038         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19039         New functions.
19040
19041 2005-08-29  Romain Francoise  <romain@orebokech.com>
19042
19043         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19044         docstring.
19045         (gnus-face-from-file): Likewise.
19046
19047 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19048
19049         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19050         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19051         non-nil.
19052         (gnus-auto-select-part): New variable.
19053         (gnus-article-jump-to-part): New function.
19054         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19055         (gnus-mime-delete-part): Allow selecting specified part after
19056         deleting or stripping parts.
19057         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19058         part if argument is bogus.
19059
19060 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19061
19062         * gnus-art.el (w3m-minor-mode-map):
19063         * gnus-spec.el (gnus-newsrc-file-version):
19064         * gnus-util.el (nnmail-active-file-coding-system)
19065         (gnus-original-article-buffer, gnus-user-agent):
19066         * gnus.el (gnus-ham-process-destinations)
19067         (gnus-parameter-ham-marks-alist)
19068         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19069         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19070         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19071         * mm-decode.el (gnus-current-window-configuration):
19072         * mm-extern.el (gnus-article-mime-handles):
19073         * mm-url.el (url-current-object, url-package-name)
19074         (url-package-version):
19075         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19076         (smime-keys, w3m-cid-retrieve-function-alist)
19077         (w3m-current-buffer, w3m-display-inline-images)
19078         (w3m-minor-mode-map):
19079         * mml-smime.el (gnus-extract-address-components):
19080         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19081         (gnus-newsrc-hashtb, message-default-charset)
19082         (message-deletable-headers, message-options)
19083         (message-posting-charset, message-required-mail-headers)
19084         (message-required-news-headers):
19085         * mml1991.el (mc-pgp-always-sign):
19086         * mml2015.el (mc-pgp-always-sign):
19087         * nnheader.el (nnmail-extra-headers):
19088         * rfc1843.el (gnus-decode-encoded-word-function)
19089         (gnus-decode-header-function, gnus-newsgroup-name):
19090         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19091
19092 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19093
19094         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19095         the end of the date treatments.
19096
19097 2005-08-15  Simon Josefsson  <jas@extundo.com>
19098
19099         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19100         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19101         Capello and Romain Francoise.
19102         (pgg-fetch-key-function): Remove, not used?
19103         (pgg-insert-url-with-w3): Require url, to get
19104         url-insert-file-contents regardless of where it is defined.
19105
19106 2005-08-13  Romain Francoise  <romain@orebokech.com>
19107
19108         * message.el (message-cite-original-1): New function.
19109         (message-cite-original): Use it.
19110         (message-cite-original-without-signature): Ditto.
19111
19112 2005-08-08  Romain Francoise  <romain@orebokech.com>
19113
19114         * message.el (message-yank-empty-prefix): New variable.
19115         (message-indent-citation): Use it.
19116         (message-cite-original-without-signature): Respect X-No-Archive.
19117
19118 2005-08-08  Simon Josefsson  <jas@extundo.com>
19119
19120         * pgg.el: Autoload url-insert-file-contents instead of loading
19121         w3/url.
19122         (pgg-insert-url-with-w3): Don't load url here.
19123
19124 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19125
19126         * message.el (message-kill-to-signature): Don't insert newline at
19127         bol.
19128         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19129
19130 2005-08-06  Romain Francoise  <romain@orebokech.com>
19131
19132         * message.el (message-user-fqdn): Fix typo in docstring.
19133
19134 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19135
19136         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19137
19138         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19139
19140 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19141
19142         * mm-bodies.el (mm-encode-body): Use coding system rather than
19143         charset to encode text.
19144
19145         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19146         number of charsets if utf-8 is available (XEmacs).
19147
19148 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19149
19150         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19151         taken from `gnus-button-mid-or-mail-regexp'.
19152         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19153         (gnus-button-alist): Improve regexp for domain part of the MIDs
19154         for news:localpart@domain buttons.
19155         (gnus-button-ctan-directory-regexp): Update.
19156
19157 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * sieve-manage.el (sieve-manage-interactive-login):
19160         Use make-local-variable rather than make-variable-buffer-local.
19161         (sieve-manage-open): Ditto.
19162         (sieve-manage-authenticate): Ditto.
19163
19164         * mml.el (mml-generate-mime-1): Make the content type default to
19165         text/plain if the filename is not specified.
19166
19167 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19168
19169         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19170         instead of insert-buffer.
19171
19172         * message.el (message-yank-original): Ditto; set the mark at the
19173         end of the yanked message.
19174
19175 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19176
19177         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19178         lines to scroll rather than to stop it.
19179
19180         * mml.el (mml-generate-default-type): Add doc string.
19181         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19182         default to application/octet-stream when determining the content
19183         type if it is not specified for the part or the mml contents; add
19184         a comment about mml-generate-default-type.
19185
19186 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19187
19188         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19189         make it default to application/octet-stream when determining the
19190         content type if it is not specified for the external contents.
19191
19192 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19193
19194         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19195         segmented parameter but also other parameters might be there.
19196
19197 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * mm-decode.el (mm-display-external): Delete temp file, directory
19200         and buffer immediately if the external process is exited.
19201
19202 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19203
19204         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19205         fewer lines than that of scroll-margin.
19206         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19207
19208 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * gnus-art.el (gnus-article-next-page): Revert.
19211         (gnus-article-beginning-of-window): New macro.
19212         (gnus-article-next-page-1): Use it.
19213         (gnus-article-prev-page): Ditto.
19214         (gnus-article-edit-part): Use insert-buffer-substring instead of
19215         insert-buffer.
19216         (gnus-article-edit-exit): Ditto.
19217
19218         * gnus-util.el (gnus-beginning-of-window): Remove.
19219         (gnus-end-of-window): Remove.
19220
19221         * lpath.el: Don't bind header-line-format and scroll-margin.
19222
19223 2005-07-25  Simon Josefsson  <jas@extundo.com>
19224
19225         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19226         to have the url package without w3.  Reported by Daiki Ueno
19227         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19228
19229 2005-07-20  Didier Verna  <didier@xemacs.org>
19230
19231         * gnus-diary.el: Remove the description comment (nndiary is now
19232         properly documented in the Gnus manual).
19233         Fix the spelling of "Back End".
19234         * nndiary.el: Ditto.
19235         Fix the copyright notice.
19236
19237 2005-07-18  Romain Francoise  <romain@orebokech.com>
19238
19239         * gnus-sum.el (gnus-summary-to-prefix)
19240         (gnus-summary-newsgroup-prefix): New variables.
19241         (gnus-summary-from-or-to-or-newsgroups): Use them.
19242
19243 2005-07-17  Romain Francoise  <romain@orebokech.com>
19244
19245         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19246         space as it's generally not especially interesting to the user.
19247
19248 2005-07-16  Romain Francoise  <romain@orebokech.com>
19249
19250         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19251         nil to avoid prompting and file modification if one of the
19252         messages at the top of the nnfolder file contains a copyright
19253         notice.
19254         Update copyright notice.
19255
19256         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19257         instead of `current-time-string' as the latter creates a time
19258         string that is not RFC 2822 compliant (it lacks the zone).
19259         Update copyright notice.
19260
19261 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19262
19263         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19264         for text/rtf.  Display default in prompt.  Pass default for M-n.
19265
19266         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19267
19268 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19269
19270         * gnus-msg.el (gnus-button-mailto):
19271         Remove save-selected-window-window hackery because it relies on
19272         save-selected-window internals.
19273
19274 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19277         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19278         (gnus-article-prev-page): Ditto.
19279
19280         * gnus-util.el (gnus-beginning-of-window): New function.
19281         (gnus-end-of-window): New function.
19282
19283         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19284
19285 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19286
19287         * gnus-score.el (gnus-score-edit-all-score):
19288         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19289         gnus-message.
19290
19291 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19292
19293         * gnus-msg.el (gnus-button-mailto):
19294         Remove save-selected-window-window hackery because it relies on
19295         save-selected-window internals.
19296
19297 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19298
19299         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19300         add-minor-mode.
19301         (gnus-binary-mode): Ditto.
19302
19303         * gnus-topic.el (gnus-topic-mode): Ditto.
19304
19305 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19306
19307         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19308         (gnus-article-prev-page): Take scroll-margin into consideration.
19309
19310 2005-07-04  Lute Kamstra  <lute@gnu.org>
19311
19312         Update FSF's address in GPL notices.
19313
19314 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19315
19316         * gnus.el (gnus-exit):
19317         * gnus-group.el (gnus-group-icons):
19318         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19319
19320         * gnus-nocem.el (gnus-nocem):
19321         * message.el (message-various, message-buffers, message-sending)
19322         (message-interface, message-forwarding, message-insertion)
19323         (message-headers, message-news, message-mail):
19324         * pgg-gpg.el (pgg-gpg):
19325         * pgg-parse.el (pgg-parse):
19326         * pgg-pgp.el (pgg-pgp):
19327         * pgg-pgp5.el (pgg-pgp5):
19328         * pop3.el (pop3): Finish `defgroup' description with period.
19329
19330 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19331
19332         * gnus-art.el (article-display-face): Improve the efficiency.
19333         (article-display-x-face): Ditto; remove gray x-face stuff.
19334
19335 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19336
19337         * gnus-art.el (article-display-face): Correct the position in
19338         which Faces are inserted.
19339
19340 2005-06-29  Didier Verna  <didier@xemacs.org>
19341
19342         * gnus-art.el (article-display-face): Display faces in correct
19343         order.
19344
19345 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19346
19347         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19348         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19349         (gnus-nocem-check-article): Fetch the Type header.
19350         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19351         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19352         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19353         make sure gnus-nocem-hashtb is initialized.
19354         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19355         (gnus-nocem-unwanted-article-p): Ditto.
19356
19357         * pgg.el (pgg-verify): Return the verification result.
19358
19359 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19360
19361         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19362         is ascii.
19363
19364 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19365
19366         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19367         `show-nonbreak-escape'.
19368
19369 2005-06-23  Lute Kamstra  <lute@gnu.org>
19370
19371         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19372
19373         * dig.el (dig-mode):
19374         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19375
19376 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19377
19378         * nnimap.el (nnimap-split-download-body): Fix spellings.
19379
19380 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19381
19382         * gnus-art.el (gnus-article-encrypt-body):
19383         * gnus-cus.el (gnus-score-customize):
19384         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19385         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19386
19387 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19388
19389         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19390         header by looking for magic "MII" at the beginning.
19391
19392 2005-06-16  Miles Bader  <miles@gnu.org>
19393
19394         * gnus-xmas.el (gnus-xmas-group-startup-message):
19395         Use renamed gnus-splash face.
19396
19397         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19398         (assistant-field-face): New backward-compatibility alias for renamed
19399         face.
19400         (assistant-render-text): Use renamed assistant-field face.
19401
19402         * spam.el (spam): Remove "-face" suffix from face name.
19403         (spam-face): New backward-compatibility alias for renamed face.
19404         (spam-face, spam-initialize): Use renamed spam face.
19405
19406         * message.el (message-header-to, message-header-cc)
19407         (message-header-subject, message-header-newsgroups)
19408         (message-header-other, message-header-name)
19409         (message-header-xheader, message-separator, message-cited-text)
19410         (message-mml): Remove "-face" suffix from face names.
19411         (message-header-to-face, message-header-cc-face)
19412         (message-header-subject-face, message-header-newsgroups-face)
19413         (message-header-other-face, message-header-name-face)
19414         (message-header-xheader-face, message-separator-face)
19415         (message-cited-text-face, message-mml-face):
19416         New backward-compatibility aliases for renamed faces.
19417         (message-font-lock-keywords): Use renamed message faces.
19418
19419         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19420         (sieve-test-commands, sieve-tagged-arguments):
19421         Remove "-face" suffix from face names.
19422         (sieve-control-commands-face, sieve-action-commands-face)
19423         (sieve-test-commands-face, sieve-tagged-arguments-face):
19424         New backward-compatibility aliases for renamed faces.
19425         (sieve-control-commands-face, sieve-action-commands-face)
19426         (sieve-test-commands-face, sieve-tagged-arguments-face):
19427         Use renamed sieve faces.
19428
19429         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19430         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19431         (gnus-group-news-3-empty, gnus-group-news-4)
19432         (gnus-group-news-4-empty, gnus-group-news-5)
19433         (gnus-group-news-5-empty, gnus-group-news-6)
19434         (gnus-group-news-6-empty, gnus-group-news-low)
19435         (gnus-group-news-low-empty, gnus-group-mail-1)
19436         (gnus-group-mail-1-empty, gnus-group-mail-2)
19437         (gnus-group-mail-2-empty, gnus-group-mail-3)
19438         (gnus-group-mail-3-empty, gnus-group-mail-low)
19439         (gnus-group-mail-low-empty, gnus-summary-selected)
19440         (gnus-summary-cancelled, gnus-summary-high-ticked)
19441         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19442         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19443         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19444         (gnus-summary-low-undownloaded)
19445         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19446         (gnus-summary-low-unread, gnus-summary-normal-unread)
19447         (gnus-summary-high-read, gnus-summary-low-read)
19448         (gnus-summary-normal-read, gnus-splash):
19449         Remove "-face" suffix from face names.
19450         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19451         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19452         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19453         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19454         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19455         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19456         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19457         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19458         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19459         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19460         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19461         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19462         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19463         (gnus-summary-normal-ticked-face)
19464         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19465         (gnus-summary-normal-ancient-face)
19466         (gnus-summary-high-undownloaded-face)
19467         (gnus-summary-low-undownloaded-face)
19468         (gnus-summary-normal-undownloaded-face)
19469         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19470         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19471         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19472         (gnus-splash-face):
19473         New backward-compatibility aliases for renamed faces.
19474         (gnus-group-startup-message): Use renamed gnus faces.
19475
19476         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19477         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19478         (gnus-server-agent): Remove "-face" suffix from face names.
19479         (gnus-server-agent-face, gnus-server-opened-face)
19480         (gnus-server-closed-face, gnus-server-denied-face)
19481         (gnus-server-offline-face):
19482         New backward-compatibility aliases for renamed faces.
19483         (gnus-server-agent-face, gnus-server-opened-face)
19484         (gnus-server-closed-face, gnus-server-denied-face)
19485         (gnus-server-offline-face): Use renamed gnus faces.
19486
19487         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19488         Remove "-face" suffix from face names.
19489         (gnus-picon-xbm-face, gnus-picon-face):
19490         New backward-compatibility aliases for renamed faces.
19491
19492         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19493         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19494         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19495         (gnus-cite-11): Remove "-face" suffix from face names.
19496         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19497         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19498         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19499         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19500         New backward-compatibility aliases for renamed faces.
19501         (gnus-cite-attribution-face, gnus-cite-face-list)
19502         (gnus-article-boring-faces): Use renamed gnus faces.
19503
19504         * gnus-art.el (gnus-signature, gnus-header-from)
19505         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19506         (gnus-header-content): Remove "-face" suffix from face names.
19507         (gnus-signature-face, gnus-header-from-face)
19508         (gnus-header-subject-face, gnus-header-newsgroups-face)
19509         (gnus-header-name-face, gnus-header-content-face):
19510         New backward-compatibility aliases for renamed faces.
19511         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19512
19513         * gnus-sum.el (gnus-summary-selected-face)
19514         (gnus-summary-highlight): Use renamed gnus faces.
19515         * gnus-group.el (gnus-group-highlight): Likewise.
19516
19517 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19518
19519         * gnus-sieve.el (gnus-sieve-article-add-rule):
19520         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19521         * spam-stat.el (spam-stat-buffer-change-to-spam)
19522         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19523
19524         * message.el (message-is-yours-p):
19525         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19526
19527 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19528
19529         * mm-view.el (mm-inline-text): Withdraw the last change.
19530
19531 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19534         executing enriched-decode.
19535
19536 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19537
19538         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19539         charset of tar files.
19540
19541 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19542
19543         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19544
19545 2005-06-04  Lute Kamstra  <lute@gnu.org>
19546
19547         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19548         information is never recorded.
19549
19550 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19551
19552         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19553
19554 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19555
19556         * pop3.el (pop3-apop): Run md5 in the binary mode.
19557
19558         * starttls.el (starttls-set-process-query-on-exit-flag):
19559         Use eval-and-compile.
19560
19561 2005-05-31  Simon Josefsson  <jas@extundo.com>
19562
19563         * smime.el (smime-replace-in-string): Define.
19564         (smime-cert-by-ldap-1): Use it.
19565
19566 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * gnus-art.el (article-display-x-face): Replace
19569         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19570
19571         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19572         set-process-query-on-exit-flag or process-kill-without-query.
19573
19574         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19575         loop instead of replace-regexp.
19576
19577         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19578         instead of process-kill-without-query if it is available.
19579
19580         * lpath.el: Fbind ldap-search-entries.
19581
19582         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19583         instead of find-file-hooks if it is available.
19584
19585         * mml1991.el: Bind pgg-default-user-id when compiling.
19586
19587         * mml2015.el: Bind pgg-default-user-id when compiling.
19588
19589         * nndraft.el (nndraft-request-associate-buffer):
19590         Use write-contents-functions instead of write-contents-hooks if it is
19591         available.
19592
19593         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19594         instead of find-file-hooks if it is available.
19595
19596         * nntp.el (nntp-open-connection): Replace
19597         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19598         (nntp-open-ssl-stream): Ditto.
19599         (nntp-open-tls-stream): Ditto.
19600
19601         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19602         set-process-query-on-exit-flag or process-kill-without-query.
19603         (starttls-open-stream-gnutls): Use it instead of
19604         process-kill-without-query.
19605         (starttls-open-stream): Ditto.
19606
19607 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19608
19609         * smime.el (smime-cert-by-ldap-1): Don't use
19610         replace-regexp-in-string.
19611
19612 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19613
19614         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19615
19616         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19617         in PEM format.  Adjust to the XEmacs compatibility.
19618
19619 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19620
19621         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19622         by `string-to-number'.
19623         * gnus-agent.el (gnus-agent-regenerate-group)
19624         (gnus-agent-fetch-articles): Ditto.
19625         * gnus-art.el (gnus-button-fetch-group): Ditto.
19626         * gnus-cache.el (gnus-cache-generate-active)
19627         (gnus-cache-articles-in-group): Ditto.
19628         * gnus-group.el (gnus-group-set-current-level)
19629         (gnus-group-insert-group-line): Ditto.
19630         * gnus-score.el (gnus-score-set-expunge-below)
19631         (gnus-score-set-mark-below, gnus-summary-score-effect)
19632         (gnus-summary-score-entry): Ditto.
19633         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19634         (gnus-soup-pack): Ditto.
19635         * gnus-spec.el (gnus-xmas-format): Ditto.
19636         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19637         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19638         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19639         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19640         * nndb.el (nndb-get-remote-expire-response): Ditto.
19641         * nndiary.el (nndiary-parse-schedule-value)
19642         (nndiary-string-to-number, nndiary-request-replace-article)
19643         (nndiary-request-article): Ditto.
19644         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19645         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19646         * nneething.el (nneething-make-head): Ditto.
19647         * nnfolder.el (nnfolder-request-article)
19648         (nnfolder-retrieve-headers): Ditto.
19649         * nnheader.el (nnheader-file-to-number): Ditto.
19650         * nnkiboze.el (nnkiboze-request-article): Ditto.
19651         * nnmail.el (nnmail-process-unix-mail-format)
19652         (nnmail-process-babyl-mail-format): Ditto.
19653         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19654         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19655         (nnmh-request-create-group, nnmh-request-list-1)
19656         (nnmh-request-group, nnmh-request-article): Ditto.
19657         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19658         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19659         * nnsoup.el (nnsoup-make-active): Ditto.
19660         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19661         * nntp.el (nntp-find-group-and-number)
19662         (nntp-retrieve-headers-with-xover): Ditto.
19663         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19664         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19665         (pgg-format-key-identifier): Ditto.
19666         * pop3.el (pop3-last, pop3-stat): Ditto.
19667         * qp.el (quoted-printable-decode-region): Ditto.
19668
19669         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19670         of concat.
19671
19672 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19675
19676         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19677
19678         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19679
19680         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19681
19682         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19683
19684         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19685
19686         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19687         (gnus-carpal-mode): Ditto.
19688
19689         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19690         (gnus-browse-mode): Ditto.
19691
19692         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19693
19694         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19695
19696 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19697
19698         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19699
19700 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * gnus-util.el (gnus-run-mode-hooks): New function.
19703
19704         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19705
19706         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19707         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19708
19709 2005-05-27  Lute Kamstra  <lute@gnu.org>
19710
19711         * dns-mode.el (dns-mode): Specify customization group.
19712
19713 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19714
19715         * gnus-agent.el (gnus-agent-make-mode-line-string):
19716         Use mode-line-highlight as mouse-face.
19717
19718 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19719
19720         * canlock.el (canlock): Change the parent group to news.
19721
19722         * deuglify.el (gnus-outlook-deuglify): Add :group.
19723
19724         * dig.el (dig): Add :group.
19725
19726         * dns-mode.el (dns-mode): Add :group.
19727
19728         * encrypt.el (encrypt): Add :group.
19729
19730         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19731         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19732         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19733         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19734         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19735
19736         * gnus-diary.el (gnus-diary): Add :group.
19737
19738         * gnus.el (gnus-group-news-1-face): Add :group.
19739         (gnus-group-news-1-empty-face): Ditto.
19740         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19741         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19742         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19743         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19744         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19745         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19746         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19747         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19748         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19749         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19750         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19751         (gnus-summary-high-ticked-face): Ditto.
19752         (gnus-summary-low-ticked-face): Ditto.
19753         (gnus-summary-normal-ticked-face): Ditto.
19754         (gnus-summary-high-ancient-face): Ditto.
19755         (gnus-summary-low-ancient-face): Ditto.
19756         (gnus-summary-normal-ancient-face): Ditto.
19757         (gnus-summary-high-undownloaded-face): Ditto.
19758         (gnus-summary-low-undownloaded-face): Ditto.
19759         (gnus-summary-normal-undownloaded-face): Ditto.
19760         (gnus-summary-high-unread-face): Ditto.
19761         (gnus-summary-low-unread-face): Ditto.
19762         (gnus-summary-normal-unread-face): Ditto.
19763         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19764         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19765
19766         * hashcash.el (hashcash): New custom group.
19767         (hashcash-default-payment): Add :group.
19768         (hashcash-payment-alist): Ditto.
19769         (hashcash-default-accept-payment): Ditto.
19770         (hashcash-accept-resources): Ditto.
19771         (hashcash-path): Ditto.
19772         (hashcash-extra-generate-parameters): Ditto.
19773         (hashcash-double-spend-database): Ditto.
19774         (hashcash-in-news): Ditto.
19775
19776         * message.el (message-minibuffer-local-map): Add :group.
19777
19778         * netrc.el (netrc): Add :group.
19779
19780         * sieve-manage.el (sieve-manage-log): Add :group.
19781         (sieve-manage-default-user): Diito.
19782         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19783         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19784         (sieve-manage-authenticators): Ditto.
19785         (sieve-manage-authenticator-alist): Ditto.
19786         (sieve-manage-default-port): Ditto.
19787
19788         * sieve-mode.el (sieve-control-commands-face): Add :group.
19789         (sieve-action-commands-face): Ditto.
19790         (sieve-test-commands-face): Ditto.
19791         (sieve-tagged-arguments-face): Ditto.
19792
19793         * smime.el (smime): Add :group.
19794
19795         * spam-report.el (spam-report): Add :group.
19796
19797         * spam.el (spam, spam-face): Add :group.
19798
19799 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19800
19801         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19802         return \n.\n.\n at the end of articles.  Protect against that.
19803         (nntp-with-open-group): Allow debugging.
19804
19805         * nnheader.el (mail-header-set-extra): Make into a function
19806         because I just could't understand how to quote the list properly.
19807
19808         * dns.el (query-dns-cached): New function.
19809
19810 2005-05-26  Lute Kamstra  <lute@gnu.org>
19811
19812         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19813
19814 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19815
19816         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19817
19818         * gnus-art.el: Don't autoload mail-extract-address-components.
19819
19820         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19821         eval-and-compile to evaluate it.
19822
19823         * hashcash.el: Don't autoload executable-find.
19824
19825         * nndb.el: Don't declare the nndb back end two or more times; don't
19826         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19827
19828         * nntp.el: Autoload format-spec instead of format; use
19829         eval-and-compile to evaluate autoload forms.
19830
19831 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19832
19833         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19834
19835 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19836
19837         * gnus.el (gnus-version-number): Bump version.
19838
19839 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19840
19841         * gnus.el: No Gnus v0.3 is released.
19842
19843 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19844
19845         * lpath.el (featurep): Bind show-nonbreak-escape.
19846
19847 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19848
19849         * gnus-art.el (gnus-article-edit-part): Disable undo.
19850
19851 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19854         gnus-article-date-lapsed-new-header is t if date timer is active;
19855         skip headers in which the original date value is empty.
19856         (gnus-article-save-original-date): Redefine it as a macro.
19857         (gnus-display-mime): Use it.
19858
19859 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * gnus-art.el (article-date-ut): Support converting date in
19862         forwarded parts as well.
19863         (gnus-article-save-original-date): New function.
19864         (gnus-display-mime): Use it.
19865
19866 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19867
19868         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19869         enclosure element of <item>.
19870
19871 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19872
19873         * message.el (message-kill-buffer-query): Rename from
19874         `message-kill-buffer-query-if-modified'.  Add :version.
19875
19876 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19879         window layout.
19880
19881 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19882
19883         * mml.el: Autoload dnd when compiling.
19884
19885 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19886
19887         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19888         x-dnd-*.
19889
19890 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19891
19892         * qp.el (quoted-printable-encode-region): Save excursion.
19893
19894 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19895
19896         * message.el (message-kill-buffer-query-if-modified): Add new variable
19897         so the user can kill a modified message buffer quickly.
19898         (message-kill-buffer): Use it.
19899
19900 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * lpath.el: Fbind display-time-event-handler; don't fbind
19903         string-to-multibyte.
19904
19905         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19906
19907 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19908
19909         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19910         contained in text because xml.el decodes entities) with LFs.
19911
19912 2005-04-11  Lute Kamstra  <lute@gnu.org>
19913
19914         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19915         differently.
19916
19917 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19918
19919         * mm-util.el (mm-detect-coding-region): Typo.
19920
19921 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19922
19923         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19924
19925 2005-04-06  Deepak Goel  <deego@gnufans.org>
19926
19927         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19928         user-function allow user modifications of the scores.
19929         (spam-stat-score-buffer-user): New function, to allow
19930         user-computed modifications to the score.
19931         (spam-stat-score-buffer-user-functions): List of additional
19932         scoring functions.
19933         (spam-stat-error-holder): Global temporary error holder.
19934         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19935         variable.
19936
19937 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19938
19939         * gnus-registry.el (gnus-registry-clean-empty-function)
19940         (gnus-registry-trim, gnus-registry-fetch-groups)
19941         (gnus-registry-delete-group): Groups that match
19942         `gnus-registry-ignored-groups' are removed from the registry
19943         entries, not just ignored for splitting.  This helps clean up the
19944         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19945         to get all the groups a message ID is in.
19946
19947         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19948         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19949         (spam-stat-score-buffer-user-functions): Add :number custom type.
19950
19951 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19952
19953         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19954         argument in XEmacs.
19955
19956         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19957         (nnrss-request-group): Decode group name first.
19958         (nnrss-request-article): Make a text/plain article if mml-to-mime
19959         failed.
19960         (nnrss-get-encoding): Return a compatible encoding according to
19961         nnrss-compatible-encoding-alist.
19962         (nnrss-find-el): Use consp instead of listp.
19963         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19964
19965 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19966
19967         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19968         which Emacs 20 doesn't support.
19969         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19970
19971 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19972
19973         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19974         silence the byte compiler inside the defun.
19975
19976         * gnus-demon.el (parse-time-string): Add autoload.
19977
19978         * gnus-delay.el (parse-time-string): Add autoload.
19979
19980         * gnus-art.el (parse-time-string): Add autoload.
19981
19982         * nnultimate.el (parse-time): Require for `parse-time-string'.
19983
19984 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19985
19986         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19987
19988         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19989
19990         * smime.el (smime-ldap-host-list): Add :version.
19991
19992 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19993
19994         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19995         pass it to `gnus-browse-read-group'.
19996         (gnus-browse-read-group): Add NUMBER argument and pass it to
19997         `gnus-group-read-ephemeral-group'.
19998
19999         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20000         argument and pass it to `gnus-group-read-group'.
20001
20002 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20003
20004         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20005         mm-xemacs-find-mime-charset-1 if we have the mule feature
20006         available at runtime.
20007
20008 2005-03-25  Werner Lemberg  <wl@gnu.org>
20009
20010         * nnmaildir.el: Replace `illegal' with `invalid'.
20011
20012 2005-03-23  Lute Kamstra  <lute@gnu.org>
20013
20014         * time-date.el: Add comment on time value formats.
20015         Don't require parse-time.
20016         (with-decoded-time-value): New macro.
20017         (encode-time-value): New function.
20018         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20019         (days-to-time): Return a valid time value when arg is huge.
20020         (time-since): Use time-subtract.
20021         (time-to-number-of-days): Use time-to-seconds.
20022
20023 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20024
20025         * gnus-start.el (gnus-display-time-event-handler):
20026         Check display-time-timer at runtime rather than only at load time
20027         in case display-time-mode is turned off in the mean time.
20028
20029 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20030
20031         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20032         used.
20033
20034         * nneething.el (nneething-map-file-directory): Derive from
20035         `gnus-directory'.
20036
20037         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20038         the To/Cc button.
20039
20040 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20041
20042         * nnmaildir.el (nnmaildir-request-accept-article):
20043         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20044
20045 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20046
20047         * gnus-async.el: Require timer-funcs at compile time when in
20048         XEmacs for `run-with-idle-timer'.
20049
20050 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20051
20052         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20053         autoloaded function.
20054
20055 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20056
20057         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20058
20059 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20060
20061         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20062
20063 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20064
20065         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20066         Add gnus-expert-user to default.
20067
20068 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20069
20070         * nnimap.el (nnimap-open-server): Ditto.
20071
20072         * imap.el (imap-authenticate): Fix typo.
20073
20074 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20075
20076         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20077         buffer (since IMAP server might return FETCH response out of
20078         order, and the nntp buffer must be sorted).
20079
20080 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20081
20082         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20083         comparison on string.
20084
20085         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20086         (gnus-agent-score): Rename category keywords to match gnus-cus.
20087         (gnus-agent-summary-fetch-series): Modify to protect against
20088         gnus-agent-summary-fetch-group clearing processable flags.
20089         (gnus-agent-synchronize-group-flags): Update live group buffer as
20090         synchronization may occur due to the user toggle the plugged
20091         status.
20092         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20093         successfully downloaded.
20094         (gnus-agent-expire-group-1): Avoid using markers when the overview
20095         is in ascending order; greatly improves performance.
20096         (gnus-agent-regenerate-group):
20097         Use gnus-agent-synchronize-group-flags to reset read status in both
20098         gnus and server.
20099         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20100
20101 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20102
20103         * message.el: Don't autoload former message-utils variables.
20104         (message-strip-subject-trailing-was): Change doc string.
20105
20106         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20107         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20108         (nnweb-google-search): Add "hl=en" here.
20109         (nnweb-google-parse-1, nnweb-google-create-mapping):
20110         Don't hardcode URL.
20111
20112 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20113
20114         * message.el (message-get-reply-headers, message-followup):
20115         Mention related variables `message-use-followup-to' and
20116         `message-use-mail-followup-to', in the information buffer.
20117
20118         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20119         of broken groups(-beta).google.com.
20120
20121 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20122
20123         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20124         parameter to invoked gnus-request-move-article; remove the
20125         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20126         all at once instead of once per article.
20127         (gnus-summary-remove-process-mark): Accept a list of articles as
20128         well as a single article for processing.
20129
20130         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20131         parameter.
20132
20133         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20134
20135         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20136
20137         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20138         parameter.
20139
20140         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20141         parameter.
20142
20143         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20144         parameter and remove the gnus-sum-hint-move-is-internal variable.
20145
20146         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20147         parameter.
20148
20149         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20150         parameter.
20151
20152         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20153         parameter.
20154
20155         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20156
20157         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20158         parameter.
20159
20160         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20161         parameter.
20162
20163 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20164
20165         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20166         a more conservative way.
20167
20168 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20169
20170         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20171         buffer, so it moves the window's cursor.
20172
20173 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20174
20175         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20176         `mm-dissect-multipart' and receive the from field as an (optional)
20177         argument from `mm-dissect-multipart'.
20178         (mm-dissect-multipart): Receive the from field as an argument and
20179         pass it on when we call `mm-dissect-buffer' on MIME parts.
20180         Fixes verification/decryption of signed/encrypted MIME parts.
20181
20182 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20183
20184         * gnus-sum.el (gnus-summary-move-article):
20185         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20186         whatever it calls (right now, only nnimap-request-move article
20187         respects it).
20188
20189         * nnimap.el (nnimap-request-move-article):
20190         When gnus-sum-hint-move-is-internal is set, don't do the extra
20191         nnimap-request-article.
20192
20193 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20194
20195         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20196
20197         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20198         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20199
20200         * gnus-sum.el (gnus-summary-caesar-message):
20201         Apply `gnus-treat-article' after rotation.
20202
20203         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20204         doc string.
20205
20206 2005-02-22  Simon Josefsson  <jas@extundo.com>
20207
20208         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20209         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20210         <arne@arnested.dk>.
20211         (encrypt): Add password-cache and password-cache-expiry as group
20212         members.
20213
20214 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20215
20216         * smime.el (smime-ldap-host-list): Doc fix.
20217         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20218         cache) password.
20219         (smime-sign-region): Use it.
20220         (smime-decrypt-region): Use it.
20221         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20222         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20223         fails.
20224         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20225         certificate from DER to PEM format rather than calling openssl.
20226
20227         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20228
20229         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20230         for signing/encryption.
20231
20232         * mml.el (mml-parse-1): Use them.
20233
20234 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20235
20236         * nnrss.el (nnrss-verbose): Remove.
20237         (nnrss-request-group): Use `nnheader-message' instead.
20238
20239 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20240
20241         * nnrss.el (nnrss-verbose): New variable.
20242         (nnrss-request-group): Make it say nnrss is requesting a group.
20243
20244 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20245
20246         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20247         Handle news URL with given port correctly.
20248
20249 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20250
20251         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20252         containing special characters.
20253
20254         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20255
20256         * mml.el (mime-to-mml): Ditto.
20257
20258         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20259         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20260         (rfc2047-decode-region): Quote decoded words containing special
20261         characters when rfc2047-quote-decoded-words-containing-tspecials
20262         is non-nil.
20263
20264 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20265
20266         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20267
20268         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20269
20270 2005-02-15  Simon Josefsson  <jas@extundo.com>
20271
20272         * nnimap.el (nnimap-debug): Doc fix.
20273
20274         * imap.el (imap-debug): Doc fix.
20275
20276 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20279
20280 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20281
20282         * gnus.el (spam-contents): Improve docs for spam-contents
20283         parameter in its variable incarnation.
20284
20285 2005-02-14  Simon Josefsson  <jas@extundo.com>
20286
20287         * smime-ldap.el: Use require instead of load-library for ldap.
20288         (smime-ldap-search): Indent.
20289         (smime-ldap-search-internal): Shorten line.
20290
20291         * smime.el (smime-cert-by-dns): Add doc-string.
20292         (smime-cert-by-ldap-1): Indent.
20293
20294         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20295         mml-smime-get-dns-ldap.
20296         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20297
20298 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20299
20300         * smime.el: Require smime-ldap.
20301         (smime-ldap-host-list): New variable.
20302         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20303
20304         * mml-smime.el (mml-smime-encrypt-query): New function.
20305         (mml-smime-encrypt-query): Use it.
20306
20307         * smime-ldap.el: New file.
20308
20309 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20310
20311         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20312
20313 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20314
20315         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20316         argument in doc string.  Make query for type more clear.
20317
20318 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20319
20320         * gnus.el (gnus-group-startup-message): Search for gnus images in
20321         etc/images/gnus.
20322         * mm-util.el (mm-image-load-path): Likewise.
20323         * smiley.el (smiley-data-directory): Search for smilies in
20324         etc/images/smilies.
20325
20326 2005-02-09  Kim F. Storm  <storm@cua.dk>
20327
20328         Change Emacs release version from 21.4 to 22.1 throughout.
20329         Change Emacs development version from 21.3.50 to 22.0.50.
20330
20331 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20332
20333         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20334
20335         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20336         non-Mule XEmacs as well.
20337         (mm-decompress-buffer): Signal an error intentionally if it does
20338         not decompress compressed data because auto-compression-mode is
20339         disabled.
20340
20341 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20342
20343         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20344         an ID in the registry even if it has no groups.
20345
20346 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20347
20348         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20349         merge it into mm-decompress-buffer.
20350         (gnus-mime-copy-part): Use the MIME part charset, the value which
20351         a user specified or gnus-newsgroup-charset for decoding, like
20352         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20353         save-buffer what was used.  Suggested by Kevin Ryde
20354         <user42@zip.com.au>.
20355         (gnus-mime-inline-part): Allow the name parameter as well as the
20356         filename parameter; force decompressing of compressed data; always
20357         display contents being not decoded as unibyte.
20358
20359         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20360         as well as the filename parameter.
20361
20362         * mm-util.el (mm-decompress-buffer):
20363         Merge gnus-mime-jka-compr-maybe-uncompress.
20364         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20365         of compressed data.
20366
20367 2005-02-08  Simon Josefsson  <jas@extundo.com>
20368
20369         * imap.el (imap-log): Doc fix.
20370
20371 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20374         the coding cookies; decompress compressed parts.
20375
20376         * mml.el (mml-generate-mime-1): Add the charset parameter according
20377         to the value which a user specified manually or the coding cookie.
20378
20379         * mm-util.el (mm-string-to-multibyte): New function.
20380         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20381         (mm-coding-system-to-mime-charset): New function.
20382         (mm-decompress-buffer): New function.
20383         (mm-find-buffer-file-coding-system): New function.
20384
20385         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20386         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20387         parts.
20388
20389 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20390
20391         * mm-view.el (mm-display-inline-fontify): Decode a part according
20392         to the charset parameter.
20393
20394 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20395
20396         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20397         prefix arg is neither nil nor a number, as info specifies.
20398
20399 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20400
20401         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20402         timestamps.
20403
20404 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20405
20406         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20407         groups error checking and notify user.
20408
20409 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20410
20411         * message.el (message-send-mail-function): Check existence of
20412         sendmail-program first before using default value
20413         `message-send-mail-with-sendmail'.  Otherwise use more generic
20414         `smtpmail-send-it'.
20415
20416 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * nntp.el (nntp-request-update-info): Always return nil.
20419
20420 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20421
20422         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20423
20424 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20425
20426         * message.el (message-beginning-of-line): Change the behavior when
20427         invoked between BOL and : so that it first moves backward.
20428
20429 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20430
20431         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20432         article buffer when editing of the article is discarded.
20433         (gnus-article-prepare): Revert.
20434
20435 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20436
20437         * gnus-art.el (gnus-article-prepare):
20438         Remove message-strip-forbidden-properties from the local hook.
20439
20440 2005-01-27  Simon Josefsson  <jas@extundo.com>
20441
20442         * password.el (password-cache-add): Only start one timer per key.
20443         Reported by Derek Atkins <warlord@MIT.EDU>.
20444
20445 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20446
20447         * run-at-time.el: Remove.  It is no longer needed as
20448         timer-funcs.el in the xemacs-base package has a working version of
20449         `run-at-time'.
20450
20451         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20452
20453         * password.el: Require timer-funcs instead of run-at-time in
20454         XEmacs.
20455         Remove `password-run-at-time' macro.
20456         (password-cache-add): Use `run-at-time' instead of
20457         `password-run-at-time'.
20458
20459         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20460         Remove `nnheader-cancel-function-timers' alias,
20461         `cancel-function-timers' exists in XEmacs in timer-funcs.
20462
20463         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20464         for `run-with-idle-timer'.
20465
20466         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20467         for `run-at-time'.
20468
20469         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20470         for `with-timeout'.
20471
20472         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20473         the same as for XEmacs 21.4.
20474         No need to ignore `run-with-idle-timer', this function exists in
20475         XEmacs now in timer-funcs.el in the xemacs-base package.
20476         (dgnushack-compile): No need to delete
20477         run-at-time.el from the list of files to compile because it
20478         doesn't exist anymore.
20479
20480 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20481
20482         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20483         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20484
20485 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20486
20487         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20488         sensitively.
20489
20490 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20491
20492         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20493
20494 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20495
20496         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20497         which will be inserted according to the multibyteness of a buffer
20498         rather than the type of contents.  Suggested by ARISAWA Akihiro
20499         <ari@mbf.ocn.ne.jp>.
20500
20501         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20502         of string which old xml.el may return rather than a string.
20503
20504 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20505
20506         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20507
20508 2005-01-16  Simon Josefsson  <jas@extundo.com>
20509
20510         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20511         idn/idna.el isn't available.
20512         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20513         <michael@waxrat.com>.
20514
20515         * hashcash.el: Remove non-FSF copyright header.
20516
20517         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20518         (hashcash-generate-payment): Use it.
20519         (hashcash-generate-payment-async): Use it.
20520
20521 2005-01-15  Simon Josefsson  <jas@extundo.com>
20522
20523         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20524         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20525
20526         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20527         gnus-summary-idna-message.
20528         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20529         (gnus-summary-idna-message): New function.
20530
20531 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20532
20533         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20534         gnus-novice-user.
20535
20536 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20537
20538         * nnrss.el (nnrss-request-delete-group): Delete entries in
20539         nnrss-group-alist as well.
20540         (nnrss-save-server-data): Insert newline.
20541
20542 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20543
20544         * gnus.el (gnus-user-agent): Use list of symbols instead of
20545         symbols.  Display full version number for (S)XEmacs.
20546         Optionally display (S)XEmacs codename.
20547
20548         * gnus-util.el (gnus-emacs-version): Update for new
20549         `gnus-user-agent'.
20550
20551         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20552         Gnus version.
20553
20554 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20555
20556         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20557         which is unreadable in some setups.
20558
20559 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * gnus-spec.el (gnus-update-format-specifications): Flush the
20562         group format spec cache if it doesn't support decoded group names.
20563
20564 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20565
20566         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20567         Allow to apply decay on score files matching a regexp.
20568
20569 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20570
20571         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20572         compatibility in %g and %c.
20573
20574 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20575
20576         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20577         name for only %g and %c.
20578         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20579         of gnus-tmp-group to decoded group name.
20580         (gnus-group-make-rss-group): Exclude `/'s from group names.
20581
20582 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20583
20584         * nnrss.el (nnrss-get-encoding): Fix regexp.
20585
20586 2004-12-27  Simon Josefsson  <jas@extundo.com>
20587
20588         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20589         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20590         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20591
20592 2004-12-17  Kim F. Storm  <storm@cua.dk>
20593
20594         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20595
20596         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20597
20598 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20599
20600         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20601
20602 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20603
20604         * nnrss.el: Require rfc2047 and mml.
20605         (nnrss-file-coding-system): New variable.
20606         (nnrss-format-string): Redefine it as an inline function.
20607         (nnrss-decode-group-name): New function.
20608         (nnrss-string-as-multibyte): Remove.
20609         (nnrss-retrieve-headers): Decode group name; don't use
20610         nnrss-format-string.
20611         (nnrss-request-group): Decode group name.
20612         (nnrss-request-article): Decode group name; allow a Message-ID as
20613         well as an article number; don't use nnrss-format-string; encode a
20614         Message-ID string which may contain non-ASCII characters; use
20615         mml-to-mime to compose a MIME article.
20616         (nnrss-request-expire-articles): Decode group name.
20617         (nnrss-request-delete-group): Decode group name.
20618         (nnrss-fetch): Clarify error message.
20619         (nnrss-read-server-data): Use insert-file-contents instead of load;
20620         bind file-name-coding-system; use multibyte buffer.
20621         (nnrss-save-server-data): Bind coding-system-for-write to the
20622         value of nnrss-file-coding-system; bind file-name-coding-system;
20623         add coding cookie.
20624         (nnrss-read-group-data): Use insert-file-contents instead of load;
20625         bind file-name-coding-system; use multibyte buffer.
20626         (nnrss-save-group-data): Bind coding-system-for-write to the
20627         value of nnrss-file-coding-system; bind file-name-coding-system.
20628         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20629         make it work with non-ASCII text.
20630         (nnrss-find-el): Make it work with old xml.el as well.
20631
20632 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20633
20634         * nnrss.el (nnrss-get-encoding): New function.
20635         (nnrss-fetch): Use unibyte buffer initially; bind
20636         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20637         decode contents according to the encoding attribute.
20638         (nnrss-save-group-data): Add coding cookie.
20639         (nnrss-mime-encode-string): New function.
20640         (nnrss-check-group): Use it to encode subject and author.
20641
20642 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20643
20644         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20645         imaginary variable.
20646
20647 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20648
20649         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20650         correctly even if there are wide characters.
20651
20652 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20653
20654         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20655         downcased symbol names; make a new cache instead of reusing
20656         bbdb-hashtable.
20657
20658 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20659
20660         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20661         concatenating segments rather than before concatenating them.
20662         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20663
20664         * message.el (message-get-reply-headers): Bind `extra'.
20665
20666 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20667
20668         * message.el (message-extra-wide-headers): New variable.
20669         (message-get-reply-headers): Use it.
20670
20671 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20672
20673         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20674         (gnus-agent-group-pathname): Ditto.
20675
20676         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20677
20678         * gnus-group.el (gnus-group-make-group): Decode group name.
20679         (gnus-group-make-rss-group): Register the group data after opening
20680         the nnrss group.
20681
20682 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20683
20684         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20685         by expiry now get marked as read.
20686
20687 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20688
20689         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20690
20691 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20692
20693         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20694         unify Latin characters in XEmacs.
20695         (mm-find-mime-charset-region): Use it.
20696
20697 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20698
20699         * gnus-util.el (gnus-delete-directory): New function.
20700
20701         * gnus-agent.el (gnus-agent-delete-group): Use it.
20702
20703         * gnus-cache.el (gnus-cache-delete-group): Use it.
20704
20705 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20706
20707         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20708         names.
20709
20710 2004-12-16  Simon Josefsson  <jas@extundo.com>
20711
20712         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20713
20714 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20715
20716         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20717
20718         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20719         (gnus-group-set-current-level): Decode group name.
20720
20721 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20722
20723         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20724         failed.
20725
20726 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * gnus-group.el (gnus-group-delete-group): Decode group name.
20729         (gnus-group-make-rss-group): Encode group name.
20730         (gnus-group-catchup-current): Decode group name.
20731         (gnus-group-kill-group): Decode group name.
20732
20733 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20734
20735         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20736
20737 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20738
20739         * gnus-group.el (gnus-group-make-rss-group):
20740         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20741
20742         * gnus-start.el (gnus-setup-news): Honor user's setting to
20743         gnus-message-archive-method.  Suggested by Lute Kamstra
20744         <lute@gnu.org>.
20745
20746 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20747
20748         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20749         global counterparts of the buffer-local variables.
20750
20751 2004-11-16  Romain Francoise  <romain@orebokech.com>
20752
20753         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20754         counterparts of the buffer-local variables.
20755
20756 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20757
20758         * message.el (message-forbidden-properties): Fix typo in doc
20759         string.
20760
20761 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20762
20763         * gnus-util.el (gnus-replace-in-string): Add doc string.
20764
20765         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20766         to avoid problems when splitting mails with many recipients.
20767
20768 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20769
20770         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20771         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20772
20773 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20774
20775         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20776         if there is no hashtable in memory or file modification time is
20777         newer than cached timestamp.
20778
20779 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20780
20781         * gnus-sum.el (gnus-summary-limit-to-recipient):
20782         Implement not-matching option.
20783
20784 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20785
20786         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20787         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20788         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20789         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20790         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20791         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20792
20793 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * message.el (message-forward-make-body-mml): Remove headers
20796         according to message-forward-ignored-headers if a message is decoded.
20797
20798 2004-12-02  Romain Francoise  <romain@orebokech.com>
20799
20800         * message.el (message-forward-make-body-plain): Always remove
20801         headers according to message-forward-ignored-headers.
20802
20803 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20804
20805         * spam.el (spam-summary-prepare-exit): Remove the
20806         gnus-summary-limit pop for now, it has problems with ham marks for
20807         me.
20808
20809 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20810
20811         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20812         correctly.
20813
20814 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20815
20816         * format-spec.el (format-spec): Message the char.
20817
20818 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20819
20820         * gnus-art.el (gnus-split-methods): Reformat comments.
20821
20822         * spam.el (spam-summary-prepare-exit): Remove article limits
20823         before exiting the summary buffer.
20824
20825 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20826
20827         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20828         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20829
20830         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20831         order to silence the byte compiler.
20832
20833         * spam.el: Fix the way to silence the byte compiler, which
20834         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20835         bbdb-search-simple, spam-BBDB-register-routine,
20836         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20837         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20838         spam-stat-buffer-is-spam, spam-stat-load,
20839         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20840         spam-stat-save and spam-stat-split-fancy.
20841
20842 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20843
20844         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20845         which may confuse users.
20846         (canlock-password-for-verify): Ditto.
20847
20848         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20849
20850         * gnus-art.el (gnus-emphasis-alist): Ditto.
20851
20852         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20853
20854         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20855
20856         * gnus-start.el (gnus-save-killed-list): Ditto.
20857
20858         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20859         (gnus-sum-thread-tree-root): Ditto.
20860         (gnus-sum-thread-tree-false-root): Ditto.
20861         (gnus-sum-thread-tree-single-indent): Ditto.
20862
20863         * message.el (message-courtesy-message): Ditto.
20864         (message-archive-note): Ditto.
20865         (message-subscribed-address-file): Ditto.
20866         (message-user-fqdn): Ditto.
20867
20868         * spam-report.el (spam-report-gmane-regex): Ditto.
20869
20870         * spam.el (spam-blackhole-good-server-regex): Ditto.
20871
20872 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20873
20874         * mml.el (mml-preview): Widen the message buffer before copying
20875         the contents to the preview buffer; sort headers before previewing.
20876
20877         * message.el (message-hidden-headers): Fix the way to avoid a bug
20878         in the `repeat' widget in Emacs 21.3 or earlier.
20879
20880 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20881
20882         * message.el (message-hidden-headers): Default to "^References:".
20883         Improve customization type.  Suggested by Reiner Steib
20884         <Reiner.Steib@gmx.de>.
20885
20886 2004-11-25  Romain Francoise  <romain@orebokech.com>
20887
20888         * message.el (message-strip-forbidden-properties): Remove check for
20889         obsolete `message-hidden' text property, hidden headers are not
20890         accessible in the buffer anymore.
20891
20892 2004-11-22  Romain Francoise  <romain@orebokech.com>
20893
20894         * message.el (message-header-format-alist): Add `From' in list
20895         so that it can be sorted.
20896         (message-fix-before-sending): Widen and sort headers before
20897         sending.
20898         (message-hide-headers): Use narrowing to hide headers by moving
20899         them to the top of the buffer and narrowing to the region
20900         underneath.
20901
20902 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20903
20904         * message.el (message-strip-forbidden-properties):
20905         Bind buffer-read-only (etc) to nil.
20906
20907 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20910         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20911
20912 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20913
20914         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20915
20916 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20917
20918         * dns.el (query-dns): Use sit-for to time instead of
20919         accept-process-output, since that doesn't seem to work on udp
20920         sockets.
20921
20922 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20923
20924         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20925
20926 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20927
20928         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20929         doc string.  Improve doc string.
20930
20931 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20932
20933         * nntp.el (nntp-request-update-info): Return nil if
20934         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20935         may not call gnus-activate-group which uselessly issues the GROUP
20936         commands for all nntp groups and wastes time.  Reported by Romain
20937         Francoise <romain@orebokech.com>.
20938
20939         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20940
20941 2004-11-15  Simon Josefsson  <jas@extundo.com>
20942
20943         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20944         headers separately.
20945         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20946         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20947
20948 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20949
20950         * gnus-start.el (gnus-convert-old-newsrc):
20951         Assign legacy-gnus-agent to 5.10.7.
20952
20953 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20954
20955         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20956         start of the lines.
20957
20958 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20959
20960         * hashcash.el (hashcash-default-payment): Change default to 20.
20961         (hashcash-default-accept-payment): Change default to 20.
20962         (hashcash-process-alist): New variable.
20963         (hashcash-generate-payment-async): Add.
20964         (hashcash-already-paid-p): Add.
20965         (hashcash-insert-payment): Don't generate payments twice.
20966         (hashcash-insert-payment-async): Add.
20967         (hashcash-insert-payment-async-2): Add.
20968         (hashcash-cancel-async): Add.
20969         (hashcash-wait-async): Add.
20970         (hashcash-processes-running-p): Add.
20971         (hashcash-wait-or-cancel): Add.
20972         (mail-add-payment): New optional argument.  Conditionally start
20973         asynchronous calculation.
20974         (mail-add-payment-async): Add.
20975
20976         * message.el (message-send-mail): Wait for asynchronous hashcash
20977         results.  Don't clobber existing X-Hashcash headers.
20978         (message-setup-1): Call mail-add-payment-async when
20979         message-generate-hashcash is non-nil.
20980
20981 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20982
20983         * message.el (message-use-alternative-email-as-from): Examine the
20984         From header as well; use message-make-from in order to include a
20985         user's full name.
20986
20987 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20988
20989         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20990         default; improve customization type.
20991         (gnus-emphasis-custom-with-format): New macro.
20992         (gnus-emphasis-custom-value-to-external): New function.
20993         (gnus-emphasis-custom-value-to-internal): New function.
20994
20995 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20996
20997         * dns.el (query-dns): Resolve reverse addresses.
20998
20999 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21000
21001         * gnus-group.el (gnus-group-get-new-news): Use it.
21002
21003         * gnus-start.el (gnus-check-reasonable-setup): New function.
21004
21005 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21008         "Args out of range" error.  Reported by Arnaud Giersch
21009         <arnaud.giersch@free.fr>.
21010
21011 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21012
21013         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21014
21015 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21016
21017         * spam.el (spam group): Add :version.
21018
21019         * pgg-def.el (pgg group): Add :version.
21020
21021 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21022
21023         * gnus-art.el (gnus-article-edit-article): Don't associate the
21024         article buffer with a draft file.  This is a temporary measure
21025         against the 2004-08-22 change to gnus-article-edit-mode.
21026
21027 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21028
21029         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21030         (html2text-format-tags): Remove unused variable `attr'.
21031
21032 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21033
21034         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21035
21036         * tls.el (tls-process-connection-type, tls-success)
21037         (tls-certtool-program): Add :version.
21038
21039         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21040         (starttls-extra-arguments, starttls-process-connection-type)
21041         (starttls-connect, starttls-failure, starttls-success): Add :version.
21042
21043         * spam-stat.el (spam-stat): Add :version.
21044
21045         * sieve.el (sieve): Add :version.
21046
21047         * sha1.el (sha1): Add :version.
21048         (sha1-use-external): Remove redundant version.
21049
21050         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21051         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21052         (nnmail-split-fancy-match-partial-words)
21053         (nnmail-split-lowercase-expanded): Add :version.
21054
21055         * nndiary.el (nndiary): Add :version.
21056
21057         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21058
21059         * mml-sec.el (mml-default-sign-method)
21060         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21061         Add :version.
21062
21063         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21064
21065         * mm-url.el (mm-url-use-external, mm-url-program)
21066         (mm-url-arguments): Add :version.
21067
21068         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21069         (mm-attachment-file-modes, mm-decrypt-option)
21070         (mm-w3m-safe-url-regexp): Add :version.
21071
21072         * message.el (message-cite-prefix-regexp)
21073         (message-sendmail-envelope-from, message-minibuffer-local-map)
21074         (message-user-fqdn, message-completion-alist): Add :version.
21075
21076         * gnus-win.el (gnus-configure-windows-hook)
21077         (gnus-use-frames-on-any-display): Add :version.
21078
21079         * gnus-art.el (gnus-article-address-banner-alist)
21080         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21081         (gnus-treat-from-picon, gnus-treat-mail-picon)
21082         (gnus-treat-x-pgp-sig): Add :version.
21083
21084         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21085         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21086         (gnus-summary-article-delete-hook)
21087         (gnus-summary-display-while-building): Add :version.
21088
21089         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21090         (gnus-get-top-new-news-hook): Add :version.
21091
21092         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21093         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21094
21095         * gnus-registry.el (gnus-registry): Add :version.
21096
21097         * gnus-spec.el (gnus-use-correct-string-widths)
21098         (gnus-make-format-preserve-properties): Add :version.
21099
21100         * gnus.el (gnus-group-charter-alist)
21101         (gnus-group-fetch-control-use-browse-url)
21102         (gnus-install-group-spam-parameters): Add :version.
21103
21104         * gnus-diary.el (gnus-diary): Add :version.
21105
21106         * gnus-delay.el (gnus-delay): Add :version.
21107
21108         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21109         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21110         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21111         Add :version.
21112
21113         * gnus-agent.el (gnus-agent-max-fetch-size)
21114         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21115         (gnus-agent-prompt-send-queue): Add :version.
21116
21117         * deuglify.el (gnus-outlook-deuglify): Add :version.
21118
21119         * html2text.el: Beautify code.  Improve doc strings.
21120         Some checkdoc cleanup.
21121         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21122
21123 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21124
21125         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21126
21127 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21128
21129         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21130         when package is loaded.
21131
21132         * spam.el (spam-summary-score-preferred-header): Add global preference
21133         for people who want to override the default SpamAssassin over
21134         Bogofilter preference (when both are set).
21135         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21136         (spam-user-format-function-S):
21137         Check spam-summary-score-preferred-header.
21138         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21139         (spam-user-format-function-S): Format the score correctly.
21140
21141 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21142
21143         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21144         signature file.  Suggested by Manoj Srivastava
21145         <srivasta@golden-gryphon.com>.
21146
21147         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21148         iso-2022-jp even in the Japanese language environment.
21149         Suggested by Jason Rumney <jasonr@gnu.org>.
21150
21151 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21152
21153         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21154         use the same characters as the dummy marks; make it free from
21155         getting affected by the language environment.
21156         (gnus-summary-read-group-1): Update mark positions only when the
21157         format spec is updated.
21158
21159         * gnus-spec.el (gnus-update-format-specifications): Return a list
21160         of updated types.
21161
21162 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21163
21164         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21165         of boundp to check if display-warning is available.
21166
21167 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21168
21169         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21170
21171 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21172
21173         * nnspool.el (nnspool-spool-directory): Use news-path if the
21174         news-directory variable is not bound.
21175
21176         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21177         function instead of display-warning if it is not available.
21178
21179 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21180
21181         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21182         v5-10: Use `point-at-bol'.
21183
21184 2004-10-26  Simon Josefsson  <jas@extundo.com>
21185
21186         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21187         <chenggao@gmail.com>.
21188
21189 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21190
21191         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21192         instead.
21193
21194 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21195
21196         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21197         to remove a server from the nnimap-server-buffer-alist.
21198         (nnimap-open-connection, nnimap-close-server): Use it.
21199
21200         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21201
21202 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21203
21204         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21205         running the major-mode function.
21206
21207 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21208
21209         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21210         dummy marks in the right way.
21211
21212 2004-10-18  David Edmondson  <dme@dme.org>
21213
21214         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21215         excessively.
21216
21217 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21218
21219         * gnus-util.el (gnus-split-references): Accept a nil references
21220         string and go on blissfully.
21221
21222         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21223         cases where the references string is non-nil but has no references.
21224
21225         * encrypt.el: Add autoload tags.
21226
21227         * spam.el (spam-resolve-registrations-routine): Remove article
21228         from unregistration list too.  Reported by David Hanak
21229         <dhanak@isis.vanderbilt.edu>
21230
21231 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21232
21233         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21234         nil.  Change custom type.
21235
21236 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21237
21238         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21239
21240         * gnus-sum.el (gnus-summary-move-article): Use it.
21241
21242 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21243
21244         * encrypt.el: Add autoload cookies.
21245
21246         * spam.el (spam-backend-article-list-property)
21247         (spam-backend-get-article-todo-list)
21248         (spam-backend-put-article-todo-list)
21249         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21250         Resolve registrations separately.
21251         (spam-register-routine): Format comments.
21252         (spam-unregister-routine, spam-register-routine): Always call with
21253         specific-articles, no default list.
21254         (spam-summary-prepare-exit): Use the spam-classifications function.
21255
21256         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21257         gnus-encrypt.el.
21258
21259         * encrypt.el: Copied from gnus-encrypt.el.
21260
21261         * gnus-encrypt.el: Commented that it's obsolete.
21262
21263 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21264
21265         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21266         (gnus-score-save): Use it.
21267
21268         * message.el (message-bury): Use `window-dedicated-p'.
21269
21270 2004-10-15  Simon Josefsson  <jas@extundo.com>
21271
21272         * pop3.el (top-level): Don't require nnheader.
21273         (pop3-read-timeout): Add.
21274         (pop3-accept-process-output): Add.
21275         (pop3-read-response, pop3-retr): Use it.
21276
21277 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21278
21279         * spam.el (spam-register-routine): Move comment.
21280         (spam-verify-bogofilter): Use 'unknown for the initial
21281         spam-bogofilter-valid state, not 'never.
21282
21283         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21284         for netrc-machine.
21285
21286         * nnimap.el (nnimap-open-connection):
21287         Use netrc-machine-user-or-password.
21288
21289 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21290
21291         * gnus-registry.el (gnus-registry-unload-hook):
21292         Set as a variable with add-hook.
21293
21294         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21295         of news-path.
21296
21297         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21298
21299         * spam.el: Delete duplicate `provide'.
21300         (spam-unload-hook): Set as a variable with add-hook.
21301
21302 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21303
21304         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21305         in the doc string.
21306
21307         * message.el (message-ignored-news-headers)
21308         (message-ignored-supersedes-headers)
21309         (message-ignored-resent-headers)
21310         (message-forward-ignored-headers): Improve custom type.
21311
21312 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * message.el (message-tokenize-header): Fix 2004-09-06 change
21315         which used point-min in the wrong place.
21316
21317 2004-10-12  Simon Josefsson  <jas@extundo.com>
21318
21319         * tls.el (tls-certtool-program): New variable.
21320         (tls-certificate-information): New function, based on
21321         ssl-certificate-information.
21322
21323 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21324
21325         * compface.el: Move the version of ELisp-based uncompface program
21326         to the contrib directory because of the copyright problem.
21327
21328 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21329
21330         * message.el (message-kill-buffer): Raise the current frame.
21331
21332 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21333
21334         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21335
21336         * gnus.el (message-y-or-n-p): Autoload.
21337
21338         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21339         (pop3-password-required, pop3-authentication-scheme)
21340         (pop3-leave-mail-on-server): Make customizable.
21341         (pop3): New custom group.
21342         (pop3-retr): Remove `sleep-for' statements.
21343         Suggested by Dave Love <fx@gnu.org>.
21344
21345         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21346         Windows/DOS.
21347
21348         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21349         (imap-parse-body): Fix incorrect use of `assert'.
21350         Suggested by Dave Love <fx@gnu.org>.
21351
21352         * mml.el (mml-minibuffer-read-disposition): Require match.
21353         Suggested by Dave Love <fx@gnu.org>.
21354
21355 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21356
21357         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21358         doc string.
21359
21360 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21361
21362         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21363
21364 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21365
21366         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21367         instead of calling `mm-insert-inline', to decode text/* parts
21368         before displaying them.
21369
21370 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21371
21372         * mm-uu.el (mm-uu-text-plain-type): New variable.
21373         (mm-uu-pgp-signed-extract-1): Use it.
21374         (mm-uu-pgp-encrypted-extract-1): Use it.
21375         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21376         bind mm-uu-text-plain-type with that value.
21377         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21378         mm-uu-dissect.
21379
21380 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21381
21382         * gnus-group.el (gnus-update-group-mark-positions):
21383         * gnus-sum.el (gnus-update-summary-mark-positions):
21384         * message.el (message-check-news-body-syntax):
21385         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21386         of string-as-multibyte.
21387
21388 2004-10-05  Juri Linkov  <juri@jurta.org>
21389
21390         * gnus-group.el (gnus-update-group-mark-positions):
21391         * gnus-sum.el (gnus-update-summary-mark-positions):
21392         * message.el (message-check-news-body-syntax):
21393         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21394         8-bit unibyte values to a multibyte string for search functions.
21395
21396 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21397
21398         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21399         (mm-uu-dissect-text-parts): New function.
21400
21401         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21402         dissect text parts.
21403
21404         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21405         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21406
21407         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21408
21409         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21410         Use gnus-current-topics instead of gnus-current-topic.
21411
21412 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21413
21414         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21415
21416 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21417
21418         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21419         where appropriate.
21420
21421         * nnml.el (nnml-generate-active-info): do.
21422
21423         * nndiary.el (nndiary-generate-active-info): do.
21424
21425         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21426         (gnus-topic-move): do.
21427
21428         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21429         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21430
21431         * gnus-srvr.el (gnus-server-prepare)
21432         (gnus-server-open-all-servers): do.
21433
21434         * gnus-msg.el (gnus-summary-cancel-article)
21435         (gnus-summary-resend-message)
21436         (gnus-summary-mail-crosspost-complaint): do.
21437
21438         * gnus-move.el (gnus-change-server): do.
21439
21440         * gnus-group.el (gnus-group-unmark-all-groups)
21441         (gnus-group-set-current-level): do.
21442
21443 2004-10-04  Simon Josefsson  <jas@extundo.com>
21444
21445         * message.el (message-generate-hashcash): Doc fix.
21446
21447 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21448
21449         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21450         avoid infinite recursion via gnus-get-function.
21451
21452 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21453
21454         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21455
21456         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21457
21458         * nnmail.el (nnmail-split-history): do.
21459
21460         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21461         (nnml-request-delete-group): do.
21462
21463         * nnslashdot.el (nnslashdot-read-groups): do.
21464
21465         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21466         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21467
21468         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21469         (nnspool-sift-nov-with-sed): Use last.
21470         (nnspool-retrieve-headers-with-nov): Use mapc.
21471         (nnspool-request-newgroups): Use dolist.
21472         (nnspool-request-group): Use last.
21473
21474         * nntp.el (nntp-read-server-type): Use dolist.
21475
21476         * nnvirtual.el (nnvirtual-create-mapping)
21477         (nnvirtual-update-read-and-marked): Use dolist.
21478         (nnvirtual-convert-headers): Simplify.
21479
21480 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21481
21482         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21483         Add support for sync'ing tick marks.
21484
21485 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21486
21487         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21488         there's no visible header.
21489
21490 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21491
21492         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21493         When necessary, pass full group name to gnus-request-set-marks.
21494
21495 2004-10-01  Simon Josefsson  <jas@extundo.com>
21496
21497         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21498         acroread.
21499
21500 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21501
21502         * spam-report.el (spam-report-gmane): Fix interactive.
21503
21504         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21505
21506         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21507         when writing file.
21508         (gnus-agent-synchronize-flags): Don't default to being
21509         interactive.
21510
21511 2004-09-30  Simon Josefsson  <jas@extundo.com>
21512
21513         * message.el (message-generate-hashcash): Add.
21514         (message-send-mail): Use it, call mail-add-payment.
21515
21516 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21517
21518         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21519
21520 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21521
21522         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21523         gnus-requst-update-info with explicit code to sync the in-memory
21524         info read flags with the marks being sync'd to the backend.
21525
21526         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21527
21528 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21529
21530         * spam.el (spam-verify-bogofilter): Add new function.
21531         (spam-check-bogofilter)
21532         (spam-bogofilter-register-with-bogofilter): Use it.
21533         (spam-verify-bogofilter): Add small fixes.
21534
21535 2004-09-28  Simon Josefsson  <jas@extundo.com>
21536
21537         * hashcash.el (hashcash-generate-payment): Revert.
21538
21539 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21540
21541         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21542         Use gnus-extract-references instead of gnus-split-references.
21543
21544         * gnus-util.el (gnus-extract-references): Add new function, analogous
21545         to gnus-split-references but extracts only the message-ID without
21546         anything extra.
21547
21548         * hashcash.el (hashcash-generate-payment)
21549         (hashcash-check-payment): Do the right thing if hashcash-path is
21550         nil (because the hashcash program could not be found).
21551
21552         * spam.el (spam-use-hashcash): Remove comment.
21553
21554 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21555
21556         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21557         (gnus-cache-enter-article, gnus-cache-remove-article)
21558         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21559
21560         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21561
21562         * gnus-art.el (article-hide-boring-headers)
21563         (article-translate-strings, article-display-face)
21564         (gnus-article-mime-match-handle-first)
21565         (gnus-article-highlight-headers)
21566         (gnus-article-add-buttons-to-head): do.
21567
21568 2004-09-27  Simon Josefsson  <jas@extundo.com>
21569
21570         * hashcash.el: New version, from
21571         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21572         ../contrib/.
21573
21574 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21575
21576         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21577
21578 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21579
21580         * gnus-dup.el (gnus-dup-open): Use mapc.
21581         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21582
21583         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21584         Reported by Stefan Wiens <s.wi@gmx.net>.
21585
21586         * gnus.el (gnus-shutdown): Use dolist.
21587
21588         * gnus-undo.el (gnus-undo): Use mapc.
21589
21590         * nnrss.el (nnrss-generate-active): do.
21591
21592         * message.el (message-cite-original-without-signature)
21593         (message-cite-original): Use mapc.
21594         (message-do-actions, message-make-forward-subject): Use dolist.
21595
21596 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21597
21598         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21599         deletion to remove entire duplicate line.  Fixes merged article
21600         number bug.
21601
21602 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21603
21604         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21605         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21606         first ask if you want to open a server and then, even when you
21607         responded with no, asking if you want to synchronize the server's
21608         flags.
21609         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21610         multi-line expressions.
21611         (gnus-agent-synchronize-group-flags): New internal function.
21612         Updates marks in memory (in the info structure) AND in the
21613         backend.
21614
21615         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21616
21617         * nnagent.el (nnagent-request-set-mark):
21618         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21619         method, to ensure that synchronization updates marks in the
21620         backend and in the info (in memory) structure.
21621
21622 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21623
21624         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21625         convention fully; don't miss the root article of a thread; make
21626         the X-Draft-From header with correct article numbers.
21627
21628 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21629
21630         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21631         unless plugged.  Disable the agent so that an open failure causes
21632         an error.
21633
21634         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21635         Revert 2004-09-21 change.  The backend must be opened while
21636         synchronizing flags even when the backend stores the flags
21637         locally.
21638
21639 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21640
21641         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21642         in `header' match.  Reported by Svend Tollak Munkejord.
21643
21644         * message.el (message-cite-original): Fix use of
21645         `message-cite-articles-with-x-no-archive'.
21646
21647 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21648
21649         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21650         (gnus-window-to-buffer): Ditto.
21651
21652         * mml.el (mml-preview-buffer): New variable.
21653         (mml-preview): Manage window layout with gnus-buffer-configuration.
21654
21655         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21656         X-Draft-From header even if those articles aren't quoted.
21657
21658 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21659
21660         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21661         (gnus-request-set-mark, gnus-request-update-mark): Use new
21662         g-s-t-u-l-m to decide to use backend even when unplugged.
21663
21664 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21665
21666         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21667         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21668
21669 2004-09-20  Simon Josefsson  <jas@extundo.com>
21670
21671         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21672         "utf-16-le".
21673
21674 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21675
21676         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21677
21678 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21679
21680         * uudecode.el (uudecode-use-external): Add :version.
21681
21682         * smime.el (smime-CA-file, smime-encrypt-cipher)
21683         (smime-dns-server): Add :version.
21684
21685         * smiley.el (gnus-smiley-file-types): Add :version.
21686
21687         * sha1.el (sha1-use-external): Add :version.
21688
21689         * pgg-def.el (pgg-query-keyserver): Add :version.
21690
21691         * nnmail.el (nnmail-fancy-expiry-targets)
21692         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21693         Add :version.
21694
21695         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21696         (nnimap-retrieve-groups-asynchronous): Add :version.
21697         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21698
21699         * mml.el (mml-content-disposition-parameters)
21700         (mml-insert-mime-headers-always): Add :version.
21701
21702         * mm-util.el (mm-coding-system-priorities): Add :version.
21703
21704         * mm-decode.el (mm-inline-text-html-with-images)
21705         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21706         (mm-verify-option): Add :version.
21707         (mm-text-html-renderer): Change :version.
21708
21709         * message.el (message-fcc-externalize-attachments)
21710         (message-required-headers, message-draft-headers)
21711         (message-subject-trailing-was-query)
21712         (message-subject-trailing-was-ask-regexp)
21713         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21714         (message-mark-insert-end, message-archive-header)
21715         (message-archive-note, message-cross-post-default)
21716         (message-cross-post-note, message-followup-to-note)
21717         (message-cross-post-note-function, message-use-mail-followup-to)
21718         (message-subscribed-address-functions)
21719         (message-subscribed-address-file, message-subscribed-addresses)
21720         (message-subscribed-regexps, message-allow-no-recipients)
21721         (message-yank-cited-prefix, message-signature-insert-empty-line)
21722         (message-hidden-headers, message-hierarchical-addresses)
21723         (message-mail-user-agent, message-use-idna)
21724         (message-valid-fqdn-regexp)
21725         (message-strip-special-text-properties, message-header-synonyms)
21726         (message-beginning-of-line, message-tab-body-function): Add :version.
21727         (message-insert-canlock, message-wide-reply-confirm-recipients):
21728         Change :version.
21729
21730         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21731         and :version.
21732         (mail-source-delete-old-incoming-confirm)
21733         (mail-source-movemail-program): Add :version.
21734
21735         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21736         (gnus-agent-cache, gnus-agent): Change :version.
21737
21738         * gnus-util.el (gnus-use-byte-compile): Change :version.
21739
21740         * gnus-sum.el (gnus-summary-make-false-root-always)
21741         (gnus-summary-default-high-score)
21742         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21743         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21744         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21745         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21746         (gnus-sum-thread-tree-single-indent)
21747         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21748         (gnus-sum-thread-tree-leaf-with-other)
21749         (gnus-sum-thread-tree-single-leaf): Add :version.
21750         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21751         (gnus-article-loose-mime): Change :version.
21752
21753         * gnus-start.el (gnus-backup-startup-file)
21754         (gnus-save-startup-file-via-temp-buffer): Add :version.
21755
21756         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21757         (gnus-server-offline-face): Add :version.
21758
21759         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21760
21761         * gnus-msg.el (gnus-gcc-externalize-attachments)
21762         (gnus-debug-files, gnus-debug-exclude-variables)
21763         (gnus-discouraged-post-methods): Change :version.
21764         (gnus-confirm-mail-reply-to-news)
21765         (gnus-confirm-treat-mail-like-news): Add :version.
21766
21767         * gnus-int.el (gnus-server-unopen-status): Add :version.
21768
21769         * gnus-group.el (gnus-group-jump-to-group-prompt)
21770         (gnus-large-ephemeral-newsgroup)
21771         (gnus-fetch-old-ephemeral-headers): Add :version.
21772
21773         * gnus-fun.el (gnus-x-face-directory)
21774         (gnus-convert-pbm-to-x-face-command)
21775         (gnus-convert-image-to-x-face-command)
21776         (gnus-convert-image-to-face-command): Add :version.
21777
21778         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21779
21780         * gnus-cite.el (gnus-cite-blank-line-after-header)
21781         (gnus-article-boring-faces): Add :version.
21782
21783         * gnus-art.el (gnus-buttonized-mime-types)
21784         (gnus-inhibit-mime-unbuttonizing)
21785         (gnus-treat-display-face)
21786         (gnus-treat-body-boundary): Change :version.
21787         (gnus-body-boundary-delimiter, gnus-picon-databases)
21788         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21789         (gnus-treat-date-english, gnus-treat-fold-headers)
21790         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21791         (gnus-treat-mail-picon, gnus-treat-wash-html)
21792         (gnus-article-encrypt-protocol)
21793         (gnus-use-idna, gnus-article-over-scroll)
21794         (gnus-mime-display-multipart-alternative-as-mixed)
21795         (gnus-mime-display-multipart-related-as-mixed)
21796         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21797         (gnus-ctan-url, gnus-button-ctan-handler)
21798         (gnus-button-handle-ctan-bogus-regexp)
21799         (gnus-button-ctan-directory-regexp)
21800         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21801         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21802         (gnus-button-man-level, gnus-button-emacs-level)
21803         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21804
21805         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21806         (gnus-agent-go-online): Change :version.
21807         (gnus-agent-expire-unagentized-dirs)
21808         (gnus-agent-auto-agentize-methods): Add :version.
21809
21810         * flow-fill.el (fill-flowed-display-column)
21811         (fill-flowed-encode-column): Add :version.
21812
21813         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21814         (gnus-outlook-deuglify-unwrap-max)
21815         (gnus-outlook-deuglify-cite-marks)
21816         (gnus-outlook-deuglify-unwrap-stop-chars)
21817         (gnus-outlook-deuglify-no-wrap-chars)
21818         (gnus-outlook-deuglify-attrib-cut-regexp)
21819         (gnus-outlook-deuglify-attrib-verb-regexp)
21820         (gnus-outlook-deuglify-attrib-end-regexp)
21821         (gnus-outlook-display-hook): Add :version.
21822
21823         * binhex.el (binhex-use-external): Add :version.
21824
21825 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21826
21827         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21828         and `invisible'.
21829
21830 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21831
21832         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21833         in gnus-registry-trim.
21834
21835 2004-09-13  Simon Josefsson  <jas@extundo.com>
21836
21837         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21838
21839         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21840
21841         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21842         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21843         <yamaoka@jpl.org>.
21844         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21845         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21846         <yamaoka@jpl.org>.
21847
21848         * sieve.el (sieve-manage-mode): Ditto.
21849
21850 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21851
21852         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21853
21854 2004-09-11  Simon Josefsson  <jas@extundo.com>
21855
21856         * dns-mode.el: Add.
21857
21858         * mm-view.el (mm-display-dns-inline): Add.
21859
21860         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21861         (mm-automatic-display): Ditto.
21862
21863         * mailcap.el (mailcap-mime-data): Add text/dns.
21864         (mailcap-mime-extensions): Map .soa to text/dns.
21865
21866 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21867
21868         * gnus-art.el (article-decode-mime-words, article-babel)
21869         (gnus-article-highlight-signature, gnus-article-add-buttons)
21870         (gnus-signature-toggle): Remove unnecessary bindings of
21871         `inhibit-read-only' inherited from v5.10 merge.
21872
21873 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21874
21875         * nntp.el (nntp): New customization group.
21876         (nntp-authinfo-file): Add customization group.
21877
21878         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21879
21880         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21881
21882         * gnus.el (to-address, to-list, subscribed)
21883         (large-newsgroup-initial): Ditto.
21884
21885         * flow-fill.el (fill-flowed-display-column)
21886         (fill-flowed-encode-column): Ditto.
21887
21888 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21889
21890         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21891         Use point-min rather than 1.
21892         (message-send-mail): Use buffer-size rather than point-max.
21893
21894         * gnus-sum.el (gnus-summary-search-article-forward):
21895         Signal a specific `search-failed' rather than a generic `error'.
21896
21897         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21898         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21899         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21900
21901 2004-09-10  Simon Josefsson  <jas@extundo.com>
21902
21903         * nndb.el (require): Remove tcp and duplicate cl.
21904
21905 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21906
21907         * gnus-agent.el (directory-files-and-attributes): Move forward.
21908
21909 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21910
21911         * gnus-agent.el (directory-files-and-attributes):
21912         Optionally defined to support XEmacs.
21913
21914 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21915
21916         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21917         to avoid run-time CL dependencies.
21918         (gnus-agent-unfetch-articles): New function.
21919         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21920         article numbers even when local .overview file is missing.
21921         (gnus-agent-read-article-number): New function.  Only accepts
21922         27-bit article numbers.
21923         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21924         Use gnus-agent-read-article-number.
21925         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21926         from backend while recognizing that article numbers in .overview
21927         must be valid.
21928         (gnus-agent-update-files-total-fetched-for):
21929         Use directory-files-and-attributes to improve performance.
21930         * gnus-int.el (gnus-request-move-article):
21931         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21932         improve performance.
21933
21934         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21935         some users confused by references to .newsrc when they only have a
21936         .newsrc.eld file.
21937         (gnus-convert-mark-converter-prompt)
21938         (gnus-convert-converter-needs-prompt): Fix use of property list.
21939         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21940         New function.  Used internally to only display 'gnus converting
21941         files' message when actually necessary.
21942
21943         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21944         methods now autoloaded.
21945
21946 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21947
21948         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21949         identifiers.
21950
21951 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21952
21953         * gnus-picon.el: Fix indentation and closing parenthesis.
21954
21955 2004-09-01  Simon Josefsson  <jas@extundo.com>
21956
21957         * message.el (message-canlock-generate): Require sha1, not
21958         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21959         to require within a function.  Sadly, if sha1.el isn't loaded, the
21960         let binding in m-c-g will hide the defcustom definition, which is
21961         bad.)
21962
21963         * canlock.el: Require sha1, not sha1-el.
21964
21965         * message.el: Don't autoload sha1 (there is a autoload cookie in
21966         sha1.el).
21967
21968         * sha1-el.el: Rename to sha1.el.
21969
21970 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21971
21972         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21973
21974 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21975
21976         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21977
21978 2004-08-30  Kim F. Storm  <storm@cua.dk>
21979
21980         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21981
21982         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21983         Add :group 'nnimap.
21984
21985 2004-08-30  Andreas Schwab  <schwab@suse.de>
21986
21987         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21988         ?* and ?\;.
21989
21990         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21991         and ?\' to symbol instead of whitespace.
21992
21993 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21994
21995         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21996
21997         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21998         instead of re-search-forward.
21999
22000         * gnus-uu.el (gnus-uu-save-article): Ditto.
22001         (gnus-uu-post-encode-uuencode): Ditto.
22002
22003         * html2text.el (html2text-clean-list-items): Ditto.
22004         (html2text-clean-dtdd): Ditto.
22005         (html2text-format-tags): Ditto.
22006
22007         * message.el (message-send-mail-with-sendmail): Fix regexp.
22008         (message-fill-field-general): Use search-forward instead of
22009         re-search-forward.
22010         (unbold-region): Ditto.
22011
22012         * nnrss.el (nnrss-request-article): Ditto.
22013
22014         * nnslashdot.el (nnslashdot-request-article): Ditto.
22015
22016         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22017
22018         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22019         "Unrecognized menu descriptor" error in XEmacs.
22020
22021 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22022
22023         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22024         parent article of a sparse article in the thread hashtb.
22025
22026 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22027
22028         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22029         (nnmail-expand-newtext): Lowercase expanded entries if
22030         nnmail-split-lowercase-expanded is non-nil.
22031
22032 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22035
22036         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22037         of gnus-tmp-news-method into string under XEmacs.  It will be
22038         passed to gnus-correct-length which takes only a string argument.
22039
22040 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22041
22042         * gnus-util.el (gnus-bind-print-variables): New macro.
22043         (gnus-prin1): Use it.
22044         (gnus-prin1-to-string): Use it.
22045         (gnus-pp): New function.
22046         (gnus-pp-to-string): New function.
22047
22048         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22049         Replace pp-to-string with gnus-pp-to-string.
22050         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22051         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22052         * gnus-msg.el (gnus-debug): Ditto.
22053         * gnus-score.el (gnus-score-save): Ditto.
22054         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22055         gnus-pp-to-string.
22056         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22057         with gnus-pp.
22058         * score-mode.el (gnus-score-pretty-print): Ditto.
22059         * webmail.el (webmail-debug): Ditto.
22060
22061 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22062
22063         * gnus-art.el (article-display-face, article-display-x-face):
22064         Use buffer-read-only.
22065
22066 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22067
22068         * gnus-art.el (article-hide-list-identifiers):
22069         Bind inhibit-read-only as t.
22070
22071 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22072
22073         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22074
22075 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22076
22077         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22078         (gnus-narrow-to-page): Don't assume point-min == 1.
22079         (gnus-article-edit-mode): Derive from message-mode.
22080
22081         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22082         point-min == 1.
22083
22084         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22085         Disable incorrect use of `assert'.
22086
22087         * message.el (message-mode): Set comment-start-skip.
22088
22089
22090 2004-08-22  Sam Steingold  <sds@gnu.org>
22091
22092         * pop3.el (pop3-leave-mail-on-server): New user variable.
22093         (pop3-movemail): Delete mail only when it is nil.
22094
22095 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22096
22097         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22098
22099         * mml.el (mml-preview): Use `pop-to-buffer'.
22100
22101         * message.el (message-goto-mail-followup-to): Insert after "To".
22102         (message-carefully-insert-headers): Add comment.
22103
22104         * gnus.el: Remove unused variable `gnus-article-check-size'.
22105
22106         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22107
22108         * gnus-art.el (gnus-button-alist):
22109         Improve `gnus-button-handle-library' entry.
22110
22111 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22112
22113         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22114         Use downcase, since XEmacs capitalizes error messages differently.
22115
22116 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22117
22118         * nntp.el: Add (require 'gnus) due to reference to
22119         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22120
22121 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22122
22123         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22124         Bind `mm-fill-flowed'.
22125
22126         * mm-decode.el (mm-dissect-singlepart): Check it.
22127
22128 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22129
22130         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22131         'imap' for netrc parsing.
22132
22133 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22134
22135         * mailcap.el (mailcap-mime-data): Mark as risky.
22136
22137 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22138
22139         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22140         may be included in the encoded word.
22141         (rfc2047-encode): Don't append a space if the encoded word
22142         includes close parenthesis.
22143
22144 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22145
22146         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22147         of text within parentheses.
22148
22149 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22150
22151         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22152         (gnus-encrypt-write-file-contents): Make the password key the file
22153         name PLUS the cipher, not just the cipher.  Also remove failed
22154         passwords from the cache.
22155
22156 2004-08-06  Simon Josefsson  <jas@extundo.com>
22157
22158         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22159         Doc fix.
22160
22161 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22162
22163         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22164         LWSP.
22165
22166 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22167
22168         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22169         Try to append in-reply-to: data to the references: header.
22170
22171         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22172         (netrc-parse): Use gnus-encrypt.el functions.
22173
22174         * gnus-encrypt.el: Add new file for encryption support; currently
22175         does only a few GPG ciphers and an internal XOR cipher.
22176
22177         * password.el: Add comments on using password-read-and-add.
22178         (password-read-and-add): Add function to read and add the
22179         password to the cache at once.
22180
22181 2004-07-28  Simon Josefsson  <jas@extundo.com>
22182
22183         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22184         parameter (but don't use it, for now).
22185
22186         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22187         instead of hard coding to nil.
22188
22189 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22192         as mm-inline-image-xemacs does.
22193
22194 2004-07-26  Simon Josefsson  <jas@extundo.com>
22195
22196         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22197         Revert part of 2004-07-17 change below.
22198
22199 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22200
22201         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22202         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22203
22204 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22205
22206         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22207         quotes that actually start with ">" at the beginning of the
22208         lines.
22209
22210 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22211
22212         * rfc2047.el (rfc2047-encode-region): Fix last change.
22213         (rfc2047-encode-parameter): Remove useless concat.
22214
22215 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22216
22217         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22218         encode special characters; fix some kind of misconfigured headers;
22219         signal a real error if debug-on-quit or debug-on-error is non-nil.
22220         (rfc2047-encode-max-chars): New variable.
22221         (rfc2047-encode-1): Use it.
22222         (rfc2047-encode-parameter): New function.
22223
22224         * mml.el (mml-insert-parameter): Remove an excessive space.
22225
22226 2004-07-17  Simon Josefsson  <jas@extundo.com>
22227
22228         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22229         Kai Grossjohann <kai@emptydomain.de>.
22230         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22231         (gnus-group-make-menu-bar): Ditto.
22232
22233         * gnus-util.el (gnus-group-server): Add.
22234
22235 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22236
22237         * message.el (message-clone-locals): Clone sendmail and smtp
22238         variables.
22239
22240 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22241
22242         * rfc2047.el (rfc2047-encode-region): Fix last change.
22243
22244 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22245
22246         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22247         characters as non-special.
22248
22249 2004-07-09  Simon Josefsson  <jas@extundo.com>
22250
22251         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22252         Users will lose all flag changes made while unplugged with
22253         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22254         good default.  See numerous reports on ding mailing list.
22255
22256 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22257
22258         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22259         add generate-head-function and generate-article-function to the
22260         rfc822-forward entry.
22261         (nndoc-rfc822-forward-generate-article): New function.
22262         (nndoc-rfc822-forward-generate-head): New function.
22263
22264         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22265
22266 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22267
22268         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22269         respect display group parameter and gnus-summary-expunge-below.
22270         (gnus-articles-to-read): Remove unused reference to display group
22271         parameter.
22272
22273 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22274
22275         * nnheader.el (nnheader-uniquify-message-id): New experimental
22276         variable.
22277         (nnheader-nov-read-message-id): Use it.
22278
22279         * spam-report.el (spam-report-gmane): Add interactive.
22280
22281 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22282
22283         * mm-encode.el (mm-content-transfer-encoding-defaults):
22284         Use qp-or-base64 for the application/* types.
22285
22286 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22287
22288         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22289
22290 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22291
22292         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22293         trim value.
22294
22295 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22296
22297         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22298         New macro and function.
22299         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22300
22301 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22302
22303         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22304         after-load-alist.
22305
22306 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22307
22308         * gnus-group.el (gnus-group-get-new-news-this-group):
22309         Don't update info that isn't there.
22310
22311 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22312
22313         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22314         entry.
22315
22316 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22317
22318         * mm-view.el (mm-inline-render-with-function): Use multibyte
22319         buffer; decode html source by charset.
22320
22321         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22322
22323         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22324         Mule-UCS is loaded under XEmacs.
22325         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22326
22327 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22328
22329         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22330
22331 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22332
22333         * mm-util.el (mm-coding-system-p): Return a coding-system.
22334         (mm-mime-mule-charset-alist): Use shift_jis instead of
22335         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22336         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22337         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22338         instead of japanese-shift-jis and iso-latin-1 respectively in
22339         order to share the default value with both Emacs and XEmacs-mule.
22340         (mm-mule-charset-to-mime-charset):
22341         Make mm-coding-system-priorities effective.
22342         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22343         while predicating of candidates upon the priorities.
22344
22345 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22346
22347         * gnus-sum.el (gnus-summary-make-menu-bar):
22348         Add gnus-uu-invert-processable.
22349
22350         * gnus.el: Autoload gnus-uu-invert-processable.
22351
22352 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22353
22354         * mm-util.el (mm-with-multibyte-buffer): New macro.
22355
22356         * rfc2047.el (rfc2047-encode-string): Use it.
22357         (rfc2047-encode-region): Move point to the end of the region after
22358         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22359
22360 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22361
22362         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22363         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22364
22365 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22366
22367         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22368         (gnus-cite-parse): Ignore quoted envelope From_.
22369         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22370
22371 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22372
22373         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22374         invalid addresses.
22375
22376 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22377
22378         * spam.el: Change section markers, revise TODO list.
22379         (spam-backends): Make new master list of all installed backends.
22380         (spam-summary-exit-behavior): Add new variable to determine how
22381         messages moves are done at summary exit.
22382         (spam-move-spam-nonspam-groups-only)
22383         (spam-process-ham-in-nonham-groups)
22384         (spam-process-ham-in-spam-groups): Remove variables, the
22385         spam-summary-exit-behavior variable should be used to manage this
22386         behavior.
22387         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22388         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22389         and spam-old-spam-articles.
22390         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22391         Add empty variables, placeholders for the backends they represent.
22392         (spam-set-difference): Move, unchanged.
22393         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22394         unless the user has a processor variable.
22395         (spam-classifications, spam-classification-valid-p)
22396         (spam-backend-properties, spam-backend-property-valid-p)
22397         (spam-backend-function-type-valid-p)
22398         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22399         (spam-report-articles-gmane, spam-report-articles-resend):
22400         Remove functions, they are not needed.
22401         (spam-install-backend-super, spam-backend-list)
22402         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22403         (spam-backend-function, spam-backend-ham-registration-function)
22404         (spam-backend-spam-registration-function)
22405         (spam-backend-ham-unregistration-function)
22406         (spam-backend-spam-unregistration-function)
22407         (spam-backend-statistical-p, spam-backend-mover-p)
22408         (spam-install-backend-alias, spam-install-checkonly-backend)
22409         (spam-install-mover-backend, spam-install-nocheck-backend)
22410         (spam-install-backend, spam-install-statistical-backend)
22411         (spam-install-statistical-checkonly-backend): Add backend installation
22412         support.
22413         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22414         (spam-group-processor-p): Use the new backend code and respect the
22415         summary exit behavior.
22416         (spam-mark-spam-as-expired-and-move-routine): Remove.
22417         (spam-summary-prepare): Change to use the new spam-old-articles
22418         variable.
22419         (spam-copy-or-move-routine, spam-copy-spam-routine)
22420         (spam-move-spam-routine, spam-copy-ham-routine)
22421         (spam-move-ham-routine): Add code to copy/move ham or spam.
22422         (spam-fetch-field-fast): Improve doc and code, plus allow the
22423         'number request.
22424         (spam-list-of-checks, spam-list-of-statistical-checks):
22425         Remove variables.
22426         (spam-split, spam-find-spam): Use the new backend code.
22427         (spam-registration-functions): Remove variable.
22428         (spam-unregister-routine): Add convenience wrapper.
22429         (spam-log-undo-registration, spam-register-routine)
22430         (spam-log-processing-to-registry)
22431         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22432         where possible.
22433         (spam-check-gmane-xref, spam-check-regex-headers)
22434         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22435         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22436         (spam-check-bogofilter-headers, spam-check-spamoracle)
22437         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22438         (spam-check-crm114-headers): Use the spam-split-group that
22439         spam-split prepares, no need to determine it every time.
22440
22441         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22442         to the nnheader-parse-naked-head call.
22443
22444         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22445
22446         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22447         the nnheader-nov-read-message-id call.
22448
22449 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22450
22451         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22452         gnus-activate-group twice.  Suggested by Markus Peter
22453         <warp@spin.de>.
22454
22455 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22456
22457         * gnus-art.el (gnus-article-time-format): Exchange the order of
22458         day and month in the default value; fix customization type.
22459         (article-date-ut): Use add-text-properties.
22460         (article-make-date-line): Use message-make-date instead of
22461         current-time-string.
22462
22463         * message.el (message-fetch-field): Don't use set-text-properties.
22464         (message-make-date): Simplify.
22465
22466         * messagexmas.el (message-xmas-make-date): New function.
22467         (message-xmas-redefine): Defalias message-make-date to it.
22468
22469 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22470
22471         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22472         (rfc2047-encode-region): Treat text within parentheses as special;
22473         show the original text when error has occurred.
22474
22475         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22476         already-computed method to gnus-activate-group.
22477
22478         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22479         same select-methods identical Lisp objects.
22480
22481         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22482         object when modifying the info.
22483
22484 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22485
22486         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22487         gnus-opened-servers since it has never been opened with the new
22488         configuration yet.
22489
22490 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22491
22492         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22493         arg to nnheader-generate-fake-message-id.
22494
22495 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22496
22497         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22498         number and build a fake message ID localized to a group and
22499         article number (so it's repeatable from that point on).
22500         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22501         ID format.
22502
22503         * gnus-sum.el (gnus-get-newsgroup-headers):
22504         Call nnheader-generate-fake-message-id with the article number.
22505
22506 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22507
22508         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22509         end-of-buffer.
22510
22511 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22512
22513         * message.el (message-ignored-supersedes-headers): Add Approved.
22514
22515 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22516
22517         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22518         goto-char.
22519         (rfc2047-encode): Fold the line before encoding.
22520
22521 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22522
22523         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22524         folding -- not all headers can be folded, and this should be done
22525         by the message composition mode.  Probably.  I think.
22526
22527 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22528
22529         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22530         fast.
22531
22532         * gnus-ems.el (gnus-remove-image): Don't use
22533         message-text-with-property; remove only the image found first.
22534
22535         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22536         found first.
22537
22538 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22539
22540         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22541
22542 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22543
22544         * message.el (message-text-with-property): Make it fast and accept
22545         optional arguments.
22546         (message-strip-forbidden-properties): Use it.
22547         (message-fix-before-sending): Follow the m-t-w-p change.
22548
22549         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22550
22551 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22552
22553         * gnus-art.el (article-hide-headers): Don't change the buffer
22554         mistakenly when performing mml-preview even if
22555         gnus-single-article-buffer is nil.
22556
22557 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22558
22559         * message.el (message-expand-name-databases): New user option.
22560         (message-expand-name): Use it.
22561
22562 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22563
22564         * spam.el (spam-report-articles-resend)
22565         (spam-report-resend-register-routine): Allow ham reporting.
22566         (spam-report-resend-register-ham-routine): Add wrapper.
22567         (spam-registration-functions): Add ham resending functions.
22568         (spam-list-of-processors): Add ham resend processor.
22569
22570         * gnus.el (ham-resend-to): Add new group parameter.
22571         (spam-process): Add ham resend option.
22572
22573         * spam-report.el (spam-report-resend): Allow reporting ham.
22574         (spam-report-resend-ham): Add wrapper.
22575
22576 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22577
22578         * message.el (message-cite-articles-with-x-no-archive):
22579         New variable.
22580         (message-cite-original): Use it.
22581
22582 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22583
22584         * message.el (message-cite-original): Respect X-No-Archive.
22585
22586 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22587
22588         * gnus-art.el (article-hide-headers): Refer to the values for
22589         gnus-ignored-headers and gnus-visible-headers in the summary
22590         buffer since a user may have set them as group parameters.
22591
22592 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22593
22594         * assistant.el (assistant-node-name): Add convenience function.
22595         (assistant-render-text, assistant-render-node): Add error handling,
22596         plus handle multiple next nodes.
22597         (assistant-find-next-node): Comment out for now.
22598         (assistant-find-next-nodes): Add function, returns list of next
22599         nodes.
22600
22601 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22602
22603         * mail-source.el (mail-source-directory): Fix doc-string.
22604
22605 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22606
22607         * assistant.el (assistant-render-text, assistant-eval): Add :set
22608         widget type, which is different because it takes and returns a
22609         list.  Much hilarity ensues.
22610
22611 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22612
22613         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22614
22615         * gnus-group.el (gnus-group-get-new-news-this-group):
22616         Add doc-string.
22617
22618         * gnus-start.el (gnus-activate-group): Add doc-string.
22619
22620 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22621
22622         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22623
22624 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22625
22626         * assistant.el (assistant-render-text): Try to add a :set
22627         widget, more to come.
22628
22629         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22630         strings.
22631         (spam-report-articles-resend)
22632         (spam-register-routine): Do registration iff any articles warrant
22633         it.
22634         (spam-summary-prepare-exit): Change log message for nil group
22635         destinations.
22636
22637 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22638
22639         * spam.el (spam-report-resend-register-routine):
22640         Allow spam-report-resend-to to be a group parameter or a global value.
22641
22642 2004-05-26  Simon Josefsson  <jas@extundo.com>
22643
22644         * starttls.el: Merge with my GNUTLS based starttls.el.
22645         (starttls-gnutls-program, starttls-use-gnutls)
22646         (starttls-extra-arguments, starttls-process-connection-type)
22647         (starttls-connect, starttls-failure, starttls-success):
22648         New variables.
22649         (starttls-program, starttls-extra-args): Doc fix.
22650         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22651         New functions.
22652         (starttls-negotiate, starttls-open-stream):
22653         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22654         function if it is set.
22655
22656 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22657
22658         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22659         structured fields.
22660
22661 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22662
22663         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22664
22665 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22666
22667         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22668         Add variable.
22669         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22670         assigning the spam-mark to new messages.
22671
22672 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22673
22674         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22675
22676 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22677
22678         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22679
22680         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22681         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22682         default.
22683
22684 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22685
22686         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22687         correct data.
22688
22689 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22690
22691         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22692         (spam-group-processor-p): Fix function.
22693         (spam-group-processor-multiple-p)
22694         (spam-group-spam-processor-report-gmane-p)
22695         (spam-group-spam-processor-report-resend-p)
22696         (spam-group-spam-processor-bogofilter-p)
22697         (spam-group-spam-processor-blacklist-p)
22698         (spam-group-spam-processor-ifile-p)
22699         (spam-group-ham-processor-ifile-p)
22700         (spam-group-spam-processor-spamoracle-p)
22701         (spam-group-spam-processor-crm114-p)
22702         (spam-group-ham-processor-bogofilter-p)
22703         (spam-group-spam-processor-stat-p)
22704         (spam-group-ham-processor-stat-p)
22705         (spam-group-ham-processor-whitelist-p)
22706         (spam-group-ham-processor-BBDB-p)
22707         (spam-group-ham-processor-spamoracle-p)
22708         (spam-group-ham-processor-copy-p): Remove functions with some
22709         prejudice against unneeded code.
22710         (spam-report-articles-resend)
22711         (spam-report-resend-register-routine): Allow the group/topic
22712         spam-resend-to value to override spam-report-resend-to.
22713         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22714         properly now.
22715
22716         * gnus.el (spam-resend-to): Add group/topic parameter.
22717         (spam-process): Move the OBSOLETE processors to the end of the
22718         choices.
22719
22720 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22721
22722         * spam-report.el (spam-report-resend-to, spam-report-resend):
22723         Start with resend-to set to nil, and then ask the user if necessary.
22724         (spam-report-resend): spam-report-resend takes a list of articles, not
22725         separate article numbers.
22726
22727 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22728
22729         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22730         addition to emacs-w3m.
22731
22732 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22733
22734         * assistant.el (assistant-authinfo-data): New function.
22735         (assistant-eval): Eval for entire assistant.
22736
22737         * netrc.el (netrc-services-file): New variable.
22738         (netrc-parse-services): New function.
22739         (netrc-find-service-name): New function.
22740         (netrc-find-service-number): New function.
22741         (netrc-port-equal): New function.
22742         (netrc-machine): Use it.
22743
22744         * nnimap.el (nnimap-open-connection): Use netrc.
22745
22746         * gnus-util.el (gnus-netrc-get): Remove aliases.
22747
22748         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22749
22750         * assistant.el (wid-edit): Fix compilation.
22751
22752         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22753
22754 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22755
22756         * gnus-util.el (gnus-set-file-modes): New function.  (small
22757         patch).
22758
22759 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22760
22761         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22762
22763         * assistant.el (assistant-render-node): Fix up rendering and
22764         read-only text.
22765         (assistant-render-node): Reset.
22766         (assistant-make-read-only): Not sticky.
22767
22768 2004-05-20  Danny Siu  <dsiu@adobe.com>
22769
22770         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22771         centered even when gnus-auto-center-summary is t.
22772
22773 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22774
22775         * dns.el (dns-get-txt-answer): New function.
22776         (dns-read-txt): Ditto.
22777         (query-dns): Use it.
22778
22779 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22780
22781         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22782         active for foreign groups even if the group level is higher than
22783         the specified value.
22784
22785 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22786
22787         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22788         non-active groups.
22789
22790         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22791
22792 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22793
22794         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22795
22796 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22797
22798         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22799         (spam-crm114-header, spam-crm114-spam-switch)
22800         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22801         (spam-crm114-positive-spam-header)
22802         (spam-crm114-database-directory, spam-list-of-processors)
22803         (spam-group-spam-processor-crm114-p)
22804         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22805         (spam-generic-score, spam-list-of-checks)
22806         (spam-list-of-statistical-checks, spam-registration-functions)
22807         (spam-check-crm114-headers, spam-crm114-score)
22808         (spam-check-crm114, spam-crm114-register-with-crm114)
22809         (spam-crm114-register-spam-routine)
22810         (spam-crm114-unregister-spam-routine)
22811         (spam-crm114-register-ham-routine)
22812         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22813
22814 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22815
22816         * gnus.el: Add spam-use-crm114.
22817
22818         * spam.el (spam-list-of-processors, spam-registration-functions):
22819         Add spam-use-resend.
22820         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22821         (spam-report-articles-gmane): Add doc fix.
22822         (spam-report-articles-resend, spam-report-resend-register-routine):
22823         Add wrappers around spam-report-resend-to.
22824
22825         * spam-report.el (spam-report-resend-to, spam-report-resend):
22826         Add support for resending spam.
22827         (spam-report-gmane): Fix line length >80.
22828
22829         * gnus.el (spam-process): Add spam-use-resend.
22830
22831 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22832
22833         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22834         number of processed spam messages.
22835         (spam-ham-copy-or-move-routine): Return the number of processed
22836         ham messages.
22837         (spam-summary-prepare-exit): Use the above values to decide
22838         whether status messages shouled be displayed.
22839
22840 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22841
22842         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22843         `rfc2047-encoding-function-alist' in order to avoid conflicting
22844         with the old version.
22845         (rfc2047-encode-region): Concatenate words containing non-ASCII
22846         characters in structured fields; don't encode space-delimited
22847         ASCII words even in unstructured fields; don't break words at
22848         char-category boundaries.
22849         (rfc2047-encode-1): New function.
22850         (rfc2047-encode): Use it; encode text so that it occupies the
22851         maximum width within 76-column; work correctly on Q encoding for
22852         iso-2022-* charsets.
22853         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22854         sure not to break a line just after the header name.
22855         (rfc2047-b-encode-region): Remove.
22856         (rfc2047-b-encode-string): New function.
22857         (rfc2047-q-encode-region): Remove.
22858         (rfc2047-q-encode-string): New function.
22859
22860         * mm-util.el (mm-replace-in-string): New function.
22861
22862 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22863
22864         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22865         Really get it right.
22866         (gnus-inews-make-draft): Really.
22867
22868 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22869
22870         * nnmh.el (nnmh-request-list-1): Don't check the link count
22871         before descending.  (small patch)
22872
22873 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22874
22875         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22876         stuff.
22877
22878         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22879         Match on real group name.
22880
22881         * gnus-art.el (gnus-signature-limit): Doc fix.
22882
22883         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22884
22885         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22886
22887 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22888
22889         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22890         isn't a string.
22891
22892 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22893
22894         * gnus-draft.el (gnus-draft-send):
22895         Bind rfc2047-encode-encoded-words.
22896
22897         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22898         (rfc2047-encodable-p): Say that =? needs encoding.
22899         (rfc2047-encode-encoded-words): New variable.
22900
22901         * gnus-group.el (gnus-group-select-group): Doc fix.
22902
22903         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22904
22905         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22906         to nil.
22907
22908         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22909
22910         * nnheader.el (nnheader-get-lines-and-char): New function.
22911
22912 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22913
22914         * gnus-msg.el (gnus-summary-followup-with-original):
22915         Document yanking of region when active.
22916
22917 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22918
22919         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22920         groups if the group level is higher than the specified value.
22921
22922 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22923
22924         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22925         (gnus-group-jump-to-group): Add prefix argument using
22926         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22927         non-active group.
22928
22929         * compface.el (uncompface): Be verbose when changing
22930         `uncompface-use-external'.
22931
22932         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22933         handle manual section.
22934
22935 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22936
22937         * gnus-art.el (gnus-button-alist): Revert previous change.
22938
22939 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22940
22941         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22942
22943 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22944
22945         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22946         whether backend can accept message.
22947
22948         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22949
22950 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22951
22952         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22953         Avoid creating directory when nntp-marks-is-evil is true.
22954         Reported by Reiner Steib.
22955
22956 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22957
22958         * gnus-picon.el (gnus-picon-insert-glyph):
22959         Add optional `nostring' argument.
22960
22961 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22962
22963         * gnus-picon.el (gnus-picon-style): New variable.
22964         (gnus-picon-transform-address): Support `gnus-picon-style'.
22965
22966 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22967
22968         * message.el (message-fill-field): Return point.
22969         (message-generate-headers): Go to end of field.
22970
22971         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22972         stuff for non-living groups.
22973
22974 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22975
22976         * gnus-art.el (gnus-article-followup-with-original)
22977         (gnus-article-reply-with-original): gnus-mark-active-p ->
22978         gnus-region-active-p.
22979
22980 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22981
22982         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22983         only when there is spam or ham to be processed.
22984
22985 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22986
22987         * mail-source.el (mail-source-delete-crash-box): Refactor.
22988         (mail-source-fetch): Use it.
22989         (mail-source-fetch-file): Ditto.
22990         (mail-source-fetch-directory): Run postscript in loop.
22991         (mail-source-fetch-pop): Delete.
22992         (mail-source-fetch-maildir): Ditto.
22993         (mail-source-fetch-imap): Ditto.
22994
22995         * imap.el (imap-authenticators): Comment out sasl.
22996
22997         * message.el (message-skip-to-next-address): New function.
22998         (message-fill-header-address): Refactor.
22999         (message-fill-address): Use it.
23000         (message-delete-address): Use it.
23001         (message-fill-header-general): Refactor.
23002         (message-fill-field-address): Rename.
23003         (message-narrow-to-field): Find the start of the header.
23004         (message-header-format-alist): Don't pre-fill.
23005         (message-fill-header): Remove.
23006         (message-insert-header): New function.
23007         (message-shorten-references): Use it.
23008
23009         * rfc2047.el (rfc2047-field-value): Strip props.
23010
23011         * mail-parse.el (mail-header-make-address): New alias.
23012
23013         * ietf-drums.el (ietf-drums-make-address): New function.
23014
23015         * imap.el: Add compiler directives.
23016
23017         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23018
23019         * gnus-art.el (article-decode-idna-rhs): Don't use
23020         message-idna-inside-rhs-p.
23021
23022 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23023
23024         * message.el (message-idna-inside-rhs-p): Remove.
23025         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23026
23027         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23028         false positives.
23029
23030 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23031
23032         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23033
23034 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23035
23036         * nneething.el (nneething-file-name): Don't create spurious
23037         files.
23038
23039         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23040         (gnus-inews-do-gcc): Remove sleep.
23041
23042         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23043         part under point.
23044
23045         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23046         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23047
23048 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23049
23050         * spam.el (spam-summary-prepare-exit): Fix (length).
23051
23052 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23053
23054         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23055         as expired without moving it" message when there are spam
23056         messages left.
23057
23058 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23059
23060         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23061         header is not nil.
23062
23063 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23064
23065         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23066         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23067         (nntp-marks-changed-p): New arg SERVER.
23068         (nntp-request-update-info): Adjust caller.
23069
23070 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23071
23072         * nntp.el (nntp-save-marks): Pass missing arg.
23073
23074 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23075
23076         * nntp.el: Support marks.
23077         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23078         (nntp-marks-modtime, nntp-marks-directory): New variables.
23079         (nntp-request-set-mark, nntp-request-update-info)
23080         (nntp-possibly-create-directory, nntp-marks-changed-p)
23081         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23082         New functions.
23083
23084 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23085
23086         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23087         (gnus-xmas-redefine): Rename.
23088
23089         * gnus-score.el (gnus-score-insert-help):
23090         Use gnus-select-lowest-window.
23091
23092         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23093         appt-select-lowest-window and rename to gnus-select-lowest-window.
23094
23095         * gnus.el: do.
23096
23097 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23098
23099         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23100         encodings of MIME-encoded words, in order to improve
23101         interoperability with several broken MUAs.
23102
23103 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23104
23105         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23106         tags, only when charsets are not specified in headers.
23107         (mm-inline-text-html-render-with-w3m): Ditto.
23108
23109         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23110         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23111
23112 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23113
23114         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23115         instead of MIME-decoded from fields when checking
23116         `gnus-article-address-banner-alist'.
23117
23118 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23119
23120         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23121         description rather than subject.
23122
23123 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23124
23125         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23126
23127 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23128
23129         * gnus.el (gnus-version-number): Bump.
23130
23131 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23132
23133         * gnus.el: No Gnus v0.2 is released.
23134
23135 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23136
23137         * gnus-agent.el (gnus-agent-read-agentview):
23138         Inline gnus-uncompress-range.
23139
23140 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23141
23142         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23143         `exec-installed-p'.
23144
23145 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23146
23147         * gnus.el (spam-process, spam-autodetect-methods):
23148         Add bsfilter and bsfilter-headers.
23149
23150         * spam.el (spam-bsfilter): New customize group.
23151         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23152         (spam-bsfilter-header, spam-bsfilter-probability-header)
23153         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23154         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23155         (spam-bsfilter-database-directory): New options.
23156         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23157         (spam-list-of-statistical-checks, spam-registration-functions):
23158         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23159         (spam-bsfilter-score): New command.
23160         (spam-check-bsfilter-headers, spam-check-bsfilter)
23161         (spam-bsfilter-register-with-bsfilter)
23162         (spam-bsfilter-register-spam-routine)
23163         (spam-bsfilter-unregister-spam-routine)
23164         (spam-bsfilter-register-ham-routine)
23165         (spam-bsfilter-unregister-ham-routine): New functions.
23166         (spam-generic-score): Support bsfilter; Accept an optional argument
23167         to recalcurate spam score even if scoring header has already been
23168         added.
23169         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23170         optional argument to recalcurate spam score even if scoring header
23171         has already been added.
23172
23173 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23174
23175         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23176         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23177         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23178         link is missing.
23179
23180 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23181
23182         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23183         (html2text-get-attr): Rewrite.
23184
23185         * message.el (message-setup-1): Remove redundant put-text-property
23186         on mail-header-separator.
23187
23188 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23189
23190         * gnus-registry.el (gnus-registry-cache-whitespace)
23191         (gnus-registry-action, gnus-registry-spool-action)
23192         (gnus-registry-split-fancy-with-parent): Change message levels
23193         from 5 to 3 or 7, as needed.
23194
23195         * spam.el (spam-summary-prepare-exit)
23196         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23197         (spam-split, spam-find-spam, spam-log-undo-registration)
23198         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23199         level from 5 to 6.
23200
23201 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23202
23203         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23204         2004-03-04 change).
23205
23206 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23207
23208         * sieve-manage.el (sieve-manage-open):
23209         * nnweb.el (nnweb-insert-html):
23210         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23211         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23212         * nnspool.el (nnspool-request-group):
23213         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23214         * nnml.el (nnml-request-update-info):
23215         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23216         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23217         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23218         (nnimap-request-set-mark):
23219         * nnfolder.el (nnfolder-request-update-info):
23220         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23221         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23222         * gnus-uu.el (gnus-uu-find-articles-matching):
23223         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23224         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23225         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23226         * gnus-nocem.el (gnus-nocem-scan-groups):
23227         * gnus-int.el (gnus-start-news-server):
23228         * gnus-group.el (gnus-group-make-kiboze-group)
23229         (gnus-group-browse-foreign-server):
23230         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23231         Use mapc when appropriate.
23232
23233 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23234             Adam Sjøgren  <asjo@koldfront.dk>
23235             Wes Hardaker  <wes@hardakers.net>
23236             Michael Shields  <shields@msrl.com>
23237
23238         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23239         may need for spam sorting and scoring.
23240         (spam-user-format-function-S): Add user format function suitable for
23241         general use.
23242         (spam-article-sort-by-spam-status): Add sorting function for summary
23243         sorting.
23244         (spam-extra-header-to-number): Add function to get a score from a
23245         header.
23246         (spam-summary-score): Add function to get a numeric score from the
23247         headers.
23248         (spam-generic-score): Fix function doc, was in wrong place.
23249         (spam-initialize): Take symbols when it's run, and install the
23250         extra headers that spam-necessary-extra-headers thinks we need.
23251
23252 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23253
23254         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23255         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23256
23257 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23258
23259         * gnus-sum.el (gnus-set-global-variables)
23260         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23261         (gnus-article-get-xrefs, gnus-summary-best-group)
23262         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23263         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23264         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23265         Use with-current-buffer.
23266
23267 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23268
23269         * spam.el (spam-summary-prepare-exit): Simplify logic.
23270         (spam-fetch-article-header): Read the article header if it's not
23271         available.
23272         (spam-list-articles): Simplify logic.
23273         (spam-filelist-register-routine): Fix bug with unregister-list.
23274
23275         * gnus-registry.el: Fix comments at beginning.
23276
23277 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23278
23279         * message.el (message-cater-to-broken-inn): Remove.
23280         (message-shorten-references): Make sure the total folded length of
23281         References is shorter than 998 characters to cater to a bug in INN
23282         2.3.  Also, don't pretend that references aren't folded -- this
23283         hasn't worked for a while.
23284
23285 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23286
23287         * gnus-agent.el (gnus-agentize):
23288         gnus-agent-send-mail-real-function no longer set to current value
23289         of message-send-mail-function but rather a lambda that calls
23290         message-send-mail-function.  The change makes the agent real-time
23291         responsive to user changes to message-send-mail-function.
23292
23293 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23294
23295         * legacy-gnus-agent.el
23296         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23297         help from Florian Weimer <fw@deneb.enyo.de>
23298
23299 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23300
23301         * nnmail.el (nnmail-cache-insert): Revert last change.
23302
23303 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23304
23305         * nnmail.el (nnmail-cache-insert): Always check whether
23306         nnmail-cache-ignore-groups matches a group name.
23307
23308 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23309
23310         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23311         (spam-find-spam, spam-log-processing-to-registry)
23312         (spam-log-registered-p, spam-log-unregistration-needed-p)
23313         (spam-log-undo-registration): Use gnus-message instead of
23314         gnus-error, none of these errors are fatal.
23315
23316         * gnus-registry.el (gnus-registry-clean-empty-function)
23317         (gnus-registry-clean-empty): Remove only empty entries without
23318         extra data.
23319
23320 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23321
23322         * spam-stat.el (spam-stat-buffer-change-to-spam)
23323         (spam-stat-buffer-change-to-non-spam): Change (error) to
23324         (gnus-message 8) invocation.
23325
23326 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23327
23328         * nntp.el (nntp-via-netcat-command): New variable.
23329         (nntp-via-netcat-switches): New variable.
23330         (nntp-open-via-rlogin-and-netcat): New function.
23331         (nntp-open-connection-function): Doc fix.
23332         (nntp-telnet-command): Doc fix.
23333         (nntp-end-of-line): Doc fix.
23334         (nntp-via-rlogin-command): Doc fix.
23335         (nntp-via-user-name): Doc fix.
23336         (nntp-via-address): Doc fix.
23337
23338 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23339
23340         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23341         error in Emacs 21.1.
23342
23343 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23344
23345         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23346
23347 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23348
23349         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23350         (gnus-agent-with-refreshed-group): New macro.
23351         (gnus-agent-rename-group): New function.
23352         (gnus-agent-delete-group): New function.
23353         (gnus-agent-save-group-info): Use gnus-command-method when
23354         `method' parameter is nil.  Don't write nil entries into the
23355         active file.
23356         (gnus-agent-get-group-info): New function.
23357         (gnus-agent-fetch-articles):
23358         Use gnus-agent-update-files-total-fetched-for to increment disk space
23359         used.
23360         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23361         Use gnus-agent-update-view-total-fetched-for to increment disk space
23362         used.
23363         (gnus-agent-get-local): Add optional parameters to avoid calling
23364         gnus-group-real-name and gnus-find-method-for-group.
23365         (gnus-agent-set-local): Delete stored entry if either min, or max,
23366         are nil.
23367         (gnus-agent-fetch-session): Reworded error/quit messages.
23368         On quit, use gnus-agent-regenerate-group to record existance of any
23369         articles fetched to disk before the quit occurred.
23370         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23371         gnus-agent-update-view-total-fetched-for, and
23372         gnus-agent-update-files-total-fetched-for to decrement disk space
23373         used.
23374         (gnus-agent-retrieve-headers):
23375         Use gnus-agent-update-view-total-fetched-for to increment disk space
23376         used.
23377         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23378         with gnus-agent-update-files-total-fetched-for to decrement disk
23379         space and fresh group buffer.
23380         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23381         (gnus-agent-need-update-total-fetched-for): New variable.
23382         (gnus-agent-update-files-total-fetched-for): New function.
23383         (gnus-agent-update-view-total-fetched-for): New function.
23384         (gnus-agent-total-fetched-for): New function.
23385
23386         * gnus-cache.el (gnus-cache-save-buffers):
23387         Use gnus-cache-update-overview-total-fetched-for to change disk space
23388         used by this group.
23389         (gnus-cache-possibly-enter-article):
23390         Use gnus-cache-update-file-total-fetched-for to increment disk space
23391         used by this group.
23392         (gnus-cache-possibly-remove-article):
23393         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23394         used by this group.
23395         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23396         (gnus-cache-rename-group): New function.
23397         (gnus-cache-delete-group): New function.
23398         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23399         (gnus-cache-need-update-total-fetched-for): New variable.
23400         (gnus-cache-with-refreshed-group): New macro.
23401         (gnus-cache-update-file-total-fetched-for): New function.
23402         (gnus-cache-update-overview-total-fetched-for): New function.
23403         (gnus-cache-rename-group-total-fetched-for): New function.
23404         (gnus-cache-delete-group-total-fetched-for): New function.
23405         (gnus-cache-total-fetched-for): New function.
23406
23407         * gnus-group.el: Require gnus-sum and autoload functions to
23408         resolve warnings when gnus-group.el compiled alone.
23409         (gnus-group-line-format): Documented new %F.
23410         (size of Fetched data) group line format; identifies disk space
23411         used by agent and cache.
23412         (gnus-group-line-format-alist): Defined new F format.
23413         (gnus-total-fetched-for): New function.
23414         (gnus-group-delete-group): No longer update
23415         gnus-cache-active-altered as gnus-request-delete-group now keeps
23416         the cache in sync.
23417         (gnus-group-list-active): Let the agent store a server's active
23418         list if currently plugged.
23419
23420         * gnus-int.el (gnus-request-delete-group):
23421         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23422         local disk in sync with the server.
23423         (gnus-request-rename-group):
23424         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23425         local disk in sync with the server.
23426
23427         * gnus-start.el (gnus-get-unread-articles):
23428         Cosmetic simplification to logic.
23429
23430         * gnus-util.el (gnus-rename-file): New function.
23431
23432 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23433
23434         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23435
23436 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23437
23438         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23439         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23440
23441 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23442
23443         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23444         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23445
23446 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23447
23448         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23449
23450 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23451
23452         * spam.el (spam-set-difference): Add function to replace
23453         gnus-set-difference in spam.el.
23454         (spam-summary-prepare-exit): Use spam-set-difference.
23455
23456 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23457
23458         * gnus-registry.el (gnus-registry-cache-file): Update to use
23459         gnus-dribble-directory OR gnus-home-directory OR ~.
23460         (gnus-registry-split-fancy-with-parent): Fix doc.
23461
23462 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23463
23464         * message.el (message-exchange-point-and-mark):
23465         Use message-mark-active-p.  Suggested by Jesper Harder
23466         <harder@ifa.au.dk>.
23467
23468 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * message.el (message-exchange-point-and-mark): Don't activate
23471         region if it was inactive.  Suggested by Hiroshi Fujishima
23472         <pooh@nature.tsukuba.ac.jp>.
23473
23474 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23475
23476         * gnus-art.el (article-display-face): Display Faces in the same
23477         order as X-Faces.
23478
23479 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23480
23481         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23482
23483 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23484
23485         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23486         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23487         (gnus-article-mime-hierarchy): Remove.
23488         (gnus-article-mime-hierarchy-next): Remove.
23489         (gnus-article-mode): Revert 2004-03-19 change.
23490         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23491         (gnus-insert-mime-button): Revert 2004-03-19 change.
23492         (gnus-mime-accumulate-hierarchy): Remove.
23493         (gnus-mime-enter-multipart): Remove.
23494         (gnus-mime-leave-multipart): Remove.
23495         (gnus-mime-display-part): Revert 2004-03-19 change.
23496         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23497
23498         * mml.el (mml-preview): Revert 2004-03-19 change.
23499
23500 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23501
23502         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23503
23504 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23505
23506         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23507         t while entering a file name using the mm-with-multibyte macro.
23508         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23509
23510         * mm-util.el (mm-with-multibyte): New macro.
23511
23512 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23513
23514         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23515         New user option.
23516         (gnus-mime-multipart-functions): Doc and customization fix.
23517         (gnus-article-mime-hierarchy): New variable.
23518         (gnus-article-mime-hierarchy-next): New variable.
23519         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23520         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23521         gnus-article-mime-hierarchy-next to nil.
23522         (gnus-insert-mime-button): Show hierarchy numbers.
23523         (gnus-mime-accumulate-hierarchy): New function.
23524         (gnus-mime-enter-multipart): New function.
23525         (gnus-mime-leave-multipart): New function.
23526         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23527         (gnus-mime-display-alternative): Show hierarchy numbers.
23528
23529         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23530         gnus-article-mime-hierarchy-next to nil.
23531
23532 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23533
23534         * dns.el: Don't require gnus-xmas.
23535
23536 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23537
23538         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23539         inline PGP.
23540         (mml-menu): Disable mml-quote-region if mark is inactive.
23541
23542 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23543
23544         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23545         when the group's active is not available.
23546
23547 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23548
23549         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23550         error.
23551
23552 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23553
23554         * imap.el (imap-store-password): New variable.
23555         (imap-interactive-login): Use it.
23556         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23557
23558 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23559
23560         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23561         window-start and hscroll to summary window.
23562
23563 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23564
23565         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23566         conversion message to newsrc-dribble when an actual conversion is
23567         performed.
23568
23569 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23570
23571         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23572
23573 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23574
23575         * mm-decode.el (mm-complicated-handles): New function reviving
23576         former definition of mm-multiple-handles.
23577
23578         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23579         (gnus-mime-delete-part): Use it.
23580
23581 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23582
23583         * gnus-agent.el (gnus-agent-read-local):
23584         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23585         avoid the implicit assumption that they will always be equal.
23586         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23587         coding-system-for-write, as the with-temp-file macro first prints
23588         to a buffer then saves the buffer.
23589
23590 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23591
23592         * gnus-art.el (gnus-article-edit-part): New function.
23593         (gnus-mime-save-part-and-strip): Use it; do query instead of
23594         signaling an error; don't use mm-multiple-handles.
23595         (gnus-mime-delete-part): Ditto.
23596
23597 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23598
23599         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23600         old file versions.
23601         (gnus-group-prepare-hook): Remove function that converted list
23602         form of gnus-agent-expire-days to group properties.
23603
23604         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23605         (gnus-request-accept-article): Re-indented.
23606
23607         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23608         converters to handle old agent file formats.  Add logic for a
23609         "backup before upgrading warning".
23610         (gnus-convert-mark-converter-prompt): Developers can mark
23611         functions as needing (default), or not needing,
23612         gnus-convert-old-newsrc's "backup before upgrading warning".
23613         (gnus-convert-converter-needs-prompt): Tests whether the user
23614         should be protected from potentially irreversable changes by the
23615         function.
23616
23617         * legacy-gnus-agent.el: New.  Provides converters that are only
23618         loaded when gnus-convert-old-newsrc needs to call them.
23619
23620 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23621
23622         * mail-source.el (mail-source-touch-pop): Doc fix.
23623
23624         * message.el (message-smtpmail-send-it): Doc fix.
23625
23626 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23627
23628         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23629
23630         * nnmail.el (nnmail-split-fancy): do.
23631
23632         * gnus-kill.el (gnus-kill, gnus-execute): do.
23633
23634 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23635
23636         * gnus-sum.el (gnus-widget-reversible-match)
23637         (gnus-widget-reversible-to-internal)
23638         (gnus-widget-reversible-to-external): New functions.
23639         (gnus-widget-reversible): New widget.
23640         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23641
23642 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23643
23644         * gnus-sum.el (gnus-thread-sort-functions)
23645         (gnus-article-sort-functions): Document `(not F)' items.
23646
23647 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23648
23649         * spam.el (spam-use-gmane-xref): Add new backend.
23650         (spam-gmane-xref-spam-group): Add variable to control the name of the
23651         Gmane spam group.
23652         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23653         (spam-regex-headers-spam, spam-regex-headers-ham)
23654         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23655         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23656         backends and checks.
23657         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23658
23659         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23660         an autodetect method.
23661
23662 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23663
23664         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23665         articles are being added to a group.
23666         (gnus-request-replace-article): Inform the agent that articles
23667         need to be uncached as the cached contents are no longer valid.
23668
23669 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23670
23671         * binhex.el: Don't autoload executable-find.
23672
23673         * canlock.el: Don't autoload mail-fetch-field.
23674
23675         * dgnushack.el: Autoload c-mode for XEmacs.
23676
23677         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23678
23679         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23680         rmail-dont-reply-to and rmail-output.
23681
23682         * gnus-score.el: Don't autoload ffap-string-at-point.
23683
23684         * gnus-setup.el: Don't autoload sc-cite-original.
23685
23686         * imap.el: Don't autoload base64-decode-string,
23687         base64-encode-string and md5.
23688
23689         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23690         and rmail-msg-restore-non-pruned-header.
23691
23692         * mm-decode.el: Don't autoload executable-find.
23693
23694         * mm-url.el: Don't autoload executable-find.
23695
23696         * mm-view.el: Don't autoload diff-mode.
23697
23698         * nndb.el: Don't autoload news-reply-mode, news-setup,
23699         cancel-timer and telnet.
23700
23701         * password.el: Don't autoload run-at-time for Emacs.
23702
23703         * sha1-el.el: Don't autoload executable-find.
23704
23705         * sieve-mode.el: Don't autoload c-mode.
23706
23707         * uudecode.el: Don't autoload executable-find.
23708
23709 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23710
23711         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23712         (gnus-agent-possibly-alter-active): Avoid null in numeric
23713         comparison.
23714         (gnus-agent-set-local): Refuse to save null in local object table.
23715         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23716         list of articles that will be marked as unread.
23717
23718 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23719
23720         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23721
23722 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23723
23724         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23725         language tags.
23726
23727 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23728
23729         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23730         Don't bind "obarray".
23731
23732         * gnus-sum.el (gnus-thread-sort-functions):
23733         Add `gnus-thread-sort-by-most-recent-number' and
23734         `gnus-thread-sort-by-most-recent-date'.
23735         Reported by Kai Grossjohann <kai@emptydomain.de>.
23736
23737 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23738
23739         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23740
23741 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23742
23743         * gnus-cus.el (gnus-agent-customize-category):
23744         Remove ignore-errors macro reference that required cl to be loaded at
23745         run-time.
23746
23747         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23748         single-interval range of the form (min . max).  Previously the
23749         range had to look like ((min . max)).  Likewise, return
23750         (min . max) rather than ((min . max)).
23751         (gnus-range-map): Use gnus-range-normalize to accept
23752         single-interval range.
23753
23754         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23755         the cache, but not the agent, now appear with their usual face.
23756
23757         * dgnushack.el (loaddir): New variable that is bound to the
23758         directory containing the dgnushack.el file. Use loaddir, rather
23759         than srcdir, to update load-path. Change lets dgnushack compile
23760         code in directories other than GNUS/lisp.
23761
23762 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23763
23764         * lpath.el: Don't bind w3m-safe-url-regexp.
23765
23766         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23767         w3m-safe-url-regexp variable buffer-local.
23768
23769         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23770
23771 2004-02-27  Simon Josefsson  <jas@extundo.com>
23772
23773         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23774         gnus-group-real-prefix.
23775         (gnus-summary-move-article): Use it, instead of
23776         gnus-group-real-prefix.
23777
23778 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23779
23780         * lpath.el: Bind w3m-safe-url-regexp.
23781
23782         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23783         w3m-safe-url-regexp variable buffer-local and set it as the value
23784         of mm-w3m-safe-url-regexp.
23785
23786         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23787
23788         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23789         parsing gnus-posting-styles when the message is not for replying.
23790
23791         * dgnushack.el: Autoload sgml-mode for XEmacs.
23792
23793         * nnrss.el (nnrss-opml-export):
23794         Use mm-set-buffer-file-coding-system instead of
23795         set-buffer-file-coding-system.
23796
23797 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23798
23799         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23800         of checkdoc.el).
23801         * nnrss.el: do.
23802         * gnus-mlspl.el: do.
23803         * gnus-ml.el: do.
23804         * gnus-srvr.el: do.
23805
23806         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23807
23808 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23809
23810         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23811         Corrections to custom-manual links.
23812
23813         * gnus-art.el (gnus-article): Ditto.
23814
23815         * mm-decode.el (mime-display, mime-security): Ditto.
23816
23817 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23818
23819         * flow-fill.el: Typo.
23820
23821 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23822
23823         * spam-wash.el: New file.
23824
23825 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23826
23827         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23828
23829 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23830
23831         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23832         to be run with new-articles as LIST1, not LIST2.
23833         (spam-registration-functions): Add spam-use-ham-copy as a nil
23834         registration backend.
23835
23836 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23837
23838         * spam-stat.el (spam-stat-washing-hook): New option.
23839         (spam-stat-buffer-words): Use it.
23840         (spam-stat-process-directory, spam-stat-test-directory):
23841         Use insert-file-contents-literally.
23842         (spam-stat-coding-system): New variable.
23843         (spam-stat-load, spam-stat-save): Use it.
23844
23845 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23846
23847         * spam-report.el (spam-report-plug-agent):
23848         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23849
23850 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23851
23852         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23853         Allow / in mailto URLs.
23854
23855 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23856
23857         * spam-report.el (spam-report-process-queue): Fix interactive use.
23858         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23859         (spam-report-unplug-agent): Doc fixes.
23860         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23861         (spam-report-agentize, spam-report-deagentize): Autoload.
23862
23863 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23864
23865         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23866
23867         * message.el (message-setup-fill-variables): Add mml tags to
23868         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23869         <ajk@iu.edu>.
23870         (message-mode): Don't modify paragraph-separate there.
23871
23872 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23873
23874         * compface.el (uncompface-use-external): Default to undecided.
23875         (uncompface-use-external-threshold): New variable.
23876         (uncompface-float-time): New macro.
23877         (uncompface): Determine whether to use the external decoder if
23878         uncompface-use-external is undecided.
23879
23880 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23881
23882         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23883         after images.
23884
23885         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23886
23887 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23888
23889         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23890
23891         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23892
23893         * gnus-sum.el (gnus-summary-limit-to-age)
23894         (gnus-summary-limit-children): do.
23895
23896         * gnus-int.el (gnus-request-scan): do.
23897
23898         * gnus-group.el (gnus-group-suspend): do.
23899
23900         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23901
23902         * gnus-cite.el (gnus-cite-parse-attributions): do.
23903
23904         * gnus-agent.el (gnus-summary-set-agent-mark)
23905         (gnus-agent-regenerate-group): do.
23906
23907         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23908
23909         * binhex.el (binhex-decode-region-internal): do.
23910
23911 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23912
23913         * gnus-fun.el (gnus-face-properties-alist): New user option.
23914         (gnus-display-x-face-in-from): Use it.
23915
23916         * gnus-art.el (article-display-face): Ditto.
23917
23918         * compface.el (uncompface-use-external): Default to nil.
23919
23920 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23921
23922         * nntp.el (nntp-erase-buffer): New function.
23923         (nntp-retrieve-data, nntp-send-command)
23924         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23925         (nntp-possibly-change-group): Use it.
23926
23927         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23928         Use with-current-buffer.
23929
23930 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23931
23932         * compface.el: Merge the ELisp-based uncompface program.
23933         (compface): New customization group.
23934         (uncompface-use-external): New user option.
23935         (uncompface): Call uncompface-internal if uncompface-use-external
23936         is nil.
23937         (uncompface-internal): New function.  Note that there are also
23938         some other functions and variables added for this function.
23939
23940 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23941
23942         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23943         if necessary.
23944
23945 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23946
23947         * spam-report.el (spam-report-unplug-agent)
23948         (spam-report-plug-agent, spam-report-deagentize)
23949         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23950         Add support for the Agent in spam-report: when unplugged, report to a
23951         file; when plugged, submit all the requests.
23952
23953         * spam.el (spam-register-routine): Fix message about
23954         registration.
23955
23956 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23957
23958         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23959         dependencies.
23960         (rfc2047-encode): Use it.
23961
23962         * gnus-art.el (gnus-button-marker-list): Move before first
23963         reference.
23964
23965         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23966         (imap-parse-body): Fix format string mismatch.
23967
23968         * gnus-score.el (gnus-summary-increase-score): do.
23969
23970         * nnrss.el (nnrss-close): New function.
23971
23972 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23973
23974         * nnrss.el (nnrss-make-filename): New function.
23975         (nnrss-request-delete-group, nnrss-read-server-data)
23976         (nnrss-save-server-data, nnrss-read-group-data)
23977         (nnrss-save-group-data): Use it.
23978         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23979         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23980         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23981
23982 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23983
23984         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23985
23986 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23987
23988         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23989         files.
23990
23991         * message.el (message-generate-headers-first): Don't quote nil
23992         and t in docstrings.
23993
23994         * imap.el (imap-id): do.
23995
23996         * gnus-agent.el (gnus-agent-consider-all-articles)
23997         (gnus-agent-queue-mail): do.
23998
23999 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24000
24001         * spam-report.el (spam-report-process-queue): New function.
24002         Process requests from `spam-report-requests-file'.
24003         (spam-report-process-queue): Doc fix.
24004
24005 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24006
24007         * spam.el (spam-register-routine)
24008         (spam-log-processing-to-registry, spam-log-registered-p)
24009         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24010         Change "check" to "spam-check" for semi-clarity.
24011
24012 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24013
24014         * pop3.el: Require nnheader.
24015
24016         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24017
24018         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24019
24020         * gnus-picon.el: Require cl.
24021
24022         * gnus-fun.el: Require gnus-ems and gnus-util.
24023
24024         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24025
24026         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24027
24028         * gnus-art.el (gnus-article-edit-mode): Define before first
24029         reference.
24030
24031 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24032
24033         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24034         (gnus-uu-post-encoded): Use point-at-bol.
24035
24036         * gnus-topic.el (gnus-group-active-topic-p): do.
24037
24038         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24039
24040         * gnus-group.el (gnus-group-kill-region): do.
24041
24042         * gnus-art.el (article-date-ut): do.
24043
24044         * message.el (message-fetch-field): Remove redundant
24045         case-fold-search binding.
24046         (message-narrow-to-field): Simplify.
24047
24048 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24049
24050         * spam.el (spam-directory): Derive from `gnus-directory'.
24051
24052         * spam-report.el (spam-report-url-to-file)
24053         (spam-report-requests-file): New function and variable for offline
24054         reporting.
24055         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24056         and user defined function.
24057         (spam-report-url-ping-mm-url): Remove doubled slash.
24058
24059 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24060
24061         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24062
24063 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24064
24065         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24066         Fix format string mismatch.
24067
24068         * sieve.el (sieve-deactivate-all): do.
24069
24070         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24071
24072         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24073
24074         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24075
24076         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24077
24078 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24079
24080         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24081         the list of checks.
24082
24083 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24084
24085         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24086         padding.
24087
24088 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24089
24090         * mm-view.el (mm-fill-flowed): New variable.
24091         (mm-inline-text): Use it.
24092
24093 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24094
24095         * spam.el (spam-spamassassin-register-ham-routine)
24096         (spam-spamassassin-register-spam-routine): Fix function names.
24097
24098 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24099
24100         * gnus.el (gnus-tmp-grouplens): Remove.
24101         (gnus-summary-line-format): Remove grouplens.
24102
24103         * gnus-group.el (gnus-group-line-format): Ditto.
24104
24105         * gnus-spec.el (gnus-format-specs): Ditto.
24106         (gnus-update-format-specifications): Flush the group format spec
24107         cache if there's the grouplens stuff.
24108         (gnus-parse-simple-format): Replace %l with the empty string.
24109
24110 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24111
24112         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24113         omission.
24114
24115 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24116
24117         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24118         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24119
24120 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24121
24122         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24123         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24124         New macros and functions.
24125         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24126         Handle > NLINK_MAX messages.
24127         * nnmaildir.el (nnmaildir-request-set-mark):
24128         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24129
24130 2004-01-25  Alex Schroeder  <alex@gnu.org>
24131
24132         * spam-stat.el (spam-stat-process-directory-age): New option.
24133         (spam-stat-process-directory): Use it.
24134
24135 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24136
24137         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24138         (spam-stat-save): Accept prefix argument.
24139
24140 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24141
24142         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24143         links" error.
24144
24145 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24146
24147         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24148         the rest of the and/or forms.
24149
24150 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24151
24152         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24153         compatibility with old .newsrc.eld files.
24154
24155         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24156
24157         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24158
24159         * gnus-start.el (gnus-1): do.
24160
24161         * gnus-group.el (gnus-group-line-format-alist): do.
24162
24163         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24164
24165         * gnus-gl.el: Remove.
24166
24167 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24168
24169         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24170         marks consisting of a single range {for example, (3 . 5)} rather
24171         than a list of a single range { ((3 . 5)) }.
24172
24173 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24174
24175         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24176         Use with-current-buffer.
24177         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24178         avoid consing a string.
24179
24180         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24181         Remove obsolete entries for big5 and gb2312.
24182
24183 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24184
24185         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24186         uncompressed list.
24187
24188 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24189
24190         * spam-stat.el (spam-stat-strip-xref): New function.
24191         (spam-stat-process-directory): Use it.
24192
24193         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24194         here -- it's done in message-fetch-field.
24195
24196 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24197
24198         * gnus-agent.el (gnus-agent-queue-mail)
24199         (gnus-agent-prompt-send-queue): New variables.
24200         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24201         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24202         "nndraft:queue" along to gnus-draft-send.
24203         Use gnus-agent-prompt-send-queue.
24204         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24205         is "nndraft:queue".  Suggested by Gaute Strokkenes
24206         <gs234@srcf.ucam.org>
24207
24208         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24209         (agent-enable-undownloaded-faces): Add.
24210         (gnus-agent-cat-groups): Use eval-and-compile, not
24211         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24212         method of gnus-agent-cat-groups even when the buffer has been
24213         evaled.
24214         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24215         delete gnus-agent-save-active-1.
24216         (gnus-agent-save-groups): Delete.  Identical to
24217         gnus-agent-save-active.
24218         (gnus-agent-write-active): No longer adjust agent's copy of active
24219         file as agent's adjustments are now stored in their own
24220         file.  Remove optional parameter.
24221         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24222         servers.  Add use of min/max range limits from server's local
24223         file.
24224         (gnus-agent-save-alist): Remove unused optional argument.
24225         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24226         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24227         (gnus-agent-set-local): A per-server file that keeps min/max range
24228         limits for articles known to the agent.  Provides a fast mechanism
24229         for altering many active ranges.
24230         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24231         active file (local makes it unnecessary).
24232         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24233
24234         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24235         (agent-enable-undownloaded-faces): Add.
24236
24237         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24238         disable it when sending to "nndraft:queue".
24239         (gnus-group-send-queue): Add safety check to avoid sending queue
24240         when unplugged.
24241
24242         * gnus-group.el (gnus-group-catchup): Use new
24243         gnus-sequence-of-unread-articles, not
24244         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24245         numbers of articles.  Use gnus-range-map to avoid having to
24246         uncompress the unread list.
24247         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24248         Fix invalid ange-ftp reference.
24249
24250         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24251         (gnus-sorted-range-intersection): Intersection of two ranges
24252         without requiring that they first be uncompressed.
24253
24254         * gnus-start.el (gnus-activate-group): Unless blocked by the
24255         caller, possibly expand the active range to include both cached
24256         and agentized articles.
24257         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24258         multiple version-dependent converters.
24259         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24260         gnus-agent-save-active.
24261         (gnus-save-newsrc-file): Save dirty agent range limits.
24262
24263         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24264         gnus-agent-possibly-alter-active.
24265         (gnus-adjust-marked-articles): Faster handling of simple lists.
24266
24267 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24268
24269         * spam-stat.el (spam-stat-test-directory): New optional argument
24270         displays a list of files detected.  Suggested by Andrew Cohen
24271         <cohen@andy.bu.edu>.
24272         (spam-stat-buffer-words-with-scores): Don't narrow and change
24273         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24274
24275 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24276
24277         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24278         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24279         (spam-spamassassin-arguments)
24280         (spam-spamassassin-spam-flag-header)
24281         (spam-spamassassin-positive-spam-flag-header)
24282         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24283         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24284         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24285         (spam-list-of-processors, spam-list-of-checks)
24286         (spam-list-of-statistical-checks, spam-registration-functions)
24287         (spam-check-spamassassin-headers, spam-check-spamassassin)
24288         (spam-spamassassin-score)
24289         (spam-spamassassin-register-with-sa-learn)
24290         (spam-spamassassin-register-spam-routine)
24291         (spam-spamassassin-register-ham-routine)
24292         (spam-assassin-register-spam-routine)
24293         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24294         (spam-bogofilter-score): Fix to show article before scoring.
24295
24296 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24297
24298         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24299         default scoring function.
24300         (spam-generic-score): Call spam-spamassassin-score if
24301         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24302         spam-bogofilter-score otherwise.
24303
24304         * gnus.el (spam-process, spam-autodetect-methods):
24305         Add spamassassin and spamassassin-headers.
24306
24307 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24308
24309         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24310         Suppress unnecessary messages.
24311
24312 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24313
24314         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24315         make-hash-table.
24316
24317 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24318
24319         * canlock.el (base64-encode-string): Don't autoload it.
24320
24321 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24322
24323         * run-at-time.el: Remove useless (require 'itimer),
24324         eval-and-compile and (featurep 'xemacs).
24325
24326 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24327
24328         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24329         GROUP is a virtual group.
24330
24331 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24332
24333         * gnus.el: Autoload `message-y-or-n-p'.
24334
24335 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24336
24337         * pgg-parse.el: Remove unnecessary (require 'custom).
24338
24339         * pgg-def.el: do.
24340
24341         * nnmail.el: do.
24342
24343         * gnus-undo.el: do.
24344
24345         * gnus-picon.el: do.
24346
24347         * gnus-util.el: do.
24348
24349 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24350
24351         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24352
24353 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24354
24355         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24356         handle, as well as a list.
24357
24358         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24359         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24360         (mm-w3m-cid-retrieve): Simplify.
24361
24362 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24363
24364         * message.el (message-kill-to-signature): Allow prefix arg to
24365         specify number of lines to keep before signature.
24366
24367 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24368
24369         * message.el (message-kill-to-signature): Change docstring.
24370
24371 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24372
24373         * canlock.el: Always require sha1-el.
24374         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24375
24376         * message.el: Autoload sha1 only when compiling.
24377
24378         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24379         eudc-expand-inline for XEmacs.
24380
24381 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24382
24383         * message.el (message-canlock-generate): Require sha1-el.
24384
24385 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24386
24387         * message.el (message-expand-name): Silence the byte compiler.
24388
24389         * lpath.el: Add detect-coding-system.
24390
24391         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24392         cus-edit.
24393
24394 2004-01-13  Simon Josefsson  <jas@extundo.com>
24395
24396         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24397         Invoke gnus-score-mode.
24398         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24399
24400         * gnus-range.el (gnus-compress-sequence): Doc fix.
24401         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24402
24403 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24404
24405         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24406
24407 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24408
24409         * spam.el (spam-get-article-as-string): Update to use
24410         gnus-request-article-this-buffer, much simpler.
24411         (spam-get-article-as-buffer): Remove.
24412
24413 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24414
24415         * message.el (message-expand-name): Use EUDC if the user uses that.
24416
24417 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24418
24419         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24420         character for the encoding to avoid consing a string.
24421
24422         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24423         unnecessarily.
24424
24425         * mm-util.el (mm-replace-chars-in-string): Remove.
24426
24427         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24428         of mm-replace-chars-in-string.
24429
24430 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24431
24432         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24433
24434         * mm-util.el (mm-subst-char-in-string): Support inplace.
24435
24436         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24437         a new string in every iteration.  Use shy groups.
24438
24439 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24440
24441         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24442         * gnus-soup.el (gnus-soup-group-brew):
24443         * gnus-msg.el (gnus-put-message):
24444         * gnus-move.el (gnus-group-move-group-to-server):
24445         * gnus-kill.el (gnus-batch-score):
24446         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24447         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24448         (gnus-group-update-group, gnus-group-read-group)
24449         (gnus-group-make-group, gnus-group-make-help-group)
24450         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24451         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24452         (gnus-group-sort-by-unread, gnus-group-catchup)
24453         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24454         (gnus-group-yank-group, gnus-group-set-info)
24455         (gnus-group-list-groups):
24456         * gnus.el (gnus-generate-new-group-name):
24457         * gnus-delay.el (gnus-delay-send-queue):
24458         * nnvirtual.el (nnvirtual-catchup-group):
24459         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24460         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24461         (gnus-group-prepare-topics, gnus-topic-check-topology):
24462         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24463         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24464         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24465         (gnus-group-make-articles-read):
24466         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24467         (gnus-group-change-level, gnus-kill-newsgroup)
24468         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24469         (gnus-get-unread-articles, gnus-make-articles-unread)
24470         (gnus-make-ascending-articles-unread): Use accessor
24471         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24472         to get group information for improved readability.
24473
24474
24475 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24476
24477         * gnus-art.el (article-decode-mime-words, article-babel)
24478         (gnus-article-highlight-signature, gnus-article-add-buttons)
24479         (gnus-signature-toggle): Use gnus-with-article-buffer.
24480
24481         * gnus-art.el (gnus-article-highlight-headers)
24482         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24483
24484         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24485         (gnus-article-set-globals, gnus-request-article-this-buffer)
24486         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24487         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24488         (gnus-mime-display-alternative): Use with-current-buffer.
24489
24490 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24491
24492         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24493         also under 80 char limit, and call gnus-error if needed.
24494         (spam-fetch-article-header): Fix - it was a
24495         buffer-local variable (gnus-newsgroup-data).
24496         (spam-find-spam): Use spam-generate-fake-headers, forget about
24497         spam-insert-fake-headers.
24498         (spam-insert-fake-headers): Remove.
24499
24500 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24501
24502         * deuglify.el (gnus-article-outlook-unwrap-lines)
24503         (gnus-outlook-rearrange-article)
24504         (gnus-outlook-repair-attribution-outlook)
24505         (gnus-outlook-repair-attribution-block)
24506         (gnus-outlook-repair-attribution-other): Remove redundant
24507         save-excursion.
24508
24509 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24510
24511         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24512         (spam-fetch-field-subject-fast)
24513         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24514         (spam-fetch-article-header): Add functions to deal with Gnus
24515         internals for fast retrieval of article header data.
24516         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24517
24518 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24519
24520         * pop3.el (pop3-md5): Remove.
24521         (pop3-apop): Replace pop3-md5 with md5.
24522
24523         * mm-bodies.el: base64 is always built-in.
24524
24525         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24526         Use with-current-buffer.
24527
24528 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24529
24530         * canlock.el (canlock-insert-header): Remove excessive grouping in
24531         regexp.
24532
24533         * gnus-sum.el (gnus-summary-read-document): Ditto.
24534
24535         * gnus-uu.el (gnus-uu-part-number): Ditto.
24536
24537         * html2text.el (html2text-remove-tags): Ditto.
24538         (html2text-format-tags): Ditto.
24539         (html2text-format-single-elements): Ditto.
24540
24541         * mml.el (mml-parse-1): Ditto.
24542
24543 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24544
24545         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24546
24547         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24548
24549         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24550
24551         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24552
24553 2003-11-15  Simon Josefsson  <jas@extundo.com>
24554
24555         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24556         (pgg-gpg-lookup-key): Use regexp match instead of
24557         split-string (split-string is different between emacs 21.2 and
24558         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24559
24560 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24561
24562         * gnus-art.el (gnus-mime-view-all-parts)
24563         (gnus-article-part-wrapper, gnus-article-view-part):
24564         Use with-current-buffer.
24565
24566 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24567
24568         * spam.el (spam-disable-spam-split-during-ham-respool)
24569         (spam-spamoracle-database, spam-cache-lookups)
24570         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24571         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24572         (spam-group-ham-marks, spam-group-spam-marks)
24573         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24574         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24575         also add spam-use-blackholes to the statistical checks.
24576         (spam-fetch-field-fast): Add interface to fetching fields, may
24577         become a macro.
24578         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24579         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24580         (spam-insert-fake-headers): Fake an article when needed.
24581         (spam-find-spam): Fake article when possible.
24582         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24583         (spam-check-bogofilter-headers): Use message-fetch-field instead
24584         of nnmail-fetch-field.
24585
24586 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24587
24588         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24589
24590 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24591
24592         * spam.el (spam-split): Do not require spam-use-CHECK to be
24593         enabled if that check is passed to spam-split explicitly; also
24594         fix so 'spam doesn't get converted to spam-split-group when
24595         spam-split-symbolic-return is t.
24596         (spam-find-spam): Find registrations of the article and use those
24597         instead of re-running spam-split to find the spam/ham
24598         classification of the article.
24599         (spam-log-processing-to-registry, spam-log-registered-p)
24600         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24601         Use gnus-error instead of gnus-message.
24602         (spam-log-registration-type): Add function to determine the
24603         classification of a message based on registry entries; will
24604         return nil if both 'spam and 'ham are found.
24605         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24606         a reasonably fast local cache without the loading errors.
24607         (spam-cache-lookups): Set to t by default.
24608         (spam-find-spam): Don't try to guess spam-cache-lookups.
24609         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24610         spam-caches entry.
24611         (spam-filelist-build-cache, spam-filelist-check-cache):
24612         Fix caching of whitelist/blacklist entries.
24613         (spam-check-whitelist, spam-check-blacklist):
24614         Invoke spam-from-listed-p with a type, not a cache variable.
24615         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24616
24617 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24618
24619         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24620
24621         * nnmail.el (nnmail-split-fancy): do.
24622
24623         * mml.el (mml-parse): do.
24624
24625         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24626         (gnus-score-adaptive): do.
24627
24628 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24629
24630         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24631         (gnus-mime-button-map): Don't set keymap parent.
24632         (gnus-button-ctan-directory-regexp): Use shy grouping.
24633         (gnus-prev-page-map): Don't set keymap parent.
24634         (gnus-prev-page-map): Remove duplicated one.
24635         (gnus-next-page-map): Don't set keymap parent.
24636         (gnus-mime-security-button-map): Ditto.
24637
24638         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24639         version number.
24640
24641         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24642
24643 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24644
24645         * canlock.el (canlock-sha1-function): Remove.
24646         (canlock-sha1-function-for-verify): Remove.
24647         (canlock-openssl-program): Remove.
24648         (canlock-openssl-args): Remove.
24649         (canlock-ignore-errors): Remove.
24650         (canlock-sha1-with-openssl): Remove.
24651         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24652         (canlock-verify): Don't use canlock-ignore-errors.
24653
24654         * sha1-el.el (sha1-string-external): Make it can return a string
24655         in binary form.
24656         (sha1-region-external): Ditto.
24657         (sha1-string-internal): Ditto.
24658         (sha1-region-internal): Ditto.
24659         (sha1-region): Ditto.
24660         (sha1-string): Ditto.
24661         (sha1): Ditto.
24662
24663 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24664
24665         * spam.el (spam-report-articles-gmane): New command.
24666
24667 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24668
24669         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24670
24671         * run-at-time.el (run-at-time-saved): Remove.
24672         (run-at-time): Doc fix.
24673
24674 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24675
24676         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24677         (gnus-summary-limit-map): Add it.
24678         (gnus-summary-make-menu-bar): do.
24679
24680 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24681
24682         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24683         Make attempt at some caching support (done for BBDB only now).
24684         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24685         addresses to be checked.
24686         (spam-clear-cache-BBDB): Add function, to be invoked by
24687         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24688         (spam-check-BBDB): Check and use the caches, if
24689         spam-cache-lookups is on, remove superfluous (provide).
24690
24691 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24692
24693         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24694
24695 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24696
24697         * run-at-time.el (run-at-time-saved): Move to after the definition
24698         of `run-at-time'.
24699
24700         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24701
24702 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24703
24704         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24705         mm-w3m-local-map-property.
24706
24707         * mm-view.el (mm-w3m-mode-map): Remove.
24708         (mm-w3m-local-map-property): Remove.
24709         (mm-inline-text-html-render-with-w3m): Don't use
24710         mm-w3m-local-map-property.
24711
24712 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24713
24714         * run-at-time.el: New file.
24715
24716         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24717         under Emacs.
24718
24719         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24720         of gnus-set-text-properties.
24721
24722         * gnus-uu.el (gnus-uu-save-article): Ditto.
24723
24724         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24725
24726         * gnus-cite.el (gnus-cite-parse): Ditto.
24727
24728         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24729         of gnus-.
24730
24731         * gnus-xmas.el (run-at-time): Require run-at-time.
24732
24733         * gnus.el: Change calls to nnheader-run-at-time and
24734         password-run-at-time throughout to use run-at-time directly.
24735
24736         * password.el: Remove definition of run-at-time.
24737
24738         * nnheaderxm.el: Remove definition of run-at-time.
24739
24740 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24741
24742         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24743         in prompt.
24744
24745 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24746
24747         * messagexmas.el (message-xmas-redefine): Alias
24748         `message-make-caesar-translation-table' to
24749         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24750         version.
24751
24752         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24753         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24754         `gnus-xmas-set-text-properties'.
24755         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24756         `gnus-xmas-completing-read'.
24757         (gnus-xmas-completing-read): Removed.
24758         (gnus-xmas-open-network-stream): Removed.
24759
24760         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24761         XEmacs version.
24762
24763         * dns.el (dns-make-network-process): Use `open-network-stream'
24764         instead of `gnus-xmas-open-network-stream'.
24765
24766         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24767
24768         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24769
24770 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24771
24772         * gnus-art.el (gnus-mime-display-alternative)
24773         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24774         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24775         Don't use gnus-local-map-property.
24776
24777         * gnus-util.el (gnus-local-map-property): Remove.
24778
24779         * mm-view.el (mm-view-pkcs7-decrypt):
24780         Replace gnus-completing-read-maybe-default with completing-read.
24781
24782         * gnus-util.el (gnus-completing-read): do.
24783         (gnus-completing-read-maybe-default): Remove.
24784
24785 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24786
24787         * password.el: Only autoload `run-at-time' if not XEmacs.
24788         Only autoload the itimer functions if XEmacs.
24789
24790 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24791
24792         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24793         XEmacsen.
24794
24795         * dgnushack.el: Autoload executable-find for XEmacs.
24796
24797 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24798
24799         * gnus-art.el (gnus-read-string): Remove.
24800         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24801         read-string.
24802
24803 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24804
24805         * netrc.el: Autoload password-read.
24806         (netrc): Add configuration group.
24807         (netrc-encoding-method, netrc-openssl-path):
24808         Add variables for encoding and decoding of files with symmetric
24809         ciphers.
24810         (netrc-encode): Add assistant function to encode a file with
24811         netrc-encoding-method.
24812         (netrc-parse): Add interactive parameter, added optional
24813         decoding if netrc-encoding-method is non-nil but otherwise
24814         behavior is standard.
24815         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24816         Do s/encode/encrypt/ everywhere.
24817
24818         * spam.el: Remove executable-find autoload.
24819
24820 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24821
24822         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24823
24824         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24825
24826 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24827
24828         * gnus-art.el (gnus-treat-ansi-sequences)
24829         (article-treat-ansi-sequences): New variable and function.
24830         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24831
24832         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24833         Use it.
24834
24835 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24836
24837         * mm-util.el (mm-quote-arg): Remove.
24838
24839         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24840         shell-quote-argument.
24841
24842         * gnus-uu.el (gnus-uu-command): do.
24843
24844         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24845
24846         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24847         with make-char.
24848
24849         * mm-util.el (mm-make-char): Remove.
24850
24851         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24852         add-minor-mode.
24853
24854         * gnus-undo.el (gnus-undo-mode): do.
24855
24856         * gnus-topic.el (gnus-topic-mode): do.
24857
24858         * gnus-sum.el (gnus-dead-summary-mode): do.
24859
24860         * gnus-start.el (gnus-slave-mode): do.
24861
24862         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24863
24864         * gnus-ml.el (gnus-mailing-list-mode): do.
24865
24866         * gnus-gl.el (gnus-grouplens-mode): do.
24867
24868         * gnus-draft.el (gnus-draft-mode): do.
24869
24870         * gnus-dired.el (gnus-dired-mode): do.
24871
24872         * gnus-ems.el (gnus-add-minor-mode): Remove.
24873
24874         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24875         Replace gnus-char-width with char-width.
24876
24877         * gnus-ems.el (gnus-char-width): Remove.
24878
24879         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24880         Replace gnus-char-width with char-width.
24881
24882         * gnus-ems.el (gnus-char-width): Remove.
24883
24884         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24885         definition.
24886         Remove Emacs 20 hash table compatibility code.
24887
24888         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24889         20 compatibility code.
24890
24891         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24892
24893         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24894
24895         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24896         Replace with point-at-{eol,bol}.
24897
24898         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24899
24900         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24901
24902         * flow-fill.el (fill-flowed-point-at-bol)
24903         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24904
24905         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24906         Replace with point-at-{eol,bol} throughout all files.
24907
24908 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24909
24910         * ntlm.el (ntlm-string-as-unibyte): New macro.
24911         (ntlm-build-auth-response): Use it.
24912
24913         Remove Emacs 20 stuff:
24914         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24915         (butlast, mapc, remove): Remove the compiler macros.
24916         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24917         of delq and copy-sequence.
24918         * gnus-art.el (popup-menu): Remove the compiler macro.
24919         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24920         Emacs 20.
24921
24922 2004-01-05  Simon Josefsson  <jas@extundo.com>
24923
24924         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24925         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24926         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24927         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24928         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24929         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24930         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24931         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24932         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24933         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24934         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24935         string-xor into ntlm-string-xor.
24936         Suggested by Jesper Harder <harder@myrealbox.com>.
24937
24938         * ntlm.el: Don't include poem.
24939
24940         * md4.el (print-int32, print-string-hexa): Remove.
24941         Suggested by Jesper Harder <harder@myrealbox.com>.
24942
24943         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24944
24945         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24946         probably breaks emacs with DL patch, but do we care? Is anyone
24947         still using the DL stuff?)
24948
24949         * sieve-manage.el: Use the password package.
24950         (sieve-manage-read-passwd): Remove.
24951         (sieve-manage-interactive-login): Use password.  Re-add
24952         condition-case around loop.
24953
24954         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24955         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24956         Use the password package.
24957
24958 2003-02-19  Simon Josefsson  <jas@extundo.com>
24959
24960         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24961         token.
24962
24963 2002-08-07  Simon Josefsson  <jas@extundo.com>
24964
24965         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24966         (sieve-manage-authenticators):
24967         (sieve-manage-authenticator-alist): Add some SASL mechs.
24968         (sieve-sasl-auth): New function.
24969         (sieve-manage-cram-md5-auth):
24970         (sieve-manage-plain-auth): Rewrite using SASL library.
24971         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24972         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24973         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24974         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24975
24976 2004-01-05  Simon Josefsson  <jas@extundo.com>
24977
24978         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24979         New files.
24980
24981 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24982
24983         * gnus-group.el (gnus-no-groups-message): Update.
24984
24985         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24986
24987 2003-11-09  Simon Josefsson  <jas@extundo.com>
24988
24989         * imap.el: Support for ID IMAP extension (RFC 2971).
24990         (imap-local-variables): Add imap-id.
24991         (imap-id): New variable.
24992         (imap-id): New function.
24993         (imap-parse-response): Parse untagged ID response.
24994         * nnimap.el (nnimap-id): New variable.
24995         (nnimap-open-connection): Use it.
24996
24997 2003-12-28  Simon Josefsson  <jas@extundo.com>
24998
24999         * gnus-score.el (gnus-score-edit-all-score): New.
25000         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25001
25002 2004-01-04  Simon Josefsson  <jas@extundo.com>
25003
25004         * password.el: Add.
25005
25006 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25007
25008         * dns.el (dns-query-types): Fix typo.
25009         (dns-query-types): New function.
25010         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25011         PTR and SOA replies, see RFC 1035.
25012
25013 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25014
25015         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25016
25017         * Move to Changelog.2.
25018
25019 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25020
25021         * gnus.el (gnus-version-number): Bump version.
25022
25023 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25024
25025         * gnus.el: No Gnus v0.1 is released.
25026
25027 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25028
25029         * gnus.el: No Gnus v0.0 is released.
25030
25031 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25032
25033         * gnus.el (gnus-version-number): Bump.
25034         (gnus-version): No.
25035
25036 See ChangeLog.2 for earlier changes.
25037
25038   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25039
25040   This file is part of GNU Emacs.
25041
25042   GNU Emacs is free software: you can redistribute it and/or modify
25043   it under the terms of the GNU General Public License as published by
25044   the Free Software Foundation, either version 3 of the License, or
25045   (at your option) any later version.
25046
25047   GNU Emacs is distributed in the hope that it will be useful,
25048   but WITHOUT ANY WARRANTY; without even the implied warranty of
25049   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25050   GNU General Public License for more details.
25051
25052   You should have received a copy of the GNU General Public License
25053   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25054
25055 ;; Local Variables:
25056 ;; coding: utf-8
25057 ;; fill-column: 79
25058 ;; add-log-time-zone-rule: t
25059 ;; End: