gnus-int: add to-buffer parameter to gnus-request-head
[gnus] / lisp / ChangeLog
1 2012-08-06  Julien Danjou  <julien@danjou.info>
2
3         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
4         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
5         to-buffer argument that is already supported.
6
7 2012-08-05  Julien Danjou  <julien@danjou.info>
8
9         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
10         Add autoload.
11
12 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * gnus.el (gnus-valid-select-methods): Fix custom type.
15
16 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
17
18         * auth-source.el (auth-sources, auth-source-backend-parse)
19         (auth-source-macos-keychain-search)
20         (auth-source-macos-keychain-search-items)
21         (auth-source-macos-keychain-result-append)
22         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
23         auth-source.el through the /usr/bin/security utility.
24         (auth-sources): Fix syntax error.
25         (auth-source-macos-keychain-result-append): Fix variable name.
26         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
27
28 2012-07-27  Julien Danjou  <julien@danjou.info>
29
30         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
31         Emacs < 24.1
32
33 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * message.el (message-kill-address): Don't kill last newline.
36         (message-skip-to-next-address): Don't move to the next header.
37         (message-fill-field-address): Work properly.
38
39 2012-07-25  Julien Danjou  <julien@danjou.info>
40
41         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
42
43 2012-07-24  Julien Danjou  <julien@danjou.info>
44
45         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
46
47         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
48         (nntp-async-timer-handler): Remove, unused.
49
50         * nnimap.el (nnimap-get-responses): Remove, unused.
51
52         * nnheader.el (mail-header-set-extra): Remove, unused.
53
54         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
55         unused.
56
57         * mm-view.el (mm-view-sound-file): Remove, unused.
58
59         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
60         (mm-url-encode-multipart-form-data): Remove, unused.
61
62         * message.el (message-remove-signature, message-make-host-name)
63         (message-fill-address): Remove, unused.
64
65         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
66         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
67         unused.
68
69         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
70         (gnus-xmas-call-region): Remove, unused.
71
72         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
73
74         * gnus-util.el (gnus-extract-address-component-name)
75         (gnus-extract-address-component-email, gnus-sortable-date)
76         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
77         (gnus-process-live-p): Remove, unused.
78
79         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
80
81         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
82         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
83         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
84         function.
85
86         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
87
88         * gnus-score.el (gnus-summary-score-crossposting)
89         (gnus-score-regexp-bad-p): Remove, unused.
90
91         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
92
93         * gnus-range.el (gnus-sublist-p): Remove, unused.
94
95         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
96         unused.
97
98         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
99
100         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
101         (gnus-request-associate-buffer): Remove, unused.
102
103         * gnus-group.el (gnus-group-set-method-info)
104         (gnus-group-set-params-info): Remove, unused.
105
106         * gnus-fun.el (gnus-shell-command-to-string)
107         (gnus-shell-command-on-region): Remove, unused.
108
109         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
110
111         * gnus-art.el (gnus-article-text-type-exists-p)
112         (article-translate-characters, gnus-article-hide-text-of-type)
113         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
114         Remove, unused.
115
116 2012-07-22  Andrew Cohen  <cohen@bu.edu>
117
118         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
119
120 2012-07-21  Julien Danjou  <julien@danjou.info>
121
122         * message.el (message-dont-reply-to-names): Replace deprecated
123         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
124         (message-get-reply-headers): Ditto.
125
126 2012-07-18  Julien Danjou  <julien@danjou.info>
127
128         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
129         `sieve-upload-and-kill'.
130
131         * sieve.el (sieve-bury-buffer): Remove function.
132         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
133         (sieve-upload-and-kill): New function, mapped to C-c C-c.
134
135 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
136
137         * shr.el (shr-expand-url): Handle URL starting with `//'.
138
139 2012-07-13  Chong Yidong  <cyd@gnu.org>
140
141         * smime.el (smime-certificate-info): Set buffer-read-only directly,
142         instead of calling toggle-read-only with a (bogus) argument.
143
144 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
145
146         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
147         of initial input when reading the author to restrict the summary to.
148
149 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * mm-decode.el (mm-shr):
152         Allow overriding charset by mm-charset-override-alist.
153
154 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * gnus-art.el (gnus-article-view-part):
157         Toggle subparts of multipart/alternative part.
158
159 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
160
161         * shr.el (shr-render-buffer): New command.
162         (shr-visit-file): Use it.
163
164 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
167         Set no-byte-compile and no-update-autoloads.
168
169 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
172
173 2012-06-25  Julien Danjou  <julien@danjou.info>
174
175         * nnimap.el (nnimap-request-articles-find-limit): Rename from
176         `nnimap-request-move-articles-find-limit' since we do not use it only
177         for move operations.
178         (nnimap-request-accept-article): Use
179         `nnimap-request-articles-find-limit' to limit search by message-id.
180
181 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
182
183         Support higher-resolution time stamps (Bug#9000).
184
185         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
186         VARLIST.  It's optional, for backward compatibility.
187         (encode-time-value): New optional arg PICO.  New type 3.
188         (time-to-seconds) [!float-time]: Support the new picoseconds
189         component if it's used.
190         (seconds-to-time, time-subtract, time-add):
191         Support ps-resolution time stamps as well.
192
193 2012-06-19  Julien Danjou  <julien@danjou.info>
194
195         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
196
197         * nnimap.el (nnimap-log-buffer): Check that
198         `window-point-insertion-type' is boundp, since it's not available in
199         XEmacs.
200
201 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
202
203         * nnimap.el (nnimap-log-buffer): Add this, setting
204         `window-point-insertion-type' in the buffer to t.
205         (nnimap-log-command): Use nnimap-log-buffer.
206
207 2012-06-19  Julien Danjou  <julien@danjou.info>
208
209         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
210         argument to be able to limit the search.
211         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
212         (nnimap-request-move-articles-find-limit): Add this to limit the search
213         by Message-Id after a message move.
214         (nnimap): Add defgroup.
215
216 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
217
218         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
219
220 2012-06-15  Julien Danjou  <julien@danjou.info>
221
222         * nnimap.el (nnimap-find-article-by-message-id): Use
223         `nnimap-possibly-change-group' rather than its own EXAMINE call.
224         (nnimap-possibly-change-group): Add read-only argument.
225         (nnimap-request-list): Use nnimap-possibly-change-group rather than
226         issuing EXAMINE manually.
227         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
228         with read-only argument.
229         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
230         cannot possibly change because we need to be sure that it's either
231         read-write or read-only.
232
233 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
236         being bound to a lambda form.
237
238 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
239
240         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
241         articles when fetch-old is non-nil (bug#11370).
242
243 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
244
245         * gnus-picon.el (gnus-picon-properties): New defcustom.
246         (gnus-picon-create-glyph): Use it.
247
248 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * gnus-group.el (gnus-group-get-new-news): Respect
251         `gnus-group-use-permanent-levels', as documented (bug#11638).
252
253 2012-06-10  Dave Abrahams  <dave@boostpro.com>
254
255         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
256         groups (bug#11641).
257
258 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
259
260         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
261         is an integer to avoid later problems.
262
263 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
266         locales.
267
268         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
269         on a handle.
270
271         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
272         address as the default.
273         (gnus-summary-insert-old-articles): Don't include unexistent messages.
274
275         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
276         makes no sense to query the user about internal files.
277
278         * gnus-spec.el: Remove all the byte-compilation stuff, since
279         benchmarking shows that it doesn't help when entering large summary
280         buffers.
281
282         * gnus-xmas.el (gnus-xmas-define): Remove.
283
284         * gnus-util.el (gnus-byte-code): Remove.
285
286         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
287         grouplens stuff.
288
289 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
292         (bug#11514).
293
294 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
295
296         * message.el (message-buffers): Return all buffers derived from Message
297         to make `gnus-dired-attach' work with mu4e.
298
299 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
300
301         * nntp.el: Stop the `letf' madness.
302         (nntp--report-1): New var.
303         (nntp-report): Merge nntp-report-1 into it.
304         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
305         the nntp-report function.
306
307         * auth-source.el: Fix comment-style to follow the convention.
308
309 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
310
311         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
312         (mm-dissect-singlepart): Don't guess the MIME type of
313         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
314         set.
315         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
316         toplevel MIME type is multipart/encrypted.
317
318 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
321         a string so that Gcc works (bug#11514).
322
323 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
324
325         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
326         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
327
328 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
329
330         * gnus-win.el (gnus-configure-frame): Don't signal an error when
331         jumping to *Server* from a dedicated *Group* window.
332         (gnus-configure-frame): CSE.
333
334         * gnus-registry.el: Minor style cleanup.
335         (gnus-registry--set/remove-mark): New function, extracted from
336         gnus-registry-install-shortcuts.
337         (gnus-registry-install-shortcuts): Use it.
338
339 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * nnspool.el (news-path): Use eval-and-compile.
342
343 2012-05-24  Glenn Morris  <rgm@gnu.org>
344
345         * nnspool.el (news-directory, news-path, news-inews-program):
346         Move here from paths.el.  Don't see a need for these to be autoloaded.
347
348         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
349         Merge in doc from paths.el version.  Don't see any need for this to be
350         autoloaded, or for the warning about users not setting it.
351
352 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
353
354         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
355         format.  In particular, add an optional argument and a docstring.
356
357         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
358
359         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
360         current before calling `gnus-groups-to-gnus-format'.
361         Note that this was already the case for `gnus-active-to-gnus-format'.
362
363 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
364
365         Fix minor Y10k bug.
366         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
367
368 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
369
370         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
371         message once it's actually open.
372
373 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
374
375         * gnus.el: Ma Gnus v0.5 is released.
376
377 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
378
379         * auth-source.el (auth-source--aput-1, auth-source--aput)
380         (auth-source--aget): New functions and macros.
381         Use them instead of aput/aget.
382
383 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
384
385         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
386
387 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
388
389         * plstore.el (plstore-called-interactively-p): New compat macro copied
390         from message.el.
391         (plstore-mode): Use it.
392
393 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
394
395         * plstore.el: Revive the editing feature.
396         (plstore-mode): New mode to edit plstore file.
397         (plstore-mode-toggle-display, plstore-mode-original)
398         (plstore-mode-decoded): New command.
399         (plstore--encode, plstore--decode, plstore--write-contents-functions)
400         (plstore--insert-buffer, plstore--make): New function.
401         (plstore-open, plstore-save): Simplify by using them.
402
403 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
406
407 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
408
409         * tls.el (open-tls-stream): Remove unused binding.
410
411 2012-04-16  Glenn Morris  <rgm@gnu.org>
412
413         * nndraft.el (nndraft-request-list): Fix declaration.
414
415 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * mm-decode.el (mm-dissect-buffer): Doc fix.
418
419         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
420         don't have a current group.
421
422         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
423         buffer if it doesn't exist.
424
425         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
426         given, mark the group as ephemeral with the current window conf.
427
428         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
429         buffer exists, which it doesn't if we haven't started Gnus.
430         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
431
432 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * mml.el (mml-generate-mime): Allow specifying what the top-level part
435         type is.
436
437         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
438         `unexists' entries.
439         (gnus-clean-old-newsrc): Fix last checkin.
440
441         * nnimap.el (nnimap-update-info): None of the articles below the active
442         low-water mark exist.
443
444         * dgnushack.el: Get rid of XEmacs compilation warning.
445
446         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
447         would have gotten if we posted to the group, and use that to compare
448         against the message we want to cancel (bug#10808).
449
450         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
451         on XEmacs.
452
453 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
454
455         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
456         `scroll-margin'.
457
458 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
459
460         * gnus-cite.el (gnus-dissect-cited-text): A single line without
461         citation prefix within a block of cited text should be considered part
462         of that block *only* if it is a blank line.
463
464 2012-04-09  Chong Yidong  <cyd@gnu.org>
465
466         * binhex.el, hashcash.el, uudecode.el:
467         Remove * characters from the front of variable docstrings.
468
469 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
472         before kinsoku-bol characters nor within kinsoku-eol characters.
473
474 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
477         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
478         (gnus-sync-read): Use mapc instead of mapcar.
479
480         * mm-archive.el: Require mm-decode for some macros.
481         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
482         the byte compiler.
483         (mm-archive-decoders): New function that returns the value of
484         the mm-archive-decoders variable.
485
486         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
487         instead.
488         (mm-dissect-singlepart): Use the function mm-archive-decoders.
489
490         * nnimap.el (gnus-refer-thread-use-nnir):
491         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
492
493 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
496
497 2012-03-12  Peter Münster  <pmrb@free.fr>
498
499         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
500         (gnus-demon-cancel): Ditto.
501         (gnus-demon-run-callback): When function cannot be called due to low
502         idleness, call it when idleness reaches the expected value, instead of
503         waiting another timer period.
504         (gnus-demon-init): Add `time' to arguments of call-back.
505
506 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
509
510         * gnus.el: Register gnus-registry functions.
511
512         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
513         indent.
514
515         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
516         enabled before warping.
517
518 2012-03-22  Dave Abrahams  <dave@boostpro.com>
519
520         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
521         registry about each article retrieved.
522
523         * gnus-int.el (gnus-select-group-with-message-id): New function.
524         (gnus-try-warping-via-registry): Ditto.
525         (gnus-warp-to-article): Fall back on the registry.
526
527 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
528
529         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
530         inboxes.
531
532 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
535
536 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
539         gnus-gcc-self-resent-messages may be a group parameter.
540         (gnus-summary-resend-message): Don't encode encoded words in header
541         when Gcc'ing resent message.
542
543 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * shr.el (shr-insert): Treat non-breaking space just like normal
546         space.  This seems to produce more pleasing results.
547         (shr-insert): Only insert a blank line if we're starting from an image.
548         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
549         (shr-ensure-paragraph): Consider lines with white space to be blank.
550
551 2012-03-15  Elias Pipping  <pipping@lavabit.com>
552
553         * Makefile.in: Respect DESTDIR.
554
555 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
556
557         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
558         and gnus-gcc-post-body-encode-hook.
559
560 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
563         messages that don't exist.
564
565         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
566
567 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
570         a string so that Gcc works (bug#11514).
571
572 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
573
574         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
575
576 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
579         don't have a current group.
580
581 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
584         Remove.
585
586         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
587
588         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
589
590 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
593         have a group name.
594
595         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
596         a multibyte buffer (bug#7410).
597         (article-wash-html): Parse the original article buffer to get the
598         unencoded data (bug#7410).
599
600         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
601         .newsrc.el files.
602
603 2012-04-05  Bastien Guerry  <bzg@altern.org>
604
605         * color.el (color-lighten-name): Fix typo.
606
607 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
610         "#" to avoid having them interpreted as comments.
611
612 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * shr.el (shr-insert): Update the text state properly to avoid
615         inserting spurious paragraph starts.
616
617 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * shr.el (shr-table-widths): Divide the extra width more fairly over
620         the TDs (bug#10973).
621         (shr-render-td): Don't delete too much padding.
622         (shr-natural-width): Compute the natural width more correctly.
623         (shr-insert): Allow the natural width to be computed for tables again.
624         (shr-tag-table-1): Rework how the natural widths are computed by
625         rendering the table a third time.
626         (shr-natural-width): Removed.
627         (shr-buffer-width): New function.
628         (shr-expand-newlines): Use it.
629
630         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
631         using a `gnus-use-full-window' setup (bug#11013).
632
633 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
636         24.1 release.
637
638 2012-03-10  David Edmondson  <dme@dme.org>
639
640         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
641         'Forwarded Message' header and the start of the message.
642
643 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
644
645         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
646         isn't running (bug#10897).
647
648 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
651         This is inconsistent with all the other stream functions, which leave
652         the setting up to the higher levels (if so wanted) (bug#10931).
653
654 2012-02-28  Glenn Morris  <rgm@gnu.org>
655
656         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
657         mm-decode.el: Standardize possessive apostrophe usage.
658
659 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
662
663 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
664
665         * parse-time.el (parse-time-string): Allow extractor to return nil.
666
667 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
670
671 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
674
675 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
676
677         * mm-decode.el (mm-shr): Remove "soft hyphens".
678
679         * nnimap.el (nnimap-request-list): Return the group names encoded as
680         utf8.  Otherwise non-European group names don't work.
681         (nnimap-request-newgroups): Ditto.
682
683         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
684         the default in `read-string' (bug#10757).
685
686         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
687         topics (bug#10843).
688
689         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
690         buffer.  Suggested by Herbert Valerio Riedel.
691         (nnimap-request-move-article): Delete the message from the correct IMAP
692         server.
693
694 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
695
696         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
697         Reported by Peter Münster.
698
699 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
700
701         * shr.el (shr-image-fetched): Make sure we really kill the right
702         buffer.
703
704 2012-02-16  Leo Liu  <sdl.web@gmail.com>
705
706         * gnus-start.el (gnus-1): Avoid duplicate entries.
707
708 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
709
710         * imap.el: Remove.
711
712         * nntp.el (nntp-coding-system-for-read): Remove.
713         (nntp-coding-system-for-write): Ditto.
714         (nntp-open-connection): Just use `binary' directly.
715
716         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
717         Gnus 0.3.
718
719 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
720
721         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
722         application/octet-stream parts really is.
723
724         * gnus-sum.el (gnus-propagate-marks): Remove.
725
726 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
727
728         * shr.el (shr-rescale-image): Undo previous change; see
729         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
730
731 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
732
733         * gnus.el: Ma Gnus v0.3 is released.
734
735 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
736
737         * gnus-sum.el (gnus-summary-local-variables): Make
738         `gnus-newsgroup-unexist' into a local variable.
739
740 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * registry.el (registry-usage-test, registry-persistence-test): Move to
743         tests/gnustest-registry.el.
744         (registry-make-testable-db, registry-match-test)
745         (registry-instantiation-test): Move to tests/gnustest-registry.el.
746
747         * gnus-registry.el (gnus-registry-misc-test)
748         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
749
750         * tests/gnustest-registry.el: New file with the registry and
751         gnus-registry ERT tests.
752
753 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * gnus-msg.el (gnus-summary-resend-message): Make
756         gnus-summary-resend-message-insert-gcc be last item in
757         message-header-setup-hook.
758
759 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
760
761         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
762         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
763         Remove.
764         (nnfolder-open-server): Don't use marks.
765         (nnfolder-request-delete-group): Ditto.
766         (nnfolder-request-rename-group): Ditto.
767         (nnfolder-request-set-mark, nnfolder-request-marks)
768         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
769         (nnfolder-save-marks, nnfolder-open-marks): Remove.
770
771         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
772         (nnml-marks-modtime): Remove.
773         (nnml-request-delete-group): Don't use marks.
774         (nnml-request-rename-group): Ditto.
775         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
776         (nnml-save-marks, nnml-open-marks): Remove.
777
778         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
779         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
780         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
781         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
782         (nntp-server-to-method-cache): Remove.
783
784         * shr.el (shr-rescale-image): Fix wrong merge.
785
786 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
787
788         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
789         too-wide lines.
790
791 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
792
793         * nnimap.el (nnimap-record-commands): New variable.
794         (nnimap-log-command): Use it.
795         (nnimap-make-process-buffer): Add a space to the process buffer.
796         (nnimap-transform-headers): Don't bug out on header lines containing
797         stuff that look like IMAP length encodings.
798
799         * shr.el (shr-rescale-image): Allow viewing large images.
800
801 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
802
803         * nnml.el (nnml-request-compact-group): Delete the marks file after
804         compaction (bug#10800).
805
806         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
807         group exit.
808
809         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
810         QRESYNC/FETCH output.
811
812 2012-02-11  Glenn Morris  <rgm@gnu.org>
813
814         * sieve-manage.el (sieve-manage-default-stream):
815         * shr.el (shr):
816         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
817         (nnir-retrieve-headers-override-function)
818         (nnir-imap-default-search-key, nnir-notmuch-program)
819         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
820         (nnir-method-default-engines):
821         * message.el (message-cite-reply-position):
822         * gssapi.el (gssapi-program):
823         * gravatar.el (gravatar):
824         * gnus-sum.el (gnus-refer-thread-use-nnir):
825         * gnus-registry.el (gnus-registry-unfollowed-addresses)
826         (gnus-registry-max-pruned-entries):
827         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
828         * gnus-int.el (gnus-after-set-mark-hook)
829         (gnus-before-update-mark-hook):
830         * gnus-async.el (gnus-async-post-fetch-function):
831         * auth-source.el (auth-source-cache-expiry):
832         Add missing :version tags to new defcustoms and defgroups.
833
834 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-sum.el (gnus-adjust-marked-articles): Add to
837         `gnus-newsgroup-unexist'.
838
839         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
840         marks.
841         (gnus-article-special-mark-lists): Put the `unexist' in the special
842         marks list instead.
843
844         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
845         articles in the list of articles to be selected.
846
847         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
848         articles.
849         (nnimap-update-info): Keep track of unexisting articles.
850         (nnimap-update-qresync-info): Ditto.
851
852 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
853
854         * message.el (message-default-send-mail-function): Made into own
855         function for reuse by emacsbug.el.
856
857 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
858
859         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
860         `gnus-sloppily-equal-method-parameters' to avoid a warning.
861
862 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
863
864         * mm-archive.el (mm-archive-dissect-and-inline): New function.
865         (mm-archive-dissect-and-inline): Fix up the undisplayer.
866
867         * gnus-compat.el: Define `timer-set-function'.
868
869         * mm-decode.el (mm-display-external): Output the text from the command
870         in the buffer after the command finished.  This makes text-based
871         commands behave better.
872
873 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-compat.el: Add a compat for the old `url-retrieve'.
876
877 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
878
879         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
880         23.1.
881
882 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
885
886 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
887
888         * message.el (smtpmail-smtp-user): Silence compiler warning.
889
890 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
891
892         * message.el (message-multi-smtp-send-mail): Also allow specifying the
893         SMTP user name.
894
895 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-sum.el (gnus-summary-show-thread):
898         next-single-char-property-change may return nil in XEmacs.
899         (gnus-summary-article-map): Fix typo.
900
901 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
902
903         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
904         running.
905
906         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
907
908         * gnus.el (gnus-server-extend-method): Don't add an -address component
909         if the method already has one (bug#9676).
910
911 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
912
913         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
914         of an initial-input for consistency (bug#10757).
915
916         * dgnushack.el: Fix XEmacs compilation warning.
917
918         * shr.el: Inhibit getting and sending cookies when fetching pictures.
919
920         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
921
922 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
923
924         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
925         lines that are narrower than the window width.  Otherwise background
926         "blocks" will look less readable.
927
928 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
929
930         * nnimap.el (nnimap-transform-headers): Remove unused variable.
931         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
932         have newlines within the strings, and where the UID comes after the
933         BODYSTRUCTURE element (bug#10537).
934
935         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
936         (bug#10732).
937
938         * shr.el (shr-insert-document): Add doc string.
939         (shr-visit-file): Ditto.
940         (shr-remove-trailing-whitespace): New function.
941         (shr-insert-document): Use it to clean up trailing whitespace as the
942         final step (bug#10714).
943
944 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
945
946         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
947         buffer if `gnus-kill-summary-on-exit' is nil.
948
949 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
950
951         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
952         when just reading a single group from "without" Gnus.
953
954 2012-02-06  Chong Yidong  <cyd@gnu.org>
955
956         * gnus-sum.el (gnus-summary-show-thread):
957         next-single-char-property-change never returns nil (Bug#8657).
958
959 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
960
961         * message.el (message-multi-smtp-send-mail): New function.
962         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
963         header to implement multi-SMTP functionality.
964
965         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
966         (gnus-agentize): Don't set it.
967         (gnus-agent-send-mail): Don't use it.
968
969         * gnus-sum.el (gnus-summary-widget-backward): New function and
970         keystroke.
971
972         * gnus-compat.el: More the compat functions more compatible.
973
974         * shr.el (shr-put-image): Remove underlines from sliced images.
975         (shr-zoom-image): Compute the region to be replaced more correctly.
976
977 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
980         (gnus-summary-resend-message-insert-gcc): New function.
981         (gnus-summary-resend-message): Modify message-header-setup-hook and
982         message-sent-hook to make it work for Gcc.
983         (gnus-inews-do-gcc): Update the number of unread articles of groups
984         that messages are Gcc'd to.
985
986         * message.el (message-resend): Run message-sent-hook to do Gcc.
987
988 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
989
990         * lpath.el: Fix an XEmacs compilation warning.
991
992         * gnus-compat.el: Require `help-fns' to fix compilation error.
993
994         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
995         a higher level to silence compilation.
996
997         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
998         parameter to allow controlling the scaling.
999
1000         * shr.el (shr-zoom-image): New command and keystroke.
1001         (shr-put-image): Take a `size' flag to say how to scale the image.
1002
1003         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1004         deletion unless already defined.
1005
1006         * gnus.el (gnus-compat): Require it.
1007
1008         * gnus-compat.el: New file.
1009
1010         * gnus-start.el (gnus-clean-old-newsrc): New function.
1011         (gnus-read-newsrc-file): Use it.
1012
1013         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1014         Use recursive deletion.
1015         (mm-dissect-archive): Add support for zip files.
1016
1017         * gnus-util.el (gnus-recursive-directory-files): New function.
1018
1019         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1020         (mm-archive-decoders): Add tgz support.
1021
1022         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1023         Otherwise inserting text into the Gnus buffer can look odd.
1024
1025         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1026
1027         * mm-archive.el (mm-archive-decoders): Add support for tar.
1028
1029         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1030
1031         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1032
1033 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1034
1035         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1036
1037         * mm-archive.el: New file.
1038
1039         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1040
1041         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1042
1043         * message.el (message-goto-*): Make all the `message-goto-*' commands
1044         push the mark before moving point.  This makes it easier to go back to
1045         where you came from after editing whatever you jumped to.
1046
1047 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1048
1049         * gnus.el: Ma Gnus v0.1 is released.
1050
1051 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1052
1053         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1054         without reconnecting.
1055         (nnimap-possibly-change-group): Ditto.
1056         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1057         connection has died before being called.
1058
1059 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1060
1061         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1062         an initial sync unless we're really doing one.
1063
1064         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1065         address parameter if one already exists (bug#9676).
1066
1067         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1068         not the prefix, as documented (bug#10689).
1069
1070 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1071
1072         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1073         the "server".
1074
1075         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1076         the real error message with the useless "previously known to be down".
1077         Which isn't even correct.
1078
1079         * nntp.el (nntp-open-connection): Report the error message if the nntp
1080         server can't be reached.
1081
1082         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1083         groups we do a total scan for.
1084         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1085         doing that.
1086
1087 2012-01-31  Jim Meyering  <jim@meyering.net>
1088
1089         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1090         Correct a comment (insert "not") and hide nominally-doubled "to".
1091
1092 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus.el (gnus-version): Change name to "Ma Gnus".
1095
1096 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1097
1098         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1099         section in the manual.
1100
1101 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1102
1103         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1104         words.
1105         (rfc2047-encode-string): Ditto.
1106         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1107         understand folded filename="..." parameters, for instance.
1108
1109         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1110         the message for greater debuggability.
1111
1112 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1113
1114         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1115         instead of setting it locally, since the latter doesn't seem to have
1116         any effect (most of the time).
1117
1118 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1119
1120         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1121         function call.
1122
1123 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1124
1125         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1126         seconds, and make the repeat clause with HH:MM specs work as
1127         documented.
1128
1129 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1130
1131         * proto-stream.el (proto-stream-capability-open): Fall back on
1132         :end-of-command if :end-of-capability doesn't exist.
1133
1134 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1137         bound globally in old Emacsen and XEmacsen.
1138
1139 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1142         so that previous errors don't prohibit getting new news.
1143
1144         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1145
1146         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1147
1148 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1149
1150         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1151         buffer, not of the string which is its name.
1152
1153 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1154
1155         * proto-stream.el (proto-stream-capability-open): Wait for
1156         :end-of-capability, not :end-of-command.
1157
1158         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1159         non-server-marks groups.
1160         (gnus-group-make-articles-read): Ditto.
1161
1162         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1163         methods (bug#9676).
1164
1165         * gnus.el (gnus-method-ephemeral-p): New function.
1166
1167 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1170         left-to-right.
1171
1172 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1173
1174         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1175         warning.
1176
1177 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1180         macroexpand the nnir things, since they haven't been defined yet, and
1181         nnir requires gnus-sum.
1182
1183 2012-01-24  Julien Danjou  <julien@danjou.info>
1184
1185         * color.el (color-rgb-to-hsl): Fix value computing.
1186         (color-hue-to-rgb): New function.
1187         (color-hsl-to-rgb): New function.
1188         (color-clamp, color-saturate-hsl, color-saturate-name)
1189         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1190         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1191
1192 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1195
1196 2012-01-19  Julien Danjou  <julien@danjou.info>
1197
1198         * color.el (color-name-to-rgb): Use the white color to find the max
1199         color component value and return correctly computed values.
1200         (color-name-to-rgb): Add missing float conversion for max value.
1201
1202 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1203
1204         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1205         logical server name in addition to the actual machine address.
1206
1207         * auth-source.el (auth-source-user-and-password): Add convenience
1208         wrapper to search by just host and optionally user.
1209
1210 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1213         after rendering.
1214
1215 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1216
1217         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1218         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1219         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1220
1221 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1224         (bug#9693).
1225         (gnus-summary-setup-buffer): Document return value (bug#9697).
1226
1227         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1228         since ido doesn't work on symbols (bug#9632).
1229
1230         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1231         when getting a single value as when getting all the values.  This means
1232         that atoms like `gcc-self' work cumulatively, like variable settings,
1233         instead of getting the value from the last matching clause.
1234         (gnus-group-find-parameter): Protect against the group buffer not
1235         existing (bug#9585).
1236
1237 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-start.el (gnus-activate-group): Document more parameters
1240         (bug#9694).
1241
1242         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1243         (bug#9692).
1244
1245         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1246         article was fetched, so that it can be expired later (bug#9958).
1247         (gnus-agent-summary-fetch-series): Add doc string.
1248         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1249         (bug#9517).
1250
1251         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1252         retrieval is happening.
1253
1254         * gnus.el (gnus-parameters): Doc fix.
1255
1256 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1257
1258         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1259         show the thread after expansion.
1260
1261 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-art.el (article-narrow-to-head): If the head is completely
1264         empty, narrow to the empty region (bug#9764).
1265
1266         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1267         read, and then mark them as unread only when the unread mark is used.
1268         This makes `C-- T k' actually work, even though it's confusing.
1269
1270         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1271         alive before we try to find its window.
1272
1273 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1274
1275         * mm-decode.el (mm-display-external): Use a longer timeout for the
1276         deletion to allow slow programs to display the file.
1277
1278 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1281         prompt to be less confusing.
1282
1283         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1284         argument to `message-reply'.  This broke `special-display-*' frame
1285         pop-uping (bug#10238).
1286
1287 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1290         systems, since these allegedly don't work there.
1291
1292 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1293
1294         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1295         live buffer.
1296
1297 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * nnir.el (nnir-retrieve-headers): Protect against the article not
1300         existing on the server (bug#10335).
1301
1302 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1303
1304         * gnus-agent.el (gnus-agent-load-local): Recompute
1305         gnus-agent-article-local on changing method.
1306
1307 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * gnus.el (gnus-parameters): Note precedence.
1310
1311 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1312
1313         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1314         in the group buffer.
1315
1316 2012-01-04  Julien Danjou  <julien@danjou.info>
1317
1318         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1319         change.
1320
1321 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1324         too.
1325
1326         * nntp.el (nntp-retrieve-group-data-early): Use it.
1327
1328 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * nntp.el (nntp-retrieval-in-progress): New variable.
1331         (nntp-make-process-buffer): Make it buffer-local.
1332
1333         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1334         2010.
1335         (gnus-demon-init): Use it to compute the time if time is on the form
1336         "04:23".
1337
1338         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1339
1340         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1341         status in the correct buffer.
1342
1343 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1344
1345         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1346         when opening topics (bug#10407).
1347
1348 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1349
1350         * gnus-cus.el (gnus-score-customize):
1351         * gnus-sum.el (gnus-sort-gathered-threads):
1352         * message.el (message-shorten-references):
1353         * nnmairix.el (nnmairix-request-group):
1354         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1355
1356 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1357
1358         * gnus-agent.el (gnus-agent-regenerate-group):
1359         * gnus-int.el (gnus-retrieve-group-data-early):
1360         * mm-util.el (mm-codepage-ibm-list):
1361         * nndiary.el (Commentary, nndiary-get-new-mail):
1362         * nnir.el (nnir):
1363         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1364
1365 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * mm-view.el (mm-display-inline-fontify): Add comment.
1368
1369 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1370
1371         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1372         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1373
1374 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1375
1376         * gnus-art.el (gnus-split-methods):
1377         * gnus-msg.el (gnus-configure-posting-styles):
1378         * gnus-spec.el (gnus-parse-simple-format):
1379         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1380         * message.el (message-do-actions): Spelling fix.
1381
1382 2011-12-15  Juri Linkov  <juri@jurta.org>
1383
1384         * mm-decode.el (mm-inline-media-tests): Add missing
1385         `mm-handle-media-subtype'.
1386
1387 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1388
1389         * gnus-group.el (gnus-group-tool-bar):
1390         * gnus-sum.el (gnus-summary-tool-bar):
1391         * message.el (message-tool-bar):
1392         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1393
1394 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1395
1396         * plstore.el (plstore--insert-buffer): Spelling fix.
1397
1398 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1399
1400         * message.el (message-valid-fqdn-regexp): Update with newly approved
1401         top-level domain names ".tel" and ".asia".
1402
1403 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1406         unconditionally.
1407
1408 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1411         pop-to-buffer-same-window for old Emacsen.
1412
1413 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1414
1415         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1416
1417 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1418
1419         * netrc.el (netrc-credentials): Spelling fix.
1420
1421 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1422
1423         * gnus-fun.el (gnus-fun-ppm-change-string):
1424         * gnus-msg.el (gnus-inews-do-gcc):
1425         * gnus-sum.el (gnus-summary-find-for-reselect):
1426         * gnus.el (gnus-summary-cancelled):
1427         * message.el (message-cancel-hook, message-send-news):
1428         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1429         * nnir.el (nnir-run-hyrex):
1430         * nntp.el (nntp-with-open-group-function):
1431         * pgg.el (pgg-pending-timers): Spelling fix.
1432
1433 2011-12-04  Chong Yidong  <cyd@gnu.org>
1434
1435         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1436         change (Bug#10200).
1437
1438 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * compface.el (uncompface):
1441         * gnus-art.el (gnus-article-x-face-command): Update the header format
1442         of icon data for the most recent icontopbm program.
1443
1444 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * gnus-msg.el (gnus-inews-do-gcc):
1447         * message.el (message-send-mail):
1448         * mml.el (mml-generate-mime): Share the value of the buffer-local
1449         `message-options' variable between a draft buffer and temprary working
1450         buffers.
1451
1452 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1453
1454         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1455
1456 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1459         for Cygwin.
1460
1461 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1462
1463         * gnus-group.el (gnus-group-prepare-flat):
1464         * mm-bodies.el (mm-encode-body):
1465         * mml.el (mml-preview):
1466         * nnml.el (nnml-request-compact-group):
1467         * pop3.el (pop3-stream-type): Spelling fix.
1468
1469 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1470
1471         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1472
1473 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1474
1475         * color.el (color-rgb-to-hsl):
1476         * gmm-utils.el (gmm-tool-bar-style):
1477         * gnus-group.el (gnus-group-prepare-flat):
1478         * gnus-topic.el (gnus-topic-prepare-topic):
1479         * mm-decode.el (mm-discouraged-alternatives):
1480         * rfc2047.el (rfc2047-encode-1):
1481         * starttls.el: Spelling fix.
1482
1483 2011-11-24  Glenn Morris  <rgm@gnu.org>
1484
1485         * binhex.el (binhex-begin-line): Give it basic doc-string.
1486
1487         * starttls.el, tls.el: Fix case of "GnuTLS".
1488
1489 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1490
1491         * gnus-group.el (gnus-group-highlight): Fix typo.
1492
1493 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1494
1495         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1496         value of `delete-file', that returns nil for a local file but returns t
1497         for a remote file using ssh.
1498
1499 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1500
1501         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1502
1503 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1506         avoid later breakage.
1507
1508 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1509
1510         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1511         article buffers' name.
1512
1513 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1516         by Paul Eggert's spellfixes two days ago.
1517
1518 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1521         doesn't have it.
1522
1523         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1524         buffer-local instead of binding them to avoid warnings.  Also demote
1525         errors (bug#10063).
1526         (font-lock-mode-hook): Shut up byte compiler.
1527
1528 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1529
1530         * mm-util.el (mm-charset-after):
1531         * nnir.el (nnir-run-hyrex):
1532         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1533         (ntlm-get-password-hashes, ntlm-md4hash):
1534         * smime.el: Fix typo.
1535
1536 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1537
1538         * gnus-agent.el (gnus-agent-expire-group-1):
1539         * nndiary.el (nndiary-last-occurence):
1540         * nnimap.el (nnimap-request-set-mark):
1541         * nnmairix.el (nnmairix-only-use-registry):
1542         * gnus-group.el (gnus-group-prepare-flat):
1543         * gnus-sum.el (gnus-decode-encoded-word-methods):
1544         * message.el (message-wash-subject):
1545         * nntp.el (nntp-retrieve-headers-with-xover):
1546         * smime.el (smime-certificate-directory): Spelling fix.
1547
1548 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1549
1550         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1551
1552         * color.el:
1553         * gnus-agent.el (gnus-agent-possibly-alter-active):
1554         * gnus-dired.el (gnus-dired-print):
1555         * mail-parse.el:
1556         * nnmairix.el (nnmairix-request-group):
1557         * shr.el (shr-image-displayer):
1558         * sieve-manage.el:
1559         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1560
1561 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1562
1563         * gnus-sum.el (gnus-auto-select-subject):
1564         * spam-report.el (spam-report-resend): Spelling fix.
1565
1566 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1567
1568         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1569         * gnus-art.el (gnus-default-article-saver):
1570         * gnus-srvr.el (gnus-server-copy-server):
1571         * gnus.el (gnus-sloppily-equal-method-parameters):
1572         * html2text.el (html2text-format-tag-list):
1573         * message.el (message-narrow-to-head):
1574         * nndiary.el:
1575         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1576         * sieve.el: Spelling fix.
1577
1578 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1579
1580         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1581         * gnus-sum.el (gnus-summary-make-menu-bar):
1582         * gnus-uu.el (gnus-uu-decode-postscript)
1583         (gnus-uu-decode-postscript-and-save):
1584         * mailcap.el (mailcap-print-command):
1585         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1586         Fix typos.
1587
1588 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1589
1590         * gnus-art.el (gnus-article-part-wrapper):
1591         * html2text.el (html2text-fix-paragraphs):
1592         * mm-decode.el (mm-image-fit-p):
1593         * rfc2047.el (rfc2047-encode-message-header):
1594         * shr-color.el (shr-color-visible-distance-min)
1595         (shr-color-relative-to-absolute, set-minimum-interval)
1596         (shr-color-visible): Fix typos.
1597
1598 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1599
1600         * gmm-utils.el (gmm-tool-bar-item):
1601         * gnus-art.el (gnus-treat-body-boundary):
1602         * gnus-diary.el (gnus-user-format-function-d):
1603         * gnus-start.el (gnus-get-unread-articles):
1604         * pgg-gpg.el (pgg-gpg-update-agent):
1605         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1606
1607 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1608
1609         * gnus-topic.el (gnus-group-prepare-topics):
1610         * gnus-uu.el (gnus-extract-view):
1611         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1612
1613 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1614
1615         * spam.el: Move BBDB autoloads.
1616         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1617         BBDB 2 and 3.
1618         (spam-check-BBDB): Use it.
1619         (spam-enter-ham-BBDB): Use it.
1620
1621 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1622
1623         * smime.el (smime-draw-buffer): Spelling fix.
1624
1625 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1626
1627         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1628         for scanning exactly one level.
1629         * gnus-start.el (gnus-get-unread-articles): Ditto.
1630
1631 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1634         slightly clearer.
1635
1636 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1637
1638         * gnus-sync.el: More commentary about setup.
1639
1640 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * message.el (message-send-and-exit): Document `arg'.
1643
1644 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1645
1646         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1647
1648 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1649
1650         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1651
1652         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1653         we don't use `bound-and-true-p'.
1654
1655 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1656
1657         * gnus-util.el (gnus-bound-and-true-p): Remove.
1658         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1659         * nnir.el: Use it.
1660         * nnmairix.el: Use it.
1661
1662 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1663
1664         * gnus-sync.el: Improve docs about CouchDB admins.
1665
1666         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1667         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1668         for reasons unknown.
1669         * nnir.el: Use it.
1670         * nnmairix.el: Use it.
1671
1672         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1673         * nnir.el: Ditto.
1674         * nnmairix.el: Ditto.
1675
1676         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1677
1678 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1679
1680         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1681         not needed.  Provide xmlplistread list function to produce XML plist
1682         output for non-Gnus LeSync clients.
1683
1684 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1685
1686         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1687
1688         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1689         and save against it.  Group subscriptions, read marks, other marks,
1690         subscription levels, topic names, and topic offsets (the group's
1691         position within the topic) are saved.  This is an experimental backend
1692         and may change significantly.  Load json.el from the gnus-fallback-lib
1693         if it's not available otherwise.
1694         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1695
1696 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1697
1698         * message.el (message-completion-function): Make sure
1699         message-tab-body-function is not attempted if one of
1700         message-completion-alist fails to find a completion (bug#9158).
1701
1702 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1703
1704         * mml.el (mml-quote-region): Quote <#secure> tag.
1705         (mml-generate-mime-1): Unquote <#secure> tag.
1706
1707 2011-10-20  Chong Yidong  <cyd@gnu.org>
1708
1709         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1710         calling a minor mode from Lisp with nil arg enables it, so we have to
1711         make the wording a bit ambiguous here).
1712
1713 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1714
1715         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1716         * nnir.el (nnir-mode): Use it.
1717         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1718         Use it.
1719
1720         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1721         * nnmairix.el (gnus-registry-enabled): Ditto.
1722
1723 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1724
1725         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1726         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1727         only while we need to find out if it should be t or nil.
1728         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1729         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1730         the registry is installed.  Set it to nil when it's unloaded.
1731         (gnus-registry-install-p): Provide user guidance for the initial value
1732         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1733         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1734         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1735         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1736         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1737         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1738         `gnus-registry-install'.
1739
1740 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1741
1742         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1743         previous change.
1744         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1745         primary key is marked as disabled.
1746
1747 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1748
1749         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1750         primary key is marked as disabled.
1751
1752 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1753
1754         * html2text.el (html2text-clean-anchor): Check for quotes around
1755         `href' value.
1756
1757 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1758
1759         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1760         searching.  Drop `bbdb-cache'.
1761
1762 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * message.el (message-signed-or-encrypted-p): Exclude header when
1765         checking if there is signed or encrypted body in text/plain message.
1766
1767 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1768
1769         * html2text.el (html2text-get-attr): Correctly handle attribute values
1770         containing "=".
1771
1772 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1773
1774         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1775         handle bindings.
1776
1777 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * gnus-win.el (gnus-configure-windows): Protect against reading
1780         ephemeral groups outside of Gnus.
1781
1782 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * shr.el (shr-tag-img): Don't get images displayed in tables.
1785
1786 2011-10-03  Glenn Morris  <rgm@gnu.org>
1787
1788         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1789         the "maintainer" version of debbugs.gnu.org reports.
1790
1791 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1794         make asynchronous adjacent image insertion work better.
1795
1796 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1797
1798         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1799         documentation.
1800
1801 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1804         `gnus-asynchronous' isn't shadowed.
1805
1806 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1809
1810         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1811         (nnimap-insert-partial-structure): The charset parameter isn't
1812         case-sensitive.
1813
1814         * nnheader.el (nnheader-message-maybe): New function.
1815
1816         * shr.el (shr-tag-table): Render totally broken tables better.
1817
1818         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1819         computing the boundary.
1820
1821 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * pop3.el (pop3-number-of-responses): Remove.
1824         (pop3-wait-for-messages): Rewrite to take linear time instead of
1825         exponential time.
1826
1827 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1830         re-fetch images.
1831
1832         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1833         re-fetch images when hitting `g' in Gnus.
1834
1835 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1838         (mml-compute-boundary): Don't check collision if it is non-nil.
1839         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1840         before checking collision.
1841
1842 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843
1844         * message.el (message-indent-citation): Really make sure there's a
1845         newline at the end.
1846
1847         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1848         Fix suggested by John Wiegley.
1849
1850         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1851
1852         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1853
1854         * message.el (message-default-send-rename-function): Break out into its
1855         own function.
1856
1857         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1858         doesn't work under XEmacs.
1859
1860         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1861         of "imaps" to word around Windows problems.
1862         (nnimap-open-connection-1): Use it.
1863
1864         * message.el (message-indent-citation): Revert last change which made
1865         `F' not work.
1866
1867 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1868
1869         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1870         terminal as well.
1871
1872 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1875         because it displays images using overlays that aren't easy to copy to
1876         the article buffer.
1877
1878 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1879
1880         * message.el (message-indent-citation): Fix empty line removal at the
1881         end of the citation.
1882
1883 2011-09-20  Julien Danjou  <julien@danjou.info>
1884
1885         * auth-source.el (auth-source-netrc-create): Use default value for
1886         password if specified.  Evaluate default.
1887         (auth-source-plstore-create): Ditto.
1888         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1889         value evaluation.
1890         (auth-source-netrc-create): Typo fix.
1891         (auth-source-plstore-create): Ditto.
1892
1893         * password-cache.el (password-cache-remove): Remove entries even if the
1894         value is nil, so that password with a nil value (negative caching) is
1895         possible to invalidate.
1896
1897         * auth-source.el (auth-source-format-cache-entry): New function.
1898
1899 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1902
1903 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1906
1907 2011-09-19  Julien Danjou  <julien@danjou.info>
1908
1909         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1910         which work with things that are not ASCII.
1911
1912 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1915
1916 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1919         message level.
1920
1921 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1924
1925 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1928
1929 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1930
1931         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1932         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1933
1934 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1935
1936         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1937         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1938         articles.
1939
1940 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1941
1942         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1943         (message-mail-other-window, message-mail-other-frame)
1944         (message-news-other-window, message-news-other-frame):
1945         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1946         instead of setting buffer display varibles.
1947
1948 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1951
1952         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1953
1954 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1957         duplicates" to a higher level.
1958
1959         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1960         most egregious messages.
1961
1962 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1965
1966 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1967
1968         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1969         up the file (bug#9351).
1970
1971 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1974         it does with all other backends, but decode the names immediately after
1975         getting them.
1976
1977         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1978         decoding nnimap groups.
1979
1980         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1981         newsrc file.  It doesn't seem like an important optimization any more.
1982
1983 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1984
1985         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1986         overflows.
1987
1988 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1991         (gnus-interactive-exit): Extend to `quiet'.
1992
1993         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1994
1995         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1996         string.
1997
1998         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1999         renaming function arguments from `this'.
2000
2001         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2002
2003         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2004         has been renamed.
2005         (gnus-lrm-string-p): Include RLM and PDF, too.
2006
2007         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2008         (bug#9225).
2009
2010 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2011
2012         Add autoload cookies for functions used by sendmail.el.
2013         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2014
2015         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2016
2017 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-art.el (article-date-ut): Work properly even when there are
2020         things like Date header in the body; work for forwarded parts.
2021
2022 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2023
2024         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2025         original-article-buffer.
2026
2027 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2028
2029         * nnir.el (nnir-compose-result): Fix matching of server type.
2030         (nnir-run-swish++): Ditto.
2031         (nnir-run-namazu): Ditto.
2032         (nnir-run-notmuch): Ditto.
2033
2034 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2037         (bug#9405).
2038
2039         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2040         (bug#9421).
2041
2042         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2043         (bug#9425).
2044
2045         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2046         thing (bug#9426).
2047
2048 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2051         the error message.
2052
2053 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2054
2055         * message.el (message-setup-1): Return t (Bug#9392).
2056
2057 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2058
2059         * gnus-sum.el: When adding article headers to a summary buffer also
2060         update gnus-newsgroup-articles (bug#9386).
2061
2062 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * auth-source.el: Autoload help-mode.
2065
2066 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2069         names.
2070
2071 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2072
2073         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2074         mm-replace-in-string for compatibility issues.
2075         * mml2015.el (mml2015-epg-verify): Ditto.
2076
2077 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2080
2081         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2082
2083 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2086         continue on and do the clean-up phase (bug#9188).
2087
2088         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2089         just ignore groups that can't be opened instead of erroring out
2090         (bug#9225).
2091
2092         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2093         nil since some many people are fuddy-duddies.
2094
2095         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2096         images.
2097
2098         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2099         instead.
2100
2101         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2102
2103         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2104
2105         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2106         processing.
2107
2108         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2109         buffer to avoid warnings.
2110
2111 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2112
2113         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2114         specified to reduce precision.
2115
2116 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2119         bodystructures (bug#9314).
2120
2121 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2124         Make button keymap non-sticky after buttons.
2125
2126 2011-08-18  David Engster  <dengste@eml.cc>
2127
2128         * nnmairix.el (nnmairix-request-set-mark)
2129         (nnmairix-goto-original-article): Remove adding of article to registry,
2130         since `gnus-registry-add-group' isn't available anymore.
2131         (nnmairix-determine-original-group-from-registry):
2132         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2133         available anymore.
2134
2135 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2136
2137         * starttls.el (starttls-any-program-available): Define as obsolete
2138         function.
2139
2140 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2143         versions which Gnus use when appropriate.
2144
2145         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2146         a pretty destructive command.
2147
2148         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2149
2150 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * message.el (message-fix-before-sending): Make a different warning
2153         about NUL characters (bug#9270).
2154
2155         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2156         from custom (bug#9260).
2157
2158         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2159         things work in Emacs 22 and XEmacs, too.
2160
2161         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2162         default From.
2163
2164         * gnus-spec.el (gnus-lrm-string-p): New macro.
2165         (gnus-lrm-string): New constant.
2166         (gnus-summary-line-format-spec): LRM-ify the from.
2167         (gnus-tilde-max-form): LRM-ify string chopping.
2168
2169         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2170
2171         * message.el (message-is-yours-p): Allow disabling canlock checking
2172         (bug#9295).
2173         (message-shoot-gnksa-feet): Add `canlock-verify'.
2174         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2175         message directory isn't writable (bug#9304).
2176
2177         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2178         non-world-readable.
2179
2180 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2183         articles.
2184
2185 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2186
2187         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2188         copy-list.
2189
2190 2011-08-12  Sam Steingold  <sds@gnu.org>
2191
2192         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2193         in the reverse order to avoid modifying the cache with `nreverse'.
2194         (gnus-all-score-files): Do not modify the value returned by
2195         `gnus-score-find-alist' because it lives in a cache variable.
2196         (gnus-current-home-score-file): No need to `nreverse' the return value
2197         of `gnus-score-find-alist', it is already in the correct order.
2198
2199 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2200
2201         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2202         type MESSAGE and subtype RFC822 is slightly different from those of
2203         type TEXT.
2204
2205 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2206
2207         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2208         This allows article-referral to work from an nnir group.
2209
2210 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2211
2212         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2213
2214 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2215
2216         * mml1991.el (mml1991-epg-find-usable-key)
2217         (mml1991-epg-find-usable-secret-key): New function.
2218         (mml1991-epg-sign): Check if signing key is usable.
2219         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2220
2221 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2222
2223         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2224         server-variables only.  This should fix a bug introduced with commit
2225         e1889675b7f4adf057833c5513c9374134c4e053.
2226         (nnir-run-query): 'nnir-search-engine should not be set from the global
2227         environment.
2228
2229 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2230
2231         * nnir.el (nnir-search-thread): Position point on referring article
2232         line.
2233         (nnir-warp-to-article): Clean up summary buffers.
2234
2235         * nnimap.el (nnimap-request-thread): Whitespace fix.
2236
2237 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2238
2239         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2240
2241 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * starttls.el (starttls-available-p): Rename from
2244         `starttls-any-program-available' and changed return convention.
2245
2246 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2247
2248         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2249         `unix-sync' unless it's defined.
2250
2251 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2252
2253         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2254         `aref' for XEmacs compatibiltiy.
2255
2256 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2259
2260 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2261
2262         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2263         closures, quote the form properly (bug#9194).
2264
2265 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2268         (gnus-summary-insert-new-articles): Protect against servers that are
2269         down.
2270
2271 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2272
2273         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2274         in mm handle if none is specified.
2275
2276 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2277
2278         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2279
2280 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2281
2282         * nnir.el (nnir-search-thread): New function to make an nnir group
2283         based on a thread query.
2284
2285         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2286         of nnir in thread referral.
2287         (gnus-summary-refer-thread): Use it.
2288
2289         * nnimap.el (nnimap-request-thread): Use it.
2290
2291 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * shr.el (shr-tag-comment): Ignore HTML comments.
2294
2295 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2296
2297         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2298         argument.
2299         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2300         Use `nnir-address' to handle server info rather than passing an arg.
2301
2302         * nnimap.el (nnimap-make-thread-query): New utility function to format
2303         an imap thread search query.
2304         (nnimap-request-thread): Use it.
2305
2306         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2307         right select-method if we are not going back to the group buffer.
2308
2309 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2312         enter invalid buffer configurations into the quit form (bug#9107).
2313         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2314         unplugged/plugged.
2315
2316         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2317         keep track of which ones are unread (bug#9061).
2318
2319         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2320         (bug#9055).
2321
2322         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2323         (bug#9041).
2324
2325         * gnus-html.el (mm-util): Require (bug#9073).
2326
2327         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2328         (gnus-summary-refer-thread): Use it to remove duplicates in the
2329         un-threaded view (bug#9053).
2330         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2331
2332 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2333
2334         * nnir.el (nnir-read-server-parm): Use default value from global
2335         variable.  Without this the default search engine parameters aren't
2336         used at all.
2337
2338 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * message.el (message-unique-id): Don't use the undocumented return
2341         value from (random t) (bug#9118).
2342
2343 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * message.el (message-auto-save-directory): If the ~/Mail directory
2346         doesn't exist, use ~ as the auto-save directory (bug#4432).
2347
2348         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2349         hasn't already been started.
2350
2351 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2354
2355         * message.el (message-reply): Work around mysterious bug where
2356         `message-mode' seems to overwrite the locally bound `subject' variable.
2357
2358 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2359
2360         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2361         correct group.
2362
2363         * gnus-int.el (gnus-request-thread): Add group argument.
2364
2365         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2366
2367 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2370
2371         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2372         renamed to `debbugs-gnu-*'.
2373
2374 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2375
2376         * plstore.el: Revert the editing feature since it is not urgent.
2377         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2378         (plstore-mode-decoded): Remove.
2379
2380 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2383         isn't very interesting any more, and it leaks potentially secret data.
2384         (gnus-debug): Remove.
2385
2386         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2387         use of :custom-show.
2388
2389 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2390
2391         * plstore.el: Add documentation.
2392         (plstore-mode): New mode to edit plstore file.
2393         (plstore-mode-toggle-display, plstore-mode-original)
2394         (plstore-mode-decoded): New command.
2395         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2396         (plstore--insert-buffer, plstore--make): New function.
2397         (plstore-open, plstore-save): Simplify by using them.
2398
2399 2011-07-06  Glenn Morris  <rgm@gnu.org>
2400
2401         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2402
2403 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2406         no longer is much used.
2407         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2408         Articles".
2409
2410 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2411
2412         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2413         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2414         `notmuch' backend.
2415
2416 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * mm-decode.el (mm-text-html-renderer): Doc fix.
2419
2420         * gnus-msg.el (gnus-bug): Fix the MML tag.
2421
2422         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2423
2424 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2425
2426         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2427         secondary methods if started with `gnus-no-server'.
2428
2429 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2430
2431         * message.el (message-return-action): Fix typo in docstring.
2432
2433 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2436         bug reports at once.
2437
2438         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2439
2440 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * nndraft.el: Require gnus-group.
2443         (nndraft-request-list): Declare.
2444
2445         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2446         no unread article unless it matches gnus-permanently-visible-groups.
2447
2448         * nndraft.el (nndraft-update-unread-articles): New function.
2449         (nndraft-request-associate-buffer): Use it to update the number of
2450         unread articles for the nndraft groups in the group buffer when saving
2451         or killing a draft message.
2452
2453 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2456         systems to binary before writing and reading the mbox files.
2457
2458         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2459         instead of trying to list them all (bug#8978).
2460
2461 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2462
2463         * pop3.el (pop3-open-server): Use :end-of-capability.
2464
2465 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2468         the id is always a number.
2469
2470         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2471
2472         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2473         debbugs mode, if possible.
2474
2475 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2476
2477         * auth-source.el (auth-source-token-passphrase-callback-function):
2478         Reindent.
2479         (epg-context-operation): Remove unnecessary autoload.
2480
2481 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * gnus.el (gnus-list-debbugs): New command.
2484
2485         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2486         mboxstat instead of the maintbox, since the stat seems to be fuller.
2487
2488         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2489         summary buffers.
2490
2491         * message.el (message-get-reply-headers): Delete all duplicates,
2492         instead of the first.
2493         (message-get-reply-headers): Ensure that we have progress while
2494         deleting duplicates.
2495
2496         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2497         gnus-posting-style value from the summary buffer to make it easier to
2498         make that a per-buffer conf.
2499
2500 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2501
2502         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2503         found by setting `shortcut' in 'query.
2504         (nnir-request-article): Use `shortcut' setting when requesting article
2505         by Message-ID.
2506
2507 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2508
2509         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2510         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2511         Bring the pseudo-headers back too.
2512
2513 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2514
2515         * auth-source.el (auth-source-token-passphrase-callback-function):
2516         Simplify and remove EPA dependency.
2517
2518 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2519
2520         * nnir.el (nnir-request-article): Fix error message text.
2521
2522 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2523
2524         * auth-source.el (plstore-delete): Autoload.
2525         (auth-source-plstore-search): Support delete operation.
2526         * plstore.el (plstore-delete): New function.
2527
2528 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2531         mark actually existing articles as unread rather than the ones that
2532         active asserts.
2533
2534 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2535
2536         * nntp.el (nntp-record-command):
2537         * gnus-util.el (gnus-message-with-timestamp-1):
2538         Use format-time-string rather than decoding time stamps by hand.
2539         This is simpler and insulates the code from potential changes to
2540         current-time format.
2541
2542 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2545
2546 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2547
2548         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2549         (plstore-save): Support public key encryption.
2550         (plstore--init-from-buffer): New function.
2551         (plstore-open): Use it; fix error when opening a non-existent file.
2552         (plstore-revert): Use plstore--init-from-buffer.
2553
2554 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2555
2556         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2557
2558 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2561         for old Emacsen.
2562
2563 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2564
2565         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2566         is not fully working.
2567
2568 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * dgnushack.el: Autoload sha1 on XEmacs.
2571
2572         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2573         quit window configuration.
2574
2575         * auth-source.el (epg-context-set-passphrase-callback):
2576         Remove duplicate autoload.
2577
2578 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2579
2580         * nnir.el (nnir-request-article): Allow requesting articles by
2581         Message-ID with nnimap.
2582
2583         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2584         current server.
2585
2586 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2587
2588         * auth-source.el: Autoload EPA/EPG functions.
2589         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2590         changed when EPA/EPG is not available.
2591         (auth-source-backend): Rename "arg" member to "data".
2592         (auth-source-backend-parse, auth-source-plstore-search)
2593         (auth-source-plstore-create): Use it.
2594
2595 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2596
2597         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2598         `gnus-refer-article-methods'.
2599
2600 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2601
2602         * auth-source.el: Require EPA and EPG.
2603         (auth-source-passphrase-alist): New variable.
2604         (auth-source-passphrase-callback-function)
2605         (auth-source-token-passphrase-callback-function): Callbacks for the
2606         netrc field encryption (GPG tokens).
2607         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2608         Symmetric encryption and decryption of the netrc GPG tokens.
2609         (auth-source-netrc-normalize): Use them, simplifying the closure.
2610
2611 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2614         is available.
2615
2616 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2619         non-nil, and `nnimap-split-methods' is nil, use the former.
2620
2621 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2622
2623         * plstore.el (plstore-revert): New function.
2624         (plstore-open): Use it; hide the buffer from user.
2625
2626 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2627
2628         * auth-source.el (auth-source-backend): New member "arg".
2629         (auth-source-backend-parse): Handle new backend 'plstore.
2630         * plstore.el: New file.
2631
2632 2011-06-30  Glenn Morris  <rgm@gnu.org>
2633
2634         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2635
2636 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637
2638         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2639         expiring articles to.
2640
2641         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2642         variations as ASCII (bug#5458).
2643
2644 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2647
2648 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * message.el (message-point-in-header-p): Tweak the function to default
2651         to saying that we're not in the headers if there is no separator at
2652         all.  This makes it possible to use the Message version of `M-q' in
2653         buffers with no headers (bug#7987).
2654         (message-point-in-header-p): Fix last checkin to work with an empty
2655         mail-header-separator, too.
2656
2657         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2658         again, save the choice via customize.
2659
2660 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2663
2664         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2665         ended the connection, bail out before waiting infinitely on a new
2666         connection.
2667
2668 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2669
2670         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2671         reports.
2672
2673         * gnus.el (gnus-bug-package): Use "gnus."
2674         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2675
2676 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * dgnushack.el: Make the timer warning go away on XEmacs.
2679
2680         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2681         animations going on at article exit time.
2682
2683         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2684         since removing it breaks people upgrading.
2685
2686         * shr.el (shr-put-image): Use the new interface for animating images.
2687         (shr-put-image): Animate for 60 seconds.
2688
2689         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2690         avoid compiler warnings.
2691
2692         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2693         error with `find-file-hooks' on Emacs 22.
2694         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2695         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2696         on all architectures.
2697
2698         * spam.el (spam-stat): Require in a normal fashion without binding
2699         `spam-stat-install-hooks' to avoid compilation warnings.
2700
2701         * spam-stat.el (spam-stat-install-hooks): Remove.
2702         (spam-stat-install-hooks): Don't run automatically.
2703
2704 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2705
2706         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2707         and keystroke.
2708
2709 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * auth-source.el (auth-source-netrc-cache): Move forward.
2712
2713 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * proto-stream.el (proto-stream-open-starttls): Use
2716         `gnutls-available-p' to see whether we have built-in support.
2717
2718         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2719         we already know.
2720         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2721         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2722
2723 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2726         %S format, since that looks odd.
2727         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2728         file, especially when saving.
2729
2730 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2731
2732         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2733         article found.
2734
2735 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2736
2737         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2738         `auth-source-save-secrets' with a more sensitive alist that can be
2739         configured per file.  Experimental, so defaults to 'never.
2740         (auth-source-netrc-create): Use it.  Still experimental code.
2741         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2742         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2743
2744 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2745
2746         * auth-source.el (auth-source-save-secrets): New variable to control if
2747         secret tokens should be saved encrypted.
2748         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2749         to `auth-source-netrc-normalize'.
2750         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2751         on the EPA variables being defined.
2752         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2753         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2754         the lexical-let closure.
2755         (auth-source-netrc-create): Create "gpg:" tokens according to
2756         `auth-source-save-secrets'.
2757
2758 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * gnus-group.el (gnus-group-update-group): Add new argument
2761         `info-unchanged' that stops updating dribble buffer.
2762
2763         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2764         deletes lines matching to it in dribble buffer.
2765
2766         * gnus-agent.el (gnus-agent-fetch-group-1):
2767         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2768         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2769         * gnus-start.el (gnus-group-change-level):
2770         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2771
2772         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2773         if newsgroup info is not changed.
2774
2775         * gnus-group.el (gnus-group-get-new-news-this-group):
2776         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2777         Don't update dribble buffer.
2778
2779 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2780
2781         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2782         remove entries with groups we ignore.
2783
2784 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2787         the underline comes at the bottom.
2788
2789 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2790
2791         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2792         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2793         (gnus-registry-article-marks-to-names): Rename from
2794         `gnus-registry-user-format-function-M2'.
2795
2796 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2799         ephemeral group.
2800
2801 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * shr.el (shr-browse-image): Copy the URL if called interactively.
2804
2805 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2808         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2809         done, then unselected articles may be marked as read.
2810
2811         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2812         since not doing this seems to lead to a race condition in pop3-logon.
2813
2814         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2815         so that the call chain it correct when we call "upwards".
2816
2817         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2818         in read-only groups.
2819
2820         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2821
2822         * message.el (message-cite-reply-position): Doc string fix.
2823
2824         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2825         avoid regexp overflow.
2826         (nnimap-transform-split-mail): Ditto.
2827
2828         * pop3.el (pop3-retr): Error out if the server closes the connection.
2829
2830 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2831
2832         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2833         mm-with-unibyte-current-buffer.  The buffer should not contain any
2834         multibyte chars anyway at this stage.
2835
2836 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2839         at the end of lines.
2840
2841 2011-05-29  Julien Danjou  <julien@danjou.info>
2842
2843         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2844
2845 2011-05-27  Glenn Morris  <rgm@gnu.org>
2846
2847         * gnus-group.el (gnus-bug-group-download-format-alist):
2848         Use the "maintainer" version of debian reports as well.
2849
2850 2011-05-26  Glenn Morris  <rgm@gnu.org>
2851
2852         * gnus-group.el (gnus-bug-group-download-format-alist):
2853         Use the "maintainer" version of debbugs.gnu.org reports.
2854
2855 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2858
2859 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2860
2861         * gnus-cus.el (gnus-agent-customize-category):
2862         * gnus-delay.el (gnus-delay-send-queue):
2863         * gnus.el (gnus-other-frame):
2864         Don't quote lambda expressions with `quote'.
2865
2866 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2867
2868         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2869         the thread moves us backwards and so we loop forever.
2870
2871 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2874         whitespace in base64 data lines.
2875
2876 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2877
2878         * gnus-registry.el (gnus-registry-user-format-function-M):
2879         Use `mapconcat'.
2880         (gnus-registry-user-format-function-M2): Use to see the full text of
2881         the marks.  Make "," the mark text separator.
2882
2883         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2884         authentication with auth-source.
2885
2886 2011-05-17  Glenn Morris  <rgm@gnu.org>
2887
2888         * gnus-group.el (gnus-import-other-newsrc-file):
2889         Use insert-file-contents.
2890
2891 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2892
2893         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2894         1000 iterations.
2895
2896 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * nntp.el (nntp-open-connection): Check if process-type is available.
2899
2900 2011-05-16  Julien Danjou  <julien@danjou.info>
2901
2902         * shr.el (shr-tag-del): Add support for del tag.
2903
2904 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus-html.el (gnus-html-put-image): Register a displayer.
2907
2908         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2909
2910 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2911
2912         * registry.el (prune-factor): New initialization parameter defaulting
2913         to 0.1.
2914         (registry-prune-hard): Use it.
2915
2916         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2917         0.1 expicitly.
2918
2919 2011-05-13  Glenn Morris  <rgm@gnu.org>
2920
2921         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2922         is bound, since this function requires sendmail.
2923
2924 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2925
2926         * registry.el (registry-usage-test): Disable pruning test.
2927
2928 2011-05-11  David Engster  <dengste@eml.cc>
2929
2930         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2931         Bind set-network-process-option for XEmacs.
2932
2933 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2934
2935         * registry.el (registry-prune-hard-candidates)
2936         (registry-prune-soft-candidates): Helper methods for registry pruning.
2937         (registry-prune): Use them.  Make the sort function optional.
2938
2939 2011-05-10  Jim Meyering  <meyering@redhat.com>
2940
2941         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2942
2943 2011-05-10  Julien Danjou  <julien@danjou.info>
2944
2945         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2946         symbol and not a list.
2947
2948 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * gnus-art.el (gnus-article-mode): Move binding of
2951         shr-put-image-function here from gnus-article-prepare-display.
2952
2953         * shr.el (shr-put-image-function): New variable.
2954         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2955         (shr-put-image): Return scaled image.
2956
2957         * gnus-art.el (gnus-shr-put-image): New function.
2958         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2959
2960         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2961         original ones, as deletable.
2962
2963 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2964
2965         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2966
2967 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * registry.el (registry-full): Add convenience method.  Fix logic.
2970         (registry-insert): Use it.  Fix logic here too.
2971
2972         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2973         `registry-prune' if `registry-full' returns t.
2974         (gnus-registry-handle-action)
2975         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2976         (gnus-registry-usage-test): Use it.
2977
2978 2011-05-07  Julien Danjou  <julien@danjou.info>
2979
2980         * shr.el (shr-link): Make shr-link inherit from link by default.
2981
2982 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2983
2984         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2985
2986 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2987
2988         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2989         error out because the face is not a list.
2990
2991 2011-05-05  Glenn Morris  <rgm@gnu.org>
2992
2993         * proto-stream.el (gnutls-negotiate): Fix declarations.
2994
2995         * gnus-start.el (gnus-propagate-marks): Declare.
2996
2997 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2998
2999         * registry.el (registry-reindex): Fix percentage message.
3000
3001         * proto-stream.el (network-stream-open-starttls): Adjust to call
3002         `gnutls-negotiate' with :process and :hostname arguments.
3003
3004 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3005
3006         * shr.el: Add shr-link face for links.
3007         (shr-urlify): Use it.
3008
3009         * registry.el (registry-insert): Make error message more helpful.
3010
3011 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * gnus-html.el (gnus-html-schedule-image-fetching):
3014         Use url-queue-retrieve, if it exists.
3015
3016         * shr.el (shr-tag-img): Ditto.
3017
3018         * gnus.el: Autoload more gnus-agent functions.
3019
3020         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3021         agent if we haven't already (bug#8502).
3022
3023         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3024         into the Agent, too.
3025
3026         * gnus-agent.el (gnus-agent-store-article): New function.
3027
3028         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3029         and moved from that file for reuse.
3030
3031         * pop3.el (pop3-open-server): Error messages are "-ERR".
3032
3033 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3036         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3037
3038 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3039
3040         * gnus.el: No Gnus v0.17 is released.
3041
3042 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3043
3044         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3045         buffer has moved to a different frame.
3046
3047 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3050         to get the conversion from unibyte to multibyte buffers to work on
3051         Emacs 22.
3052
3053         * nntp.el (nntp-request-article): Slight clean-up.
3054
3055 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * shr.el (shr-strike-through): New face.
3058         (shr-tag-s): Use it to provide <s> support.
3059         (shr-tag-s): Remove duplicate definition.
3060
3061 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3062
3063         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3064         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3065
3066 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3067
3068         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3069         `gnutls-negotiate'.
3070         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3071
3072 2011-04-23  Glenn Morris  <rgm@gnu.org>
3073
3074         * gnus-sum.el (gnus-extra-headers): Bump :version.
3075
3076 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * shr.el (shr-tag-sup): New function.
3079         (shr-tag-sub): Ditto.
3080
3081 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3082
3083         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3084         for the case where `gnus-registry-ignored-groups' is a list of lists,
3085         and don't call `gnus-parameter-registry-ignore' otherwise.
3086
3087 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3088
3089         * nnimap.el (nnimap-user): New backend variable.
3090         (nnimap-open-connection-1): Use it.
3091         (nnimap-credentials): Accept user parameter so it's explicit what user
3092         name is desired.
3093
3094         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3095         default.
3096
3097         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3098         not gnus-registry.el.
3099
3100         * gnus-registry.el: Mention in comments how to modify
3101         `gnus-extra-headers' for proper recipient tracking and that it may
3102         already have To and Cc recently, which it does as of this commit.
3103         (gnus-registry-ignored-groups): Remove defcustom.
3104         Explain why in comments.
3105         (gnus-registry-action): Fix data-header reference to use the extra
3106         headers.  Explain in package commentary how to add To and Cc headers to
3107         the gnus-extra-headers.
3108         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3109         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3110         parameter list or a string list in `gnus-registry-ignored-groups'.
3111         Fix logic error.
3112
3113 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * shr.el (shr-expand-url): Protect against null urls.
3116
3117 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * shr.el (shr-base): New binding.
3120         (shr-tag-base): Keep track of <base>.
3121         (shr-expand-url): New function used throughout.
3122
3123 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3124
3125         * gnus-registry.el
3126         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3127         (gnus-registry-ignored-groups): New variable.
3128         (gnus-registry-ignore-group-p): Use it.
3129         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3130         set the destination group to nil (same as delete) if it's ignored.
3131
3132 2011-04-20  David Engster  <dengste@eml.cc>
3133
3134         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3135
3136         * Makefile.in (test-nntp): New rule.
3137         (check): Add it.
3138         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3139
3140 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * gnus-registry.el (gnus-registry-action)
3143         (gnus-registry-fetch-header-fast):
3144         Don't use mail-header that looks an internal function of mailheader.el.
3145
3146 2011-04-19  Glenn Morris  <rgm@gnu.org>
3147
3148         * time-date.el (time-to-days): Remove unused local variables.
3149
3150 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * gnus-registry.el: Eliminate cl functions.
3153         (gnus-registry-sort-addresses): New function that replaces mapcan.
3154         (gnus-registry-action, gnus-registry-spool-action)
3155         (gnus-registry-split-fancy-with-parent)
3156         (gnus-registry-fetch-recipients-fast): Use it.
3157         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3158
3159         * registry.el (initialize-instance, registry-lookup)
3160         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3161         (registry-lookup-secondary-value, registry-search, registry-delete)
3162         (registry-insert, registry-reindex, registry-size, registry-prune):
3163         Use eval-and-compile.
3164
3165 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3166
3167         * registry.el (registry-reindex): New method to recreate the secondary
3168         registry indices.
3169
3170         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3171         tracked field changes.
3172         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3173         (gnus-registry-action, gnus-registry-spool-action)
3174         (gnus-registry-handle-action)
3175         (gnus-registry--split-fancy-with-parent-internal)
3176         (gnus-registry-split-fancy-with-parent)
3177         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3178         move, and delete actions, and for fancy splitting with parent.
3179         (gnus-registry-extract-addresses)
3180         (gnus-registry-fetch-recipients-fast)
3181         (gnus-registry-fetch-header-fast): Convenience functions.
3182         (gnus-registry-misc-test): ERT test of
3183         `gnus-registry-extract-addresses'.
3184
3185 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3186
3187         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3188         Track by subject first, then sender.
3189
3190 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3191
3192         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3193
3194         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3195         Lisp.
3196
3197         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3198         (gnus-draft-send): Use it to avoid popping
3199         up frames from gnus-group-send-queue.
3200
3201 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * gnus-registry.el: Updated gnus-registry docs.
3204
3205 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3206
3207         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3208         Fix logic bug.
3209         (gnus-registry-post-process-groups): Fix logging of no results and
3210         quote sender and subject.
3211
3212 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3215         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3216         gnutls-cli are too slow to be done opportunistically.
3217
3218         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3219         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3220         we had no early-data returned.
3221         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3222         two async commands to the same server at the same time.
3223
3224 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3225
3226         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3227
3228 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3231         "warning" level.
3232
3233         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3234         (mm-url-insert-file-contents): Don't set the package names.
3235
3236 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3237
3238         * gnus-registry.el (gnus-registry-action): Remove properties and
3239         simplify subject in `gnus-registry-handle-action'.
3240         (gnus-registry-spool-action): Get subject and sender from message if
3241         they are not passed in.
3242         (gnus-registry-handle-action): Remove properties and simplify subject
3243         consistently.
3244
3245 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3246
3247         * registry.el: Require CL before using defmacro*.
3248
3249 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * gnus-art.el (article-treat-date): Assume that
3252         gnus-article-date-headers may be a group parameter.
3253
3254 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3255
3256         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3257
3258         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3259         interactively so the newsrc file can contain foreign groups too.
3260         Useful for debugging but not much for users.
3261
3262 2011-04-07  David Engster  <dengste@eml.cc>
3263
3264         * registry.el (registry-usage-test): Only do
3265         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3266         lexical binding.
3267
3268 2011-04-07  David Engster  <dengste@eml.cc>
3269
3270         * Makefile.in (check, test-registry): New rules for test-suite.
3271
3272 2011-04-06  David Engster  <dengste@eml.cc>
3273
3274         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3275         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3276
3277 2011-04-06  David Engster  <dengste@eml.cc>
3278
3279         * registry.el (initialize-instance): Change :after to :AFTER to be
3280         compatible with old EIEIO version in XEmacs.
3281
3282 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3283
3284         * gnus-registry.el (gnus-registry-post-process-groups)
3285         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3286         and provide better messaging.
3287
3288 2011-04-06  David Engster  <dengste@eml.cc>
3289
3290         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3291         errors.
3292
3293         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3294         dgnushack-compile with error-on-warn enabled, and to signal an error if
3295         clean compilation failed.
3296         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3297         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3298
3299 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3300
3301         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3302         unconditionally anyway, discarding errors.
3303         (gnus-registry-delete-entries): New convenience function.
3304         (gnus-registry-import-eld): Import from old .eld registry.
3305
3306         * registry.el: Don't use ERT if it's not available.  Load it
3307         unconditionally anyway, discarding errors.
3308
3309         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3310         version from the Claudio Bley GnuTLS patch (extra optional parameters
3311         and host name).
3312
3313 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3316         fixup the parameters that can be customized by the user between
3317         save/read cycles.
3318         (gnus-registry-read): Use it.
3319         (gnus-registry-make-db): Use it.
3320         (gnus-registry-spool-action, gnus-registry-handle-action):
3321         Fix messaging.
3322         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3323         Map references to actual group names with sender and subject tracking.
3324         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3325         (gnus-registry-usage-test): Add subject lookup test.
3326
3327         * registry.el (registry-db, initialize-instance): Set up constructor
3328         instead of :initform arguments for the sake of older Emacsen.
3329         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3330         pre-lexbind merge bug.
3331         (registry-usage-test): Use it.
3332         (initialize-instance, registry-db): Move the non-function initforms
3333         back to the class definition.
3334
3335 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3336
3337         * registry.el: New library to manage gnus-registry-style data.
3338
3339         * gnus-registry.el: Use it (major rewrite).
3340
3341         * nnregistry.el: Use it.
3342
3343         * spam.el: Use it.
3344
3345 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346
3347         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3348         marks on non-selected articles.
3349
3350 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3351
3352         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3353         parameter to open-protocol-stream.
3354
3355 2011-04-01  Julien Danjou  <julien@danjou.info>
3356
3357         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3358         fundamental-mode.
3359
3360 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3363         servers.
3364
3365 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3368         made marks not propagate, again.
3369
3370 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3371
3372         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3373         Make this the default type.
3374         (proto-stream-open-plain): Rename from proto-stream-open-default.
3375         (open-protocol-stream, proto-stream-open-starttls)
3376         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3377         with `plain'.
3378
3379         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3380         value.
3381
3382         * nntp.el (nntp-open-connection-function): Document the fact that some
3383         values are not functions but are instead handled specially.
3384         Recognize nntp-open-plain-stream value.
3385         (nntp-open-connection): Recognize that value.
3386
3387 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3390         where it seems to be needed.
3391
3392 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3395         stuff.
3396
3397         * gnus-score.el (gnus-score-string): Fix calling convention of
3398         `gnus-simplify-buffer-fuzzy' after last patches.
3399
3400         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3401         server for articles we didn't get any headers for.  This is a sanity
3402         check.
3403
3404 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3405
3406         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3407         new CAPABILITY, use it.
3408
3409 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3412         downloading anything.
3413
3414         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3415
3416 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3417
3418         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3419         colors.
3420         (gnus-splash-svg-color-symbols): New function.
3421
3422 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3425         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3426         (gnus-simplify-subject-fuzzy): Use the local
3427         gnus-simplify-subject-fuzzy-regex instead of the global one.
3428         This makes using this variable in group parameters work.
3429
3430 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3431
3432         * gnus-registry.el (gnus-registry-unfollowed-groups):
3433         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3434         archive:sent-YYYY-MM-DD groups).
3435         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3436         tracking if there are more than `gnus-registry-max-track-groups'
3437         matches.
3438
3439 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3440
3441         * message.el (message--yank-original-internal): New function to do the
3442         insertion cleanly inside eval in `message-yank-original'.
3443         (message-yank-original): Use it.
3444
3445 2011-03-29  Julien Danjou  <julien@danjou.info>
3446
3447         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3448         local variables disabled rather than `normal-mode'.
3449
3450 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3451
3452         * imap.el (imap-shell-open, imap-process-connection-type):
3453         Use imap-process-connection-type for 'shell' streams as well as
3454         Kerberos, SSL, other subprocesses.
3455
3456 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3457
3458         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3459         with open-network-stream.
3460         (proto-stream-always-use-starttls): Option removed.
3461         (open-protocol-stream): Return a process object by default.  Provide a
3462         new parameter :return-list specifying a list-type return value, which
3463         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3464         :type `network' to `try-starttls', and `network-only' to `default'.
3465         Make `default' the default, for compatibility with open-network-stream.
3466         Handle the no-parameter case exactly as open-network-stream, with no
3467         additional stream processing.  Search plists using plist-get.
3468         Explicitly add :end-of-commend parameter if it is missing.
3469         (proto-stream-open-default): Rename from
3470         proto-stream-open-network-only.  Return 'default as the type.
3471         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3472         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3473         failed.  Always return a list with a (possibly dead) process as the
3474         first element, for compatibility with open-network-stream.
3475         (proto-stream-open-tls): Use plist-get.  Always return a list.
3476         (proto-stream-open-shell): Return `default' as connection type.
3477         (proto-stream-capability-open): Use plist-get.
3478         (proto-stream-eoc): Function deleted.
3479
3480         * nnimap.el (nnimap-stream, nnimap-open-connection)
3481         (nnimap-open-connection-1): Handle renaming of :type parameter for
3482         open-protocol-stream.
3483         (nnimap-open-connection-1): Pass a :return-list parameter
3484         open-protocol-stream to obtain a list return value.  Parse this list
3485         using plist-get.
3486
3487         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3488         for open-protocol-stream.  Accept open-protocol-stream return value
3489         that is a subprocess object instead of a list.  Handle the case of a
3490         dead returned process.
3491
3492 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3493
3494         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3495
3496         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3497
3498 2011-03-21  Julien Danjou  <julien@danjou.info>
3499
3500         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3501         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3502         query.
3503         (mm-inline-text): Render normal text with fontification whenever
3504         possible.
3505
3506         * gnus-sum.el (gnus-summary-save-parts-1):
3507         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3508         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3509         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3510         Use `mm-handle-filename'.
3511
3512         * mm-util.el (mm-handle-filename): New function, return the filename of
3513         an handle.
3514
3515 2011-03-18  Julien Danjou  <julien@danjou.info>
3516
3517         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3518         (gnus-buffer-live-p): Check that buffer is not nil.
3519
3520 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3521
3522         * gnus.el: No Gnus v0.15 is released.
3523
3524 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525
3526         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3527         avoid warning on XEmacs.
3528
3529         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3530         on XEmacs.
3531
3532         * gnus-art.el: Require mouse, which the build bot seems to say is
3533         needed.
3534
3535         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3536
3537         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3538         XEmacs, since it doesn't have url-retrieve-synchronously.
3539
3540         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3541         since assoc-string doesn't exist in XEmacs.
3542
3543 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3544
3545         * gnus-group.el (gnus-group-list-ticked): New function.
3546         (gnus-group-make-menu-bar): Provide a menu entry for it.
3547         (gnus-group-list-map): Provide a binding for it.
3548
3549 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * shr.el (shr-visit-file): New command.
3552
3553         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3554
3555 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3556
3557         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3558         servers.
3559
3560 2011-03-16  Julien Danjou  <julien@danjou.info>
3561
3562         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3563         inline.
3564
3565         * gnus-art.el (article-hide-list-identifiers):
3566         Use gnus-group-get-list-identifiers.
3567
3568         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3569         (gnus-summary-remove-list-identifiers):
3570         Use gnus-group-get-list-identifiers to get regexp.
3571         (gnus-select-newsgroup, gnus-summary-insert-subject)
3572         (gnus-summary-insert-articles):
3573         Call gnus-summary-remove-list-identifiers unconditionally.
3574
3575 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3578         we're selecting a group with unread articles.
3579
3580         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3581
3582         * gssapi.el: New file separated out from imap.el to provide a general
3583         Kerberos 5 connection facility for Emacs.
3584
3585         * message.el (message-elide-ellipsis): Document the format spec
3586         ellipsis.
3587
3588 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * message.el (message-elide-region): Allow the ellipsis to say how many
3591         lines were removed.
3592
3593 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594
3595         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3596         window configurations containing buffers that are now dead.
3597
3598         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3599         parsing to avoid integer overflows.
3600         (nnimap-parse-flags): Simplify the last change.
3601         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3602         too large for 32-bit Emacsen.
3603
3604 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3605
3606         * auth-source.el (auth-source-netrc-create):
3607         * message.el (message-yank-original): Fix use of `case'.
3608
3609 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3610
3611         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3612         XEmacs, which was one character too wide.
3613
3614 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3615
3616         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3617         default number of articles to display.
3618         (gnus-articles-to-read): Use pretty names for prompt.
3619
3620 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-int.el (gnus-open-server): Ditto.
3623
3624         * gnus-start.el (gnus-activate-group): Give a backtrace if
3625         debug-on-quit is set and the user hits `C-g'.
3626         (gnus-read-active-file): Ditto.
3627
3628         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3629
3630 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3631
3632         * message.el (message-yank-original): Use cond instead of CL case.
3633
3634 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3635
3636         * auth-source.el (auth-source-netrc-create): Use usual format for the
3637         default in prompts.
3638
3639 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * lpath.el: Fbind read-char-choice for XEmacs.
3642
3643 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3644
3645         * auth-source.el (auth-source-netrc-create): Show the default in the
3646         prompt when prompting for token creation.
3647
3648 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3649
3650         * auth-source.el (auth-source-format-prompt): Always convert the value
3651         to a string to avoid evaluating non-string arguments.
3652         (auth-source-netrc-create): Offer default properly, not as initial
3653         content in `read-string'.
3654         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3655         of line to determine if we've been run before.  If so, don't run again,
3656         but print a trivial message to indicate the cache was hit instead.
3657
3658 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3659
3660         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3661         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3662         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3663         Gnus.
3664
3665 2011-03-11  Julien Danjou  <julien@danjou.info>
3666
3667         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3668         modified file".
3669
3670 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3671
3672         * auth-source.el (auth-source-read-char-choice): New function to read a
3673         character choice using `dropdown-list', `read-char-choice', or
3674         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3675         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3676         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3677         (auth-source-netrc-saver): Use it.
3678         (auth-source-pick-first-password): New convenience function.
3679
3680 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3681
3682         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3683         parameter in the credentials.
3684         (nnimap-open-connection-1): Use it after a successful login.
3685         (nnimap-credentials): Add IMAP-specific user and password prompt.
3686
3687         * auth-source.el (auth-source-search): Add :require parameter, taking a
3688         list.  Document it and the :save-function return token.  Pass :require
3689         down.  Change the CREATED message from a warning to a debug statement.
3690         (auth-source-search-backends): Pass :require down.
3691         (auth-source-netrc-search): Pass :require down.
3692         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3693         Change save prompt to indicate all modifications saved here are
3694         deletions.
3695         (auth-source-netrc-create): Take user login name as default in user
3696         prompt.  Move all the save functionality to a lexically bound function
3697         under the :save-function token in the returned list.  Set up clearer
3698         default prompts for user, host, port, and secret.
3699         (auth-source-netrc-saver): New function, intended to be wrapped for
3700         :save-function.
3701
3702 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3705         lines to be spaces instead.
3706
3707 2011-03-07  Julien Danjou  <julien@danjou.info>
3708
3709         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3710         (sieve-sasl-auth): Check that auth-source-search did return something,
3711         or just return an empty string.
3712
3713 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3714
3715         * gnus.el (gnus-interactive): Use read-directory-name.
3716
3717         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3718         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3719         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3720         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3721         Likewise.
3722
3723         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3724
3725 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3728         onto the list of killed groups, too.  This makes killed nnimap groups,
3729         for instance, more reliably not reappear.
3730
3731         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3732         the parent.
3733
3734         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3735
3736         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3737         really have server-side marks.
3738
3739         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3740         since most backends do not usefully have server-side marks.
3741         (gnus-update-read-articles): Propagate marks to all backends that
3742         really have server-side marks.
3743
3744 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3745
3746         * message.el (message-cite-reply-position, message-cite-style):
3747         New variables.
3748         (message-yank-original): Use the new citation styles.
3749
3750 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3751
3752         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3753         buffer-local issue); don't mark it buffer-local when running under
3754         XEmacs.
3755
3756 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3757
3758         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3759         numbers too big to be `read'.
3760
3761 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3762
3763         * password-cache.el (password-in-cache-p): Add autoload.
3764
3765         * message.el (message-options): Make buffer-local two ways to attempt
3766         to fix a XEmacs bug.
3767
3768 2011-03-02  Julien Danjou  <julien@danjou.info>
3769
3770         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3771
3772 2011-03-01  Julien Danjou  <julien@danjou.info>
3773
3774         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3775         group.
3776         (article-hide-list-identifiers): Use list-identifier group parameter.
3777
3778 2011-02-28  Julien Danjou  <julien@danjou.info>
3779
3780         * sieve.el (sieve-buffer-script-name): New local variable to store
3781         sieve script name.
3782         (sieve-edit-script): Store sieve script name.
3783         (sieve-upload): Use sieve script name when uploading.
3784         (sieve-upload): Use substitute-command-keys.
3785         (sieve-edit-script): Use substitute-command-keys.
3786         (sieve-refresh-scriptlist): Use substitute-command-keys.
3787         (sieve-manage-mode-map): Define keymap properly.
3788         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3789         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3790         Remove commented code about cvs.
3791         (sieve-manage-quit): New function.
3792         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3793
3794 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3797
3798 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3799
3800         * auth-source.el (auth-source-search): Cache empty result sets.
3801
3802         * password-cache.el (password-in-cache-p): Convenience function to
3803         check if a key is in the cache, even if the value is nil.
3804
3805         * auth-source.el (auth-source-save-behavior): New variable to replace
3806         `auth-source-never-create'.
3807         (auth-source-netrc-create): Use it.
3808         (auth-source-never-save): Remove.
3809
3810 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3811
3812         * nnimap.el (nnimap-stream): Doc fix.
3813         (nnimap-open-connection-1): Reverse the order of the ports to that the
3814         prompted-for port is first.
3815
3816         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3817         retrieval by the no-group selection.
3818
3819         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3820         numerical parameters.
3821
3822 2011-02-25  Julien Danjou  <julien@danjou.info>
3823
3824         * gnus-gravatar.el: Use gnus-with-article-buffer.
3825
3826         * gnus-art.el (gnus-with-article-buffer): Check that the
3827         gnus-article-buffer is alive.
3828
3829 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3830
3831         * auth-source.el (auth-source-creation-prompts): New variable to manage
3832         creation-time prompts.
3833         (auth-source-search): Document it.
3834         (auth-source-format-prompt): Add utility function.
3835         (auth-source-netrc-create): Don't default the user name to
3836         user-login-name.  Use `auth-source-creation-prompts' and some default
3837         prompts for user, host, port, and password (the default generic prompt
3838         remains ugly).
3839         (auth-source-never-save): Add customizable option to never save info.
3840         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3841         mode excursion.
3842
3843 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3846         argument that XEmacs doesn't support.
3847
3848         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3849         compiled for Emacsen having no `libxml-parse-html-region' support.
3850
3851         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3852
3853         * lpath.el: Bind buffer-save-without-query for XEmacs.
3854
3855 2011-02-23  Julien Danjou  <julien@danjou.info>
3856
3857         * gnus-art.el (article-make-date-line): Ignore errors if time is
3858         invalid and not convertible.
3859         (article-make-date-line): Only add lapsed time if time is not nil.
3860
3861 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3862
3863         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3864         `read-char-choice' for backwards compatibility.
3865         (auth-source-netrc-element-or-first): New function to DTRT for
3866         parameter extraction.
3867         (auth-source-netrc-create): Use it and fix multiple parameter print
3868         bug.  Use the default passed from above (given-default) or the
3869         built-in (user-login-name for :user).
3870
3871 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3872
3873         * gnus-start.el (gnus-dribble-read-file):
3874         Set buffer-save-without-query, since we always want to save the dribble
3875         file, probably.
3876
3877         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3878         nnimap.
3879
3880         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3881         -summary- since it's a user-visible variable.
3882
3883         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3884         first time you use the new Gnus.
3885
3886 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3887
3888         * auth-source.el: Don't load netrc.el.
3889         (auth-sources): Search ~/.netrc as well by default.
3890         (auth-source-debug): Add 'trivia option for extra output.
3891         (auth-source-do-trivia): Use it.
3892         (auth-source-search): Simplify logic to use
3893         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3894         appropriate.  Don't keep a running count at this level.  Layer :create
3895         and :delete options appropriately on the first and second passes.
3896         Don't track the backend with the search results.
3897         (auth-source-search-backends): New function to search a list of
3898         backends for a processed spec.
3899         (auth-source-netrc-parse): Cache all netrc files, making
3900         auth-source-netrc-cache an alist keyed by the file name and using the
3901         file mtime as the caching criterion.  Keep the obfuscated data secret
3902         with a lexical bind.
3903         (auth-source-netrc-search): Don't calculate the length of the results
3904         unnecessarily.
3905         (auth-source-search-backends): Fix bug.
3906         (auth-source-netrc-create): Rework prompts.
3907
3908 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3909
3910         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3911         Lower case names of search constraints.
3912         (nnir-run-query): Cache and reuse search constraints for all imap
3913         servers.
3914
3915 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3916
3917         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3918         after exit.
3919         (gnus-setup-message): Define missing variable from last checkin.
3920
3921         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3922         value, show the raw article.
3923
3924 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3925
3926         * gnus.el: No Gnus v0.13 is released.
3927
3928 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3929
3930         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3931         auth-source now accepts numbers.
3932
3933         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3934         spec, too.
3935         (auth-source-ensure-strings): New function.
3936
3937         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3938         (gnus-article-setup-buffer): Always restart the date timer so that user
3939         changes to the frequency is respected.
3940
3941         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3942         port numbers, so make sure it gets that if nnimap-server-port is
3943         explicit.
3944
3945 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3946
3947         * nnimap.el (nnimap-inbox): Doc fix.
3948
3949 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3950
3951         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3952         Autoload.  Add optional arg FRAME, and pass it to color-values.
3953         (color-complement): Caller changed.  Doc fix.
3954         (color-gradient): Rewrite for better clarity and efficiency.
3955
3956 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3957
3958         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3959         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3960         color-lab-to-srgb.
3961
3962 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3963
3964         * color.el: First part of merge from hexrgb.el.
3965         (color-rgb-to-hex): Rename from color-rgb->hex.
3966         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3967         saturation to zero if the value is too small.
3968         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3969         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3970         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3971         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3972         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3973         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3974         (color-cie-de2000): Doc fix.
3975
3976 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3977
3978         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3979         given method as in the group name if we're using an extended method.
3980         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3981         command, if we're using that, instead of waiting for the beginning.
3982
3983         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3984         we're sure to get unique server names, and we don't output two async
3985         commands in the same buffer.  This fixes an NNTP hang for some users.
3986
3987 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3988
3989         * gnus.el: No Gnus v0.11 is released.
3990
3991 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3992
3993         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3994         summary buffer before reading going to the next buffer.  This avoids
3995         putting the point in the group buffer if you `C-g' the command.
3996
3997         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3998         cache (for now) to make ~/.authinfo.gpg files usable.
3999
4000         * nnfolder.el (copyright-update): Define for the compiler.
4001
4002         * auth-source.el (auth-source-search): Fix unbound variable.
4003
4004 2011-02-19  Glenn Morris  <rgm@gnu.org>
4005
4006         * gnus.el (gnus-meta): Doc fix.
4007
4008 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4009
4010         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4011         in case it's not yet loaded.
4012
4013 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4014
4015         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4016         line we're waiting for.
4017
4018 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4019
4020         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4021         face with line-width greater than zero will cause RET in gnus summary
4022         buffer to scroll down article page-wise because auto vscroll happens,
4023         it should be temporally disabled when doing a scroll-up.
4024
4025 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4026
4027         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4028         outputs from the server.
4029
4030 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4031
4032         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4033         later so that bbdb can hook in easier.
4034
4035 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4036
4037         * auth-source.el (auth-source-search): Don't try to create credentials
4038         if the caller doesn't want that.
4039         (auth-source-search): If we don't find a match, don't bug out on
4040         non-bound variables.
4041         (auth-source-search): Only ask a single backend to create the
4042         credentials.
4043
4044         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4045         logging.
4046         (nnimap-credentials): Protect against auth-source-search returning nil.
4047         (nnimap-request-list): Protect against not being able to open the
4048         server.
4049
4050 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4051
4052         * auth-source.el (auth-source-search): Do a two-phase search, one with
4053         no :create to get the responses from all backends.
4054
4055         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4056         when getting credentials.
4057
4058         * gnus-util.el (gnus-delete-duplicates): New function.
4059
4060 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4061
4062         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4063         a creation default, pass the whole port list down.  It will be
4064         completed.
4065
4066         * auth-source.el (auth-source-search): Updated docs to talk about
4067         multiple creation choices.
4068         (auth-source-netrc-create): Accept a list as a value (from the search
4069         parameters) and do completion on that list.  Keep a separate netrc line
4070         with the password obscured for showing the user.
4071
4072         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4073         first choice to `auth-source-search' so it will be used for entry
4074         creation instead of the server's Gnus-specific name.
4075         (nnimap-credentials): Rely on the auth-source library to select which
4076         port is actually wanted in the new netrc entry, so don't override
4077         `auth-source-creation-defaults'.
4078
4079         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4080         :protocol and accept a missing user, host, or port as a wildcard match.
4081         (auth-source-debug): Default to off.
4082
4083         (auth-source-netrc-search, auth-source-netrc-create)
4084         (auth-source-secrets-search, auth-source-secrets-create)
4085         (auth-source-user-or-password, auth-source-backend, auth-sources)
4086         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4087         instead of :protocol.
4088
4089         * nnimap.el (nnimap-credentials): Pass a port default to
4090         `auth-source-search' in case an entry needs to be created.
4091         (nnimap-open-connection-1): Use :port instead of :protocol.
4092
4093 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * auth-source.el: Bind load-path when loading EIEIO from
4096         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4097         21.4 doesn't support, to `require'.
4098         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4099         delete-dups that is not available in XEmacs 21.4.
4100
4101 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4102
4103         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4104         as EIEIO must also be loaded when auth-source.el is being
4105         byte-compiled.
4106
4107 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4108
4109         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4110
4111         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4112
4113         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4114
4115         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4116
4117         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4118
4119         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4120
4121         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4122
4123         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4124         necessary.
4125
4126 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4127
4128         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4129         nil means that nnimap doesn't get updated.
4130
4131 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4132
4133         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4134         result when the user doesn't want to write to the file.
4135         (auth-source-netrc-search): Expect a synthetic result and proceed
4136         accordingly.
4137         (auth-source-cache-expiry): New variable to override
4138         `password-cache-expiry'.
4139         (auth-source-remember): Use it.
4140
4141         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4142         parameter.  Create entry if necessary by using :create t.
4143         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4144
4145 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4146
4147         * auth-source.el (auth-source-debug): Enable by default and don't
4148         mention the obsolete `auth-source-hide-passwords'.
4149         (auth-source-do-warn): New function to debug unconditionally.
4150         (auth-source-do-debug): Use it.
4151         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4152         and for Secrets API entries when the secrets.el library is not
4153         available.
4154
4155 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4156
4157         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4158         (gnus-summary-exit): Kill the correct article buffer on exit from a
4159         `C-d' group.
4160
4161         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4162         gnus-propagate-marks.
4163
4164         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4165         before killing the buffers so that a non-full window conf gets handled
4166         correctly.
4167         (gnus-summary-exit): Ditto.
4168         (gnus-summary-read-group-1): Ditto.
4169
4170         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4171         async code again so that we can debug it properly.
4172
4173         * message.el (message-reply): Take an optional switch-buffer parameter
4174         so that Gnus window confs are respected better.
4175
4176 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4179         `plist-get' to accept non-list parameters (XEmacs issue).
4180         Fix docstring.
4181         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4182         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4183         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4184         Login collection is "Login" and not "login".
4185
4186 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4187
4188         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4189         multiple headers.
4190
4191         * nnimap.el (nnimap-inhibit-logging): New variable.
4192         (nnimap-log-command): Don't log login commands.
4193
4194         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4195         to have more parameters.
4196
4197         * nnimap.el (nnimap-send-command): Mark the command time for each
4198         command, so that we don't get NOOPs stepping on our toes.
4199
4200         * gnus-art.el (article-date-ut): Get the date from the Date header on
4201         `t'.
4202
4203 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * auth-source.el (auth-source-search): Use copy-sequence instead of
4206         the cl.el copy-list.
4207
4208 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4209
4210         * imap.el: Bring it back (revert
4211         84d800cd31de3064f0ed39617d725709a2f8f42f).
4212
4213 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4214
4215         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4216         Improve prompt.
4217
4218 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4221         washing status from the default format.  It isn't very informative.
4222
4223 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4224
4225         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4226         Fix Gcc processing on imap.
4227
4228 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4229
4230         * imap.el: Remove file.  All the functionality is in nnimap.el.
4231
4232 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4233
4234         * message.el (message-bury): Don't pop up a new window when selected
4235         window is dedicated.
4236
4237 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4238
4239         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4240
4241 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         * sieve-manage.el: Autoload `auth-source-search'.
4244         (sieve-sasl-auth): Use it.
4245
4246 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4247
4248         * nnimap.el: Autoload `auth-source-forget+'.
4249         (nnimap-open-connection-1): Use it if the connection fails.
4250
4251         * auth-source.el: Require `password-cache'.
4252         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4253         obsolete.
4254         (auth-source-magic): Marker for `password-cache' keys.
4255         (auth-source-do-cache): Update docstring.
4256         (auth-source-search): Use and check cache.
4257         (auth-source-forget-all-cached, auth-source-remember)
4258         (auth-source-recall, auth-source-forget, auth-source-forget+)
4259         (auth-source-specmatchp): Caching support functions.
4260         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4261         Remove and obsolete.
4262         (auth-source-user-or-password): Remove caching to further discourage
4263         using it.  Always hide passwords.
4264
4265         * password-cache.el (password-cache-remove): Accept secrets that are
4266         not strings.
4267
4268 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4269
4270         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4271         code for now, since it doesn't work for all users.
4272
4273 2011-02-09  Julien Danjou  <julien@danjou.info>
4274
4275         * message.el (message-options): Make message-options really buffer
4276         local.
4277
4278 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * mail-source.el: Autoload `auth-source-search'.
4281         (mail-source-keyword-map): Note order matters.
4282         (mail-source-set-1): Get all the mail-source source values and
4283         defaults and search auth-source on those if needed.  This can all
4284         probably be simplified.
4285
4286         * nnimap.el: Autoload `auth-source-search'.
4287         (nnimap-credentials): Use it.
4288         (nnimap-open-connection-1): Ask for the virtual server and physical
4289         address in one shot.
4290
4291         * nntp.el: Autoload `auth-source-search'.
4292         (nntp-send-authinfo): Use it.  Note TODO.
4293
4294 2011-02-08  Julien Danjou  <julien@danjou.info>
4295
4296         * shr.el (shr-tag-body): Add support for text attribute in body
4297         markups.
4298
4299         * message.el (message-options): Make message-options a local variable.
4300
4301 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4302
4303         * auth-source.el (auth-source-secrets-search)
4304         (auth-source-user-or-password): Use `append' instead of `nconc'.
4305         (auth-source-user-or-password): Build return list better and protect
4306         against nil :secret.
4307
4308 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4309
4310         * nnimap.el (nnimap-update-info): Refactor slightly.
4311         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4312         (nnimap-update-info): Clean up slightly.
4313         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4314         characters.
4315         (nnimap-process-quirk): Rename function to avoid collision.
4316         (nnimap-update-info): Fix macrology bug-out.
4317         (nnimap-update-info): Simplify split history test.
4318
4319 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4320
4321         * auth-source.el (top): Require 'eieio unconditionally.
4322         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4323         (auth-source-secrets-search): Limit search when `max' is greater than
4324         number of results.
4325
4326 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4327
4328         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4329         part not returning any data.
4330
4331         * proto-stream.el (open-protocol-stream): Document the return value.
4332
4333 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4334
4335         * auth-source.el (auth-source-secrets-search): Add examples.
4336
4337 2011-02-06  Julien Danjou  <julien@danjou.info>
4338
4339         * message.el (message-setup-1): Handle message-generate-headers-first
4340         set to t.
4341
4342 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4343
4344         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4345         API with a string "secrets:collection-name" and with 'default.
4346         (auth-source-backend-parse): Parse "secrets:collection-name" and
4347         'default.  Recurse on parses instead of repeating code.  Use the
4348         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4349         message when ignoring a source.
4350         (auth-source-search): List ignored search keys at the top level.
4351         (auth-source-netrc-create): Use `case' instead of `cond'.
4352         (auth-source-secrets-search): Created with TODOs.
4353         (auth-source-secrets-create): Created with TODOs.
4354         (auth-source-retrieve, auth-source-create, auth-source-delete)
4355         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4356         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4357         (auth-source-user-or-password-sftp)
4358         (auth-source-user-or-password-smtp): Remove.
4359         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4360         around `auth-source-search'.  Not tested thoroughly.
4361
4362 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * auth-source.el: Bring in assoc and eioeio libraries.
4365         (secrets-enabled): New variable to track the status of the Secrets API.
4366         (auth-source-backend): New EIOEIO class to represent a backend.
4367         (auth-source-creation-defaults): New variable to set prompt defaults
4368         during token creation (see the `auth-source-search' docstring for
4369         details).
4370         (auth-sources): Simplify to allow a simple string as a netrc backend
4371         spec.
4372         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4373         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4374         (auth-source-search): Main auth-source API entry point.
4375         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4376         (auth-source-search-collection): Helper function for searching.
4377         (auth-source-netrc-parse, auth-source-netrc-normalize)
4378         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4379         Supports search, create, and delete.
4380         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4381         backend stubs.
4382         (auth-source-user-or-password): Call `auth-source-search' but it's not
4383         ready yet.
4384
4385 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4386
4387         * message.el (message-setup-1): Remove the read-only stuff, since it
4388         doesn't work under XEmacs, for some reason.
4389
4390         * gnus-sum.el (gnus-user-date): Rename back from
4391         gnus-summary-user-date since user code refers to it.
4392
4393         * shr.el (shr-render-td): Store the actual background color used.
4394
4395         * message.el (message-setup-1): Don't bind the constant
4396         -forbidden-properties.
4397         (message-setup-1): Revert previous change, since it needs to bind the
4398         props to insert them.
4399         (message-resend): Allow removing the read-only separator line.
4400
4401 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4402
4403         * nnimap.el (nnimap-request-accept-article): Give an error message if
4404         the APPEND wasn't successful.
4405
4406 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4407
4408         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4409         that have no groups.
4410
4411 2011-02-03  Julien Danjou  <julien@danjou.info>
4412
4413         * gnus-draft.el: Remove progn around gnus-draft-setup.
4414
4415 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4416
4417         * gnus-start.el (gnus-read-active-for-groups): This function is never
4418         called with a nil `infos', so clean that up.
4419         (gnus-get-unread-articles): Request active files from primary/secondary
4420         methods that have no groups (yet).
4421
4422 2011-02-03  Julien Danjou  <julien@danjou.info>
4423
4424         * message.el (message-setup-1): Always generate References first.
4425         (message-mail): Return the return value of message-setup, not always t.
4426         (message-setup-1): Insert mail-header-separator with read-only and
4427         intangible properties set.
4428
4429         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4430         user-date in docstring.
4431
4432         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4433
4434         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4435         docstring.
4436
4437         * gnus.el (gnus-user-date-format-alist): Change default value.
4438         Use defcustom, with type and group. Move from gnus-util.el.
4439         Rename to gnus-summary-user-date-format-alist.
4440
4441 2011-02-03  Glenn Morris  <rgm@gnu.org>
4442
4443         * nnimap.el (gnus-fetch-headers): Declare.
4444
4445         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4446
4447 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4448
4449         * message.el (message-forward-make-body-digest-plain)
4450         (message-followup, message-reply): Clean up things noted by Stefan.
4451
4452         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4453         gnus-article-update-date-headers is nil.
4454         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4455         it didn't really work with defcustom.
4456         (article-update-date-lapsed): Make sure the window start doesn't move,
4457         either.
4458
4459 2011-02-01  Julien Danjou  <julien@danjou.info>
4460
4461         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4462         format.
4463
4464         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4465         standard in Emacs nowadays.
4466
4467         * color.el (color-gradient): Add a color-gradient function.
4468
4469 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4470
4471         * message.el (message-expand-name): Don't trust the return value of
4472         bbdb-complete-name.
4473         (message-check-news-header-syntax): Remove unused var `start'.
4474         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4475         (message-inhibit-body-encoding): Move to before first use.
4476         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4477         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4478         (Organization, Message-ID, Date, mh-previous-window-config):
4479         Defvar the vars using dynamic scoping.
4480
4481 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4482
4483         * shr.el (shr-render-td): Only do colors at the final rendering.
4484         Should be slightly faster.
4485         (shr-insert-table): Fix up TD background colors when doing the
4486         vertical padding.
4487
4488         * gnus-art.el (article-date-ut): Protect against articles with no Date
4489         header.
4490         (article-update-date-lapsed): Don't use current-column to find the
4491         horizontal position.  It's fragile in the presence of \003 characters.
4492
4493         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4494
4495 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4496
4497         * gnus-art.el (article-transform-date): Rewrite to still work when
4498         there are several rfc2822 parts.
4499         (article-transform-date): Fix infinite recursion.
4500         (article-date-ut): Replace infinitely many Date headers with a single
4501         one when called interactively.
4502
4503         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4504         secure manner.
4505
4506         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4507         move around by not using save-window-excursion.  It seems to work...
4508
4509 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-art.el (article-make-date-line): Work for user-defined format.
4512
4513 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4514
4515         * nntp.el (nntp-retrieve-group-data-early)
4516         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4517         fetching functions.
4518
4519         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4520         thoroughly for all backends that have no known groups.  This should
4521         allow new nnml methods to retrieve mail.
4522
4523         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4524         that Gnus doesn't know exists again.
4525
4526         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4527         (gnus-treat-date-ut): Ditto.
4528         (gnus-article-update-date-header): Rename.
4529         (gnus-treat-date-local): Remove.
4530         (gnus-treat-date-english): Remove.
4531         (gnus-treat-date-lapsed): Remove.
4532         (gnus-treat-date-combined-lapsed): Remove.
4533         (gnus-treat-date-original): Remove.
4534         (gnus-treat-date-iso8601): Remove.
4535         (gnus-treat-date-user-defined): Remove.
4536         (gnus-article-date-headers): New variable to control all the date
4537         header options.
4538         (article-date-ut): Rewrite to allow using the new way to format date
4539         headers(s).
4540
4541 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4542
4543         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4544         method.
4545         (nnmail-article-group): A better test for fanciness.
4546
4547         * nnimap.el (nnimap-request-head): Protect against not finding the
4548         article by Message-ID.
4549
4550 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4551
4552         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4553         keep point at the "same place".
4554
4555 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4556
4557         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4558         data if the group is inactive.
4559
4560 2011-01-28  Julien Danjou  <julien@danjou.info>
4561
4562         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4563         (gnus-all-windows-visible-p): Remove old compatibility code.
4564         (gnus-window-top-edge): Add docstring.
4565
4566         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4567
4568 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4569
4570         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4571         older request-update-info.
4572
4573         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4574
4575 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4576
4577         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4578         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4579
4580 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4581
4582         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4583         groups.  This makes the nndraft:queue group pop up if it's not already
4584         there.
4585
4586         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4587         messages" logic, which was reversed.
4588
4589         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4590         the "same place" even if point is on the line being replaced.
4591         (article-update-date-lapsed): Allow updating both the combined lapsed
4592         and the lapsed headers.
4593         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4594         (article-make-date-line): Limit the number of segments dynamically to
4595         avoid too-long lines.
4596
4597 2011-01-27  Julien Danjou  <julien@danjou.info>
4598
4599         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4600         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4601
4602 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4605         Use plist-get instead of the cl function getf.
4606
4607 2011-01-27  Glenn Morris  <rgm@gnu.org>
4608
4609         * gnus-util.el (float-time): Get rid of compiler warning, again.
4610
4611 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4612
4613         * shr.el (shr-put-color): Special-case background colors: Do put them
4614         at the blank parts at the front of the lines.
4615
4616         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4617         exit hook to nix out all data on readedness on group exit.
4618
4619         * gnus-util.el (float-time): If float-time is bound, always use it on
4620         all Emacsen.  It's unclear why the subrp check was there.
4621         (time-date): Require to make some autoload issues on XEmacs go away.
4622
4623         * shr.el (shr-put-color): Don't do the box padding in tables, since
4624         they're already padded.
4625
4626 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4627
4628         * gnus-art.el (gnus-article-next-page): When the last line of the
4629         article is displayed, scroll down once more instead of going to the
4630         next article at once.
4631         (article-lapsed-string): Refactor out and allow specifying how many
4632         segments you want.
4633         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4634         (gnus-article-update-lapsed-header): New variable.
4635
4636         * shr.el: Revert change that made headings use different-sized faces.
4637         The Emacs display engine isn't advanced enough that, for instance,
4638         tables can comfortably use differently-sized faces.
4639
4640 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4641
4642         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4643         used.
4644         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4645         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4646         we're using an encrypted connection.
4647
4648         * proto-stream.el: Alter the interface functions to also return the
4649         actual stream type used: network or tls.
4650
4651 2011-01-25  Julien Danjou  <julien@danjou.info>
4652
4653         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4654         (mm-display-javascript-inline): New function.
4655
4656         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4657         viewing function.
4658
4659 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * shr.el (shr-expand-newlines): Fix variable name.
4662
4663 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4664
4665         * shr.el (shr-expand-newlines): Make nested boxes work.
4666
4667 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4668
4669         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4670         backgrounds.
4671         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4672         in a more sensible manner.
4673
4674 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4675
4676         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4677         if EPG is loaded.
4678
4679 2011-01-24  Julien Danjou  <julien@danjou.info>
4680
4681         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4682         tags.
4683
4684 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4685
4686         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4687         commands.
4688
4689         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4690         in the article buffer.
4691         (gnus-gravatar-insert): Use blank space from the current buffer to
4692         avoid breaking text properties.  This makes X-Sent updating work again.
4693
4694         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4695
4696 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4697
4698         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4699         fix the bug in url-http.el instead.
4700
4701         * shr.el (shr-image-fetched): Ditto.
4702
4703         * shr.el (shr-image-fetched): Avoid having point move in the article
4704         buffer.
4705
4706         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4707         buffer after being called.  It's apparently being killed by url.el, and
4708         killing it made point move to end-of-buffer in a random buffer.
4709
4710         * shr.el (shr-image-fetched): Ditto.
4711
4712 2011-01-23  Julien Danjou  <julien@danjou.info>
4713
4714         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4715
4716         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4717         text/x-org.
4718
4719 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4722         (i.e., nnimap) returning nil as the article number.
4723
4724 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4725
4726         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4727         "DelSp" parameter in RFC3676.
4728
4729 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4730
4731         * message.el (message-check-recipients): Display the encoded version of
4732         the bogus address if they differ.
4733
4734         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4735         after sending.
4736
4737         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4738
4739         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4740
4741         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4742         group buffer after sending the queue.
4743
4744         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4745
4746 2011-01-22  Julien Danjou  <julien@danjou.info>
4747
4748         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4749
4750 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4751
4752         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4753         nested related parts.
4754
4755         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4756         unexpired articles.  This fixes the regression that led expiry marks to
4757         disappear from nnfolder groups.
4758
4759 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4760
4761         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4762         Don't confuse the "ret" of "retrograde" with RET.
4763
4764 2011-01-21  Julien Danjou  <julien@danjou.info>
4765
4766         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4767         than mm-insert-inline.
4768
4769 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4772         Widen article buffer.
4773
4774 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4775
4776         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4777         the temp buffer.
4778         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4779
4780 2011-01-20  Julien Danjou  <julien@danjou.info>
4781
4782         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4783
4784         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4785         than mm-insert-inline to insert inline part: this respect
4786         mm-inline-media-tests displayers.
4787
4788         * mm-view.el (mm-display-shell-script-inline): New function.
4789
4790         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4791
4792         * mm-uu.el (mm-uu-type-alist): Add org block.
4793         (mm-uu-org-src-code-block-extract): New function.
4794
4795         * mm-view.el (mm-display-org-inline): New function.
4796
4797         * mm-decode.el (mm-automatic-display): Add text/org.
4798
4799         * mailcap.el (mailcap-mime-extensions): Add .org.
4800
4801 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4804         gnus-article-add-buttons.
4805
4806 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4807
4808         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4809         From header with a date and "nobody" as the sender.
4810
4811 2011-01-19  Julien Danjou  <julien@danjou.info>
4812
4813         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4814         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4815         if you have the same regexp several times.
4816         (gnus-button-push): Fix matching when regexp is symbol.
4817
4818 2011-01-15  Glenn Morris  <rgm@gnu.org>
4819
4820         * message.el (message-mail): A compose-mail function should
4821         accept headers as strings.
4822
4823 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4824
4825         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4826         Add :vert-only tags.
4827         (message-mail): New arg RETURN-ACTION.
4828         (message-return-action): New var.
4829         (message-bury): Use it.
4830         (message-mode): Make it buffer-local.
4831         (message-send-and-exit): Always call message-bury.
4832
4833         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4834         message-mail.
4835
4836 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * nnimap.el (nnimap-convert-partial-article): Protect against
4839         zero-length body parts.
4840
4841         * mm-decode.el (mm-preferred-alternative-precedence):
4842         Discourage showing empty parts.
4843
4844         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4845         and stuff if the backend didn't return the article number.  This fixes
4846         an Exchange-related nnimap bug.
4847
4848         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4849         group window, because it does the wrong thing when a separate frame
4850         displays the group buffer.
4851
4852         * proto-stream.el (open-protocol-stream): Protect against the low-level
4853         transport functions returning nil.
4854
4855 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4856
4857         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4858         (mml2015-epg-find-usable-secret-key): New function.
4859         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4860         mml2015-epg-find-usable-key (Bug#7797).
4861         (mml2015-epg-encrypt): Ditto.
4862
4863 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * dgnushack.el (rot13-string): Fix the way to get the argument.
4866
4867 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4868
4869         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4870
4871 2011-01-03  Glenn Morris  <rgm@gnu.org>
4872
4873         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4874
4875         * sieve.el (sieve-open-server): Give a more explicit error if
4876         sieve-manage-open returns nil.  (Bug#7720)
4877
4878 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4879
4880         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4881
4882 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4885         This avoids sending passwords in plain text over non-encrypted
4886         channels.
4887
4888         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4889
4890         * nnimap.el (nnimap-login): Refactored out into own function, and
4891         implement CRAM-MD5.
4892         (nnimap-wait-for-line): Refactored out.
4893
4894         * mm-view.el (mml-smime): Require.
4895
4896 2010-12-20  David Engster  <deng@eml.cc>
4897
4898         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4899         use EPG to decrypt S/MIME messages instead of openssl.
4900
4901 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4902
4903         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4904
4905         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4906         status is the group clearly is unreachable.
4907
4908         * auth-source.el (auth-source-create): Add the optional second
4909         parameter to `local-variable-p' to be compatible with XEmacs.
4910
4911 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4912
4913         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4914         work when using a compressed nnml folder.
4915
4916 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4919         backends after sanitising on entry, because this never makes sense:
4920         If the articles have gone missing, then the data no longer exists on
4921         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4922         overwrite anything anyway.
4923
4924         * shr.el (shr-insert-document): Bind shr-width dynamically to
4925         window-width if it's nil.
4926
4927 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4928
4929         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4930         with the meaning of using the full emacs window width for rendering.
4931
4932 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4933
4934         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4935         case when sender is not given.
4936
4937 2010-12-23  Julien Danjou  <julien@danjou.info>
4938
4939         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4940         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4941         the addresses, otherwise we might misplaced the gravatar.
4942
4943 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4944
4945         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4946         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4947         obsolete in Emacs.
4948
4949 2010-12-20  Julien Danjou  <julien@danjou.info>
4950
4951         * gnus-util.el (gnus-rescale-image): Revert last change.
4952
4953 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4954
4955         * binhex.el: Improve commentary (Bug#7482).
4956
4957 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * gnus-group.el (gnus-group-delete-articles): New command.
4960
4961 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4962
4963         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4964
4965 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4966
4967         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4968         here, since it's up to the backends to do CRLF removal if their
4969         protocol has it.
4970
4971         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4972
4973 2010-12-17  Julien Danjou  <julien@danjou.info>
4974
4975         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4976         they are from file.  Can also scale up.
4977
4978 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4979
4980         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4981         Restore gnus-use-agent.
4982         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4983
4984         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4985
4986 2010-12-17  Julien Danjou  <julien@danjou.info>
4987
4988         * gravatar.el (gravatar-retrieve-synchronously): New function.
4989         (gravatar-get-data): Make more robust.
4990
4991 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4994
4995 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4998         to really consider the last line.
4999
5000 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5001
5002         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5003         list of recipient keys, or use symmetric encryption if not a list.
5004         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5005         EPA override, replacing the call to `netrc-store-data'.
5006
5007 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5008
5009         * gnus-srvr.el: Avoid passing nil regexp argument to
5010         delete-matching-lines.
5011
5012 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5015         fetching stops when Gnus exits.
5016
5017         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5018         function.
5019         (nnfolder-request-expire-articles): Save all the buffers after doing
5020         expiry.
5021
5022         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5023         the last article", since that led to serious performance regressions
5024         when expiring nnml groups.
5025
5026 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5027
5028         * nnir.el: Improve customizations.
5029
5030 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5033
5034         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5035         group has been killed.
5036         (gnus-group-yank-group): Ditto.
5037
5038         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5039
5040         * nnimap.el (nnimap-request-update-group-status): New function.
5041
5042         * gnus-int.el (gnus-request-update-group-status): New interface
5043         function.
5044
5045         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5046         copying read-ness to the backends.
5047
5048         * nnimap.el (nnimap-quirk): New function.
5049         (nnimap-retrieve-group-data-early): Use it.
5050         (nnimap-quirks): New alist.
5051
5052 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5055         don't delete it within indentation.
5056
5057 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5060         previous line.
5061
5062 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5065         QRESYNC command by deleting a superfluous space which broke Cyrus
5066         servers.  This change will break other servers that are buggy the other
5067         way around.
5068
5069 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5070
5071         * spam.el: Reindent and fix long lines.
5072         (spam-copy-or-move-routine): Exclude invalid move destinations.
5073
5074 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5075
5076         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5077         installed the registry.
5078
5079 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5082
5083 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5084
5085         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5086         groupname doesn't contain "gmane".
5087
5088 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5091         and netrc-bound-and-true-p bindings.
5092         (netrc-parse): Cache the netrc contents.
5093
5094         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5095         (gnus-1): Don't create the nndrafts group twice.
5096         (gnus-setup-news): There's no need to read the active file here, since
5097         that's done again later on a per-backend basis.
5098         (gnus-start-draft-setup): Make sure that the new group is started out
5099         empty.
5100
5101         * gnus-agent.el (gnus-agentize): Don't create the queue group
5102         automatically on startup.  It'll be created later, if needed.
5103
5104         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5105         of automatically subscribed groups.
5106         (gnus-auto-subscribed-categories): New variable.
5107         (gnus-matches-options-n): Use it.
5108         (gnus-default-subscribed-newsgroups): Remove unused variable.
5109         (gnus-start-draft-setup): Message a bit less.
5110
5111 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5112
5113         * nnir.el (nnir-run-imap): Return article list in order of increasing
5114         UID.
5115
5116 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * gnus-sum.el (gnus-summary-enter-digest-group):
5119         Mention gnus-auto-select-on-ephemeral-exit.
5120
5121         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5122         convention of the network-only option.
5123
5124 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * proto-stream.el (proto-stream-open-network-only): New function to
5127         have a way to specify non-STARTTLS upgrade connections.
5128
5129 2010-12-10  Julien Danjou  <julien@danjou.info>
5130
5131         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5132         email address is nil.
5133
5134         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5135
5136 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5137
5138         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5139         deletion.
5140         (nnir-run-imap): Only need to parse list once.
5141
5142 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * shr.el (shr-tag-script): Ignore <script>.
5145         (shr-tag-label): Add <label> support.
5146
5147 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5150
5151         * shr.el (shr-image-displayer): Work for images lined side by side.
5152
5153 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5154
5155         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5156         parameter, since XEmacs doesn't accept t as a parameter.
5157
5158 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5159
5160         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5161         ids.
5162         (nnir-run-gmane): Simplify groupspec formatting.
5163         (nnir-request-expire-articles): New function.
5164
5165 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5168         overflow, possibly.
5169
5170         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5171         (shr-render-td): Handle td style="" better.
5172         (shr-tag-table): Use the color from the style sheet.
5173         (shr-render-td): Make sure we copy over all the overlays, too.
5174
5175 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5176
5177         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5178         (nnir-request-article): Improve article retrieval.
5179
5180 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * mm-util.el (mm-extra-numeric-entities): New variable.
5183
5184         * mm-url.el (mm-url-decode-entities):
5185         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5186
5187         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5188
5189 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5190
5191         * message.el: Use completion-at-point.
5192         (message-completion-function): New fun, extracted from message-tab.
5193         (message-mode): Use it for completion-at-point-functions.
5194         (message-tab): Use it and completion-at-point.
5195
5196 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5199         character if a non-breakable character follows.
5200
5201 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5202
5203         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5204         any stream.
5205
5206         * shr.el (shr-tag-font): Colorize the region.
5207         (shr-tag-body): Ditto.
5208         (shr-tag-font): Actually let the styles be inherited instead of
5209         overwriting them.
5210         (shr-tag-font): Get the background color right.
5211         (shr-tag-style): Ignore all <style> tags for the moment.
5212
5213         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5214         a Message-ID to avoid having nnimap depend on gnus-sum.
5215
5216         * shr.el (shr-descend): Only colorize something if we have a node that
5217         sets colors.
5218
5219 2010-12-06  Julien Danjou  <julien@danjou.info>
5220
5221         * shr.el (shr-render-td): Render td content with shr-descend, so style
5222         will be applied to <td> too.
5223         (shr-colorize-region): Colorize region even if we only have a background.
5224         (shr-tag-body): Fix color and background color inheritance.
5225         Do not recolorize after shr-generic.
5226         (shr-tag-font): Let shr-generic colorize via inheritance.
5227
5228 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5231
5232 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5233
5234         * nnir.el (nnir-request-move-article): Remove obsolete code.
5235
5236 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5239
5240 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * gnus-sum.el (gnus-summary-respool-article): The completion function
5243         expects a list instead of an alist.
5244
5245         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5246         string as the parameter.
5247
5248         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5249
5250         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5251         styles.
5252         (shr-colorize-region): New function.
5253         (shr-insert-background-overlay): Remove.
5254         (shr-render-td): Background setting should be taken care of on a higher
5255         level.
5256         (shr-tag-body): Use post-hoc colorizations.
5257         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5258         (shr-put-color-1): Don't overwrite old colors.
5259         (shr-colorize-region): When the background color isn't explicit, use
5260         a fixed background.
5261
5262         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5263         nnmail variables.
5264
5265 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5266
5267         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5268         unless necessary.
5269
5270 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5271
5272         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5273         server.
5274
5275 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276
5277         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5278         so that TAB works.
5279
5280         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5281         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5282
5283         * shr.el (shr-urlify): Show the URL before the title to avoid
5284         misleading URLs.
5285
5286 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5287
5288         * shr.el (shr-urlify): Display the title in <a> tags.
5289
5290 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5291
5292         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5293
5294 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5295
5296         * nnir.el: Rearrange code to allow macros to be autoloaded by
5297         gnus-sum.el.
5298         (nnir-retrieve-headers-override-function): Make this variable
5299         customizable.
5300         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5301
5302         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5303         from nnir.el.
5304
5305 2010-12-03  Julien Danjou  <julien@danjou.info>
5306
5307         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5308
5309 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5312         allow optional argument `environment'.
5313
5314 2010-12-03  Glenn Morris  <rgm@gnu.org>
5315
5316         * mm-extern.el (message-goto-body): Update declaration.
5317
5318 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * gnus-util.el (gnus-macroexpand-all): New function.
5321
5322         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5323         instead of macroexpand-all that is unavailable in XEmacs.
5324
5325 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5326
5327         * nnir.el (nnir-summary-line-format): New variable.
5328         (nnir-mode): Use it.
5329         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5330         (nnir-article-ids): Reimplement as defsubst.
5331         (nnir-retrieve-headers): Don't mangle the subject header.
5332         (nnir-run-imap): Use 100 as RSV score.
5333         (nnir-run-find-grep): Fix for full server searching.
5334         (nnir-run-gmane): Better restriction to gmane groups.
5335
5336         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5337         summary buffers.
5338
5339 2010-12-02  Julien Danjou  <julien@danjou.info>
5340
5341         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5342
5343         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5344
5345         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5346         support.
5347
5348 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5349
5350         * nnir.el: Update to handle the registry better.
5351         (autoload): Silence byte-compiler.
5352         (nnir-open-server): Add a hook for nnir groups.
5353         (nnir-request-move-article): Don't mangle the header.  Better to use
5354         formatting variables (which will be added in the future).
5355         (nnir-registry-action): Update the registry using the original article
5356         group name.
5357         (nnir-mode): Install nnir-specific hooks for updating the registry.
5358
5359         * gnus-sum.el
5360         (gnus-article-original-subject,gnus-newsgroup-original-name):
5361         Remove obsolete variables.
5362         (gnus-summary-move-article): Remove use of obsolete variables.
5363         (gnus-summary-local-variables): Make move and delete hooks local to
5364         summary buffers.
5365
5366 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * rtree.el: New file.
5369
5370 2010-12-01  Julien Danjou  <julien@danjou.info>
5371
5372         * message.el (message-user-organization): Do not use
5373         gnus-local-organization.
5374
5375         * gnus.el: Remove gnus-local-organization.
5376
5377         * gnus-msg.el: Remove nastygram thing.
5378
5379 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5382         funcall.
5383
5384 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5387         names.
5388
5389         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5390         characters.
5391
5392         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5393         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5394         Suggested by Štěpán Němec <stepnem@gmail.com>.
5395         (gnus-gravatar-transform-address): Use mail-extract-address-components
5396         that supports non-ASCII names rather than mail-header-parse-addresses.
5397
5398 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5399
5400         * proto-stream.el (open-protocol-stream): All starttls connections are
5401         handled by the network handler.
5402
5403 2010-11-30  Julien Danjou  <julien@danjou.info>
5404
5405         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5406         (nnimap-open-connection-1): Fix PREAUTH.
5407
5408         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5409
5410 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5413         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5414         (shr-insert): Use them.
5415         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5416
5417 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5418
5419         * nnir.el (nnir-request-move-article): Bail out if original group
5420         doesn't support article moves.
5421         (nnir-get-active): Improve active list retrieval.
5422
5423 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5426
5427 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5428
5429         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5430         seem to accept strings-with-numbers as port numbers.
5431
5432 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5433
5434         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5435         change the registry.
5436
5437 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5440         delete-dups that is not available in XEmacs 21.4.
5441
5442         * mm-util.el (mm-delete-duplicates): Add comment.
5443
5444 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5445
5446         * nnir.el (nnir-ignored-newsgroups): New variable.
5447         (nnir-get-active): Use it.
5448
5449 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450
5451         * proto-stream.el (proto-stream-open-network): Add some comments.
5452
5453         * nntp.el (nntp-open-connection): Provide a :success condition.
5454
5455         * nnimap.el (nnimap-open-connection-1): Ditto.
5456
5457         * proto-stream.el (proto-stream-open-network): See what the response to
5458         the STARTTLS command is.
5459
5460         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5461         backwards compatibility).
5462         (nnimap-open-connection-1): Really respect nnimap-server-port.
5463
5464         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5465         TLS upgrades we don't really care about the identity of the peer.
5466         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5467         that what we've checked for.
5468         (proto-stream-always-use-starttls): Only default to t if
5469         open-gnutls-stream exists.
5470         (proto-stream-open-network): If STARTTLS failed, then just open a
5471         normal connection.
5472         (proto-stream-open-network): Wait until the greeting before doing
5473         STARTTLS.
5474
5475         * nntp.el (nntp-open-connection): Report what the connection error is.
5476
5477         * proto-stream.el (open-protocol-stream): Rename from
5478         open-proto-stream.
5479
5480 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * nnimap.el (nnimap-stream): Change default to `undecided'.
5483         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5484         first, and then network.
5485         (nnimap-open-connection-1): Respect nnimap-server-port.
5486         (nnimap-open-connection): Be more backwards-compatible.
5487
5488         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5489         (proto-stream-open-starttls): De-duplicate the starttls code.
5490         (proto-stream-open-starttls): Folded back into the main function.
5491         (proto-stream-open-network): Fix typo in the gnutls path.
5492         (proto-stream-command): Refactor out.
5493
5494         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5495
5496         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5497         starttls.el STARTTLS.
5498
5499         * color.el (color-lab->srgb): Fix function call name.
5500
5501         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5502         if we're using tls.el.
5503         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5504         built in, then don't try to establish a STARTTLS connection.
5505
5506         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5507         servers.
5508
5509         * proto-stream.el (open-proto-stream): Use network, not stream.
5510         (open-proto-stream): Add a way to specify what the end of a command is.
5511
5512         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5513         connections types.
5514         (nntp-open-network-stream): Remove.
5515         (nntp-open-ssl-stream): Remove.
5516         (nntp-open-tls-stream): Remove.
5517         (nntp-ssl-program): Remove.
5518
5519         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5520
5521 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5522
5523         * nnir.el: Fix typos.
5524         (nnir-retrieve-headers-override-function): Rename variable to reflect
5525         new semantics.
5526         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5527         macros.
5528         (nnir-request-article, nnir-request-move-article): Use them.
5529         (nnir-categorize): New function.
5530         (nnir-run-query): Use it.
5531         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5532         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5533         sorted.
5534         (nnir-group-full-name): Use gnus-group-full-name instead.
5535         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5536         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5537
5538 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5541
5542         * proto-stream.el: New library to provide protocol-specific
5543         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5544         protocols.
5545         (open-proto-stream): Complete the documentation.
5546         (proto-stream-open-network): Fix some typos.
5547
5548         * nnimap.el (nnimap-open-connection): Use it.
5549
5550 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5551
5552         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5553         negotiation.
5554
5555 2010-11-26  Julien Danjou  <julien@danjou.info>
5556
5557         * color.el: Rename various rgb functions to srgb.
5558
5559 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5562         names.
5563
5564 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * shr.el (shr-insert): Revert last change.
5567         (shr-find-fill-point): Never leave point being at bol;
5568         relax the kinsoku limitation when rendering tables.
5569
5570 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5573         results from -accept-article.
5574
5575         * shr-color.el: Require cl when compiling.
5576
5577         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5578         checkin.
5579
5580         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5581
5582         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5583
5584         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5585         'add and 'delete to set backend marks.
5586
5587         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5588
5589         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5590
5591         * nntp.el (nntp-request-set-mark): Use it.
5592
5593         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5594
5595         * nnml.el (nnml-request-set-mark): Ditto.
5596
5597         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5598         introduces regressions in article selection.
5599         (nnimap-find-uid-response): New function.
5600         (nnimap-request-accept-article): Use the UID returned, if any.
5601         (nnimap-request-move-article): Use the UID returned, if any.
5602         (nnimap-get-groups): Reimplement to work with folded lines.
5603         (nnimap-find-uid-response): The UID is the last element in the list.
5604         (nnimap-request-set-mark): Extend syntax with 'set.
5605
5606         * nnml.el (nnml-request-set-mark): Ditto.
5607
5608         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5609
5610         * nntp.el (nntp-request-set-mark): Ditto.
5611
5612 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * message.el (message-called-interactively-p): A temporary macro.
5615         (message-goto-body): Use it temporarily.
5616
5617 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5620         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5621         (nnimap-last-response-string): Fix last unfolding fix.
5622
5623 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * shr.el (shr-insert): Fix the way to fold lines.
5626
5627 2010-11-25  Julien Danjou  <julien@danjou.info>
5628
5629         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5630
5631         * color.el: Rename from color-lab.el
5632         (color-rgb->hex): Add.
5633         (color-complement): Add.
5634         (color-complement-hex): Add.
5635
5636         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5637
5638 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5639
5640         * shr-color.el (shr-color-visible): Don't bug out if the color names
5641         don't exist.
5642
5643 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5646         assuming that article displaying or another mml-preview may be
5647         interrupted for an error or for the like.
5648
5649         * shr.el (shr-get-background): Fix argument name.
5650
5651 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5654
5655         * gnus-sum.el (gnus-summary-include-articles): New function.
5656
5657         * message.el (message-goto-body): called-interactively-p needs a
5658         parameter, so use `any'.
5659
5660         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5661         clear marks before moving, since they're synced from the Gnus side
5662         first.
5663
5664         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5665         (gnus-summary-move-article): Copy over all marks before moving, so that
5666         IMAP doesn't think a new article has arrived.
5667
5668 2010-11-24  Julien Danjou  <julien@danjou.info>
5669
5670         * shr.el (shr-insert-background-overlay): Fix typo.
5671         (shr-render-td): Copy the background before rendering.
5672
5673         * shr-color.el (shr-color-visible): Fix docstring.
5674
5675         * shr.el (shr-tag-table): Add bgcolor support.
5676         (shr-render-td): Add bgcolor support.
5677         (shr-get-background): Add.
5678         (shr-insert-foreground-overlay): Use shr-get-background.
5679
5680         * message.el (message-goto-body): Use called-interactively-p.
5681         (message-in-body-p): message-goto-body returns point.
5682
5683 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5686         Fixes something or other in Emacs 23, and is backwards compatible.
5687
5688         * message.el (message-goto-body): Remove the <#secure special-casing,
5689         which is too special.
5690
5691         * shr.el (shr-parse-style): Drop !important from styles.
5692
5693 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5694
5695         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5696         this function to return incorrect results when calling it with an
5697         explicit article argument different from
5698         (gnus-summary-article-number).
5699
5700 2010-11-24  Julien Danjou  <julien@danjou.info>
5701
5702         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5703         (shr-tag-body): Add background support.
5704         (shr-descend): Add background support.
5705         (shr-tag-title): Add.
5706
5707         * shr-color.el (shr-color-visible): Really return original background
5708         if fixed.
5709
5710 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5711
5712         * shr.el (shr-color-check): Protect against non-existent color names.
5713
5714 2010-11-24  Julien Danjou  <julien@danjou.info>
5715
5716         * color-lab.el: Require 'cl when compiling.
5717
5718         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5719
5720         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5721         matched part.
5722
5723         * color-lab.el: Fix all expt calls to use float type.
5724
5725 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5728         expression to shr-color-check as is.
5729
5730         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5731
5732         * color-lab.el: Add coding cookie.
5733         (float-pi): Use eval-and-compile.
5734
5735         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5736         compiled for Emacsen having no `libxml-parse-html-region' support.
5737
5738 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739
5740         * shr.el (shr-insert-color-overlay): Split stuff like
5741         "#444444 !important" to find the real color.
5742         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5743         parse <font color="red"> entries.
5744
5745 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5746
5747         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5748         point when parsing headers.
5749
5750         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5751         is positioned properly when parsing headers.
5752
5753 2010-11-23  Julien Danjou  <julien@danjou.info>
5754
5755         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5756
5757         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5758
5759         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5760
5761         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5762         Use shr-color-hue-to-rgb.
5763         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5764
5765 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * shr.el (shr-color->hexadecimal): Autoload.
5768         (shr-descend): Add color to all tags.
5769
5770 2010-11-22  Julien Danjou  <julien@danjou.info>
5771
5772         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5773         shr-color->hexadecimal.
5774
5775         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5776         RGB() or HSL() color representation.
5777
5778         * shr.el (shr-tag-font): Add.
5779         (shr-tag-color-check): New function to get better colors.
5780         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5781         tag-span.
5782
5783         * shr-color.el: New file.
5784
5785         * color-lab.el: New file.
5786
5787         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5788
5789 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5790
5791         * nnir.el: Fix typo in comments.
5792         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5793         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5794
5795 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5796
5797         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5798
5799         * nnimap.el (nnimap-get-capabilities): Refactor out.
5800         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5801
5802 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5803
5804         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5805         appearing when `mm-uu-hide-markers' is nil.
5806
5807 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5808
5809         * nnimap.el (nnimap-unselect-group): Make into its own function.
5810         (nnimap-request-rename-group): Unselect group before renaming.
5811         This had gotten lost somewhere.
5812         (nnimap-request-accept-article): Keep track of examined groups, and
5813         unselect the group before APPENDing to read-only groups.
5814         (nnimap-request-move-article): Clear flags before moving so that they
5815         can be re-set later.
5816
5817 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5820         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5821
5822 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gnus-art.el (gnus-mime-display-single):
5825         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5826         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5827         parameter.
5828
5829 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5830
5831         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5832         (shr-table-vertical-line): New variable.
5833         (shr-insert-table): Use it.
5834
5835 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-html.el (gnus-html-wash-images): Don't display images if
5838         gnus-inhibit-images is non-nil; register displayer for cid images.
5839         (gnus-html-display-image): Work for cid image.
5840         (gnus-html-insert-image): Allow arguments.
5841         (gnus-html-put-image): Inhibit read-only.
5842         (gnus-html-prefetch-images): Don't prefetch images if
5843         gnus-inhibit-images is non-nil.
5844
5845 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5846
5847         * shr.el (shr-put-image): Break lines when inserting big pictures.
5848
5849 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5850
5851         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5852         sender, thanks Katsumi Yamaoka.
5853
5854 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5855
5856         * nnir.el (nnir-run-imap): Reverse the article list for each group
5857         rather than the whole list.
5858
5859 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * shr.el (shr-image-displayer): Protect function against non-existent
5862         image source.
5863
5864         * gnus-art.el (gnus-inhibit-images): New user option.
5865         (gnus-mime-display-single): Don't display image if it is non-nil.
5866
5867         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5868         gnus-inhibit-images.
5869
5870         * shr.el (shr-image-displayer): New function.
5871         (shr-tag-img): Use it.
5872
5873 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5874
5875         * mml2015.el (mml2015-epg-sign): Use From header.
5876
5877 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5880
5881         * gnus-util.el (gnus-find-text-property-region): Return markers.
5882
5883         * shr.el (shr-tag-img): Put a displayer in the text property.
5884
5885         * gnus-util.el (gnus-find-text-property-region): New utility function.
5886
5887         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5888         (gnus-html-show-images): Remove.
5889
5890         * gnus-art.el (gnus-article-show-images): New, more general function.
5891
5892         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5893         image url text properties.
5894
5895         * shr.el: Ditto.
5896
5897         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5898         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5899
5900 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5903         work for two or more articles.
5904
5905 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5908         divide an image that's in an html article to two or more when washing
5909         non-ASCII characters in alt text of it.
5910
5911 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5914         smime-decrypt-region using function argument.
5915         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5916
5917         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5918
5919         * smime.el (smime-decrypt-region): Catch it.
5920
5921 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5922
5923         * smime.el (smime-mode-map): Move initialization into declaration.
5924         (gnus-run-mode-hooks): Don't autoload.
5925         (smime-mode): Use define-derived-mode.
5926
5927 2010-11-11  Glenn Morris  <rgm@gnu.org>
5928
5929         * smime.el (from): Restrict declaration to XEmacs.
5930
5931         * nnir.el (gnus-group-topic-name): Autoload.
5932
5933 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * shr.el (shr-insert): Don't break long line if it is because of
5936         kinsoku-bol characters in the line end.
5937
5938 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5939
5940         * nnir.el (nnir-request-move-article): Fix to provide original group
5941         and subject.
5942         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5943         been retrieved.
5944
5945         * gnus-sum.el (gnus-summary-move-article): Use original group and
5946         subject for virtual articles such as those in an nnir summary buffer.
5947
5948 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5951         least 21.5).
5952
5953         * smime.el (from): Declare it again for XEmacs.
5954
5955 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956
5957         * message.el (message-resend): Don't disable encoding unless it's
5958         already encoded.
5959
5960         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5961         low-numbered articles.
5962
5963 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * rfc2047.el (rfc2047-syntax-table): Simplify.
5966
5967         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5968
5969         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5970         set-char-table-range for XEmacs.
5971
5972 2010-11-10  Glenn Morris  <rgm@gnu.org>
5973
5974         * time-date.el (time-to-seconds): Always an alias on Emacs,
5975         never a real function.
5976         (with-no-warnings): Remove compat stub, now unused.
5977         (time-less-p): Doc fix.
5978         (time-to-number-of-days): Simplify.
5979
5980         * smime.el (from): Remove unused declaration.
5981
5982         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5983         (gnus-float-time): On Emacs, always an alias.
5984
5985         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5986         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5987
5988 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * dgnushack.el: Don't use ignore-errors in the top level form since it
5991         is unavailable in XEmacs even if cl is loaded.
5992
5993         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5994
5995 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * shr.el (browse-url-mailto): Autoload.
5998
5999         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6000
6001         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6002         regexp doesn't need quoting.
6003
6004 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6005
6006         * message.el (message-subject-trailing-was-ask-regexp)
6007         (message-subject-trailing-was-regexp): Match was: in addition to was.
6008
6009 2010-11-09  Glenn Morris  <rgm@gnu.org>
6010
6011         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6012         (nnbabyl-check-mbox): Use point-at-bol.
6013
6014 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6015
6016         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6017
6018         * message.el (message-mailto): New function.
6019         (message-mailto): Should accept other parameters.
6020         (message-mailto): Remove since it duplicates browse-url-mailto
6021         functionality.
6022
6023 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6026         methods.
6027         (gnus-read-active-file): Ditto.
6028
6029         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6030         ": " from the prompt.
6031         (gnus-group-make-group): Ditto.
6032
6033 2010-11-07  Glenn Morris  <rgm@gnu.org>
6034
6035         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6036         (gnus-bookmark-kill-line): Use point-at-eol.
6037
6038 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6041         asterisks in From header.
6042
6043 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6046         string to avoid making the From headers syntactically invalid.
6047
6048         * message.el (message-send-mail): Don't insert courtesy messages if the
6049         message already has List-Post and List-ID messages.
6050
6051 2010-11-06  Glenn Morris  <rgm@gnu.org>
6052
6053         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6054         `condition', `type', `length' a prefix.
6055         (gnus-treat-predicate): Update for above name changes.
6056
6057 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6058
6059         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6060         binding.  Handled by `gnus-summary-refer-thread' instead.
6061         (nnir-warp-to-article): New backend function.
6062
6063         * nnimap.el (nnimap-request-thread): Force dependency updating.
6064
6065         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6066         (gnus-summary-refer-thread): Rework to improve thread-referral.
6067
6068         * gnus-int.el (gnus-warp-to-article): New function.
6069
6070         * gnus-sum.el (gnus-summary-article-map): Bind it.
6071
6072 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6073
6074         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6075         gnus-summary-refer-thread.
6076
6077         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6078         headers.
6079         (gnus-summary-limit-include-thread): Prevent articles in thread from
6080         being cut in gnus-cut-threads.
6081         (gnus-summary-refer-thread): Limit retrieved headers to those in
6082         thread.
6083
6084 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * message.el (message-send-mail): Use the value of
6087         message-courtesy-message from the message buffer.
6088
6089         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6090
6091         * shr.el (shr-browse-url): Implement mailto: URLs.
6092
6093         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6094         "raw".
6095
6096         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6097         if it's already selected.
6098
6099         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6100
6101 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6104         to measure the length and truncate alt text.
6105
6106 2010-11-03  Glenn Morris  <rgm@gnu.org>
6107
6108         * nndiary.el (nndiary-generate-nov-databases-1)
6109         (nndiary-generate-active-info): Rename dynamic variable `files' to
6110         something less generic.
6111
6112 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6113
6114         * nnir.el (nnir-request-move-article): Call the underlying backend to
6115         move articles from nnir.
6116
6117 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6118
6119         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6120
6121 2010-11-02  Julien Danjou  <julien@danjou.info>
6122
6123         * nnir.el: Remove wais support.
6124
6125 2010-11-02  Glenn Morris  <rgm@gnu.org>
6126
6127         * gnus-html.el: Reorder requirements to quieten compiler.
6128
6129 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6132         properly for XEmacs as well.
6133         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6134         (gnus-article-natural-long-line-p): Use window-width rather than
6135         frame-width.
6136
6137 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6138
6139         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6140         (nnir-read-parms): Don't modify query.
6141         (nnir-run-query): Add ability to search topic on current line.
6142         (nnir-get-active): Clean up.
6143
6144 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6147         degenerate articles.
6148
6149         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6150         (gnus-print-buffer): Just print the buffer as is, without any copying
6151         to a buffer and then re-highlighting.
6152
6153         * nnimap.el (nnimap-request-group): Store the new updated info.
6154         (nnimap-request-group): Select the group when we don't know whether it
6155         exists or not.
6156
6157         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6158         groups.
6159
6160         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6161         groups.
6162
6163         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6164         groups.
6165
6166         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6167         long-lines case by only filling the long lines.
6168
6169         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6170         (bug #7311).
6171
6172 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * shr.el: No need to declare `declare-function' since shr.el is for
6175         only Emacsen that provide `libxml-parse-html-region'.
6176
6177         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6178         effective only in a file it is referred to.
6179
6180 2010-11-01  Glenn Morris  <rgm@gnu.org>
6181
6182         * mm-util.el (gnus-completing-read): Autoload.
6183         (mm-read-coding-system): Simplify Emacs definition.
6184
6185         * nnmail.el (gnus-activate-group):
6186         * nnimap.el (gnutls-negotiate):
6187         * nntp.el (netrc-parse): Fix declarations.
6188
6189 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6192         string-match-p in Emacs >=23.
6193
6194         * gnus-msg.el (gnus-configure-posting-styles):
6195         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6196
6197 2010-11-01  Glenn Morris  <rgm@gnu.org>
6198
6199         * nnir.el (declare-function): Add compat stub.
6200         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6201         (nnir-run-gmane): Require 'mm-url.
6202
6203         * mm-util.el (mm-string-to-multibyte): Simplify.
6204
6205         * shr.el (declare-function): Add compat stub.
6206         (url-cache-create-filename): Declare.
6207         (mm-disable-multibyte, widget-convert-button): Autoload.
6208
6209         * smime.el (ldap-search): Declare.
6210         (smime-cert-by-ldap-1): Require ldap on Emacs.
6211
6212         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6213         (nnimap-keepalive): Use gnus-float-time.
6214
6215         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6216         (mail-source-delete-crash-box): Use gnus-float-time.
6217
6218         * gnus-dired.el (gnus-completing-read): Autoload.
6219
6220         * mm-view.el (gnus-rescale-image): Autoload.
6221
6222         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6223
6224         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6225
6226         * sieve-manage.el: Require 'cl when compiling.
6227
6228         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6229         (gnus-iswitchb-completing-read): Require iswitchb.
6230         (gnus-select-frame-set-input-focus): Silence compiler.
6231
6232 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6233
6234         * message.el (message-subject-trailing-was-query): Change default to t,
6235         since I think that's what most people want.
6236
6237         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6238         appending for easier debugging.
6239         (nnimap-wait-for-connection): Take a regexp.
6240         (nnimap-request-accept-article): Wait for the continuation line before
6241         sending anything unless we're streaming.
6242
6243         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6244         leave the header washing to take place.
6245
6246 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6247
6248         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6249         regular expression match and replace in posting styles.
6250
6251 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6252
6253         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6254         an entire server.
6255         (nnir-get-active): New function.
6256         (nnir-run-imap): Use it.
6257         (nnir-run-gmane): Who knew, gmane search returns an article score!
6258
6259         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6260         server on the current line with nnir.
6261
6262 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6265         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6266         left edge.
6267         (gnus-article-foldable-buffer): Skip past the prefix when determining
6268         raggedness.
6269
6270         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6271         the raw article, and change `C-u g' to show the article without doing
6272         treatments.
6273
6274         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6275         on to `gnus-treat-article'.
6276         (gnus-inhibit-article-treatments): New variable.
6277
6278         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6279
6280         * gnus-art.el (gnus-treatment-function-alist): Have
6281         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6282         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6283         sections.
6284
6285         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6286         parameter.
6287         (gnus-article-fill-cited-long-lines): New function.
6288         (gnus-article-fill-cited-article): Allow filling only long sections.
6289
6290         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6291         and non-punctuation (like after the apostrophe in "'We").
6292
6293         * gnus-sum.el (gnus-summary-select-article): Make sure
6294         gnus-original-article-buffer is alive.
6295
6296         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6297         reflect the order they're in in the digest.
6298
6299         * gnus.el (gnus-group-startup-message): Move point to the start of the
6300         buffer.
6301
6302         * nnimap.el (nnimap-capability): New function.
6303         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6304         is set.
6305
6306 2010-10-31  David Engster  <dengste@eml.cc>
6307
6308         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6309         conform with changes to gnus-completing-read.
6310
6311 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6314
6315 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6316
6317         * nnir.el: Move defvar, defcustom around to keep file organized
6318         and keep byte-compiler quiet.
6319         (nnir-read-parms): Accept search-engine as arg.
6320         (nnir-run-query): Pass search-engine as arg.
6321         (nnir-search-engine): Remove.
6322
6323 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6324
6325         * shr.el (shr-generic): The text nodes should be text, not :text.
6326
6327         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6328         later in the file.
6329
6330 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6331
6332         * nnir.el: General clean up.  Allow searching with multiple engines.
6333         Allow separate extra-parameters for each engine.
6334         Batch queries when possible.
6335         (nnir-imap-default-search-key,nnir-method-default-engines):
6336         Add customize interface.
6337         (nnir-run-gmane): New engine.
6338         (nnir-engines): Use it.  Qualify all prompts with engine name.
6339         (nnir-search-engine): Remove global variable.
6340         (nnir-run-hyrex): Restore for now.
6341         (nnir-extra-parms,nnir-search-history): New variables.
6342         (gnus-group-make-nnir-group): Use them.
6343         (nnir-group-server): Remove in favor of gnus-group-server.
6344         (nnir-request-group): Avoid searching twice.
6345         (nnir-sort-groups-by-server): New function.
6346
6347 2010-10-30  Julien Danjou  <julien@danjou.info>
6348
6349         * gnus-group.el: Remove gnus-group-fetch-control.
6350
6351         * gnus-start.el (gnus-find-new-newsgroups):
6352         Remove gnus-check-first-time-used.
6353
6354         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6355
6356 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6357
6358         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6359         set on groups that don't have \* permanentflags.
6360
6361 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6362
6363         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6364         control the background color.
6365         (shr-tag-img): Ignore very small web bug type images.
6366         (shr-put-image): Add help-echo alt texts to the images.
6367         (shr-tag-video): Show the video poster image.
6368
6369 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6370
6371         * shr.el (shr-table-depth): New variable.
6372         (shr-tag-table-1): Only insert the images after the top-level table.
6373
6374         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6375
6376         * gnus-util.el (gnus-list-memq-of-list): New function.
6377
6378         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6379         selected.
6380         (nnimap-unsplittable-articles): New slot.
6381         (nnimap-new-articles): Use it.
6382
6383 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6384
6385         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6386         move to the previous line on `M-g'.
6387
6388 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389
6390         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6391         *-request-group, which seems unnecessary.
6392
6393         * nnimap.el (nnimap-quote-specials): Function copied over from
6394         imap.el.
6395         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6396         they support that.  Suggested by Tom Regner.
6397
6398 2010-10-29  Julien Danjou  <julien@danjou.info>
6399
6400         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6401         defalias.
6402         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6403
6404         * gnus.el: Remove `gnus-nntp-service' variable.
6405         (gnus-secondary-servers): Make obsolete.
6406         (gnus-nntp-server): Make obsolete.
6407
6408         * gnus-start.el (gnus-1): Remove x-splash calls.
6409
6410         * gnus-ems.el (gnus-x-splash): Remove.
6411
6412         * gnus.el (gnus-group-startup-message): Simplify/update code.
6413
6414         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6415         definition.
6416
6417         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6418         capability before doing anything.
6419         (gnus-group-insert-group-line): Remove useless
6420         gnus-group-remove-excess-properties.
6421
6422 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6425
6426 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6427
6428         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6429         config after reselecting.
6430
6431 2010-10-28  Julien Danjou  <julien@danjou.info>
6432
6433         * shr.el (shr-put-image): Use point even if only inserting text.
6434         (shr-put-image): Save excursion when inserting alt text on non-graphic
6435         display, so the behavior is the same when we are on a graphic display.
6436
6437         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6438
6439 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6442         (gnus-mime-copy-part): Check coding system, not charset.
6443         (gnus-mime-view-part-externally): Never remove part.
6444         (gnus-mime-view-part-internally): Don't remove part here.
6445         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6446         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6447         multipart/alternative.
6448
6449         * mm-decode.el (mm-display-part): Take optional arg `force'.
6450
6451 2010-10-26  Julien Danjou  <julien@danjou.info>
6452
6453         * gnus-group.el (gnus-group-default-list-level): Add this function to
6454         compute the default list level.
6455         (gnus-group-default-list-level): Add possibility to use a function.
6456
6457 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6460
6461         * gnus-group.el (gnus-group-completing-read)
6462         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6463         gnus-replace-in-string.
6464
6465 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * shr.el (shr-tag-div): Add.
6468
6469         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6470
6471 2010-10-25  Julien Danjou  <julien@danjou.info>
6472
6473         * gnus-util.el: Remove `gnus-with-local-quit'.
6474
6475         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6476
6477 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6478
6479         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6480         the original article buffer.
6481
6482 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * nnimap.el (nnimap-request-head): New function.
6485         (nnimap-request-move-article): Try to be slightly faster by not
6486         requesting the entire message when moving.
6487         (nnimap-transform-headers): Don't bug out on bodiless articles.
6488         (nnimap-send-command): Have no outstanding messages if the IMAP server
6489         doesn't support streaming.
6490         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6491
6492 2010-10-24  Julien Danjou  <julien@danjou.info>
6493
6494         * message.el (message-default-headers): Fix type.
6495
6496 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6499         prefetching images.
6500
6501         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6502         backend for unknown groups.  This is mainly useful for nnimap groups.
6503
6504         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6505         group isn't covered by the agent.
6506
6507 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6508
6509         * nnir.el (nnir-method-default-engines): New variable.
6510         (nnir-run-query): Use it.
6511         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6512         (gnus-summary-nnir-goto-thread): Change group if needed.
6513
6514         * gnus-group.el (gnus-group-group-map): Add key binding for
6515         gnus-group-make-nnir-group.
6516
6517 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * shr.el (shr-tag-object): Add.
6520
6521         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6522         original article buffer live.
6523         (gnus-summary-select-article-buffer):
6524         Mention gnus-widen-article-buffer.
6525
6526 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6527
6528         * shr.el (shr-tag-strong): Add.
6529
6530 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6531
6532         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6533         group names.  They mess up the group buffer badly.
6534
6535         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6536
6537         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6538         instead of the summary one.
6539
6540 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * mml.el (mml-preview): Work properly when editing article.
6543
6544         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6545         gnus-have-read-active-file if it's already been in.
6546
6547 2010-10-22  Tom Tromey  <tromey@redhat.com>
6548
6549         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6550         gnus-group-completing-read.
6551
6552 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6553
6554         * message.el (message-mode-map): Don't bind M-; to comment region, to
6555         allow the global comment-dwim to work.
6556
6557 2010-10-21  Julien Danjou  <julien@danjou.info>
6558
6559         * message.el (message-setup-1): Allow message-default-headers to be a
6560         function.
6561
6562 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * shr.el (shr-tag-table): Simplify.
6565
6566 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6569         to avoid trying to snarf invalid stuff.
6570
6571         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6572
6573         * gnus.el (gnus-message-archive-group): Quote value.
6574         (gnus-message-archive-group): Mark as changed.
6575
6576         * shr.el (shr-add-font): Don't put the font properties on the newline
6577         or the indentation.
6578
6579         * message.el (message-fix-before-sending): Change options when sending
6580         non-printable characters.
6581
6582         * gnus.el (gnus-message-archive-method): Change the default to
6583         monthly outgoing groups.
6584
6585         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6586         that have gotten new numbers.
6587
6588         * nnimap.el (nnimap-request-replace-article): New function.
6589
6590 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6593         (nnrss-request-article): Don't use special html washing code.
6594
6595 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * shr.el (shr-tag-table): Remove useless nconc.
6598
6599 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6600
6601         * gnus-art.el (article-wash-html): Simplify and remove the charset
6602         stuff.  Use the normal html rendering code instead of the special html
6603         washing code.
6604
6605         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6606         `gnus-w3m' symbols.
6607         (mm-text-html-washer-alist): Remove.
6608
6609         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6610         (mm-inline-media-tests): Remove use.
6611         (mm-text-html-renderer): Change default to the `shr' symbol.
6612
6613         * mm-view.el (mm-inline-text-html): Remove use.
6614
6615         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6616         `gnus-blocked-images' to be a function.
6617         (gnus-article-wash-function): Remove.
6618
6619 2010-10-20  Julien Danjou  <julien@danjou.info>
6620
6621         * spam.el (spam-list-of-processors): Mark as obsolete.
6622
6623         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6624         (nnimap-insert-partial-structure): Fix boundary detection.
6625
6626 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6627
6628         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6629         run file-truename on remote files.  This can be expensive and even
6630         prevent one from editing drafts if some unrelated buffer has a stale
6631         connection.
6632
6633 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6636         kinsoku-eol regardless of shr-kinsoku-shorten.
6637         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6638         (shr-tag-table): Support caption, thead, and tfoot.
6639
6640 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6643         lines.
6644         (shr-save-contents): New command and keystroke.
6645
6646         * nndoc.el (nndoc-type-alist): Add git support.
6647         (nndoc-git-type-p): New function.
6648         (nndoc-transform-git-article): Ditto.
6649         (nndoc-transform-git-headers): Ditto.
6650         (nndoc-transform-git-headers): Generate Subject headers.
6651
6652         * shr.el (shr-parse-style): New function.
6653         (shr-tag-span): Ditto.
6654
6655         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6656         to `G G' to avoid collisions.
6657
6658 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * shr.el: Load kinsoku if necessary.
6661         (shr-kinsoku-shorten): New internal variable.
6662         (shr-find-fill-point): Make kinsoku shorten text line if
6663         shr-kinsoku-shorten is bound to non-nil.
6664         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6665         shr-indentation too when testing if table is wider than frame width.
6666         (shr-insert-table): Use `string-width' instead of `length' to measure
6667         text width.
6668         (shr-insert-table-ruler): Make sure indentation is done at bol.
6669
6670 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6671
6672         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6673         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6674         undecoded network data.
6675
6676 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6679         name in the mode line spec so that the mode line menu works
6680         (bug #2431).
6681
6682         * message.el (message-get-reply-headers): If we're fed `to-address',
6683         then always use that.
6684
6685         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6686         aren't so wide as to need to switch off the edit menu.
6687
6688         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6689         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6690
6691         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6692         `M-g'.
6693         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6694         the permanent marks.
6695
6696 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6697
6698         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6699         Splitting according to references/in-reply-to obeys the ignore-groups
6700         variable, while splitting by sender and subject do not.
6701
6702 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6705         alist, so that we can look for non-Unicode chars.
6706         (article-translate-strings): Allow both character and string maps.
6707
6708 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * shr.el (shr-insert): Don't insert space behind a wide character
6711         categorized as kinsoku-bol, or between characters both categorized as
6712         nospace.
6713
6714 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6715
6716         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6717         headers to gnus-newsgroup-headers.
6718
6719 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6720
6721         * shr.el (shr-tag-img): Don't align images -- since we're not
6722         rescaling, this often leads to ugly displays.
6723
6724 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6725
6726         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6727         duplicates.
6728
6729 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6730
6731         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6732         call.
6733
6734 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6735
6736         * gnus.el: Autoload gnus-html-show-images.
6737
6738         * nnimap.el: Use nnheader-message throughout.
6739
6740         * shr.el (shr-tag-img): Ignore images with no data.
6741
6742 2010-10-15  Julien Danjou  <julien@danjou.info>
6743
6744         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6745         a possibility to disable format=flow encoding when using hard newlines.
6746
6747 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * shr.el (shr-insert): Remove space inserted before or after a
6750         breakable character or at the beginning or the end of a line.
6751         (shr-find-fill-point): Do kinsoku; find the second best point or give
6752         it up if there's no breakable point.
6753
6754 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6755
6756         * nnimap.el (nnimap-open-connection): Message when opening connection
6757         for debugging purposes.
6758
6759         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6760         on every setup buffer call to allow this to change from article to
6761         article.
6762
6763         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6764         buffers where we have a wide table.
6765
6766 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6767
6768         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6769         uses *-request-thread.
6770
6771 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6772
6773         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6774         incantation, which is no longer valid.
6775
6776 2010-10-14  Julien Danjou  <julien@danjou.info>
6777
6778         * shr.el: Fix defcustom type (char -> character).
6779
6780 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6783         programs.
6784
6785 2010-10-14  Julien Danjou  <julien@danjou.info>
6786
6787         * shr.el (shr-tag-a): Use url-link as widget type.
6788
6789         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6790         `gnus-group-get-icon'.
6791
6792 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6795         This should make server editing work better.
6796
6797         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6798
6799         * tls.el (tls-program): Remove spurious %s from openssl.
6800
6801         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6802         (nnimap-parse-flags): Fix regexp.
6803
6804         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6805         probably work for CJVK text, too.
6806
6807         * nnimap.el (nnimap-extend-tls-programs): Remove.
6808         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6809
6810         * tls.el (tls-starttls-switches): Remove starttls hack.
6811         (open-tls-stream): Ditto.
6812         (tls-find-starttls-argument): Ditto.
6813
6814 2010-10-13  Julien Danjou  <julien@danjou.info>
6815
6816         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6817         responses.
6818
6819 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6822
6823         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6824         anything in Emacs.
6825
6826         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6827
6828 2010-10-13  Julien Danjou  <julien@danjou.info>
6829
6830         * shr.el (shr-width): Make shr-width a defcustom with default to
6831         fill-column.
6832         (shr-tag-img): Use shr-width rather than fill-column.
6833
6834 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * dgnushack.el (byte-optimize-apply):
6837         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6838
6839         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6840         position when (X-)Faces exist.
6841         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6842         avatars when called interactively.
6843
6844 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6847         gnus-article-x-face-too-ugly is bound.
6848
6849 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6850
6851         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6852
6853         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6854         mailbox that doesn't exist.
6855
6856 2010-10-12  Julien Danjou  <julien@danjou.info>
6857
6858         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6859         (shr-get-image-data): Encode URL properly when fetching from cache.
6860         (shr-tag-img): Use aligned-to spaces to align correctly images.
6861
6862         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6863         before inserting the Gravatar.
6864
6865         * shr.el (shr-tag-img): Add align attribute support for <img>.
6866
6867 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * gnus-gravatar.el (gnus-art): Require.
6870
6871         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6872         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6873         Remove long obsoleted functions.
6874
6875 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6878
6879         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6880
6881         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6882         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6883         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6884         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6885         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6886         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6887         * sieve-manage.el, smime.el, spam.el:
6888         Fix comment for declare-function.
6889
6890 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6891
6892         * nnimap.el (nnimap-request-rename-group): Select group read-only
6893         before renaming it.
6894
6895         * shr.el (shr-insert): Fix up the white space only regexp.
6896
6897         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6898         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6899
6900         * shr.el (shr-current-column): New function.
6901         (shr-find-fill-point): New function.
6902
6903 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6904
6905         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6906         numbers.
6907
6908 2010-10-11  Julien Danjou  <julien@danjou.info>
6909
6910         * shr.el (shr-hr-line): Add.
6911         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6912         display hr lines.
6913         (shr-max-columns): Do not change state to nil if we just inserting
6914         spaces.
6915
6916 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6919         select the last group.
6920
6921 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6922
6923         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6924
6925 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6926
6927         * dig.el (dig-mode-map): Declare and define in one step.
6928
6929 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6932         for Gnus.
6933         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6934         (nnimap-update-qresync-info): Mark \Seen articles as read.
6935
6936         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6937         non-variable, too.
6938
6939         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6940         available.
6941         (nnimap-update-info): Rely more on the current active than the param
6942         active to avoid marking articles as read too much.
6943
6944         * auth-source.el (auth-source-create): Use (user-login-name) for the
6945         user name default.
6946
6947         * nnimap.el (nnimap-update-info): If the server doesn't return any
6948         useful info, just use the previous info.
6949         (nnimap-update-info): Prefer old info over start-article.
6950         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6951
6952 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6953
6954         * nnir.el (autoload): Clean up autoloads.
6955         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6956         Use key rather than value.
6957         (nnir-imap-search-other): New variable.
6958         (nnir-read-parm): Use it.
6959         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6960         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6961
6962 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6963
6964         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6965         the process, too.
6966
6967 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * spam.el (gnus-summary-mode-map): Bind to "$".
6970         Suggested by Russ Allbery.
6971
6972         * shr.el: Rework the way things are indented by <li> slightly.
6973
6974         * gnus.el (gnus-group-set-parameter): Fix typo.
6975
6976         * nnimap.el: Start implementing QRESYNC support.
6977
6978 2010-10-09  Julien Danjou  <julien@danjou.info>
6979
6980         * nnir.el (nnir-engines): Fix too many arguments.
6981
6982 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983
6984         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6985         group is the "last", so that the backends like nnfolder actually save
6986         their folders.
6987
6988         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6989         try to use that for the tls stream.
6990         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6991         UIDVALIDITY and find out which groups are read-only and not.
6992         (nnimap-get-flags): Use the same marks parsing code as the rest of
6993         nnimap.
6994
6995 2010-10-09  Julien Danjou  <julien@danjou.info>
6996
6997         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6998
6999         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7000         retrieving gravatars.
7001
7002         * shr.el (shr-table-corner): Add.
7003         (shr-table-line): Add.
7004         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7005
7006 2010-10-08  Julien Danjou  <julien@danjou.info>
7007
7008         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7009
7010 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7011
7012         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7013
7014         * gnus-sum.el (gnus-mark-article-as-unread)
7015         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7016         (gnus-summary-set-bookmark): Use it.
7017
7018         * gnus-msg.el (gnus-setup-message): Use it.
7019
7020         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7021
7022         * gnus.el (gnus-group-remove-parameter): Use it.
7023
7024         * gnus-group.el (gnus-group-make-web-group): Use it.
7025
7026         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7027
7028         * nnregistry.el: Update docs to mention manual.
7029
7030         * gnus-registry.el: Update docs to mention nnregistry.el.
7031         (gnus-registry-initialize): Don't install nnregistry refer method
7032         automatically.
7033         (gnus-registry-install-nnregistry): Remove it.
7034
7035 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036
7037         * shr.el (shr-insert): Don't insert double spaces.
7038
7039 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * gnus-gravatar.el (gnus-treat-from-gravatar)
7042         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7043         called interactively.
7044
7045         * gnus-art.el (gnus-mime-view-part-externally)
7046         (gnus-mime-view-part-internally): Make predicate function passed to
7047         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7048         of a mime type.
7049
7050         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7051
7052 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7053
7054         * shr.el (require): Require cl when compiling.
7055         (shr-tag-hr): New function.
7056
7057         * nnimap.el (nnimap-update-info): Remove double setting of high.
7058         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7059         This makes nnimap work properly on Courier again.
7060
7061         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7062         the variable for backwards compatibility.
7063
7064         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7065         the file name before using to avoid setting mm-default-directory to
7066         nil.
7067
7068         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7069         bidning gnus-agent variables.
7070
7071         * shr.el (shr-render-td): Use a cache for the table rendering function
7072         to avoid getting an exponential rendering behavior in nested tables.
7073         (shr-insert): Rework the line-breaking algorithm.
7074         (shr-insert): Don't leave trailing spaces.
7075         (shr-insert-table): Also insert empty TDs.
7076         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7077
7078 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7079
7080         * gnus-sum.el (gnus-number): Rename from `number'.
7081         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7082         (gnus-summary-limit-children): Update uses correspondingly.
7083
7084 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7087         (gnus-gravatar-transform-address): Don't show avatars of people of
7088         which mail addresses match gnus-gravatar-too-ugly.
7089
7090 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7091
7092         * shr.el (shr-table-widths): Expand TD elements to fill available
7093         space.
7094
7095 2010-10-07  Julien Danjou  <julien@danjou.info>
7096
7097         * nnimap.el (nnimap-request-rename-group): Add this method.
7098
7099 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7102         name from XEmacs' function-arglist.
7103
7104         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7105         gravatar under XEmacs.
7106
7107 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7108
7109         * auth-source.el: Update docs with TODO items.
7110
7111         * gnus-sync.el: Update docs to explain state and plans.
7112
7113         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7114         Hooks for mark updates.
7115         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7116
7117         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7118         hooks with arguments, which is needed for mark update hooks.
7119
7120 2010-10-06  Julien Danjou  <julien@danjou.info>
7121
7122         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7123         was matched.
7124
7125         * sieve-manage.el: Update example in `Commentary'.
7126
7127         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7128
7129         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7130         not 2000.
7131         (sieve-manage-authenticate): Re-add function.
7132
7133 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7134
7135         * shr.el (shr-insert): Get 'space transition right.
7136         (shr-render-td): Only delete space at the end of the TD.
7137
7138         * nnimap.el (nnimap-open-connection): Prepare to support
7139         open-gnutls-stream.
7140
7141         * shr.el: Rearrange function order to be more logical.
7142
7143 2010-10-06  Julien Danjou  <julien@danjou.info>
7144
7145         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7146         (nnrss-discover-feed): Remove 404 URL in docstring.
7147
7148         * nnir.el: Fix Swish-E URL.
7149         Fix Namazu URL.
7150
7151         * message.el (message-change-subject): Remove 404 URL in a comment.
7152
7153 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7156         called interactively.
7157
7158         * gnus-util.el (gnus-remove-if): Allow hash table.
7159         (gnus-remove-if-not): New function.
7160
7161         * gnus-art.el (gnus-mime-view-part-as-type):
7162         * gnus-score.el (gnus-summary-score-effect):
7163         * gnus-sum.el (gnus-read-move-group-name):
7164         Replace remove-if-not with gnus-remove-if-not.
7165
7166         * gnus-group.el (gnus-group-completing-read):
7167         Regard collection as a hash table if it is not a list.
7168
7169 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7172
7173         * shr.el: Document the table-rendering algorithm.
7174
7175 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7178         for Emacsen having no `libxml-parse-html-region' support.
7179
7180 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7183         invalid URLs.
7184
7185         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7186         line-broken.
7187         (shr-tag-img): Ignore image fetching errors.
7188         (shr-overlays-in-region): Compute overlay positions correctly.
7189
7190         * mm-decode.el (mm-shr): Require shr.
7191
7192         * gnus-art.el (gnus-blocked-images): Move variable here.
7193
7194         * shr.el (shr-insert-table): Bind free variable.
7195
7196         * mm-decode.el (mm-shr): Bind shr-content-function.
7197
7198         * shr.el (shr-content-function): New variable.
7199
7200         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7201         added for symmetry.
7202
7203         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7204
7205         * gnus-group.el (gnus-group-make-group): Doc fix.
7206
7207         * nnimap.el (nnimap-request-newgroups): Return success.
7208
7209         * shr.el (shr-find-elements): New function.
7210         (shr-tag-table): Put all the images after the table.
7211         (shr-tag-table): Really inhibit images inside the table.
7212         (shr-collect-overlays): Copy over overlays from the TD elements to the
7213         main document.
7214
7215         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7216         gnus-blocked-images.
7217
7218 2010-10-05  Julien Danjou  <julien@danjou.info>
7219
7220         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7221
7222         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7223         (gnus-html-maximum-image-size): Add this function.
7224         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7225
7226         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7227         server-value of the capability is nil.
7228
7229 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * shr.el (shr-tag-em): Add <EM> tag.
7232
7233 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7234
7235         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7236         customizable.
7237
7238         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7239         handing broken links to browse-url.
7240
7241 2010-10-05  Julien Danjou  <julien@danjou.info>
7242
7243         * gnus-util.el (gnus-emacs-completing-read)
7244         (gnus-iswitchb-completing-read): Use autoload rather than require.
7245
7246 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7249         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7250         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7251         iswitchb-temp-buflist for XEmacs.
7252
7253         * gnus-util.el (gnus-completing-read-function): Exclude
7254         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7255         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7256         XEmacs.
7257
7258         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7259         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7260
7261         * gnus-html.el: Don't require help-fns under XEmacs.
7262         (gnus-html-schedule-image-fetching): Work for XEmacs.
7263
7264         * mm-decode.el (mm-shr): Decode contents by charset.
7265
7266 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267
7268         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7269         unknown.
7270
7271         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7272         (shr-get-image-data): Ensure against the cache file missing.
7273
7274         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7275         for data.
7276
7277         * spam-report.el (spam-report-url-ping-plain): Don't query about
7278         killing the process.
7279
7280         * shr.el (shr-render-td): Protect against too-wide text.
7281
7282 2010-10-04  Julien Danjou  <julien@danjou.info>
7283
7284         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7285         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7286
7287         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7288         retrieved.
7289
7290 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291
7292         * shr.el (browse-url): Require.
7293         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7294         lines.
7295         (shr-show-alt-text, shr-browse-image): New commands.
7296         (shr-browse-url, shr-copy-url): New commands.
7297
7298         * gnus-sum.el (gnus-widen-article-window): New variable.
7299         (gnus-summary-select-article-buffer): Use it.
7300
7301         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7302         without @ signs.
7303
7304 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7305
7306         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7307
7308 2010-10-04  Julien Danjou  <julien@danjou.info>
7309
7310         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7311         for XEmacs.
7312
7313 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7314
7315         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7316
7317         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7318         (nnimap-close-server): Implement.
7319
7320         * dgnushack.el (iswitchb): Require to shut up the compiler.
7321
7322         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7323         (shr-insert): Tweak line breaking.
7324         (shr-insert): Handle <pre> better.
7325         (shr-tag-li): Get <li> indentation right.
7326         (shr-tag-li): Get <li> indentation even righter.
7327         (shr-tag-blockquote): Ensure paragraph start.
7328         (shr-make-table): Tweak table generation.
7329         (shr-make-table): Fix typo.
7330
7331         * shr.el: Implement table rendering.
7332
7333 2010-10-04  Julien Danjou  <julien@danjou.info>
7334
7335         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7336
7337 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * shr.el (shr-insert): Use string anchors instead of line anchors.
7340
7341 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7342
7343         * shr.el: Add headings.
7344         (shr-ensure-paragraph): Actually work.
7345         (shr-tag-li): Make <ul> prettier.
7346         (shr-insert): Get white space at the beginning/end of elements right.
7347         (shr-tag-p): Collapse subsequent <p>s.
7348         (shr-ensure-paragraph): Don't insert double line feeds after blank
7349         lines.
7350         (shr-insert): \t is also space.
7351         (shr-tag-s): Fix "s" tag name function.
7352         (shr-tag-s): Fix face prop name.
7353
7354 2010-10-03  Julien Danjou  <julien@danjou.info>
7355
7356         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7357
7358         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7359         gnus-window-inside-pixel-edges.
7360
7361         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7362         gnus-ems.
7363
7364         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7365
7366         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7367         function.
7368
7369         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7370         resize choice.
7371
7372 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373
7374         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7375         beginning of the buffer.
7376
7377         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7378         article buffer again.
7379
7380         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7381
7382         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7383         when it's at the start of the buffer.
7384
7385         * shr.el (shr-tag-blockquote): Convert name.
7386         (shr-rescale-image): Use the right image-size variant.
7387
7388         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7389         buffer isn't shown, then select the current article first instead of
7390         bugging out.
7391         (gnus-summary-select-article-buffer): Show both the article and summary
7392         buffers again.
7393
7394         * shr.el (shr-fontize-cont): Protect against regions with no text.
7395         Rename tag functions to shr-tag-* for enhanced security.
7396         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7397
7398 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7399
7400         * shr.el (shr-insert):
7401         * pop3.el (pop3-movemail):
7402         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7403         loaded.
7404
7405 2010-10-03  Glenn Morris  <rgm@gnu.org>
7406
7407         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7408
7409         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7410
7411         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7412
7413         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7414
7415         * gnus-util.el (gnus-make-local-hook): Simplify.
7416
7417 2010-10-02  Julien Danjou  <julien@danjou.info>
7418
7419         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7420         (gnus-ido-completing-read): New function.
7421         (gnus-emacs-completing-read): New function.
7422         (gnus-completing-read): Use gnus-completing-read-function.
7423         Add gnus-completing-read-function.
7424
7425 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7426
7427         * shr.el (shr-insert-document): Autoload.
7428         (shr-img): Be silent.
7429         (shr-insert): Add a newline after every picture before text.
7430         (shr-add-font): Use overlays for combining faces.
7431         (shr-insert): Pass upwards the text start point.
7432
7433         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7434         possible.
7435         (mm-shr): New function.
7436
7437 2010-10-02  Julien Danjou  <julien@danjou.info>
7438
7439         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7440         should go backward.
7441
7442 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7443
7444         * shr.el (shr): Fix typo in provide call.
7445
7446 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7447
7448         * shr.el: New file.
7449
7450         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7451
7452         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7453         completing read.
7454
7455 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7456
7457         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7458         we're being queried about.  Suggested by Dan Jacobson.
7459
7460         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7461         Suggested by Jason Eisner.
7462
7463         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7464         table, too.  Suggested by Stefan Wiens.
7465         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7466         the table unnecessary.  Suggested by Stefan Wiens.
7467
7468         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7469         longer needed, and probably doesn't work either, as pointed out by
7470         Stefan Wiens.
7471         (gnus-summary-exit): Remove call to the clearing function.
7472         (gnus-summary-exit-no-update): Ditto.
7473
7474         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7475         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7476         Reported by Stefan Monnier.
7477         (gnus-summary-save-in-rmail): Ditto.
7478
7479         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7480         article buffer, instead of both the article buffer and the summary
7481         buffer.  Sort of suggested by Dan Jacobson.
7482
7483         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7484
7485         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7486         Suggested by Dan Jacobson.
7487
7488         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7489         documentation clearer.
7490
7491         * message.el (message-shorten-references): Comment on the number "21".
7492         Suggested by Stefan Monnier.
7493
7494         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7495         Suggested by Dan Jacobson.
7496
7497         * gnus.el (gnus-large-newsgroup):
7498         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7499
7500         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7501         externalize attachments.  Bug reported by Steve Wen.
7502
7503         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7504         really message anything to the user.
7505
7506         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7507         directly.
7508
7509         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7510         messages in empty groups.
7511
7512 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7513
7514         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7515         non-UIDNEXT group.
7516
7517 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7518
7519         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7520         not the value from the collection.
7521
7522         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7523         values.  This sometimes happens on some groups that have no info.
7524         (nnimap-request-newgroups): New function.
7525
7526 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7529         check into `gnus-registry-initialize'.
7530         (gnus-registry-initialize): Ditto.
7531         Fix and extend header docs.
7532
7533 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7534
7535         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7536         regexp backtrace overflows.
7537
7538         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7539         for starttls that tls.el implements; i.e. openssl.
7540
7541         * tls.el (tls-starttls-switches): Give up on using starttls with
7542         gnutls-cli.
7543         (tls-program): Add --insecure to be consistent with the defaults from
7544         openssl s_client.  Now all three commands are insecure.
7545
7546 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * lpath.el: Bind completion-styles-alist for XEmacs.
7549
7550         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7551         (gravatar-create-image): New function that's an alias to
7552         gnus-xmas-create-image, gnus-create-image, or create-image.
7553         (gravatar-data->image): Use it.
7554
7555 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7556
7557         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7558         install the nnregistry refer method.
7559         (gnus-registry-install-hooks): Use it.
7560         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7561         unfollowed groups.
7562
7563 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7564
7565         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7566         expanding threads.
7567
7568 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569
7570         * nnir.el: Use the server names without suffixes (bug #7009).
7571
7572         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7573         unencrypted to STARTTLS, if possible.
7574
7575 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7576
7577         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7578         headers before superseding.
7579
7580 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7581
7582         * nnrss.el (nnrss-use-local): Add documentation.
7583
7584         * nnimap.el (nnimap-extend-tls-programs): New function.
7585         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7586         (nnimap-wait-for-connection): Accept the greeting from the stupid
7587         output from openssl s_client -starttls, too.
7588
7589         * tls.el (tls-starttls-switches): New variable.
7590         (tls-find-starttls-argument): Use it.
7591         (open-tls-stream): Ditto.
7592
7593         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7594         (netrc-machine): Ditto.
7595
7596         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7597         article number.
7598         (nnimap-split-fancy): New variable.
7599         (nnimap-split-incoming-mail): Use it.
7600
7601         * nntp.el (nntp-server-list-active-group): Document.
7602
7603         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7604         SELECT to get the message-id.
7605
7606         * mail-source.el (mail-sources): Remove webmail support.
7607         (defvar): Ditto.
7608         (mail-source-fetcher-alist): Ditto.
7609         (mail-source-fetch-webmail): Remove.
7610
7611         * webmail.el: Remove -- doesn't seem relevant any more.
7612
7613         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7614
7615         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7616         the \r.
7617
7618 2010-09-30  Julien Danjou  <julien@danjou.info>
7619
7620         * gnus-agent.el (gnus-agent-add-group): Fix call to
7621         gnus-completing-read.
7622
7623 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * nndoc.el (nndoc-retrieve-groups): New function.
7626
7627         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7628         `default', use nnmail-split-methods.
7629         (nnimap-request-article): Downcase the NILs so that they are nil.
7630
7631         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7632         symbol.
7633
7634         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7635         code, since if the user has requested network, that's what they ought
7636         to get.
7637         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7638         (nnimap-split-rule): Mark as obsolete.
7639
7640         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7641         New variable.
7642
7643         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7644         correct slot, too.
7645
7646 2010-09-29  Julien Danjou  <julien@danjou.info>
7647
7648         * gnus.el (gnus-local-domain): Declare variable obsolete.
7649
7650         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7651         Fix history computing.
7652         (gnus-ido-completing-read): Require ido.
7653
7654 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7655
7656         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7657         build Gnus.
7658
7659         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7660         when interpreting the structures.
7661         (nnimap-request-accept-article): Add \r\n to the lines to make this
7662         work with Cyrus.
7663
7664         * nndraft.el (nndraft-request-expire-articles): Use the group name
7665         instead if "nndraft".  Fix found by Nils Ackermann.
7666
7667 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7668
7669         * nnregistry.el: Add.
7670
7671 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7672
7673         * nnmail.el (group, group-art-list, group-art):
7674         Remove unneeded directives.
7675
7676 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7679         (mm-mime-charset):
7680         * rfc2047.el (rfc2047-syntax-table):
7681         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7682
7683         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7684         rather than `insert-file-contents' and `eval-region'.
7685
7686         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7687         construction.
7688
7689         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7690
7691         * time-date.el: No need to require cl for Emacs 21.
7692
7693 2010-09-29  Julien Danjou  <julien@danjou.info>
7694
7695         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7696         replacement of `gnus-gravatar-relief' to mimic
7697         `gnus-faces-properties-alist'.
7698         Add :version property.
7699
7700 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * mail-source.el (mail-source-report-new-mail):
7703         * message.el (message-default-mail-headers):
7704         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7705
7706         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7707
7708 2010-09-28  Julien Danjou  <julien@danjou.info>
7709
7710         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7711         mail-address contains the same string as real-name.
7712
7713         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7714         non-blank in header, otherwise it'll get stripped.
7715
7716         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7717         real-name, and then for mail address rather than doing : or , search.
7718
7719 2010-09-27  Julien Danjou  <julien@danjou.info>
7720
7721         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7722         right completing-read function.
7723         (gnus-use-ido): New variable
7724         (gnus-completing-read-with-default): Remove.
7725         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7726         (gnus-agent-add-group):
7727         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7728         * mm-view.el (mm-view-pkcs7-decrypt):
7729         * mm-util.el (mm-codepage-setup):
7730         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7731         * mml-smime.el (mml-smime-openssl-sign-query):
7732         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7733         (mml-insert-multipart):
7734         * gnus-msg.el (gnus-summary-yank-message):
7735         * gnus-int.el (gnus-start-news-server):
7736         * mm-decode.el (mm-interactively-view-part):
7737         * gnus-dired.el (gnus-dired-attach):
7738         * gnus.el (gnus-read-method):
7739         * gnus-bookmark.el (gnus-bookmark-jump):
7740         * gnus-art.el (gnus-mime-view-part-as-type)
7741         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7742         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7743         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7744         * nnmairix.el (nnmairix-create-server-and-default-group)
7745         (nnmairix-update-groups, nnmairix-get-server)
7746         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7747         (nnmairix-get-group-from-file-path):
7748         * nnrss.el (nnrss-find-rss-via-syndic8):
7749         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7750         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7751         (gnus-group-browse-foreign-server):
7752         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7753         (gnus-summary-execute-command, gnus-summary-respool-article)
7754         (gnus-read-move-group-name):
7755         * gnus-score.el (gnus-summary-increase-score)
7756         (gnus-summary-score-effect):
7757         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7758
7759 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7762         x-focus-frame.
7763
7764         * nnimap.el (auth-source-forget-user-or-password)
7765         (auth-source-user-or-password): Autoload.
7766
7767         * message.el (message-from-style, message-interactive)
7768         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7769         (message-yank-prefix, message-indentation-spaces, message-signature)
7770         (message-signature-file): Add comment.
7771
7772 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7773
7774         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7775         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7776         new articles.
7777
7778         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7779         parts.
7780         (nnimap-request-article): Work with the t setting, too.
7781
7782         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7783         that you don't get flashes of other buffers.
7784         (gnus-summary-show-complete-article): Intern before setting.
7785
7786 2010-09-27  David Engster  <dengste@eml.cc>
7787
7788         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7789         well as HEADERS.
7790         (nnmairix-retrieve-headers): Provide new argument for the above.
7791
7792 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * gnus-sum.el (gnus-summary-move-article): Don't alter
7795         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7796         group.
7797
7798         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7799
7800         * message.el (message-cite-prefix-regexp): Revert my last edit.
7801
7802         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7803         variable instead of the Gnus variable.
7804
7805         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7806
7807         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7808
7809         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7810         since some servers don't like it.
7811         (nnimap-open-connection): Forget credentials if the server says the
7812         password was wrong.
7813         (nnimap-parse-line): Protect against invalid data.
7814
7815         * gnus-sum.el (gnus-summary-move-article): Add comment.
7816         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7817         nothing alters it while scanning for new messages.
7818
7819         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7820         which may or may not help.
7821         (nnimap-open-connection): If we're doing a stream connection, and then
7822         discover we're on a STARTTLS-capable server, then open a STARTTLS
7823         connection instead.
7824
7825 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7826
7827         * nnimap.el (utf7): Require.
7828
7829         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7830         prefix.
7831
7832 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7833
7834         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7835
7836 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * nnimap.el (nnimap-request-accept-article): Message the error on
7839         error.
7840
7841 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7844
7845 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * nndoc.el (nndoc-request-list): Return success always.
7848
7849         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7850         `fetch-old' -- we only want to fetch the articles we've requested.
7851         The rest are in the agent, probably.
7852         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7853         disappeared server" to something low.  It's not important.
7854
7855         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7856         arrived before the FETCH data.
7857
7858         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7859         target here, because we don't know the Gnus name of the group.
7860
7861         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7862         for the correct group.
7863
7864         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7865
7866         * gnus.el (gnus): Give a final warning after startup.
7867
7868         * gnus-util.el (gnus-action-message-log): New variable.
7869         (gnus-message): Use it.
7870         (gnus-final-warning): New function.
7871
7872         * nnimap.el (nnimap-open-connection): Record the greeting.
7873         (nnimap): Add greeting.
7874
7875 2010-09-26  Julien Danjou  <julien@danjou.info>
7876
7877         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7878         arguments.
7879         (gnus-html-wash-images): Fix spec computing to include start/end.
7880
7881         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7882
7883 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7884
7885         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7886         deletion.
7887         (nnimap-retrieve-headers): Don't select the group, because that's
7888         already done by nnimap-possibly-change-group.
7889
7890         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7891         (gnus-picon-transform-address): Use it.
7892
7893         * mail-source.el (mail-source-value): Revert previous patch.
7894
7895         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7896         on failure.
7897         (nnimap-open-connection): Look up both virtual and physical server name
7898         credentials.
7899
7900         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7901
7902 2009-02-07  Dave Love  <fx@gnu.org>
7903
7904         * tls.el (open-tls-stream): Don't query killing process.
7905
7906 2009-02-08  Dave Love  <fx@gnu.org>
7907
7908         * gnus-win.el (gnus-window-to-buffer-helper)
7909         (gnus-all-windows-visible-p): Function needn't be a symbol.
7910
7911         * mail-source.el (mail-source-value): Function needn't be a symbol.
7912
7913 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * message.el (message-cite-prefix-regexp): Remove } from the cite
7916         prefix.
7917
7918         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7919         highlight again, so that the highlight is correct.
7920
7921         * gnus-picon.el (gnus-picon): Remove again.
7922         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7923
7924         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7925         doing the header highlightling, so that the background color of the
7926         picon is correct.
7927
7928         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7929         (gnus-picon): Ditto.
7930         (gnus-picon): Reinstate.  The background color for picons is white.
7931         (gnus-picon-insert-glyph): Make the background white.
7932
7933         * nnml.el (nnml-open-nov): Don't return dead buffers.
7934
7935         * auth-source.el (auth-source-create): Query the user for whether to
7936         store the credentials.
7937
7938         * netrc.el (netrc-store-data): New function.
7939
7940         * auth-source.el (auth-source-user-or-password): Use the existing auth
7941         sources, if any, for creation.
7942
7943         * gnus.el (gnus-group-fast-parameter): Return the last matching
7944         parameter instead of the first matching parameter.
7945
7946 2010-09-26  Julien Danjou  <julien@danjou.info>
7947
7948         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7949
7950 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * mml2015.el (mml2015-use): Remove gpg support.
7953
7954         * mml1991.el (mml1991-function-alist): Remove gpg function.
7955         (mml1991-gpg-sign): Remove.
7956
7957 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7958
7959         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7960         (gnus-browse-unsubscribe-current-group): Document it.
7961         (gnus-browse-unsubscribe-group): Use it.
7962
7963 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7966         address to the To list for easier response.
7967
7968         * gnus.el (gnus-play-startup-jingle): Remove.
7969         (gnus-splash): Don't play jingle.
7970         (gnus): Silence gnus-load message.
7971
7972         * gnus-art.el (gnus-treat-play-sounds): Remove.
7973
7974         * gnus.el (gnus-play-jingle): Remove audio support.
7975
7976         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7977
7978         * earcon.el: Remove -- no users.
7979
7980         * gnus-audio.el: Remove -- no users of this package.
7981
7982         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7983
7984         * gnus-start.el (gnus-setup-news): Remove nocem support.
7985
7986         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7987
7988         * gnus.el (gnus-use-nocem): Remove.
7989
7990         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7991         Remove.
7992
7993         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7994         uses NoCeM any more.
7995
7996         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7997         (gnus-button-ctan-handler): Ditto.
7998         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7999         (gnus-button-ctan-directory-regexp): Ditto.
8000         (gnus-button-handle-ctan): Ditto.
8001         (gnus-button-tex-level): Ditto.
8002         (gnus-button-alist): Remove CTAN stuff.
8003
8004 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005
8006         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8007         nnimap-streaming test.
8008
8009         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8010         servers twice.
8011
8012         * nnimap.el (nnimap-open-connection): Add more error reporting when
8013         nnimap fails early.
8014
8015         * nnheader.el (nnheader-get-report-string): New function.
8016         (nnheader-get-report): Use it.
8017
8018         * gnus-int.el (gnus-check-server): Say what the error was when opening
8019         failed.
8020
8021         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8022         using streaming.
8023
8024 2010-09-25  Julien Danjou  <julien@danjou.info>
8025
8026         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8027         gnus-window-inside-pixel-edges.
8028
8029 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8030
8031         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8032
8033         * mm-decode.el (mm-save-part): Allow saving to other directories the
8034         normal Emacs way.
8035
8036         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8037         Suggested by Jay Berkenbilt.
8038
8039         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8040         there isn't a single byte.
8041
8042         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8043         just do it.  It doesn't really seem to matter what the user responds
8044         here, I think, so it's just a confusing question.
8045
8046         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8047         non-streaming case.
8048
8049         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8050         (gnus-article-encrypt-body): Use it.
8051
8052         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8053         keystroke.
8054
8055         * nnimap.el (nnimap-find-wanted-parts-1):
8056         Use gnus-fetch-partial-articles.
8057
8058         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8059
8060         * nnimap.el (nnimap-insert-partial-structure): New function.
8061         (nnimap-get-partial-article): New function.
8062         (nnimap-request-article): Use it.
8063         (nnimap-wait-for-response): Return whether the wait was successful.
8064         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8065         retrieval wasn't successful.
8066         (nnimap-retrieve-group-data-early): Allow throttling servers.
8067         (nnimap-streaming): New variable.
8068         (nnimap-fetch-partial-articles): Remove.
8069
8070         * mm-decode.el (mm-with-part): Protect against killed buffers.
8071
8072         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8073         for prettier summary display.
8074
8075 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8076
8077         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8078
8079 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8080
8081         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8082         apparently third-party libraries depend on it.
8083
8084         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8085         before starting negotiation.
8086
8087         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8088         privacy reasons.
8089         (gnus-treat-mail-gravatar): Ditto.
8090
8091         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8092         buffer when inserting images.  Inserting text into the headers, for
8093         instance, can make them invalid.
8094
8095 2010-09-25  Julien Danjou  <julien@danjou.info>
8096
8097         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8098         variables.
8099
8100         * nnheader.el: Remove useless variables news-reply-yank-from and
8101         news-reply-yank-message-id.
8102
8103         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8104         variables.
8105
8106         * mml1991.el: Remove useless mml1991-verbose.
8107
8108         * gnus.el: Remove useless variable gnus-use-generic-from.
8109         Remove obsolete variable gnus-topic-indentation.
8110
8111         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8112
8113         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8114
8115         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8116
8117         * gnus-group.el: Remove useless gnus-group-icon-cache.
8118         Remove useless gnus-ephemeral-group-server.
8119
8120         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8121
8122         * mml2015.el: Remove useless mml2015-verbose.
8123
8124         * mml-smime.el: Remove useless mml-smime-verbose.
8125
8126         * gnus.el: Remove useless gnus-local-domain.
8127
8128         * gnus-gravatar.el (gnus-gravatar-transform-address):
8129         Use gnus-gravatar-size.
8130
8131         * gnus-art.el: Remove useless gnus-treat-translate.
8132
8133 2010-09-24  Julien Danjou  <julien@danjou.info>
8134
8135         * gnus-sum.el: Add support for Gravatars.
8136
8137         * gnus-art.el: Add support for Gravatars.
8138
8139         * gnus-gravatar.el: Add this file.
8140
8141         * gravatar.el: Add this file.
8142
8143 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8144
8145         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8146
8147         * gnus-group.el (gnus-group-fetch-faq): Remove.
8148
8149         * gnus.el (gnus-group-faq-directory): Remove.
8150
8151         * gnus-group.el (gnus-group-fetch-charter): Remove.
8152
8153         * gnus.el (gnus-group-charter-alist): Remove.
8154
8155         * gnus-group.el (gnus-group-archive-directory): Remove.
8156         (gnus-group-recent-archive-directory): Ditto.
8157         (gnus-group-make-archive-group): Remove.
8158
8159         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8160
8161         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8162         use the same article number for all the cached articles.
8163
8164         * nnimap.el (nnimap-command): Register the last command time so
8165         that we can use it for idling NOOPs.
8166         (nnimap-open-connection): Start the keeplive timer.
8167         (nnimap-make-process-buffer): Store all the process buffers.
8168         (nnimap-keepalive): New function.
8169
8170         * starttls.el (starttls-open-stream): Add autoload cookie.
8171
8172 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8173
8174         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8175         handling.
8176
8177 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8180         its data structures.
8181
8182         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8183         instead of the cl.el copy-list.
8184         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8185         equalp.
8186
8187 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8190         and tool-bar-local-item-from-menu.
8191
8192         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8193         mode-line-highlight face for Emacs.
8194
8195         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8196         loading gnus-sum.elc; fix comment for canlock-verify.
8197         (gnus-article-jump-to-part): Use read-number.
8198         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8199         Remove Emacs pre-21 compatible code for help-echo.
8200         (gnus-article-next-page-1): No need to adjust the number of lines.
8201         (gnus-article-describe-bindings): Always use help-buffer.
8202
8203         * gnus-audio.el (gnus-audio-inline-sound):
8204         * gnus-cus.el (gnus-custom-mode):
8205         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8206
8207         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8208
8209         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8210         compatible code.
8211
8212 2010-09-24  Glenn Morris  <rgm@gnu.org>
8213
8214         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8215         visiting the fcc file in rmail-mode.
8216
8217         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8218
8219 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * nnir.el: Silence the byte compiler.
8222
8223         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8224         alias to browse-url-url-encode-chars if any.
8225         (gnus-html-encode-url): Use it.
8226
8227 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * gnus-start.el (gnus-use-backend-marks): New variable.
8230         (gnus-get-unread-articles-in-group): Use it.
8231
8232         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8233         makeover.
8234
8235 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8236
8237         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8238
8239 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8240
8241         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8242         Remove.
8243         (gnus-setup-news-hook):
8244         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8245
8246         * gnus-int.el (gnus-request-update-info): Protect against backends not
8247         having the function.
8248
8249         * nnimap.el (nnimap-stream): Mention starttls.
8250         (nnimap-open-connection): Add starttls support.
8251
8252 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8253
8254         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8255
8256 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8259         BODYSTRUCTUREs.
8260         (nnimap-transform-headers): Unfold quoted {42} headers.
8261
8262         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8263         the info.
8264         (gnus-get-unread-articles): Only call updatep on backends that support
8265         it.
8266
8267         * nnweb.el (nnweb-request-update-info): NOOP.
8268
8269         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8270
8271         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8272         since it only deals with marks.
8273
8274         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8275         gnus-request-marks, and make a new gnus-request-update-info.
8276
8277         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8278         the active instead of the high number, which is usually too low.
8279
8280 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8281
8282         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8283         * encrypt.el: Remove.
8284
8285 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8288         server in symbolic form.
8289
8290         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8291
8292 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293
8294         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8295         (nnimap-update-info): Fix up code slightly.
8296
8297         * gnus-int.el (gnus-open-server): Add tracing for performance
8298         debugging.
8299
8300         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8301         (gnus-group-insert-group-line): Pass the real group name so that it
8302         gets the right data.
8303
8304         * gnus-start.el (gnus-get-unread-articles): Don't have
8305         `gnus-get-unread-articles-in-group' update info, since that can be
8306         really slow and doesn't seem to be needed?
8307
8308 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8309
8310         * time-date.el (date-to-time): Try using parse-time-string first before
8311         using the slower timezone-make-date-arpa-standard.
8312
8313 2010-09-22  Julien Danjou  <julien@danjou.info>
8314
8315         * gnus-group.el (gnus-group-insert-group-line):
8316         Call gnus-group-highlight-line.
8317         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8318         default hook list.
8319         (gnus-group-update-eval-form): Add new function.
8320         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8321         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8322
8323 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8324
8325         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8326         immediate, then expire all articles.
8327         (nnimap-update-info): Fix off-by-one errors.
8328         (nnimap-flags-to-marks): Would return no marks lists for group with no
8329         flags.  Instead return the other data.
8330
8331 2010-09-22  Julien Danjou  <julien@danjou.info>
8332
8333         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8334         Only return an icon.
8335         (gnus-group-insert-group-line): Compute icon to return.
8336
8337         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8338         (gnus-html-image-fetched): Only cache if
8339         gnus-html-image-automatic-caching is set.
8340         (gnus-html-image-fetched): Check for errors.
8341
8342 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8343
8344         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8345         once per method on `g'.  This ensures that backends like nnfolder don't
8346         open all their folders.
8347
8348         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8349         (nnimap-request-list): Nix out group in the correct buffer.
8350         (nnimap-parse-flags): Implement by using `read' instead of
8351         hand-parsing.
8352         (nnimap-flags-to-marks): Pass on permanent-flags.
8353         (nnimap-make-process-buffer): Record the server name.
8354         (nnimap-parse-flags): Fix typo.
8355         (nnimap-request-scan): Run split on the server in general, not just a
8356         single group.
8357
8358         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8359         parameter, and propagate this downwards.
8360
8361         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8362         since EXAMINE changes it on the server.
8363
8364         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8365         this command might take a while.
8366
8367 2010-09-22  Julien Danjou  <julien@danjou.info>
8368
8369         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8370         harmful if you have 2 images side-by-side, they can't be properly
8371         update on text deletion.  Using text-property is safer here.
8372         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8373         data.
8374
8375 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376
8377         * nnimap.el (nnimap-expunge-inbox): Remove.
8378         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8379         (nnimap-expunge): Flip default to t.
8380
8381         * gnus.el (gnus-method-to-server): Don't push things to the cache
8382         unless it's unique.
8383         (gnus-server-to-method): Ditto.
8384
8385 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8388
8389 2010-09-22  Julien Danjou  <julien@danjou.info>
8390
8391         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8392         get the start of data.
8393         (gnus-html-encode-url): Add this function to encode special chars in
8394         URL.
8395         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8396         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8397
8398         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8399         default.
8400         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8401
8402         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8403         images alt-text.
8404         (gnus-html-put-image): Put alt-text as help-echo.
8405
8406 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8409         * mm-util.el (mm-decompress-buffer):
8410         * nnir.el (nnir-run-find-grep):
8411         * pop3.el (pop3-list): Use 3rd arg of split-string.
8412
8413         * time-date.el (format-seconds): Comment fix.
8414
8415         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8416         and byte-optimize-form-code-walker.
8417         (dgnushack-make-auto-load): Don't advise make-autoload.
8418
8419         * lpath.el: Remove Emacs 21 stuff.
8420
8421 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422
8423         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8424         outside the active range.  Suggested by Dan Christensen.
8425
8426         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8427         slightly later to avoid double-getting it.
8428
8429         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8430         previous patch.
8431
8432         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8433
8434 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8435
8436         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8437
8438 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * gnus-int.el (gnus-open-server): Give a better error message in the
8441         "go offline" case.
8442
8443         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8444         marks for nnimap, which is seldom the right thing to do.
8445
8446         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8447         (gnus-same-method-different-name): New function.
8448
8449         * nnimap.el (parse-time): Require.
8450
8451         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8452         method in the presence of many similar methods.
8453
8454         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8455
8456         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8457         nnml-inhibit-expiry.
8458
8459         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8460         find out whether methods are equal.
8461
8462         * nnimap.el (nnimap-find-expired-articles): New function.
8463         (nnimap-process-expiry-targets): New function.
8464         (nnimap-request-move-article): Request the article before looking at
8465         what the Message-ID is.  Fix found by Andrew Cohen.
8466         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8467
8468         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8469         for oldness in addition to being a predicate.
8470
8471         * nnimap.el (nnimap-request-group): When we have zero articles, return
8472         the right data to Gnus.
8473         (nnimap-request-expire-articles): Only delete articles immediately if
8474         the target is 'delete.
8475
8476         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8477         method, this would bug out.
8478
8479         * gnus-group.el (gnus-group-expunge-group): Rename from
8480         gnus-group-nnimap-expunge, and implemented as a normal interface
8481         function.
8482
8483         * gnus-int.el (gnus-request-expunge-group): New function.
8484
8485         * nnimap.el (nnimap-request-create-group): Implement.
8486         (nnimap-request-expunge-group): New function.
8487
8488 2010-09-21  Julien Danjou  <julien@danjou.info>
8489
8490         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8491         (gnus-html-cache-expired): Add new function.
8492         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8493         wethever we should display image for fetch it.
8494         Compute alt-text earlier to pass it to the fetching function too.
8495         (gnus-html-schedule-image-fetching): Change function argument to only
8496         get one image at a time, not a list.
8497         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8498         cache.
8499         (gnus-html-get-image-data): New function to retrieve image data from
8500         cache.
8501         (gnus-html-put-image): Change buffer argument to use image data rather
8502         than file, and place image above region rather than inserting a new
8503         one.  Do not take alt-text as argument, since it's useless now: we place
8504         the image above alt-text.
8505         (gnus-html-prune-cache): Remove.
8506         (gnus-html-show-images): Start to fetch image when we find one, do not
8507         push into a temporary list.
8508         (gnus-html-prefetch-images): Only fetch image if they have expired.
8509         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8510         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8511
8512 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8515
8516 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8519         spec inser "*" if the group isn't active instead of 0.
8520
8521         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8522         opening the server.
8523         (nnimap-request-delete-group): Implement group deletion.
8524         (nnimap-transform-headers): Return the size of the entire message in
8525         the Bytes header, not just the size of the first part.
8526         (nnimap-request-move-article): When moving an article from nnimap,
8527         request the article first so the accepting form has an article to
8528         accept.  Reported by Dan Christensen.
8529         (nnimap-command): Make sure that the error message doesn't error out.
8530
8531 2010-09-20  David Edmondson  <dme@dme.org>
8532
8533         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8534         we haven't requested anything.
8535
8536 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8537
8538         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8539         "".  Fix found by Andrew Cohen.
8540
8541         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8542         instead of -encode-string.
8543
8544 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8547
8548         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8549         by mm-subst-char-in-string.
8550
8551 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8552
8553         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8554         waiting for the connection string.
8555
8556         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8557         arriving.
8558
8559         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8560         bogus characters.  This allows selecting certain Gmail groups.
8561
8562         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8563         (nnimap-fetch-partial-articles): New variable.
8564         (nnimap-open-connection): When looking for credentials, also use the
8565         nnimap-server-port.
8566         (nnimap-request-article): Return the group/article number, so that Gnus
8567         `^' works as expected.
8568         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8569
8570         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8571         comments.
8572         (gnus-methods-sloppily-equal): New function.
8573         (gnus): When using the development version of Gnus, load the gnus-load
8574         file.
8575
8576         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8577         `gnus-open-server' on each method before trying to scan them etc.
8578         This ensures that all the backend parameters are set correctly.
8579
8580         * nnimap.el (nnimap-authenticator): New variable.
8581         (nnimap-open-connection): Allow anonymous login.
8582         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8583         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8584
8585         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8586         patch, found by Knut Anders Hatlen.
8587
8588 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8589
8590         * gnus-agent.el (gnus-agent-batch-confirmation)
8591         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8592         to gnus-message.
8593         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8594         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8595         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8596         * gnus-int.el (gnus-open-server): Likewise.
8597         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8598         (gnus-score-check-syntax): Likewise.
8599         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8600         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8601         Likewise.
8602         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8603
8604 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8607         calling conventions so that prefetch doesn't bug out.
8608
8609 2010-09-19  Julien Danjou  <julien@danjou.info>
8610
8611         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8612         rather than `subst-char-in-region' in order to be able to replace ASCII
8613         char by UTF-8 ones.
8614
8615         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8616         than curl.
8617         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8618         the right URL and ALT text on images.
8619         (gnus-html-wash-tags): Fix tag case.
8620         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8621         (gnus-article-html): Add -o display_ins_del=2 option.
8622         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8623
8624 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8625
8626         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8627         the extra mail headers, which sometimes seem to happen for unknown
8628         reasons.
8629
8630         * mail-parse.el (mail-header-encode-parameter): Define as
8631         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8632         (or most, perhaps?) mail readers don't understand the latter, but do
8633         understand the former.
8634
8635         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8636         to nil, so that no methods are automatically agentized.  I think this
8637         is probably what most users want.
8638
8639         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8640         from url-retrieve, for instance about invalid URLs.
8641
8642         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8643         groups that have no articles.
8644         (nnimap-request-article): Check that we really got an article when we
8645         requested one.
8646
8647         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8648         doesn't exist.
8649
8650         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8651         nntp buffer so the agent can save it.
8652         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8653         that CRLF doesn't get translated to \n.
8654         (nnimap-open-connection): Don't make 'shell commands only send \n.
8655
8656 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8657
8658         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8659         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8660         Update var name.
8661         (nnml-generate-nov-file): Use dolist.
8662         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8663         Use with-current-buffer.
8664
8665 2010-09-18  Julien Danjou  <julien@danjou.info>
8666
8667         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8668         parallel.
8669
8670 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8671
8672         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8673         the range update right.
8674         (nnimap-request-group): Don't make `M-g' bug out on group with no
8675         marks.
8676         (nnoo): Require, so that other packages can require nnimap.
8677         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8678         command we're looking for.  This helps when the server sends more
8679         responses after we've gotten everything we expected.
8680         (nnimap): Add a `newlinep' field to keep track of end-of-line
8681         conventions.
8682         Don't send CRLF to things that don't want it.
8683         (nnimap-request-accept-article): Ditto.
8684
8685 2010-09-18  Julien Danjou  <julien@danjou.info>
8686
8687         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8688         than curl to retrieve images.
8689
8690 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8691
8692         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8693         the marks.
8694         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8695         (nnimap-wait-for-connection): New function.
8696         (nnimap-open-connection): If we have PREAUTH, don't query for login
8697         credentials.
8698         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8699         when doing a partial update.
8700
8701 2010-09-18  Julien Danjou  <julien@danjou.info>
8702
8703         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8704         tags.
8705
8706 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707
8708         * nnimap.el (nnimap-credentials): New function.
8709         (nnimap-open-connection): Use the new function to look for credentials
8710         also on the numeric equivalents of "imap" and "imaps".
8711
8712         * gnus-start.el (gnus-activate-group): Send the info to
8713         gnus-request-group.
8714
8715         * nnimap.el (nnimap-request-group): Have the "check" version of the
8716         function parse flags and update the info, so that a `M-g' get a total
8717         resync of all flags from the group.
8718
8719         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8720         to allow backends to alter the info on group selection.  Also alter all
8721         the backend -request-group functions to take the parameter.
8722
8723         * nnimap.el (nnimap-store-info): New function.
8724         (nnimap-update-info): Store the info for later usage.
8725         (nnimap-request-group): Use the stored info for the dont-check case, so
8726         that we don't retrieve all marks when we enter a group.
8727
8728         * nnimap.el: Use deffoo instead of defun for interface functions.
8729
8730         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8731         update the group info.  This makes the nndraft groups, for instance, go
8732         back to their old behavior.
8733
8734         * gnus-sum.el (gnus-select-newsgroup): Indent.
8735
8736         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8737         in.
8738         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8739         nothing.
8740
8741         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8742         from methods that are denied.
8743
8744         * gnus-int.el (gnus-method-denied-p): New function.
8745
8746         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8747         store the password instead of netrc.
8748         (nnimap-open-connection): Don't error out when we can't make a
8749         connections.
8750
8751         * auth-source.el (auth-source-create): In the password prompt, say what
8752         we're querying for.  Also prompt for user name if that hasn't been
8753         given.
8754
8755         * nnimap.el (nnimap-with-process-buffer): Remove.
8756
8757 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8760         method when we're reading from the agent.
8761
8762         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8763
8764         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8765         that's probably most useful for users.
8766
8767         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8768         "failed" all the time.
8769
8770         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8771         ...)) with (with-current-buffer ... ).
8772
8773         * nntp.el (nntp-open-server): Return whether the open was successful or
8774         not.
8775
8776         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8777         select an unread unseen article first.
8778
8779         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8780         /etc/services, supply some sensible port defaults.
8781
8782         * dgnushack.el: Define netrc-credentials.
8783
8784 2010-09-17  Julien Danjou  <julien@danjou.info>
8785
8786         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8787
8788 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8789
8790         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8791         doesn't have any parameters.
8792
8793 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8796         only upcased checks.
8797
8798         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8799
8800         * nnimap.el (nnimap-open-shell-stream): New function.
8801         (nnimap-open-connection): Use it.
8802         (nnimap-transform-headers): Get the number of lines in each message.
8803         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8804         number of lines.
8805         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8806         problem.
8807
8808         * utf7.el (utf7-encode): Autoload.
8809
8810         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8811         to allow the mail splitting to not return a default group.  This is
8812         useful for nnimap, which will leave unmatched mail in the inbox.
8813
8814         * nnimap.el: Rewritten.
8815
8816         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8817         nnimap usage.
8818
8819         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8820         if the move is internal, so that nnimap can do fast internal moves.
8821
8822         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8823         data.
8824         (gnus-read-active-for-groups): Support finishing the early retrieval of
8825         data.
8826
8827         * gnus-range.el (gnus-range-nconcat): New function.
8828
8829         * gnus-int.el (gnus-finish-retrieve-group-infos)
8830         (gnus-retrieve-group-data-early): New functions.
8831
8832 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8833
8834         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8835         (nnrss-retrieve-groups):
8836         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8837         (pop3-quit): Use with-current-buffer.
8838
8839 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8842         instead of nnheader-accept-process-output.
8843
8844         * dgnushack.el (dgnushack-compile): Add comment.
8845
8846         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8847
8848         * gnus-html.el (gnus-html-schedule-image-fetching)
8849         (gnus-html-prefetch-images): Replace process-kill-without-query by
8850         gnus-set-process-query-on-exit-flag.
8851
8852 2010-09-16  Romain Francoise  <romain@orebokech.com>
8853
8854         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8855
8856 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8857
8858         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8859         parameter to unintern is mandatory-ish in Emacs 24.
8860
8861         * gnus-html.el (gnus-html-schedule-image-fetching)
8862         (gnus-html-prefetch-images): Check for curl before using it.
8863
8864         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8865         depend on curl, which isn't essential.
8866
8867         * imap.el: Revert back to version
8868         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8869         seem problematic.
8870
8871 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8872
8873         * gnus-registry.el (gnus-registry-install-shortcuts):
8874         Explicitly pass `obarray' to `unintern' to avoid a warning.
8875
8876 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877
8878         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8879         change.
8880
8881         * nnrss.el (nnrss-request-list): Remove this function and related
8882         functions, including the moreover stuff.
8883
8884 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8885
8886         * nnrss.el (nnrss-retrieve-groups): New function.
8887
8888 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8889
8890         * .dir-locals.el: Add no-byte-compile cookie.
8891
8892 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * time-date.el (format-seconds): Comment fix.
8895
8896         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8897         for back end that doesn't support request-scan.
8898
8899 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8902         then do request scans from the backends.
8903
8904         * netrc.el (netrc-credentials): New conveniency function.
8905
8906         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8907         avoid running a hook per line, since this takes a lot of time,
8908         profiling shows.
8909         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8910         directly if gnus-visual-p is true.
8911
8912 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8915         groups; replace mapcar with dolist which is a bit faster; pass groups
8916         info to gnus-read-active-file-1.
8917         (gnus-read-active-file-1): Scan only specified groups if the new
8918         optional arg `infos' is given.
8919
8920 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921
8922         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8923
8924         * pop3.el (pop3-movemail): Remove.
8925         (pop3-streaming-movemail): Rename to pop3-movemail.
8926
8927         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8928         don't restrict end-tag searches to the end of the line.
8929
8930 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8933         articles of every unchecked group to t, which means unknown since the
8934         server has never been opened.
8935
8936 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8937
8938         * gnus-html.el (gnus-html-show-alt-text): New command.
8939         (gnus-html-browse-image): Ditto.
8940         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8941         to browse the image directly.
8942         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8943         better.
8944
8945         * gnus-async.el (gnus-async-article-callback):
8946         Call `gnus-html-prefetch-images' unconditionally.
8947
8948         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8949         before feeding URLs to curl.
8950
8951 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8954         internal images as deletable by `W D D'.
8955
8956         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8957         (gnus-async-article-callback): Fix typo.
8958
8959 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8960
8961         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8962         current line to work around bugs in the output from w3m.
8963
8964         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8965         for groups that want that.
8966
8967         * nntp.el (nntp-wait-for-string): Supply a timeout for
8968         accept-process-output to ensure progress.
8969
8970         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8971         level to get unread articles from, then use that for foreign groups,
8972         too.
8973
8974         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8975         confuses the rest of the function.
8976
8977         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8978         for the methods that support -retrieve-groups, too.
8979
8980         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8981
8982 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8985         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8986
8987         * pop3.el: Require cl when compiling.
8988         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8989
8990 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8993         that aren't going to be activated.
8994         (gnus-get-unread-articles): Fix up the last commit.
8995
8996         * gnus-html.el (gnus-article-html): Allow calling without specifying
8997         the handle.  In that case, dissect the buffer first.
8998
8999         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9000
9001         * nnimap.el (nnimap-open-connection): Revert the change that would look
9002         into authinfo for imaps instead of imap.
9003
9004         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9005         say that you don't want to call gnus-request-group with don-check, but
9006         do check the reponse.  This is for virtual groups only.
9007         (gnus-get-unread-articles): Count the archive groups as secondary, so
9008         that they're activated the same way as before.
9009
9010         * imap.el (imap-message-map): Removed optional buffer parameter, since
9011         no callers use it.
9012         (imap-message-get): Ditto.
9013         (imap-message-put): Ditto.
9014         (imap-mailbox-map): Ditto.
9015         (imap-mailbox-put): Ditto.
9016         (imap-mailbox-get): Ditto.
9017         (imap-mailbox-get): Revert last change for this function.
9018
9019         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9020         case-insensitively.
9021         (nnimap-debug): Remove.
9022
9023         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9024         callers to use `imap-fetch' instead.  According to the comments, this
9025         should be safe, since all other IMAP clients use the 1:* syntax.
9026         (imap-enable-exchange-bug-workaround): Remove.
9027         (imap-debug): Remove -- doesn't seem very useful.
9028
9029         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9030         mail from a file, and the file doesn't exist.
9031
9032         * imap.el (imap-log): New convenience function used throughout instead
9033         of repeating the same code all over the place.
9034
9035         * pop3.el (pop3-streaming-movemail): Return t for success.
9036
9037         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9038         .authinfo if we're using ssl connection.
9039
9040         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9041         already have if we're in a main Gnus `g' run.
9042
9043         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9044
9045 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9048
9049         * nnmh.el (nnmh-request-list-1): Bind `file'.
9050
9051         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9052         alias to set-process-query-on-exit-flag or process-kill-without-query.
9053         (pop3-open-server): Use it.
9054
9055 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9056
9057         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9058         box to the Incoming file.  Fixes mistake in previous checkin.
9059
9060         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9061         request loop (for debugging purposes) removed.
9062
9063         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9064         culprit is more visible.
9065         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9066         (nnml-add-incremental-nov): New functions to do "incremental" nov
9067         updates, where we just append to the end of the existing nov files
9068         without reading/writing them in full.
9069
9070         * mail-source.el (mail-source-delete-crash-box): Really only check the
9071         incoming files once in a while.
9072
9073         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9074
9075         * mail-source.el (mail-source-delete-crash-box): Only check the
9076         incoming files for deletion once per day to save a lot of file
9077         accesses.
9078
9079         * pop3.el (pop3-logon): Fix up unbound variable typo.
9080
9081         * mail-source.el (pop3-streaming-movemail): Autoload.
9082
9083         * pop3.el (pop3-streaming-movemail):
9084         Respect pop3-leave-mail-on-server.
9085
9086         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9087         retrieval.
9088
9089         * pop3.el (pop3-process-filter): Remove unused function.
9090         (pop3-streaming-movemail, pop3-send-streaming-command)
9091         (pop3-wait-for-messages, pop3-write-to-file)
9092         (pop3-number-of-responses): New functions for streaming pop3
9093         retrieval.
9094
9095         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9096         come from no known methods.
9097         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9098         list.
9099
9100         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9101         message sizes.
9102         (pop3-movemail): Use erase-buffer instead of looping and deleting
9103         regions, which seems rather odd.
9104
9105         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9106         file once per `g' run.
9107
9108         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9109         directories.  This makes the draft queue directory work.
9110
9111         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9112         data from the backends, so that we only request the list of groups from
9113         each method once.  This should speed things up considerably.
9114
9115         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9116         detect that it's not implemented.
9117
9118         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9119         we actually do recurse down into the tree, but don't stat all leaf
9120         nodes.
9121
9122         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9123         then say so instead of bugging out.
9124
9125         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9126         files exist before trying to read them.
9127
9128         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9129         around <pre_int>.
9130
9131         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9132
9133         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9134
9135 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * mm-util.el (mm-image-load-path): Just return the image directories,
9138         not all directories in the path in addition to the image directories.
9139         (mm-image-load-path): Maintain a cache of the image directories so that
9140         the `g' command in Gnus doesn't have to stat dozens of directories each
9141         time.
9142
9143         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9144         (gnus-html-wash-tags): Add a new `i' command to insert images.
9145         (gnus-html-insert-image): New command and keystroke.
9146         (gnus-html-redisplay-with-images): New command and keystroke.
9147         (gnus-html-show-images): Rename command.
9148         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9149         spacers.
9150         (gnus-html-wash-tags): Decode entities at the end, so that entities
9151         inside the tags don't mess up the rest of the "parsing".
9152
9153         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9154         so that nnimap methods aren't agentized by default.  There's apparently
9155         many problems related to agent/imap behavior.
9156
9157         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9158
9159         * gnus-html.el: Doc fix.
9160
9161 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9164         specifier-spec-list for Emacs 21.
9165
9166         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9167         glyph-width and glyph-height instead of display-graphic-p and
9168         image-size; make avoidance of displaying small images work for XEmacs.
9169
9170         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9171         for XEmacs.
9172
9173         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9174         of symbol that holds plist data.
9175         (gnus-process-plist): Remove plist of process after getting it.
9176
9177 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * message.el (message-generate-hashcash): Change default to
9180         'opportunistic if hashcash is installed.
9181
9182         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9183         (gnus-html-put-image): Only call image-size once, since it's somewhat
9184         time-consuming on remote X servers.
9185
9186 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9189         type on data, not a file name.
9190
9191         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9192         window-pixel-edges for Emacs 21.
9193
9194         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9195         decoded contents.
9196         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9197
9198 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9199
9200         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9201         group line format, since it isn't very interesting.
9202
9203         * gnus-agent.el (gnus-agent-short-article),
9204         (gnus-agent-long-article): Increase values for these two variables,
9205         since most people are likely to have more network connection and
9206         storage than before.
9207
9208         * gnus.el (gnus-refer-article-method): Change default to 'current.
9209         When referring an article, the common behavior is to refer it from the
9210         current select method, not the native select method.  The chances of
9211         the native select method having the message in question is rather slim
9212         these days.
9213
9214         * gnus-sum.el (gnus-auto-select-subject): Change default to
9215         `unseen-or-unread'.  I think it's likely that most people want to
9216         select an unseen article over a previously seen, but unread one.
9217
9218         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9219         means that in the article buffer none of the minor mode elements will
9220         be shown, usually, and this is not desirable in most cases.
9221
9222         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9223         that commands like `d' (and the like) go to the next line in the
9224         buffer, instead of the next unread article.  I think this is the
9225         behavior that is most natural for most users.
9226         (gnus-single-article-buffer): Change default to nil, so that people can
9227         have as many article buffers open as they have summary buffer.  I think
9228         this is the most natural way for the groups to behave.
9229
9230         * message.el (message-generate-new-buffers): Change default to
9231         `unsent', so that all new message buffers start their names with the
9232         string "*unsent", and it's easier to find the buffers if you move from
9233         them.
9234
9235 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236
9237         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9238         small.  They're probably tracking images.
9239         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9240         (gnus-html-rescale-image): Yet another try at getting the image sizing
9241         right.
9242
9243         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9244         nntp-marks-file-name is nil.
9245
9246 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9247
9248         * gnus-html.el (gnus-html-wash-tags)
9249         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9250         Better logging.
9251
9252 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9253
9254         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9255
9256         * gnus-html.el (gnus-html-wash-tags): Check the value of
9257         gnus-blocked-images in the summary buffer.
9258
9259 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9260
9261         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9262
9263 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9266         like "a", it seems like.
9267         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9268         since it needs to be picked from the correct buffer.
9269
9270         * nnwfm.el: Remove.
9271
9272         * nnlistserv.el: Remove.
9273
9274 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9275
9276         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9277         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9278
9279 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * nnkiboze.el: Remove.
9282
9283         * nndb.el: Remove.
9284
9285         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9286         alt text.
9287         (gnus-html-rescale-image): Try to get the rescaling logic right for
9288         images that are just wide and not tall.
9289
9290         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9291         overshadow variable bindings.
9292
9293 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9294
9295         * gnus-html.el (gnus-html-wash-tags)
9296         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9297         Add extra logging.
9298
9299 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9300
9301         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9302         (gnus-max-image-proportion): New variable.
9303         (gnus-html-rescale-image): New function.
9304         (gnus-html-put-image): Rescale images.
9305
9306 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9307
9308         Fix up some byte-compiler warnings.
9309         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9310         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9311         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9312         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9313         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9314         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9315         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9316
9317 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * gnus-html.el (gnus-article-html): Decode contents by charset.
9320
9321 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9324         (gnus-html-frame-width, gnus-blocked-images):
9325         * message.el (message-prune-recipient-rules): Add custom version.
9326         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9327
9328         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9329         functions.
9330
9331         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9332         gnus-process-get.
9333
9334 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9335
9336         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9337         instead of lsub directly.
9338
9339 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340
9341         * nnwarchive.el: Remove.
9342
9343         * gnus-soup.el: Remove.
9344
9345         * nnsoup.el: Remove.
9346
9347         * nnultimate.el: Remove.
9348
9349         * gnus-html.el (gnus-blocked-images): New variable.
9350
9351         * message.el (message-prune-recipients): New function.
9352         (message-prune-recipient-rules): New variable.
9353
9354         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9355         guess whether a long line is natural text or not.
9356
9357         * gnus-html.el (gnus-html-schedule-image-fetching):
9358         Use gnus-process-plist and friends for compatibility.
9359
9360 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9361
9362         * gnus-html.el: Require packages that define macros used in this file.
9363         (gnus-article-mouse-face): Declare to silence byte-compiler.
9364         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9365         process-get.
9366         (gnus-html-put-image): Use plist-get to avoid getf.
9367         (gnus-html-prefetch-images): Use with-current-buffer.
9368
9369 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * gnus-ems.el: Provide compatibility functions for
9372         gnus-set-process-plist.
9373
9374         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9375         header-line-format for XEmacs 21.4.
9376
9377         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9378         * gnus.el (gnus-valid-select-methods):
9379         * message.el (message-send-mail-partially-limit):
9380         * mm-decode.el (mm-text-html-renderer):
9381         * mml.el (mml-insert-mime-headers-always):
9382         * smiley.el (smiley-regexp-alist): Bump custom version.
9383
9384 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * gnus-html.el: require mm-url.
9387         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9388         with the url to `url'.
9389         (gnus-html-wash-tags): Support cid: URLs/images.
9390
9391 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9394         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9395         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9396
9397         * gnus-move.el: Remove file, since it doesn't really work.
9398
9399         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9400         UTF-8.  This seems to fix problems with some German web feeds.
9401
9402         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9403         at the top so that the proper colors are applied.
9404
9405         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9406         don't have dots in their names.
9407
9408         * gnus-art.el (gnus-article-view-part): Doc fix.
9409
9410         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9411         XEmacs-compatible.
9412         (gnus-html-put-image): Don't do images on non-graphic displays.
9413
9414         * nnslashdot.el: Remove this unused backend.
9415
9416         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9417         actions.
9418         (gnus-undo-register-1): Revert last change.
9419
9420         * gnus-group.el (gnus-group-completing-read): Protect against not
9421         having completion-styles bound.
9422
9423         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9424         make broken recipients happier.
9425
9426         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9427
9428         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9429         point parameter.
9430
9431         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9432
9433         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9434         completion-styles for group selection.
9435
9436 2009-02-04  Andreas Schwab  <schwab@suse.de>
9437
9438         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9439         headers and regexp-quote the match if necessary.
9440
9441 2009-03-24  Miles Bader  <miles@gnu.org>
9442
9443         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9444         the blinking smiley.
9445
9446 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9447
9448         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9449         blink smiley.
9450
9451 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9454         where the dribbel file lives exists.
9455
9456         * message.el (message-send-mail-partially-limit): Change the default to
9457         nil, since most people don't want this.
9458
9459         * mm-url.el (mm-url-decode-entities): Also decode entities like
9460         &#x3212.
9461
9462 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9463
9464         * gnus-sum.el (gnus-summary-idna-message):
9465         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9466         Hyperlink urls in docstrings with URL `...'.
9467
9468 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9469
9470         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9471         functions.
9472
9473 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9476         say what the mouseover text should be.
9477
9478         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9479         version of the mm-w3m-safe-url-regexp variable to only download images
9480         in the groups where we want that to happen.
9481
9482         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9483
9484         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9485         easier debugging.
9486         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9487         big pictures in the article buffer.
9488
9489         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9490         gnus-article-html.
9491         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9492         w3m.
9493
9494         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9495
9496 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9499         which doesn't exist.
9500
9501         * message.el (message-inhibit-ecomplete): New variable to allow some
9502         function to inhibit ecomplete address storage.
9503         (message-resend): Disable ecomplete message storage when resending
9504         messages.
9505
9506         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9507
9508 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9511         Save excursion while copying, moving, and deleting articles in order to
9512         prevent the cursor from jumping to unforeseen place.
9513
9514 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * lpath.el: No need to bind bookmark-current-buffer,
9517         bookmark-yank-point and bookmark-make-record-function.
9518
9519 2010-08-17  Glenn Morris  <rgm@gnu.org>
9520
9521         * gnus-sync.el: Require gnus components whose functions are used.
9522
9523         * gnus-art.el (bookmark-make-record-function):
9524         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9525         Declare for compiler.
9526
9527         * mm-url.el (mml-compute-boundary): Autoload.
9528
9529 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9532
9533 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9534
9535         Typo fix "hoo4a" -> "hook".
9536
9537         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9538
9539 2010-08-14  Glenn Morris  <rgm@gnu.org>
9540
9541         * gnus-sync.el (gnus-sync): Fix defgroup version.
9542
9543 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9544
9545         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9546
9547         * gnus-sync.el: Fix docs.
9548         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9549         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9550
9551 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9552
9553         Optimizations for gnus-sync.el.
9554
9555         * gnus-sync.el: Add docs about gnus-sync-backend
9556         possibilities.
9557         (gnus-sync-save): Remove unnecessary message.
9558         (gnus-sync-read): Optimize and show what groups were skipped.
9559
9560 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9561
9562         Minor bug fixes for gnus-sync.el.
9563
9564         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9565         Don't read the sync on get-new-news.
9566
9567         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9568         quiet.
9569
9570         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9571         (fix typo).
9572
9573 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9574
9575         Make saving and restoring of hidden threads work with overlays.
9576         Patch applied by Ted Zlatanov.
9577
9578         * gnus-sum.el (gnus-hidden-threads-configuration)
9579         (gnus-restore-hidden-threads-configuration): Update to deal with text
9580         properties, rather than searching for a magic character.
9581
9582 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9583
9584         New gnus-sync.el library for synchronization of marks.
9585
9586         * gnus-sync.el: New library for synchronization of marks.
9587
9588         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9589         renamed from `gnus-registry-grep-in-list'.
9590
9591         * gnus-registry.el (gnus-registry-follow-group-p):
9592         Use `gnus-grep-in-list'.
9593
9594         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9595
9596 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9599         determining charset of text fails.
9600
9601 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * nnmail.el (nnmail-get-new-mail-1): Revert.
9604
9605         * nnml.el (nnml-active-number): Make sure names of newly created groups
9606         in nnml-group-alist are encoded.
9607
9608 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9611         containing non-ASCII characters in active file for nnml back end.
9612
9613 2010-07-24  David Engster  <dengste@eml.cc>
9614
9615         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9616         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9617
9618 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9619
9620         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9621         tag (Bug#6654).
9622
9623 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9626         the article buffer, not the summary buffer.
9627
9628 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9631         Emacs 23 as well.
9632
9633 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9636         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9637
9638 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9639
9640         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9641         Patch applied by Karl Fogel.
9642
9643         * gnus-sum.el (gnus-summary-bookmark-make-record):
9644         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9645
9646 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9647
9648         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9649         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9650         C-w still not working correctly from Article buffers; Thierry's
9651         patch to fix that will be applied after this.
9652
9653         * gnus-art.el (bookmark-make-record-function): New local variable.
9654
9655         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9656         article buffer.
9657         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9658
9659 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9660
9661         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9662         on changes in bookmark.el.
9663
9664 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9667         `no-log' instead of message not to log prompt string.
9668
9669 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9670
9671         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9672         the *other* type of HTML form submission.
9673
9674 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9675
9676         * auth-source.el (auth-source-pick): If choice does not contain a
9677         questioned keyword, set the check to t.
9678
9679 2010-06-12  Romain Francoise  <romain@orebokech.com>
9680
9681         * gnus-util.el (gnus-date-get-time): Move up before first use.
9682
9683 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9686         (gnus-article-edit-part): Bind it to make last part that is substituted
9687         or deleted visible.
9688         (gnus-mime-display-single): Buttonize part of which id equals to
9689         gnus-mime-buttonized-part-id.
9690
9691 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9692
9693         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9694         (gnus-dd-mmm): Use gnus-date-get-time.
9695         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9696         simplify logic.
9697         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9698         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9699
9700 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9701
9702         * auth-source.el (top): Autoload `secrets-list-collections',
9703         `secrets-create-item', `secrets-delete-item'.
9704         (auth-sources): Fix tag string.
9705         (auth-get-source, auth-source-retrieve, auth-source-create)
9706         (auth-source-delete): New defuns.
9707         (auth-source-pick): Rewrite in order to avoid 2 passes.
9708         (auth-source-forget-user-or-password): New parameter USERNAME.
9709         (auth-source-user-or-password): New parameters CREATE-MISSING and
9710         DELETE-EXISTING.  Retrieve password interactively, if needed.
9711
9712 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9713
9714         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9715         deleting unused directories when gnus-expert-user is t.
9716
9717 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9720         for each temp file when gnus-article-browse-delete-temp is ask.
9721
9722 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9723
9724         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9725         Replace Lisp calls to delete-backward-char by calls to delete-char.
9726
9727 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9728
9729         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9730
9731 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9732
9733         * password-cache.el (password-cache-remove): Fix docstring.
9734
9735 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9738         article unless decoding article to be saved.
9739
9740 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9743         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9744         generated within the mm-with-unibyte-current-buffer macro.
9745
9746 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9749         to nil when we're in a mml-preview buffer and no group is selected.
9750
9751 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9752
9753         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9754         when catching the `C-g'.  Reported by "Leo".
9755
9756 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * message.el (message-forward-make-body-plain)
9759         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9760         multibyte-string-p.
9761
9762         * lpath.el: Revert.
9763
9764 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * message.el (message-forward-make-body-mml): Assume original message
9767         is multibyte string; error on unibyte.
9768         (message-forward-make-body-plain): Ditto; don't add excessive newline
9769         in body end.
9770
9771         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9772
9773 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9774
9775         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9776         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9777
9778 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * mm-extern.el (mm-extern-url): Don't use
9781         mm-with-unibyte-current-buffer.
9782         (mm-extern-cache-contents): Use with-current-buffer instead of
9783         save-excursion + set-buffer.
9784
9785 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * mm-util.el (mm-emacs-mule): Remove.
9788
9789 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9790
9791         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9792         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9793         change.
9794
9795 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9798         bind the default value of enable-multibyte-characters to nil.
9799
9800 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * message.el (message-forward-make-body-plain)
9803         (message-forward-make-body-mml):
9804         Don't use mm-with-unibyte-current-buffer.
9805
9806 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9807
9808         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9809
9810 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9811
9812         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9813         (Bug#5592).
9814
9815 2010-05-07  Julien Danjou  <julien@danjou.info>
9816
9817         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9818         it to mm-pipe-part.
9819
9820         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9821         it is given.
9822
9823 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * binhex.el (binhex-decode-region-internal):
9826         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9827         (dns-query):
9828         * nnweb.el (nnweb-gmane-search):
9829         * pgg-parse.el (pgg-parse-armor):
9830         * pgg.el (pgg-verify-region):
9831         * sha1.el (sha1-string-external):
9832         * uudecode.el (uudecode-decode-region-internal):
9833         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9834         XEmacs.
9835
9836         * gnus-art.el (gnus-article-browse-html-parts):
9837         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9838         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9839         make-temp-file.
9840
9841         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9842         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9843         compiling.
9844
9845         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9846         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9847         XEmacs when compiling.
9848
9849         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9850         gnus-pick-mode-off-hook for XEmacs when compiling.
9851         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9852         gnus-binary-mode-off-hook for XEmacs when compiling.
9853
9854         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9855         Return nil if char-charset is not available.
9856
9857         * imap.el (imap-disable-multibyte)
9858         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9859         macros.
9860
9861         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9862         instead of encode-coding-string.
9863
9864         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9865         'xemacs) instead of mm-emacs-mule to switch function definitions.
9866         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9867
9868         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9869         bind temporary-file-directory for XEmacs;
9870         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9871         timer-set-function for XEmacs 21.4 and SXEmacs;
9872         bind timer-list for XEmacs 21.4 and SXEmacs;
9873         fbind char-charset and find-charset-region for non-Mule XEmacs;
9874         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9875         encode-coding-region and encode-coding-string for XEmacs having no
9876         file-coding feature.
9877
9878 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9879
9880         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9881
9882 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9885         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9886
9887 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9888
9889         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9890         alias `jka-compr-delete-temp-file' no longer exists.
9891
9892 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9893
9894         Use define-minor-mode in Gnus where applicable.
9895         * mml.el (mml-mode): Use define-minor-mode.
9896         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9897         (gnus-undo-mode): Use define-minor-mode.
9898         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9899         (gnus-dead-summary-mode): Use define-minor-mode.
9900         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9901         Initialize in declaration.
9902         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9903         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9904         (gnus-mailing-list-mode): Use define-minor-mode.
9905         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9906         (gnus-draft-mode): Use define-minor-mode.
9907         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9908         (gnus-dired-mode): Use define-minor-mode.
9909
9910 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9911
9912         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9913         handles on recursive mml-to-mime translation and check them for
9914         boundary delimiter collisions.  Reported by Greg Troxel.
9915
9916 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9919
9920 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9921
9922         * mm-util.el (mm-find-buffer-file-coding-system):
9923         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9924
9925 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9926
9927         * message.el (message-generate-headers): Record insertion of optional
9928         headers as well.  Otherwise the check to prevent repeated insertion of
9929         optional headers is a no-op.
9930
9931 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9932
9933         * smime.el: Don't mention CVS.
9934
9935         * nnrss.el (nnrss-fetch): Don't mention CVS.
9936
9937         * nnir.el: Don't mention CVS.
9938
9939 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9940
9941         * gnus-sum.el (gnus-summary-bookmark-make-record):
9942         Add `location' field.
9943
9944 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * lpath.el: Fbind bookmark-default-handler,
9947         bookmark-get-bookmark-record, bookmark-make-record-default,
9948         bookmark-prop-get for Emacs <23 and XEmacs.
9949
9950 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9951
9952         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9953         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9954         Use with-current-buffer to silence the byte-compiler.
9955         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9956         bother to require `gnus'.
9957         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9958
9959 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9960
9961         * gnus-sum.el (gnus-summary-bookmark-make-record)
9962         (gnus-summary-bookmark-jump): New functions.
9963         (gnus-summary-mode): Setup bookmark support.
9964
9965 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9966
9967         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9968         if set.
9969
9970 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9973         gnus-article-browse-html-save-cid-image; make it work recursively for
9974         forwarded messages as well.
9975         (gnus-article-browse-html-parts): Work when prefix arg is given.
9976         (gnus-article-browse-html-article): Doc fix.
9977
9978 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9979
9980         * message.el (message-default-mail-headers):
9981         (message-default-headers): Carry the value mail-default-headers over
9982         into message-default-mail-headers, rather than message-default-headers.
9983
9984 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9985
9986         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9987         charset.
9988
9989         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9990         charset into the <meta> tag when the article is encoded to utf-8.
9991
9992 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gnus-art.el (gnus-article-browse-delete-temp-files):
9995         Delete directories as well.
9996         (gnus-article-browse-html-parts): Work for images that do not specify
9997         file names; delete temp directory when quitting; insert header at the
9998         right place; use file: scheme for image files.
9999
10000 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10001
10002         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10003         (gnus-article-browse-html-parts): Use it to make temporary cid image
10004         files in addition to html file so that browser may display them.
10005
10006 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10009
10010 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10011
10012         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10013
10014 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10015
10016         * auth-source.el (auth-sources): Change default to be simpler.
10017         Explain about Secret Service API sources.  Improve Customize options.
10018         (auth-source-pick): Change to accept any number of search parameters.
10019         Implement fallbacks iteratively, not recursively.  Add scoring on the
10020         second pass and sort by score.  Call Secret Service API when needed.
10021         (auth-source-user-or-password): Use it.  Call Secret Service API
10022         directly when needed to get the user name and the password.
10023
10024 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10025
10026         * message.el (message-interactive): Doc fix.
10027         (message-qmail-inject-args): Reflow.
10028         (message-kill-to-signature): Fix typo in docstring.
10029
10030         * smiley.el (smiley-buffer): Fix typo in docstring.
10031
10032 2010-03-24  Glenn Morris  <rgm@gnu.org>
10033
10034         * mail-source.el (gnus-message): Declare.
10035         (mail-source-delete-old-incoming): Require gnus-util.
10036
10037 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10040
10041         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10042
10043         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10044         password-cache's default if it is not bound.
10045         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10046         password-cache-expiry's default if it is not bound.
10047
10048         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10049         available in Emacs 21.
10050
10051         * lpath.el: Suppress compiler warnings for:
10052         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10053         XEmacs;
10054         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10055         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10056         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10057
10058 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10059
10060         * auth-source.el (auth-sources): Fix up definition so extra parameters
10061         are always inline.
10062
10063 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10064
10065         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10066         wasn't updated after mismatch.  Clear cached mailbox info correctly
10067         when uidvalidity changes.
10068         (nnimap-group-prefixed-name): New function to avoid some code
10069         duplication.
10070         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10071         (nnimap-request-group): Use it.
10072         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10073         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10074         with many imap folders.  This is done by caching the group status from
10075         the imap server persistently in a group parameter `imap-status'.  (This
10076         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10077         but not persistently, so every Gnus startup was still very slow.)
10078
10079 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10080
10081         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10082         delete the extra newline.  Otherwise editing of :string and :number
10083         types don't work.
10084
10085 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10086
10087         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10088         secrets.el dependency.
10089         (auth-sources): Add optional user name.  Add secrets.el configuration
10090         choice (unused right now).
10091
10092 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10093
10094         * gnus-sum.el (gnus-summary-make-menu-bar):
10095         Let `gnus-registry-install-shortcuts' fill in the functions.
10096
10097         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10098         warnings.
10099         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10100         (gnus-registry-install-shortcuts): Populate and use it in a
10101         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10102
10103 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10104
10105         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10106         In-place substitutions for the group name encoding/decoding.
10107         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10108         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10109         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10110         (nnimap-update-unseen, nnimap-request-list)
10111         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10112         (nnimap-request-set-mark, nnimap-split-to-groups)
10113         (nnimap-split-articles, nnimap-request-newgroups)
10114         (nnimap-request-create-group, nnimap-request-accept-article)
10115         (nnimap-request-delete-group, nnimap-request-rename-group)
10116         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10117         `encoded-mbx' for consistency.
10118         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10119         variable `imap-current-mailbox'.
10120
10121         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10122         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10123
10124 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10125
10126         * pop3.el (pop3-display-message-size-flag): Display message size byte
10127         counts during POP3 download.
10128         (pop3-movemail): Use it.
10129         (pop3-list): Implement listing of available messages.
10130
10131 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10132
10133         * nnir.el (nnir-get-article-nov-override-function): New function to
10134         override the normal NOV retrieval.
10135         (nnir-retrieve-headers): Use it.
10136
10137 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10138
10139         * auth-source.el (netrc-machine-user-or-password): Autoload.
10140
10141 2010-03-19  Glenn Morris  <rgm@gnu.org>
10142
10143         Stop message.el from loading about 40 libraries it doesn't always need.
10144         The general approach is to autoload rather than require, and to
10145         require in the specific functions rather than the file.  (Bug#5642)
10146
10147         * gmm-utils.el: Don't require wid-edit.
10148         (widget-create-child-value, widget-convert, widget-default-get):
10149         Autoload.
10150
10151         * gnus-util.el: Don't require time-date, netrc.
10152         (message-fetch-field, gnus-group-name-decode): Declare rather than
10153         autoloading.
10154         (gnus-fetch-field): Require message.
10155         (gnus-decode-newsgroups): Require gnus-group.
10156
10157         * ietf-drums.el: Don't require time-date.
10158
10159         * message.el: Don't require hashcash, canlock, ecomplete.
10160         Do require mail-utils.  Require nnheader only when compiling.
10161         (smtpmail-default-smtp-server): Remove declaration.
10162         (message-send-mail-function): Check smtpmail-default-smtp-server
10163         is bound rather than requiring smtpmail.
10164         (message-auto-save-directory, message-insert-signature):
10165         Use expand-file-name rather than nnheader-concat.
10166         (nnheader-insert-file-contents): Autoload.
10167         (hashcash-wait-async): Declare.
10168         (message-send-mail): Only call gnus-setup-posting-charset if
10169         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10170         (message-send-mail-with-sendmail): Require sendmail.
10171         (canlock-password, canlock-password-for-verify): Declare.
10172         (message-canlock-password): Require canlock.
10173         (nnheader-get-report): Autoload.
10174         (gnus-setup-posting-charset): Declare.
10175         (message-send-news): Require gnus-msg.
10176         (message-make-references, message-make-in-reply-to): Use mail-header-id
10177         rather than the alias mail-header-message-id.
10178         (ecomplete-add-item, ecomplete-save): Declare.
10179         (message-put-addresses-in-ecomplete): Require ecomplete.
10180         (ecomplete-display-matches): Autoload.
10181
10182         * mm-decode.el: Don't require mailcap, gnus-util.
10183         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10184         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10185         Autoload.
10186         (mailcap-mime-extensions): Declare.
10187
10188         * mm-encode.el: Don't require mailcap.
10189         (mailcap-extension-to-mime): Autoload.
10190
10191         * mml-sec.el: Don't require password-cache.
10192
10193         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10194         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10195         (mml-minibuffer-read-type): Require mailcap.
10196         (mml-preview): Require gnus-msg.
10197
10198         * mml1991.el: Require password-cache.
10199         (password-cache-expiry): Remove declaration.
10200
10201         * mml2015.el: Require password-cache.
10202         (password-cache-expiry): Remove declaration.
10203
10204         * nneething.el (mailcap): Require mailcap.
10205
10206         * nnheader.el (declare-function): Add compatibility stub.
10207         (message-remove-header): Declare rather than autoload.
10208         (nnheader-replace-header): Require message.
10209
10210         * nnimap.el (declare-function): Add compatibility stub.
10211         (netrc-parse, netrc-machine-user-or-password): Declare.
10212         (nnimap-open-connection): Require netrc.
10213
10214         * nntp.el (declare-function): Add compatibility stub.
10215         (netrc-parse, netrc-machine, netrc-get): Declare.
10216         (nntp-send-authinfo): Require netrc.
10217
10218         * rfc2047.el: Don't require qp.
10219         (quoted-printable-encode-region, quoted-printable-decode-string):
10220         Autoload.
10221
10222         * sieve-mode.el: Don't require easymenu.
10223         (easy-menu-add-item): Autoload it.
10224
10225         * spam-stat.el (time-to-number-of-days): Autoload it.
10226
10227 2010-03-19  Glenn Morris  <rgm@gnu.org>
10228
10229         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10230
10231 2010-03-18  Glenn Morris  <rgm@gnu.org>
10232
10233         * hashcash.el (declare-function): Remove duplicate definition.
10234
10235 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10236
10237         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10238         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10239         value if any backslash escapes).
10240
10241 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10244         if it is available.  (bug#5647)
10245
10246         * lpath.el: Suppress compiler warning for coding-system-from-name for
10247         Emacs 21 and XEmacs.
10248
10249 2010-03-14  Juri Linkov  <juri@jurta.org>
10250
10251         * hmac-def.el:
10252         * hmac-md5.el:
10253         * netrc.el: Fix keywords.
10254
10255 2010-02-26  Glenn Morris  <rgm@gnu.org>
10256
10257         * message.el (message-send-mail-function): Change the default, so that
10258         it inherits from a customized send-mail-function.  (Bug#5643)
10259
10260 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10261
10262         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10263         shell-command-to-string signals an error (bug#5299).
10264
10265 2010-02-24  Glenn Morris  <rgm@gnu.org>
10266
10267         * message.el (message-smtpmail-send-it)
10268         (message-send-mail-with-mailclient): Doc fixes.
10269
10270 2010-02-16  Glenn Morris  <rgm@gnu.org>
10271
10272         * message.el (message-default-mail-headers): Change the default value
10273         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10274
10275 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10278         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10279
10280 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10281
10282         * time-date.el (date-to-time): Doc fix (Bug#5408).
10283
10284 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10285
10286         * message.el (message-mail): Just pass yank-action on to message-setup.
10287         (message-setup): Handle (FUN . ARGS) form of yank-action.
10288         (message-with-reply-buffer, message-widen-reply)
10289         (message-yank-original): Handle non-buffer values of
10290         message-reply-buffer (Bug#4080).
10291         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10292
10293 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10294
10295         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10296         Fix typo in docstring.
10297
10298 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10299
10300         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10301         response.
10302
10303 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10306
10307         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10308
10309         * message.el (message-check-news-header-syntax): Protect against a
10310         string that `rfc822-addresses' returns when parsing fails.
10311
10312 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10315         (gnus-previous-char-property-change): New functions.
10316
10317         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10318
10319 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10320
10321         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10322         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10323
10324 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10325
10326         * message.el (message-exchange-point-and-mark): Rework last change to
10327         avoid using optional arg of exchange-point-and-mark, for backward
10328         compatibility.
10329
10330 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10331
10332         * message.el (message-exchange-point-and-mark):
10333         Call exchange-point-and-mark with an argument rather than setting
10334         mark-active by hand (Bug#5175).
10335
10336 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * nntp.el (nntp-service-to-port): Work for service expressed with
10339         numeric string; replace [:digit:] with [0-9] for XEmacs.
10340
10341 2009-12-17  Glenn Morris  <rgm@gnu.org>
10342
10343         * gnus-group.el (gnus-bug-group-download-format-alist):
10344         Change emacs entry to debbugs.gnu.org.  Bump :version.
10345
10346 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10349
10350 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * message.el (message-info): Explain why we use `Info-goto-node'.
10353
10354 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10357
10358 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10359
10360         * message.el (message-completion-in-region): New compatibility function.
10361         (message-expand-group): Use it.
10362
10363 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10366         with no unread article should be listed if the 2nd arg `predicate' is
10367         given.
10368
10369 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10372
10373 2009-11-29  Juri Linkov  <juri@jurta.org>
10374
10375         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10376         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10377         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10378
10379 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10380
10381         * sha1.el (sha1-string-external): default-directory "/" in case
10382         otherwise non-existent.  process-connection-type pipe for touch of
10383         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10384
10385 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10386
10387         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10388         it's comms related and sgml-mode.el has "comm" on that basis too.
10389
10390 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10393         containing tspecial characters if they have been already quoted.
10394
10395 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10396
10397         * dns-mode.el (auto-mode-alist): Purecopy string.
10398
10399 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10400
10401         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10402
10403 2009-10-24  Glenn Morris  <rgm@gnu.org>
10404
10405         * gnus-art.el (help-xref-stack-item): Define for compiler.
10406
10407 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10408
10409         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10410
10411 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10414
10415 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10418         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10419
10420 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10423         (gnus-overlays-in): New alias to overlays-in.
10424
10425         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10426         gnus-overlay-get, and gnus-delete-overlay.
10427         (gnus-summary-show-thread): Make it work as well for systems in which
10428         next-single-char-property-change is not available.
10429         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10430
10431         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10432         (gnus-overlay-get): New alias to extent-property.
10433         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10434
10435         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10436         SXEmacs.
10437
10438         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10439         SXEmacs.
10440
10441 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10444
10445 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10446
10447         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10448         and XEmacs that don't have `remove-overlays'.
10449
10450 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10451
10452         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10453         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10454         selective display.  Use overlays instead.
10455
10456 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10457
10458         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10459
10460 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10461
10462         * spam-stat.el (spam-stat-load): Fix typo in message.
10463
10464 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10465
10466         * dig.el (dig-invoke): Fix typo in docstring.
10467         (query-dig): Reflow docstring.
10468
10469 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10470
10471         * gnus-art.el (gnus-article-encrypt-body):
10472         * message.el (message-check-recipients):
10473         * mm-util.el (mm-codepage-setup):
10474         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10475         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10476
10477 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10478
10479         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10480         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10481         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10482         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10483         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10484
10485 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10486
10487         * dig.el: Add "Keywords: comm", as per net-utils.el.
10488
10489 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10490
10491         * dig.el (dig-mode): Use define-derived-mode.
10492
10493 2009-09-19  Glenn Morris  <rgm@gnu.org>
10494
10495         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10496
10497 2009-09-18  Glenn Morris  <rgm@gnu.org>
10498
10499         * gnus-diary.el (gnus-diary-check-message):
10500         * message.el (message-insert-formatted-citation-line):
10501         * nnbabyl.el (top-level):
10502         * nndiary.el (nndiary-schedule):
10503         Fix typos in condition-case handlers.
10504
10505 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10508         configuration that provides the sole article window in a frame;
10509         position point correctly after deleting a part.
10510
10511 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10512
10513         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10514         (spam-resolve-registrations-routine): Use it to unregister articles
10515         that change status.
10516
10517 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10520         with XEmacs.
10521         (parse-time-string-chars): Use it.
10522
10523 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10524
10525         * imap.el (imap-interactive-login): Better messages.
10526         (imap-open): Fix bug with renamed buffer on reconnect.
10527         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10528         for easier debugging and cleaner code.  On successful (guessed based on
10529         server capabilities) secondary authentication, set imap-state
10530         correctly.
10531         (imap-last-authenticator): Define imap-last-authenticator as a variable
10532         to avoid warnings.
10533
10534 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * nnrss.el (nnrss-request-article): Remove binding of
10537         default-enable-multibyte-characters that has gotten needless by
10538         the 2007-07-13 change in rfc2047-encode-message-header.
10539
10540         * mml.el (mml-insert-multipart): Error on the message header.
10541         (mml-insert-part): Error on the message header; position point at
10542         the end of a MIME tag.
10543
10544 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * time-date.el (autoload): Expand define-obsolete-function-alias into
10547         defalias and make-obsolete for old Emacsen that Gnus supports.
10548         (with-no-warnings): Define it for old Emacsen.
10549         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10550         is available.
10551         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10552         float-time is available; suppress compile warning for time-to-seconds.
10553
10554         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10555         (gnus-float-time): Alias to float-time if it exists.
10556
10557         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10558         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10559         float-time is available; suppress compile warning for time-to-seconds.
10560
10561         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10562         XEmacs.
10563
10564 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10565
10566         * imap.el (imap-message-map): Docstring fix.
10567
10568 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10571         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10572         Add the optional argument `encoding' that overrides the default.
10573
10574         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10575         mm-encode-buffer.
10576
10577 2009-09-04  Glenn Morris  <rgm@gnu.org>
10578
10579         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10580         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10581         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10582         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10583         * mm-util.el (mm-with-unibyte-current-buffer)
10584         (mm-find-buffer-file-coding-system):
10585         * yenc.el (yenc-decode-region): Use default-value rather than
10586         default-enable-multibyte-characters.
10587
10588 2009-09-03  Glenn Morris  <rgm@gnu.org>
10589
10590         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10591         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10592         than default-enable-multibyte-characters.
10593
10594 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10595
10596         * gnus-art.el (gnus-article-read-summary-keys):
10597         Fix gnus-buffer-configuration's value temporarily used.
10598
10599 2009-09-02  Glenn Morris  <rgm@gnu.org>
10600
10601         * gnus-util.el (gnus-float-time): New function.
10602         * gnus-delay.el (gnus-delay-article):
10603         * gnus-sum.el (gnus-thread-latest-date):
10604         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10605         * nnspool.el (nnspool-request-newgroups):
10606         Use gnus-float-time rather than time-to-seconds.
10607         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10608
10609         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10610         (gnus-header-subject-face, gnus-header-newsgroups-face)
10611         (gnus-header-name-face, gnus-header-content-face):
10612         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10613         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10614         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10615         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10616         (gnus-cite-face-11):
10617         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10618         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10619         (gnus-server-closed-face, gnus-server-denied-face)
10620         (gnus-server-offline-face):
10621         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10622         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10623         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10624         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10625         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10626         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10627         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10628         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10629         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10630         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10631         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10632         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10633         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10634         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10635         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10636         (gnus-summary-high-undownloaded-face)
10637         (gnus-summary-low-undownloaded-face)
10638         (gnus-summary-normal-undownloaded-face)
10639         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10640         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10641         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10642         (gnus-splash-face):
10643         * message.el (message-header-to-face, message-header-cc-face)
10644         (message-header-subject-face, message-header-newsgroups-face)
10645         (message-header-other-face, message-header-name-face)
10646         (message-header-xheader-face, message-separator-face)
10647         (message-cited-text-face, message-mml-face):
10648         * sieve-mode.el (sieve-control-commands-face)
10649         (sieve-action-commands-face, sieve-test-commands-face)
10650         (sieve-tagged-arguments-face):
10651         * spam.el (spam-face):
10652         Mark face aliases with "-face" in the name as obsolete.
10653
10654 2009-09-01  Glenn Morris  <rgm@gnu.org>
10655
10656         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10657         than goto-line.
10658
10659 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10662         Don't move point if the command is invoked inside the message header.
10663
10664 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10665
10666         * imap.el (imap-send-command): Simplify.
10667         (imap-wait-for-tag): point-max -> buffer-size.
10668
10669 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10670
10671         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10672         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10673         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10674         * nnir.el (nnir-swish-e-index-file):
10675         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10676         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10677         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10678         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10679         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10680         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10681
10682 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10685         Don't save excursion.
10686
10687 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10688
10689         * nnheader.el (nnheader-find-file-noselect):
10690         * mm-util.el (mm-insert-file-contents):
10691         Use (default-value 'major-mode) instead of default-major-mode.
10692
10693 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10694
10695         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10696
10697 2009-08-26  Glenn Morris  <rgm@gnu.org>
10698
10699         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10700         than placing in files.el.
10701
10702 2009-08-25  Glenn Morris  <rgm@gnu.org>
10703
10704         * nnir.el (top-level): Don't require cl at run-time.
10705         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10706         Replace cl-function substitute with gnus-replace-in-string.
10707         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10708         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10709         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10710         simplified expansions.
10711
10712 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10713
10714         * dig.el (dig): Add autoload cookie.
10715
10716 2009-08-22  Glenn Morris  <rgm@gnu.org>
10717
10718         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10719         goto-line.
10720
10721 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10722
10723         * parse-time.el (parse-time-string-chars): Save match data.
10724
10725 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10726
10727         * parse-time.el (parse-time-string-chars): Compute using character
10728         classes, to handle non-ascii characters (Bug#3190).
10729
10730 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10733
10734         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10735         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10736         (gnus-mm-display-part, gnus-mime-display-single)
10737         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10738         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10739
10740         * gnus-sum.el
10741         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10742         (gnus-summary-move-article): Add expirable mark to articles copied or
10743         moved to group that has auto-expire turned on if the option is non-nil.
10744
10745 2009-07-24  Glenn Morris  <rgm@gnu.org>
10746
10747         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10748         Fix typo.  (Bug#3903)
10749
10750 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10753         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10754         that should not be used for draft articles.
10755         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10756         that has no concern in minor mode keys.
10757         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10758         Abolish.
10759
10760 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10763         article without making inquiry to a user for unknown encoding.
10764
10765         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10766         (nnmaildir--scan): Assume i-node and device number that file-attributes
10767         returns might be cons-cell.
10768
10769         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10770
10771         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10772
10773 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10774
10775         * auth-source.el: Remove docs now in auth.texi.  Don't use
10776         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10777         `auth-source-hide-passwords' and use them.
10778
10779 2009-07-15  Glenn Morris  <rgm@gnu.org>
10780
10781         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10782
10783 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10786         excessive whitespace from the default values of title and description.
10787
10788 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10791         mail-fetch-field to fetch Content-Description header in order to
10792         exclude newlines.
10793
10794 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10795
10796         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10797         format used by GnuPG 2.0.11.
10798
10799 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10802         to deleted part.
10803
10804 2009-05-30  David Engster  <dengste@eml.cc>
10805
10806         * nnmairix.el: Remove old documentation in the commentary block.
10807         (nnmairix-request-group): Do not update active file for nnml back ends.
10808         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10809         end so that overview files are ignored.
10810         (nnmairix-update-groups): Make updating the groups more robust by using
10811         marks.
10812         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10813         with dollar characters in message-id.
10814
10815 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10818         2008-12-25 in dns.el.
10819
10820 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10821
10822         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10823         could happen if the text is only composed of spaces and/or tabs.
10824
10825 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10826
10827         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10828         when sending a queued message to avoid extra mml tags.
10829
10830 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10833
10834 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10837         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10838         rmail-toggle-header for XEmacs;
10839         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10840
10841 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * gnus-dired.el: Remove autoload for gnus-setup-message.
10844         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10845         displaying Gnus logo; always use compose-mail.
10846
10847 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10850
10851 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10854         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10855         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10856         available.
10857         (gnus-nocem-epg-verify): New function.
10858
10859 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10860
10861         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10862
10863 2009-02-15  Glenn Morris  <rgm@gnu.org>
10864
10865         * gnus-util.el (rmail-insert-rmail-file-header)
10866         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10867         autoloads.
10868         (rmail-default-rmail-file): Remove unnecessary declaration.
10869         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10870
10871 2009-02-14  Glenn Morris  <rgm@gnu.org>
10872
10873         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10874         variable (only used in gnus-util, which declares it anyway).
10875         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10876         which was only needed by gnus-art (changed to not use it any more).
10877         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10878         only used in gnus-util, which autoloads it itself.
10879         (rmail-update-summary): Fix autoload.
10880
10881         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10882         rather than rmail-output-to-rmail-file.
10883
10884 2009-02-07  Glenn Morris  <rgm@gnu.org>
10885
10886         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10887         autoload of function that no longer exists.
10888         (rmail-toggle-header): Declare.
10889         (message-forward-rmail-make-body): Handle mbox Rmail.
10890
10891 2009-01-31  Glenn Morris  <rgm@gnu.org>
10892
10893         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10894         2009-01-09 change.
10895
10896 2009-01-31  Dave Love  <fx@gnu.org>
10897
10898         * imap.el (imap-fetch-safe): Bind debug-on-error.
10899         (imap-debug): Add imap-fetch-safe.
10900
10901 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10902
10903         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10904         (auth-source-forget-all-cached): New convenience function.
10905         (auth-source-user-or-password): Accept list of modes or a single mode.
10906
10907         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10908         auth-source modes.
10909
10910         * netrc.el (netrc-machine-user-or-password): Use list of
10911         auth-source modes.
10912
10913         * nnimap.el (nnimap-open-connection): Use list of
10914         auth-source modes.
10915
10916         * nntp.el (nntp-send-authinfo): Use list of
10917         auth-source modes.
10918
10919 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10920
10921         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10922         now.
10923
10924 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10927         coding system in XEmacs; add a workaround for XEmacs.
10928
10929         * lpath.el: Fbind coding-system-aliasee.
10930
10931 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10934         of current-language-environment.
10935
10936 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10939         available at runtime.
10940
10941 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10944
10945 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10946
10947         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10948         the greatest positive fixnum value doesn't work under an XEmacs with
10949         bignum support; use the most-positive-fixnum constant instead,
10950         available since Emacs 21.1 with cl and XEmacs 21.1.
10951
10952 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10955         XEmacs gets not to work.
10956
10957 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * mm-util.el (mm-coding-system-priorities): Allow the value like
10960         "Japanese (UTF-8)" of current-language-environment.
10961
10962 2009-01-09  Glenn Morris  <rgm@gnu.org>
10963
10964         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10965         with last-command-event.
10966
10967 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10970         in the doc string.
10971
10972         * message.el (message-fix-before-sending): Amend comment.
10973
10974 2009-01-08  Dave Love  <fx@gnu.org>
10975
10976         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10977
10978 2009-01-07  David Engster  <dengste@eml.cc>
10979
10980         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10981         simplified server definitions by converting it via
10982         gnus-server-to-method.
10983
10984 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10987         parameter's operands.
10988
10989 2009-01-06  David Engster  <dengste@eml.cc>
10990
10991         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10992         primary select method (for gnus-group-mark-article-as-read).
10993
10994 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10995
10996         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10997         `(gnus)Face', not `(gnus)X-Face'.
10998
10999 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * mm-util.el (mm-ucs-to-char): New function.
11002
11003         * mm-url.el (mm-url-decode-entities): Use it.
11004
11005         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11006         unicode-to-char.
11007
11008 2009-01-05  Dave Love  <fx@gnu.org>
11009
11010         * time-date.el: Require cl for `declare'.
11011
11012 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11015         Dave Love.
11016
11017 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * message.el (message-fix-before-sending): Add `eight-bit' to
11020         illegible-text check.
11021
11022 2009-01-03  Michael Olson  <mwolson@gnu.org>
11023
11024         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11025         `headers' is nil.  This can occur if the IMAP server does not have
11026         permissions to read messages from a folder, but can write new messages
11027         to the folder.
11028         (nnimap-request-article-part): Do not insert `data' if it is nil.
11029
11030         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11031         characters which will confuse `read', so skip past them.
11032
11033 2009-01-01  Dave Love  <fx@gnu.org>
11034
11035         * imap.el (imap-string-to-integer): Fix typo.
11036         (imap-fetch-safe): New function.
11037         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11038
11039         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11040
11041         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11042         (imap-parse-greeting): Fix doc strings.
11043         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11044         (imap-parse-flag-list): Make messages unique.
11045         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11046
11047         * nnimap.el: Fix author email.
11048         (nnimap-split-rule): Add FIXME comment.
11049         (nnimap-debug): Fix doc string.
11050
11051 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11054
11055 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11056
11057         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11058         nslookup if resolv.conf isn't available.
11059         (dns-query): Rename from query-dns.
11060         (dns-query-cached): Rename from query-dns-cached.
11061
11062 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11065         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11066         to check if those variables exist (first appeared in Emacs 18.50).
11067
11068 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * mm-util.el (mm-line-number-at-pos): New function.
11071
11072         * spam-report.el (spam-report-process-queue): Use it.
11073
11074 2008-12-24  David Engster  <dengste@eml.cc>
11075
11076         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11077         parameters that haven't existed as variables as buffer-local variables.
11078
11079 2008-12-23  Dave Love  <fx@gnu.org>
11080
11081         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11082         cadar.
11083
11084         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11085         imap-starttls-p.
11086         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11087
11088 2008-12-22  Dave Love  <fx@gnu.org>
11089
11090         * imap.el: Fix author email.  Doc fixes.
11091         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11092         reply.
11093
11094 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * spam-report.el (spam-report-gmane-max-requests): New constant.
11097         (spam-report-gmane-wait): New variable.
11098         (spam-report-gmane-ham, spam-report-gmane-spam)
11099         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11100         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11101         the server.
11102
11103         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11104         Add explanations.
11105
11106         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11107         nnheader-accept-process-output and nnheader-read-timeout if available.
11108         (pop3-movemail): Use it.
11109
11110         * message.el (message-check-news-body-syntax): Fix signature check if
11111         there's an attachment.
11112
11113 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * mm-util.el: Add comments to the mm- emulating functions.
11116
11117 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11120         Reported by Stephen Berman <stephen.berman@gmx.net>.
11121
11122 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * mm-util.el (mm-substring-no-properties): New function.
11125         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11126         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11127         (mm-string-to-multibyte): Doc fix.
11128
11129         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11130
11131 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11132
11133         * mml.el (mml-attach-file): Strip text properties from file name.
11134         (Bug#1574)
11135
11136 2008-12-16  Glenn Morris  <rgm@gnu.org>
11137
11138         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11139
11140 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11143         knows since the charset specified might be a bogus alias that
11144         mm-charset-synonym-alist provides.
11145
11146 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11147
11148         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11149         "ISO_8859-1".
11150
11151         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11152
11153 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * mm-util.el (mm-charset-eval-alist):
11156         Define it before mm-charset-to-coding-system.
11157         (mm-charset-to-coding-system): Add optional argument `silent';
11158         define it before mm-charset-override-alist.
11159         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11160         default value if it can be used in Emacs currently running;
11161         silence mm-charset-to-coding-system.
11162
11163 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11166         `allow-override' which says whether to use `mm-charset-override-alist'.
11167         (rfc2047-decode-encoded-words): Use it.
11168
11169         * mm-util.el (mm-charset-override-alist): Fix custom type;
11170         add `(gb2312 . gbk)' to choices.
11171
11172 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11175         fast.
11176
11177         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11178
11179         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11180
11181 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11182
11183         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11184         on links.
11185
11186         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11187
11188 2008-12-03  Lute Kamstra  <lute@gnu.org>
11189
11190         * sha1.el: Remove leading * from docstrings of defcustoms,
11191         deffaces, defconsts and defuns.
11192
11193 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11196         users' addresses that don't have domain parts.
11197         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11198         rather than message-narrow-to-head since there will be the message
11199         header separator.
11200
11201 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11202
11203         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11204         since the result is inserted in a unibyte buffer anyway.
11205         (nnimap-demule-use-string-to-multibyte): Remove.
11206         (nnimap-demule): Alias it to mm-string-to-multibyte.
11207
11208 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11211         variable for debugging bug#464 and bug#1174.
11212         (nnimap-demule): Use it.
11213
11214 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11217         score calculation correctly.
11218
11219 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11220
11221         * message.el (message-send-mail): Just set the buffer to unibyte
11222         rather than use mm-with-unibyte-current-buffer which does a lot more.
11223         (message-send-mail-partially): Don't bother with
11224         mm-with-unibyte-current-buffer since it's already been made unibyte by
11225         message-send-mail.
11226
11227 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11228
11229         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11230
11231 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11232
11233         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11234
11235 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11238         require itself and to remove `with-no-warnings'.
11239
11240 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11241
11242         * starttls.el (starttls-any-program-available): Get the name of the
11243         available TLS layer program.
11244         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11245         well as the host name in the "opening" message.
11246
11247         * auth-source.el (auth-source-cache, auth-source-do-cache)
11248         (auth-source-user-or-password): Cache passwords and logins by default,
11249         allow override with `auth-source-do-cache'.
11250         (auth-source-forget-user-or-password): Allow users to remove cache
11251         entries if needed.
11252
11253 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11254
11255         * md4.el (md4-buffer): Fix typo in docstring.
11256         (md4, md4-64): Doc fixes.
11257         (md4-pack-int32): Reflow docstring.
11258
11259 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11260
11261         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11262         condition-case to only the forward-sexp call.
11263
11264 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11265
11266         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11267         quotes contained.  Make it more robust regardless by an extra
11268         condition-case wrapper.
11269
11270 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11273
11274 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * nnml.el (nnml-request-expire-articles): Check if the function set to
11277         `nnmail-expiry-target' returns the symbol `delete'.
11278
11279         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11280
11281         * nnmail.el (nnmail-expiry-target): Fix custom type.
11282
11283 2008-10-02  Glenn Morris  <rgm@gnu.org>
11284
11285         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11286         Silence compiler warning.
11287
11288 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11289
11290         * tls.el (open-tls-stream): Show the actual command being
11291         executed, instead of the format string.
11292
11293 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * lpath.el: Fbind codepage-setup for Emacs 23.
11296
11297 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11298
11299         * mml.el (mml-menu): Don't assume mml2015 is bound.
11300
11301 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11304         exists.
11305
11306 2008-09-27  Glenn Morris  <rgm@gnu.org>
11307
11308         * gnus-util.el (mail-header-remove-comments): Autoload it.
11309
11310 2008-09-27  Andreas Schwab  <schwab@suse.de>
11311
11312         * gnus-util.el (gnus-split-references): Strip comments.
11313         (gnus-parent-id): Likewise.
11314
11315 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * message.el (message-confirm-send): Fix version.
11318
11319 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * message.el (message-idna-to-ascii-rhs-1): Use
11322         mail-extract-address-components rather than mail-header-parse-addresses
11323         that is an alias by default to ietf-drums-parse-addresses that does not
11324         support non-ASCII names in headers' contents.
11325
11326 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11327
11328         * message.el (message-confirm-send): Fix variable documentation to
11329         avoid the "y/n" wording.
11330
11331 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11332
11333         * message.el (message-set-auto-save-file-name): Save to a different
11334         filename so multiple messages (especially drafts) can be recovered.
11335
11336 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11337
11338         * message.el (message-confirm-send): Add appropriate version.
11339
11340 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11341
11342         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11343         defvar.
11344
11345 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11346
11347         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11348         (mm-pkcs7-enveloped-magic): Ditto.
11349
11350 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11351
11352         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11353         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11354
11355 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11356
11357         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11358         default, it's better.
11359
11360 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11361
11362         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11363         summary line gnus-number property and ignore them (with a warning
11364         message).
11365
11366 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11369         macro caddr in the interactive form since it won't be expanded.
11370
11371 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11374         `charset'; fix name of function called recursively.
11375         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11376
11377 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11380         (gnus-mime-set-charset-parameters): New function.
11381         (gnus-mime-view-part-as-charset): Use it to correctly display part
11382         specifying wrong charset.
11383
11384 2008-09-08  David Engster  <dengste@eml.cc>
11385
11386         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11387         in completing-read for back end server.
11388
11389 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11390
11391         * message.el (message-confirm-send): New variable to confirm sending a
11392         message.
11393         (message-send): Use it.
11394
11395 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11396
11397         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11398
11399 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11402
11403 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11404
11405         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11406         prevent tracking too many groups.
11407         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11408         Use it.
11409
11410 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11411
11412         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11413         moving point to the bottom of the window in order to avoid recentering.
11414
11415 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11418
11419         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11420         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11421         (gnus-article-beginning-of-window): Fix calculation.
11422
11423 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * gnus-msg.el (gnus-summary-supersede-article)
11426         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11427         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11428         message header.
11429
11430 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11431
11432         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11433         pending output coming after the status change.
11434
11435 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11436
11437         * message.el:
11438         * gnus-start.el:
11439         * gnus-registry.el: Remove VMS support.
11440
11441 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11444         macro.
11445         (rfc2104-hash): Use it.
11446
11447 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11450         (gnus-summary-sort-by-most-recent-date): New commands.
11451         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11452         and menu entries.
11453
11454 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11457         don't redisplay article for raw contents; remove plural articles stuff.
11458
11459         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11460         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11461         on gnus-summary-save-article; display results properly.
11462
11463 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * lpath.el: No need to fbind ns-focus-frame.
11466
11467 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11470
11471 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * gnus-art.el (gnus-summary-save-in-pipe):
11474         Consider gnus-save-all-headers.
11475
11476 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11477
11478         * gnus-util.el (ns-focus-frame): Remove declaration.
11479         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11480         like x.
11481
11482 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11483
11484         * rfc2104.el (rfc2104-zero): Delete defconst.
11485         (rfc2104-hex-alist): Likewise.
11486         (rfc2104-hex-to-int): Delete func.
11487         (rfc2104-hexstring-to-bitstring): Likewise.
11488         (rfc2104-nybbles): New defconst.
11489         (rfc2104-hash): Rewrite for speed.
11490
11491 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * tls.el (open-tls-stream): Make it work with the 2nd argument
11494         BUFFER that is a string but does not exist as a buffer object, as
11495         mentioned in the doc-string.
11496
11497 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11500         SXEmacs.
11501
11502 2008-07-16  Glenn Morris  <rgm@gnu.org>
11503
11504         * gnus-util.el (ns-focus-frame): Declare for compiler.
11505
11506 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11509         set as a group parameter.
11510         (gnus-summary-save-in-pipe): Work when it is called independently.
11511         (gnus-summary-pipe-to-muttprint): Don't modify
11512         gnus-summary-pipe-output-default-command.
11513
11514 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11515
11516         * message.el (message-send-mail-with-sendmail):
11517         Display the error message.
11518
11519 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-art.el (gnus-default-article-saver):
11522         Add gnus-summary-save-in-pipe to choices.
11523         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11524         gnus-summary-pipe-output-default-command as the default command.
11525         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11526         instead of gnus-last-shell-command.
11527
11528         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11529         New user option.
11530         (gnus-summary-muttprint-program): Mention the value will be changed.
11531         (gnus-summary-save-article): Force showing of all headers.
11532         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11533
11534 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11535
11536         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11537
11538 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11539
11540         * nnimap.el (nnimap-id):
11541         * sieve-manage.el (sieve-manage-open): Doc fixes.
11542
11543 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11544
11545         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11546         if available.
11547
11548 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11549
11550         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11551
11552         * nnkiboze.el (nnkiboze-generate-group):
11553         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11554
11555         * nnmairix.el: Require CL.
11556
11557 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * dgnushack.el: Autoload get-display-table and put-display-table for
11560         XEmacs 21.5.
11561
11562         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11563         21.4 and SXEmacs.
11564
11565 2008-06-15  David Engster  <dengste@eml.cc>
11566
11567         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11568
11569 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11570
11571         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11572         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11573         runtime choice under XEmacs.
11574
11575         * gnus-sum.el (gnus-summary-set-display-table):
11576         Use `gnus-put-display-table', `gnus-get-display-table',
11577         `gnus-set-display-table' for the display table, instead of `aset'.
11578
11579         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11580         Use `gnus-put-display-table', `gnus-get-display-table',
11581         `gnus-set-display-table' for the display table.
11582
11583 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * nnmairix.el: Add autoloads.
11586
11587 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * nnmairix.el (nnmairix-delete-recreate-group)
11590         (nnmairix-update-and-clear-marks): Fix error messages.
11591
11592 2008-06-14  David Engster  <dengste@eml.cc>
11593
11594         * nnmairix.el: Upgrade to version 0.6.
11595         (nnmairix-group-toggle-propmarks-this-group)
11596         (nnmairix-group-toggle-readmarks-this-group)
11597         (nnmairix-group-delete-recreate-this-group)
11598         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11599         (nnmairix-remove-tick-mark-original-article): New commands.
11600         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11601         (nnmairix-propagate-marks-to-nnmairix-groups)
11602         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11603         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11604         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11605         functions needed for marks propagation and manipulation of read marks.
11606         (nnmairix-update-groups): New function.
11607         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11608         (nnmairix-determine-original-group-from-registry)
11609         (nnmairix-determine-original-group-from-path)
11610         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11611         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11612         New helper functions.
11613         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11614         keystrokes for new commands.
11615         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11616         (nnmairix-request-group): Check allow-fast group parameter.
11617         (nnmairix-request-create-group): Set allow-fast group parameter if
11618         nnmairix-allowfast-default is set.
11619         (nnmairix-close-group): Propagate marks upon closing if needed.
11620         (nnmairix-group-toggle-threads-this-group): Use new.
11621         nnmairix-group-toggle-parameter helper function.
11622         (nnmairix-search): Better check for empty search result.
11623         (nnmairix-goto-original-article): Use new helper functions for
11624         determining original article.
11625         (nnmairix-show-original-article): Make sure message-id is in brackets.
11626         (nnmairix-call-mairix-binary): Change variable name.
11627         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11628         helper function.
11629         (nnmairix-widget-toggle-activate): Fix doc string.
11630
11631 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * nnir.el: Require edmacro when compiling with XEmacs.
11634         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11635         available in Emacs 21.
11636
11637 2008-06-11  Glenn Morris  <rgm@gnu.org>
11638
11639         * gnus-util.el (x-focus-frame):
11640         * gnus.el (image-size):
11641         * mm-decode.el (image-size): Declare.
11642
11643         * gnus-picon.el (declare-function): Add compat definition.
11644         (image-size): Declare.
11645
11646         * gnus-group.el (tool-bar-map):
11647         * gnus-sum.el (tool-bar-map): Define for compiler.
11648
11649         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11650
11651         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11652
11653         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11654         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11655         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11656         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11657         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11658         * sieve-manage.el, spam-report.el, spam.el:
11659         Remove unnecessary eval-and-compile of autoloads.
11660
11661 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11662
11663         * auth-source.el: Precise Tramp doc.
11664
11665 2008-06-07  Glenn Morris  <rgm@gnu.org>
11666
11667         * nnmairix.el: Remove unnecessary eval-when-compile.
11668
11669 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * lpath.el: Fbind propertize for XEmacs 21.4.
11672
11673 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * nnir.el: Move here from ../contrib.
11676
11677 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11678
11679         * gnus-util.el (gnus-read-shell-command): New function.
11680         * mm-decode.el (mm-pipe-part):
11681         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11682
11683 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11686
11687 2008-06-03  Glenn Morris  <rgm@gnu.org>
11688
11689         * pop3.el (nnheader-accept-process-output): Autoload it.
11690
11691 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11694         are not 2-digit hexadecimal characters that follow `%'s.
11695
11696 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * message.el (message-bogus-recipient-p): Fix type in doc string.
11699         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11700         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11701         Improve custom options.
11702         (message-bogus-recipient-p): Adjust accordingly.
11703
11704 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11705
11706         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11707         long-form month and day names.
11708
11709 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * dgnushack.el: Autoload debug, eudc-expand-inline and
11712         pgg-snarf-keys-region for XEmacs.
11713
11714         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11715
11716         * nnmairix.el: Require edmacro when compiling with XEmacs.
11717
11718 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11721         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11722
11723 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11724
11725         * auth-source.el: Add more docs.
11726
11727         * netrc.el (netrc-machine): Always match if the port is not given.
11728
11729 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11730
11731         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11732         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11733         retrieval faster in some cases, but might make CPU usage larger.
11734         If this has any bad side effects, we might revert this change.
11735
11736         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11737         seems to make mail retrieval much, much faster.
11738         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11739         unconditionally.
11740
11741         * gnus-draft.el (gnus-group-send-queue):
11742         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11743
11744 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11745
11746         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11747
11748         * message.el (message-bogus-address-regexp): Fix and improve custom
11749         type.
11750         (message-setup-hook): Add message-check-recipients as custom option.
11751
11752 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * message.el (message-cite-function): Remove bogus autoload which crept
11755         in during merge from v5-10.
11756
11757 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11758
11759         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11760
11761         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11762
11763         * auth-source.el: Preliminary Tramp docs.
11764         (auth-sources): Change the default auth-sources to use
11765         EPA .gpg files.
11766
11767 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11768
11769         * nntp.el: Autoload `auth-source-user-or-password'.
11770         (nntp-send-authinfo): Use it.
11771
11772         * nnimap.el: Autoload `auth-source-user-or-password'.
11773         (nnimap-open-connection): Use it.
11774
11775         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11776         for the gnus-message function.
11777         (auth-source-user-or-password): Use it.
11778
11779 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11780
11781         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11782         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11783         (rfc2104-hash): Use it.
11784
11785 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11786
11787         * gnus-art.el (gnus-article-toggle-truncate-lines):
11788         Don't use `iff' in docstring.
11789
11790 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11791
11792         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11793
11794         * gnus-util.el (gnus-extract-address-component-name)
11795         (gnus-extract-address-component-email): Convenience functions around
11796         `gnus-extract-address-components'.
11797
11798         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11799         Use `gnus-extract-address-component-email' to fix bug of comparing full
11800         sender name to `user-mail-address'.
11801
11802 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11803
11804         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11805         catch/throw to optimize.
11806         (gnus-registry-find-keywords): Just use member to find a keyword.
11807
11808 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11809
11810         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11811         is current before calling gnus-server-prepare.
11812         (gnus-server-setup-buffer, gnus-server-update-server)
11813         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11814
11815 2008-05-04  Juri Linkov  <juri@jurta.org>
11816
11817         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11818         (mailcap-file-default-commands): Use mailcap-replace-in-string
11819         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11820         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11821
11822 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11823
11824         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11825
11826 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11827
11828         * gnus.el: Bump version to 0.11.
11829
11830 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11831
11832         * gnus.el: No Gnus v0.10 is released.
11833
11834 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11837         hooks.
11838         (gnus-update-read-articles): Speed up non-marks-using users.
11839         (gnus-use-marks): Define gnus-use-marks.
11840         (gnus-propagate-marks): Rename variable to something more sensible.
11841
11842 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11843
11844         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11845         (gmm-image-load-path-for-library): Fix typos in docstrings.
11846         (gmm-message): Reflow docstring.
11847
11848 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11849
11850         * mail-source.el (mail-source-set-1, mail-source-bind):
11851         Move auth-source code out of the macro to clean it up and fix bugs.
11852
11853 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11854
11855         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11856         by sender if it's equal to user-mail-address, it's likely to be
11857         useless.
11858
11859         * mail-source.el (mail-source-bind): Don't use user or password if they
11860         are not bound.  Unintern them if they are nil.  Don't use server unless
11861         it's bound, and default it to empty string otherwise.
11862
11863 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11864
11865         * mail-source.el: Load auth-source.el.
11866         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11867         get user name or password, if auth-sources is set up.
11868
11869         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11870         strategy of splitting with parent.
11871         (gnus-registry-split-fancy-with-parent)
11872         (gnus-registry-post-process-groups): Use it and fix prior
11873         bug (returning a list as the split result).
11874
11875         * auth-source.el (auth-sources): Remove server parameter.
11876         (auth-source-pick, auth-source-user-or-password)
11877         (auth-source-user-or-password-imap)
11878         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11879         (auth-source-user-or-password-sftp)
11880         (auth-source-user-or-password-smtp): Remove server parameter.
11881
11882 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11883
11884         * smime.el (smime-sign-region, smime-encrypt-region)
11885         (smime-decrypt-region):
11886         Remove redundant calls to `generate-new-buffer-name'.
11887
11888 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11889
11890         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11891         Don't use QP for message/rfc822.
11892         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11893
11894 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11895
11896         * sieve-manage.el (sieve-string-bytes): Remove.
11897         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11898         correct byte-length only if the process's coding-system is the same as
11899         the one used internally by Emacs to represent strings.
11900
11901 2008-04-22  Juri Linkov  <juri@jurta.org>
11902
11903         * mailcap.el (mailcap-file-default-commands): New function.
11904
11905 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * message.el (message-signature-separator, message-cite-function):
11908         Change custom version.
11909
11910 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11911
11912         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11913         commands.
11914         (tls-checktrust): Ditto.
11915
11916 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11917
11918         * mm-decode.el (mm-display-external): Make temp file read-only.
11919
11920 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11921
11922         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11923         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11924         `C-c C-f d'.
11925
11926 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11927
11928         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11929
11930 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * gnus.el: Bump version to 0.9.
11933
11934 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * gnus.el: No Gnus v0.8 is released.
11937
11938 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11939
11940         * mail-source.el (mail-source-value):
11941         Prefer fboundp to functionp so it works with macros as well.
11942
11943 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11944
11945         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11946         Fix last change in case the element is not even a symbol.
11947
11948 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11949
11950         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11951         Prefer fboundp to functionp so it works with macros as well.
11952
11953 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11954
11955         * auth-source.el: Add docs.
11956         (auth-sources): Modify format to support server.
11957         (auth-source-pick, auth-source-user-or-password)
11958         (auth-source-user-or-password-imap)
11959         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11960         (auth-source-user-or-password-sftp)
11961         (auth-source-user-or-password-smtp): Add server parameter.
11962
11963 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11964
11965         * gnus-registry.el: Initialize the registry when gnus-registry-install
11966         is t.
11967
11968 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * compface.el (uncompface): Make buffer unibyte.
11971
11972 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11973
11974         * mail-source.el (mail-source-value):
11975         Prefer fboundp to functionp so it works with macros as well.
11976
11977 2008-04-05  Glenn Morris  <rgm@gnu.org>
11978
11979         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11980
11981 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11982
11983         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11984         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11985
11986         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11987         multibyteness after rather than before erasing it.
11988
11989         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11990         mm-with-multibyte.
11991         (gnus-request-article-this-buffer): Make sure the proper decoding is
11992         used if gnus-original-article-buffer happens to be unibyte.
11993
11994         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11995         default-enable-multibyte-characters.
11996
11997         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11998         default-enable-multibyte-characters.
11999
12000         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12001
12002         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12003
12004 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12005
12006         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12007         Fix last change in case the element is not even a symbol.
12008
12009 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12010
12011         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12012         (imap-message-copyuid-1): Use it.
12013         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12014         J. Williams in
12015         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12016
12017         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12018         imap-enable-exchange-bug-workaround.
12019         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12020
12021 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12022
12023         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12024         a 100 byte status-checks into a 2-3MB transfer for each group.
12025         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12026         to enable bug workaround or not.
12027         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12028
12029 2008-03-31  Glenn Morris  <rgm@gnu.org>
12030
12031         * message.el (mml2015-use): Declare for compiler.
12032         (message-info): Require mml2015 when appropriate.
12033
12034 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12037         whitespace.
12038
12039 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12040
12041         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12042         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12043         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12044         (nntp-service-to-port): New function.
12045         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12046         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12047         (nntp-open-netcat-stream): New function.
12048         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12049
12050 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12051
12052         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12053
12054 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12055
12056         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12057
12058 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12059
12060         * dns.el (dns-write): Use set-buffer-multibyte.
12061
12062 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12063
12064         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12065
12066 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * message.el (message-signature-separator): Change default.
12069         Improve custom type.
12070         (message-cite-function): Change default to
12071         message-cite-original-without-signature.
12072
12073         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12074         toggle.
12075
12076         * message.el (message-check-news-body-syntax): Fix signature check.
12077         (message-setup-1): Mark buffer as unmodified _after_ running
12078         message-setup-hook and handling message-alternative-emails.
12079         (message-shorten-references): Be more strict when building list of
12080         valid references to comply with GNKSA.
12081
12082         * gnus-group.el (gnus-read-ephemeral-bug-group)
12083         (gnus-read-ephemeral-debian-bug-group)
12084         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12085
12086         * message.el (message-info): Don't use booleanp which isn't supported
12087         in Emacs 21 and XEmacs.
12088
12089 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12092         gnus-group-gmane-group-download-format.
12093         (gnus-group-read-ephemeral-gmane-group): Rename from
12094         gnus-group-read-ephemeral-gmane-group.
12095         (gnus-read-ephemeral-gmane-group-url): Rename from
12096         gnus-group-read-ephemeral-gmane-group-url.
12097         (gnus-bug-group-download-format-alist): New variable.
12098         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12099         (gnus-read-ephemeral-emacs-bug-group): New commands.
12100
12101 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12104         (gnus-visible-headers): Improve custom type.
12105
12106 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * mml.el (mml-menu): Add workarounds for XEmacs.
12109
12110         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12111         X-Boundary header.
12112
12113         * message.el (message-simplify-recipients): Fix previous commit.
12114
12115 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12116
12117         * mm-util.el (mm-set-buffer-multibyte): New function.
12118         * mm-decode.el (mm-copy-to-buffer): Use it.
12119
12120         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12121         Prefer fboundp to functionp so it works with macros as well.
12122
12123 2008-03-19  Glenn Morris  <rgm@gnu.org>
12124
12125         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12126         Accidentally removed in the sync process with Emacs.
12127
12128 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * message.el (message-alter-recipients-discard-bogus-full-name):
12131         New function.
12132         (message-alter-recipients-function): New variable.
12133         (message-get-reply-headers): Use it.
12134         (message-replace-header): New helper function.
12135         (message-recipients-without-full-name): New variable.
12136         (message-simplify-recipients): New command.
12137
12138         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12139
12140         * message.el (message-info): Handle EasyPG manual.
12141
12142         * mml.el (mml-menu): Add entry for EasyPG.
12143
12144 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12145
12146         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12147         parameter.
12148
12149         * message.el (message-disassociate-draft): Specify drafts group name
12150         fully.
12151
12152 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12153
12154         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12155         Eliminate unnecessary duplicates from the match list.
12156
12157 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12160
12161         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12162
12163         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12164         args of `how-many' of which the XEmacs version doesn't take; declare
12165         Info-index-next as function.
12166
12167 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12168
12169         * gnus-score.el (gnus-score-headers): Fix handling of
12170         gnus-inhibit-slow-scoring.
12171
12172         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12173         string.
12174         (gnus-button-url-regexp): Improve handling of parenthesis.
12175         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12176         (gnus-button-handle-info-keystrokes): Handle index entries.
12177
12178 2008-03-15  Glenn Morris  <rgm@gnu.org>
12179
12180         * parse-time.el (parse-time-string): Simplify.
12181
12182 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12185         Incoming* files.
12186
12187 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12188
12189         * auth-source.el (auth-sources): Rename from auth-source-choices.
12190         (auth-source-pick): Use it.
12191
12192 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12193
12194         * binhex.el (binhex-decode-region-internal):
12195         * uudecode.el (uudecode-decode-region-internal):
12196         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12197         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12198         setting default-enable-multibyte-characters.
12199
12200 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12201
12202         * auth-source.el (auth-source-protocols)
12203         (auth-source-protocols-customize, auth-source-choices): Add and
12204         modified variable customizations and defaults.
12205         (auth-source-pick, auth-source-user-or-password)
12206         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12207         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12208         (auth-source-user-or-password-sftp)
12209         (auth-source-user-or-password-smtp): Use new variables and provide an
12210         interface to netrc.el.
12211
12212 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12215         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12216         Make sure the nntp port to specify is a string.
12217
12218 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12219
12220         * nntp.el: Use with-current-buffer.
12221         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12222         dubious mm-with-unibyte-current-buffer.
12223         (nntp-with-open-group-function): New function extracted from
12224         nntp-with-open-group macro.
12225         (nntp-with-open-group): Use the function, so it's easier to debug.
12226         Add indentation and debugging info.
12227         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12228         Recommend the use of the netcat alternatives.
12229
12230         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12231         Avoid mm-string-as-multibyte as well.
12232
12233         * nnweb.el (nnweb-insert-html):
12234         Remove use of nnheader-string-as-multibyte.
12235
12236         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12237         (nnheader-string-as-multibyte): Remove.
12238
12239         * mm-view.el: Use inhibit-read-only.
12240         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12241         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12242         or unibyte-string.
12243
12244         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12245         (mm-uu-yenc-extract): Use with-current-buffer.
12246
12247         * gnus-soup.el (gnus-soup-send-packet): Don't use
12248         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12249
12250         * nnmh.el: Use with-current-buffer.
12251         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12252         mm-string-as-multibyte on the output of mm-encode-coding-string.
12253
12254         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12255         (nnimap-request-move-article): Use with-current-buffer.
12256
12257         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12258         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12259         conversion uses string-make-unibyte rather than string-as-unibyte.
12260
12261         * gnus-msg.el: Use with-current-buffer.
12262
12263         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12264
12265 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12266
12267         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12268         string for caching if it is 'PIN.
12269
12270 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * lpath.el: Consider the case without Emacs/W3.
12273
12274 2008-03-08  Glenn Morris  <rgm@gnu.org>
12275
12276         * time-date.el (date-to-time, time-subtract, time-add)
12277         (safe-date-to-time): Doc fixes.
12278
12279 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * mail-source.el (mail-source-delete-old-incoming-confirm):
12282         Change default to nil.
12283         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12284
12285 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * lpath.el: Rearrange.
12288
12289         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12290         (gnus-article-goto-prev-page): Work for articles having ^L's.
12291
12292         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12293
12294         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12295
12296 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12297
12298         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12299         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12300         (gnus-bookmark-jump): Adjust some variable names.
12301
12302 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12303
12304         * auth-source.el: New package.
12305         (auth-source-choices): Add customization entry point variable.
12306
12307         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12308         bug.
12309
12310 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12311
12312         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12313         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12314         (gnus-registry-install-shortcuts): Rename from
12315         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12316         the `gnus-registry-mark-map' keymap dynamically from
12317         `gnus-registry-marks'.  The generated functions update the summary line
12318         when a registry mark is added or deleted, and will call
12319         `gnus-registry-install-p' (see the comments in the code).
12320         (gnus-registry-user-format-function-M): Use concat intelligently.
12321
12322         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12323         the registry mark functions.
12324
12325 2008-03-05  Glenn Morris  <rgm@gnu.org>
12326
12327         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12328         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12329         gnus-art.
12330         (top-level): No need to load own source when compiling.
12331
12332 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12333
12334         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12335         Suggested by <chris.anderton@zetnet.co.uk>.
12336
12337 2008-03-04  Glenn Morris  <rgm@gnu.org>
12338
12339         * gnus-sum.el (top-level): No need to require gnus when compiling,
12340         since unconditionally required near start of file.
12341         (gnus-summary-display-while-building): Move definition before use.
12342
12343 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12344
12345         * gnus-registry.el (gnus-registry-user-format-function-M):
12346         Add formatting function.
12347
12348 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12349
12350         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12351         with plists.
12352         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12353         Use new format.
12354
12355 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12358         `where-is-internal' that returns a range of key sequences.
12359
12360 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12361
12362         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12363
12364         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12365         (gnus-summary-jump-to-group): Consider windows on other displayed
12366         frames as well.  Similar changes might be needed elsewhere, but that's
12367         the one I've bumped into during my use.
12368
12369         * nndoc.el (nndoc-oe-dbx-type-p):
12370         * gnus-msg.el (gnus-debug):
12371         * gnus-group.el (gnus-update-group-mark-positions):
12372         Use mm-string-to-multibyte.
12373
12374 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12377         doesn't handle NotDashEscaped.
12378
12379         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12380         (mml-dnd-attach-options): Fix typo in custom choice.
12381
12382         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12383         Change nndoc-article-type to mbox.
12384         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12385
12386         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12387         to nil, instead of html2text.
12388
12389         * imap.el (imap-debug): Add `imap-ping-server'.
12390
12391         * gnus-bookmark.el: Add FIXMEs.
12392
12393         * message.el (message-form-letter-separator)
12394         (message-send-form-letter-delay): New variables.
12395         (message-send-form-letter): Use them.  New command to send form
12396         letters.  Requested by Uwe Siart.
12397         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12398
12399 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * Update copyright years.
12402
12403 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         Sync from EMACS_22_BASE.
12406
12407         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12408
12409 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12410
12411         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12412         empty author.
12413
12414 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12415
12416         * gnus-registry.el (gnus-registry-marks): Add variable for
12417         customization of marks and their appearance.
12418         (gnus-registry-read-mark): Use it.
12419         (gnus-registry-do-marks): Add utility function to loop through
12420         `gnus-registry-marks'.
12421         (gnus-registry-install-shortcuts-and-menus): Add function to install
12422         shortcuts and menus.
12423         (gnus-registry-initialize): Use it.
12424         (gnus-registry-default-mark): Clarify documentation.
12425
12426 2008-02-29  Glenn Morris  <rgm@gnu.org>
12427
12428         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12429         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12430         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12431         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12432         Change defcustom :version from 23.0 to 23.1.
12433
12434 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12435
12436         * gnus-registry.el (gnus-registry-follow-group-p)
12437         (gnus-registry-post-process-groups): Add functions to aid registry
12438         splitting and improve logging.  Clarify behavior in function
12439         documentation.
12440         (gnus-registry-split-fancy-with-parent): Use them.
12441
12442 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12443
12444         * gnus-art.el: Use with-current-buffer.
12445
12446 2008-02-27  David Engster  <dengste@eml.cc>
12447
12448         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12449         Express real group name in the response.
12450
12451 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12454         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12455         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12456         autoload gnus-registry-fetch-group when compiling.
12457         (nnmairix-request-group-with-article-number-correction):
12458         Remove unreferenced argument passed to nnmairix-call-backend.
12459
12460 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12461
12462         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12463         (mm-uu-extract): Improve face for low color ttys.
12464         Reported by Sascha Wilde.
12465
12466 2008-02-27  Glenn Morris  <rgm@gnu.org>
12467
12468         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12469         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12470         variables to defconsts.  Convert comments to doc-strings.
12471         (nnmairix-last-server, nnmairix-current-server): Convert from free
12472         variables to defvars.  Convert comments to doc-strings.
12473         (gnus-registry-fetch-group): Autoload.
12474         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12475         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12476         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12477         caddr.
12478         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12479         nnmairix-request-group-with-article-number-correction call.
12480         (nnmairix-fast, nnmairix-group): New, less general names, for free
12481         variables passed from nnmairix-request-group to
12482         nnmairix-request-group-with-article-number-correction.  Declare.
12483         (nnmairix-request-group-with-article-number-correction):
12484         Use nnmairix-fast, nnmairix-group rather than fast, group.
12485
12486 2008-02-26  David Engster  <dengste@eml.cc>
12487
12488         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12489         version 0.5.
12490
12491 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12492
12493         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12494         instead of making an extra function call.  Don't add the current group
12495         to articles only when they have the group.  Use
12496         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12497         Reported by David <de_bb@arcor.de>.
12498
12499 2008-02-24  Miles Bader  <miles@gnu.org>
12500
12501         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12502         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12503         (mm-find-mime-charset-region):
12504         * mm-bodies.el (mm-encode-body):
12505         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12506
12507 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12510         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12511
12512 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12513
12514         * mail-source.el (mail-source-delete-incoming): Change default.
12515         Supplement doc string.
12516
12517         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12518
12519 2008-02-14  Glenn Morris  <rgm@gnu.org>
12520
12521         * time-date.el (format-seconds): New function.
12522
12523 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12524
12525         * nnmail.el (nnmail-message-id-cache-file): Derive from
12526         `gnus-home-directory'.
12527
12528 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12531         Document negative prefix.
12532
12533         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12534
12535 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12536
12537         * message.el (message-unsent-separator): Add the Exim bounce
12538         separator.
12539
12540 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12541
12542         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12543         list.
12544         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12545         recipient/signer list.
12546
12547 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * Makefile.in (datarootdir): Define.
12550         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12551         name that might contain whitespace.
12552
12553 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12554
12555         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12556         fbound (Emacs 23 unicode), signal an error.
12557
12558 2008-02-08  Glenn Morris  <rgm@gnu.org>
12559
12560         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12561
12562 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12563
12564         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12565         ports to the calls to `netrc-machine-user-or-password' in addition to
12566         "imap" and "imaps".
12567
12568 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12569
12570         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12571
12572         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12573
12574 2008-02-01  Kenichi Handa  <handa@m17n.org>
12575
12576         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12577         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12578         (rfc2104-hash): Convert the result of concat to unibyte string.
12579
12580 2008-02-01  Dave Love  <fx@gnu.org>
12581
12582         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12583         coding-system-for-read.
12584         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12585
12586 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12589         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12590         <hanche@math.ntnu.no>.
12591
12592 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12595
12596         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12597
12598 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12599
12600         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12601         * message.el (message-beginning-of-line): Use featurep instead of bound
12602         tests in order to resolve conditionals at compile time.
12603
12604 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12605
12606         * mail-source.el (mail-sources): Add `group' choice.
12607
12608         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12609         parameter `in-group' to control into which group the articles go.
12610         Add treatment of `group' mail-source.
12611
12612 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12615
12616         * mm-decode.el (mm-dissect-buffer): Decode description.
12617
12618         * mml.el (mml-to-mime): Encode message header first.
12619
12620 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12623         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12624
12625         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12626         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12627
12628 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12629
12630         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12631
12632 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12635         prefix keys.
12636         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12637         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12638         gnus-xmas.el.
12639
12640         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12641         (gnus-xmas-article-describe-bindings): New function.
12642         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12643         gnus-xmas-article-describe-bindings.
12644
12645         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12646
12647 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12648
12649         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12650         Add new variables for article mark management.
12651         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12652         list of extra data entries which, when present, will indicate that the
12653         article ID should not be trimmed from the registry.
12654         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12655         functions.
12656         (gnus-registry-read-mark): New function to read a mark name from the
12657         user.
12658         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12659         (gnus-registry-set-article-mark-internal): New functions to add and
12660         remove marks.
12661         (gnus-registry-get-article-marks): New function to show the marks for
12662         an article, or retrieve them for further use.
12663
12664 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12667         keys when no argument is given.
12668
12669 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * imap.el (imap-ping-server): New variable.
12672         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12673         (imap-ping-server): Minor doc string fixes.
12674
12675 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12676
12677         * imap.el (imap-ping-server): New function.
12678         (imap-opened): Call imap-ping-server.
12679
12680 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-sum.el (gnus-article-sort-by-random)
12683         (gnus-thread-sort-by-random): Fix doc strings.
12684         Reported by jidanni@jidanni.org.
12685
12686 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * gnus-art.el (gnus-article-describe-bindings): New function.
12689         (gnus-article-read-summary-keys): Use it.
12690         (gnus-article-mode-map): Bind `C-h b' to it.
12691
12692 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12695         XEmacs.
12696         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12697         Protect against non-character events.
12698
12699         * lpath.el: Fbind map-keymap for Emacs 21.
12700
12701 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12704         New command.
12705         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12706         instead of END.  Change name of the temp file.
12707         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12708         customizable.
12709
12710 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12713         bind `S W' to gnus-article-wide-reply-with-original; set default
12714         binding to gnus-article-read-summary-send-keys.
12715         (gnus-article-read-summary-keys): Fix the order of keys; display
12716         continuation keys correctly in the echo area; describe bindings
12717         correctly when keys end with `C-h'.
12718         (gnus-article-read-summary-send-keys): New function.
12719         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12720         Work for gnus-article-read-summary-send-keys; display continuation keys
12721         correctly in the echo area.
12722         (gnus-article-reply-with-original): Ignore prefix argument.
12723         (gnus-article-wide-reply-with-original): New function.
12724
12725         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12726         Emacs 21.
12727
12728 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12731         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12732
12733 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12736         (gnus-group-read-ephemeral-gmane-group): New command.
12737
12738 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12739
12740         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12741
12742 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * message.el (message-send-mail-function): Increase custom version.
12745
12746         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12747         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12748
12749 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12750
12751         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12752         for the cases where imap-authenticate is called with a nil buffer
12753         parameter.
12754
12755 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12758         html parts correctly; support forwarded messages.
12759         (gnus-article-browse-html-article): Remove work buffers.
12760
12761         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12762         compiling.
12763         (netrc-bound-and-true-p): New macro.
12764         (netrc-parse): Use it instead of bound-and-true-p that is not available
12765         in XEmacs 21.4.
12766
12767 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12768
12769         * gnus-registry.el (gnus-registry-mark-article)
12770         (gnus-registry-article-marks): Add functionality to mark articles
12771         through the Gnus registry.
12772
12773         * encrypt.el: Clarify documentation for the new pgg method.
12774         (encrypt-file-alist): Add PGG option.
12775         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12776         functionality.  Abstract password key and messaging to external
12777         functions.
12778         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12779         (encrypt-message-method-and-cipher): Add new convenience external
12780         functions.
12781         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12782         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12783
12784         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12785         (netrc-parse): Use encrypt-file-alist to determine if
12786         encrypt-find-model or encrypt-insert-file-contents should be used.
12787
12788         * encrypt.el: Clarify documentation.  Load password-cache or
12789         password, whichever one is found first, instead of autoloading.
12790
12791 2007-12-19  Glenn Morris  <rgm@gnu.org>
12792
12793         * mml.el (message-options-set, message-narrow-to-head)
12794         (message-in-body-p, message-mail-p, message-encode-message-body):
12795         Autoload.
12796         (message-remove-header, message-narrow-to-headers-or-head)
12797         (message-subscribed-p, message-make-mail-followup-to)
12798         (message-position-on-field, message-news-p)
12799         (message-options-set-recipient, message-generate-headers)
12800         (message-sort-headers): Declare as functions.
12801
12802 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12805         convention in doc string.
12806
12807 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12810         title to html parts.
12811         (gnus-article-browse-html-article): Pass message header to it.
12812
12813         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12814
12815 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12818         or password compatible with XEmacs.
12819
12820 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12821
12822         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12823         format document.
12824         (gnus-mime-delete-part): Don't write description line if empty.
12825         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12826
12827 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12828
12829         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12830         (gnus-summary-mark-read-and-unread-as-read)
12831         (gnus-summary-mark-current-read-and-unread-as-read)
12832         (gnus-summary-mark-unread-as-ticked): Doc fix.
12833         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12834
12835 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12838         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12839
12840 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12841
12842         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12843         yes-or-no-p.
12844
12845 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * mm-decode.el (mm-add-meta-html-tag): New function.
12848         (mm-save-part-to-file, mm-pipe-part): Use it.
12849
12850         * gnus-art.el (gnus-article-browse-delete-temp-files):
12851         Use gnus-y-or-n-p instead of y-or-n-p.
12852         (gnus-article-browse-html-parts): Work with message/external-body; use
12853         mm-add-meta-html-tag.
12854
12855 2007-12-11  Glenn Morris  <rgm@gnu.org>
12856
12857         * gnus-cache.el: Require gnus-sum not just when compiling.
12858
12859         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12860
12861         * gnus-int.el (gnus-server-opened, gnus-status-message):
12862         Move definitions before use.
12863
12864         * mm-decode.el: Require gnus-util.
12865         (mm-remove-part): Only call delete-annotation on XEmacs.
12866
12867         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12868
12869         * nnmail.el: Require gnus-int.
12870
12871         * spam.el: Move `require's before `eval-when-compile's.
12872
12873         * gnus-ems.el (gnus-alive-p):
12874         * gnus-fun.el (message-goto-eoh):
12875         * gnus-util.el (gnus-group-name-decode):
12876         * mail-source.el (gnus-compress-sequence):
12877         * message.el (Info-goto-node, format-spec):
12878         * mm-bodies.el (message-options-get):
12879         * mm-decode.el (mm-view-pkcs7):
12880         * mm-util.el (gmm-write-region):
12881         * mml-smime.el (mml-compute-boundary)
12882         (gnus-completing-read-with-default):
12883         * mml.el (widget-button-press, gnus-make-hashtable):
12884         * mml1991.el (mm-decode-content-transfer-encoding)
12885         (mm-encode-content-transfer-encoding)
12886         (message-options-get, message-options-set):
12887         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12888         * nnfolder.el (gnus-request-group):
12889         * nnheader.el (ietf-drums-unfold-fws):
12890         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12891         * smime.el (gnus-run-mode-hooks):
12892         * spam-stat.el (gnus-message): Autoload.
12893
12894         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12895         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12896         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12897         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12898         Add declare-function compatibility definition.
12899
12900         * gnus-cache.el (nnvirtual-find-group-art):
12901         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12902         (gnus-add-image, gnus-add-wash-type):
12903         * gnus-group.el (nnkiboze-score-file):
12904         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12905         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12906         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12907         (message-tokenize-header, gnus-get-buffer-create)
12908         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12909         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12910         * gnus.el (gnus-group-decoded-name):
12911         * mail-source.el (imap-capability):
12912         * mm-bodies.el (message-options-set):
12913         * mm-decode.el (gnus-configure-windows):
12914         * mm-extern.el (message-goto-body):
12915         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12916         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12917         (epg-sub-key-validity, message-options-set):
12918         * mml.el (widget-event-point, gnus-configure-windows):
12919         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12920         * mml2015.el (epg-check-configuration, epg-configuration)
12921         (message-options-set):
12922         * nndb.el (nndb-request-article):
12923         * nnfolder.el (gnus-request-create-group):
12924         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12925         * nnmaildir.el (gnus-group-mark-article-read):
12926         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12927         * rfc1843.el (message-fetch-field):
12928         * spam.el (gnus-extract-address-components):
12929         Declare as functions.
12930
12931 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12934
12935         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12936
12937         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12938         bind show-trailing-whitespace for XEmacs.
12939
12940 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12943         new no-op macro for backward compatibility.
12944
12945         * imap.el (imap-string-to-integer): New function.
12946
12947 2007-12-09  Glenn Morris  <rgm@gnu.org>
12948
12949         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12950
12951         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12952         * message.el, mm-view.el, sieve-manage.el, smime.el:
12953         Add declare-function compatibility definition.
12954
12955         * gnus-art.el (w3-region, w3m-region, Info-menu):
12956         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12957         * gnus-sum.el (gnus-get-predicate):
12958         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12959         * message.el (mail-abbrev-in-expansion-header-p):
12960         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12961         (w3m-detect-meta-charset, w3m-region):
12962         * sieve-manage.el (password-read, password-cache-add)
12963         (password-cache-remove):
12964         * smime.el (password-read-and-add): Declare as functions.
12965
12966 2007-12-08  David Kastrup  <dak@gnu.org>
12967
12968         * gnus-sum.el (gnus-summary-simplify-subject-query):
12969         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12970         `message'.
12971
12972 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12975         it to bind idna-program, installation-directory, defined-colors, and
12976         face-attribute for XEmacs of the version that compiles defcustom forms.
12977
12978 2007-12-07  Glenn Morris  <rgm@gnu.org>
12979
12980         * gnus-art.el (article-make-date-line): Revert previous change.
12981
12982 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12985
12986 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12987
12988         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12989         Call gnus-add-to-range ranges only once with a prepared article-list.
12990
12991 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12992
12993         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12994         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12995         group names with backslashes.
12996         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12997
12998 2007-12-06  Deepak Goel  <deego3@gmail.com>
12999
13000         * gnus-art.el (article-make-date-line):
13001         * gnus-start.el (gnus-load):
13002         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13003
13004 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * gnus-art.el (gnus-use-idna):
13007         * gnus-start.el (gnus-site-init-file):
13008         * message.el (message-use-idna):
13009         * mm-uu.el (mm-uu-hide-markers):
13010         * smiley.el (smiley-style): Revert changes that suppress warnings.
13011
13012 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13015         specify charset to html source.
13016         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13017
13018 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13021         idna-program in order to suppress byte compile warning issued by XEmacs
13022         that came to byte compile the default value section of defcustom forms
13023         recently.
13024
13025         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13026         value of installation-directory.
13027
13028         * message.el (message-use-idna): Don't directly refer to the value of
13029         idna-program.
13030
13031         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13032
13033         * smiley.el (smiley-style): Don't directly call face-attribute.
13034
13035 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13036
13037         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13038
13039         * gnus-dired.el: Reduce Gnus dependencies.
13040         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13041         Don't require.  Use autoloads instead.
13042         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13043         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13044         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13045         (gnus-dired-mode): Adjust doc string.
13046         (gnus-dired-mail-mode): New variable.
13047         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13048         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13049         (gnus-dired-mail-buffers): New function.  Return mail or message
13050         composition buffers.
13051         (gnus-dired-attach): Use it.
13052         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13053         NO-DECODE.
13054         (gnus-dired-print): Use `gnus-print-buffer' depending on
13055         `gnus-dired-mail-mode'.
13056
13057 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * rfc2047.el (rfc2047-encoded-word-regexp)
13060         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13061         explaining what regexp patterns are for.
13062
13063 2007-12-04  Glenn Morris  <rgm@gnu.org>
13064
13065         * password.el: Move to password-cache.el.
13066
13067         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13068         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13069         * mml-smime.el (password-read, password-cache-add)
13070         (password-cache-remove):
13071         No need to autoload, since mml-sec requires password.
13072
13073         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13074         * message.el (gnus-extract-address-components):
13075         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13076
13077         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13078         password.
13079
13080 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * mailcap.el: Reduce dependencies.
13083         (mail-header-parse-content-type): Autoload.
13084         (mailcap-delete-duplicates): New alias.
13085         (mailcap-mime-info): Add optional argument NO-DECODE.
13086         (mailcap-mime-types): Use mailcap-delete-duplicates.
13087
13088         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13089
13090 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13091
13092         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13093         (imap-parse-status): Upcase status-att for servers that sends them
13094         lower-case (e.g., MS Exchange 2007).
13095
13096 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13097
13098         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13099         function.
13100
13101         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13102         (gnus-uu-yenc-article): New function.
13103
13104         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13105
13106         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13107
13108 2007-12-02  Glenn Morris  <rgm@gnu.org>
13109
13110         * binhex.el (binhex): New custom group.
13111         (binhex-decoder-program, binhex-decoder-switches)
13112         (binhex-use-external): Move to the binhex custom group.
13113
13114         * uudecode.el (uudecode): New custom group.
13115         (uudecode-decoder-program, uudecode-decoder-switches)
13116         (uudecode-use-external): Move to the uudecode custom group.
13117
13118         * netrc.el (top-level): Don't load `encrypt' features.
13119         (netrc-parse): Don't use encrypt.
13120         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13121
13122         * encrypt.el: Remove file.
13123
13124 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13127         matches on patches.
13128
13129         * gnus-art.el (gnus-article-browse-html-article):
13130         Mention `mm-text-html-renderer' in the doc string.
13131
13132         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13133         string.  Add comments.
13134
13135         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13136         if rhs is ASCII.
13137
13138 2007-12-01  Glenn Morris  <rgm@gnu.org>
13139
13140         * mail-source.el (top-level): Require format-spec before
13141         eval-when-compile.
13142
13143 2007-11-30  Glenn Morris  <rgm@gnu.org>
13144
13145         * encrypt.el: Require password, rather than autoloading password-read.
13146
13147 2007-11-29  Glenn Morris  <rgm@gnu.org>
13148
13149         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13150         (sasl-make-client, sasl-next-step, sasl-step-data)
13151         (sasl-step-set-data): Declare as functions.
13152
13153 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13156
13157 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13158
13159         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13160         certs should be verified and what is to be done in the event of a
13161         verification failure.
13162
13163         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13164         caller can indicate whether the cache should be disregarded for this
13165         call.  This way the result of the call is reproducible at all times and
13166         can be considered a canonical server name for the supplied method.
13167         (gnus-agent-method-p): Canonicalize server names by pushing their
13168         method through `gnus-method-to-server' using the no-cache argument.
13169
13170         * gnus-srvr.el (gnus-server-insert-server-line):
13171         Call `gnus-method-to-server' with `no-cache' argument.
13172
13173         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13174         gnus-agent-possibly-synchronize-flags as this should be called when the
13175         server is actually being opened.
13176         (gnus-agent-possibly-synchronize-flags)
13177         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13178         flags file of an agentized server to the latter function.
13179
13180         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13181         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13182         after a connection has been established successfully.
13183
13184 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-art.el (article-display-face): Force to display face if called
13187         interactively; check if gnus-article-x-face-too-ugly matches author.
13188         (article-display-x-face): Display face even if From header is missing
13189         as article-display-face does.
13190
13191 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13192
13193         * hashcash.el (message-narrow-to-headers-or-head)
13194         (message-fetch-field, message-goto-eoh)
13195         (message-narrow-to-headers): Declare as functions.
13196
13197 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * mail-source.el (mail-sources): Default to fetch from file for
13200         compatibility with default of nnmail-spool-file.
13201
13202 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13205         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13206         to look for encoded word that should be encoded again.
13207         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13208         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13209         encoding pattern.
13210         (rfc2047-decode-region): Switch strict regexp and loose one according
13211         to rfc2047-allow-irregular-q-encoded-words.
13212
13213 2007-11-25  Romain Francoise  <romain@orebokech.com>
13214
13215         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13216
13217 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13218
13219         * tls.el (tls-program): Provide more custom choices from
13220         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13221         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13222
13223 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13226         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13227
13228         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13229         `nnmail-spool-file'.
13230
13231         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13232         `nnmail-spool-file'.
13233
13234         * gnus-move.el (gnus-change-server): Ditto.
13235
13236         * gnus-kill.el (gnus-batch-score): Ditto.
13237
13238         * gnus-cache.el (gnus-jog-cache): Ditto.
13239
13240         * gnus-msg.el (gnus-summary-reply):
13241         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13242
13243 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13244
13245         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13246         version.  Minor improvement to doc strings.
13247         (tls-program): Add comment.
13248
13249 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13250
13251         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13252         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13253         mismatch between the hostname provided in the certificate and the name
13254         of the host connnecting to.
13255         (open-tls-stream): Use them.  Check certificates against trusted root
13256         certificates.
13257
13258 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * gnus-cache.el (gnus-cache-generate-nov-databases):
13261         Use nnml-generate-nov-databases-directory instead of
13262         nnml-generate-nov-databases-1.
13263
13264 2007-11-24  Glenn Morris  <rgm@gnu.org>
13265
13266         * message.el (message-tool-bar-retro): Update for rename
13267         mail_send.xpm->mail-send.xpm.
13268
13269 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13272         `smime-ldap-search' for Emacs 22 and up.
13273
13274 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13275
13276         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13277
13278         * message.el (message-send-mail-function): Fix error convention.
13279         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13280         (message-widen-reply, message-send-mail, message-talkative-question)
13281         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13282         (message-clone-locals, message-send-news): Use with-current-buffer.
13283         (message-insert-or-toggle-importance): Remove unused var `valid'.
13284         (message-make-references): Remove unused var `new-references'.
13285         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13286
13287 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13288
13289         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13290         (spam-split-symbolic-return-positive): Reflow docstring.
13291         (spam-backends, spam-summary-exit-behavior)
13292         (spam-mark-ham-unread-before-move-from-spam-group)
13293         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13294         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13295         (spam-clear-cache, spam-backend-check, spam-install-backend)
13296         (spam-install-statistical-backend, spam-list-of-processors)
13297         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13298         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13299         (spam-check-crm114, spam-initialize, spam-unload-hook):
13300         Fix typos in docstrings.
13301
13302 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13303
13304         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13305         been checked if they have never been read and those group levels are
13306         higher than the one that a user specified.
13307
13308 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13311         foreign groups unless a group level is specified by a user.
13312         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13313
13314 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * message.el (message-send-mail-function): Require sendmail.
13317
13318 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * message.el (message-send-mail-function): Check for smtpmail too.
13321
13322         * utf7.el (utf7-encode, utf7-decode): Use coding system
13323         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13324
13325         * message.el (message-send-mail-function): New function.
13326         (message-send-mail-function): Set default using
13327         message-send-mail-function.  Adjust doc string.
13328         (message-send-mail-with-mailclient): New function.
13329
13330 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13331
13332         * smime.el (from):
13333         * rfc2047.el (message-posting-charset):
13334         * qp.el (mm-use-ultra-safe-encoding):
13335         * pop3.el (parse-time-months):
13336         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13337         * nnml.el (files):
13338         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13339         (jka-compr-compression-info-list, ange-ftp-path-format)
13340         (efs-path-regexp):
13341         * nndiary.el (files):
13342         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13343         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13344         (epg-digest-algorithm-alist, inhibit-redisplay)
13345         (password-cache-expiry):
13346         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13347         (pgg-output-buffer, password-cache-expiry):
13348         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13349         (efs-path-regexp):
13350         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13351         (inhibit-redisplay):
13352         * mm-uu.el (file-name, start-point, end-point, entry)
13353         (gnus-newsgroup-name, gnus-newsgroup-charset):
13354         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13355         (latin-unity-ucs-list):
13356         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13357         (mm-uu-binhex-decode-function):
13358         * message.el (gnus-message-group-art, gnus-list-identifiers)
13359         (rmail-enable-mime-composing, gnus-local-organization)
13360         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13361         (gnus-read-active-file, facemenu-add-face-function)
13362         (facemenu-remove-face-function, gnus-article-decoded-p)
13363         (tool-bar-mode):
13364         * mail-source.el (display-time-mail-function):
13365         * gnus-util.el (nnmail-pathname-coding-system)
13366         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13367         (gnus-original-article-buffer, gnus-user-agent)
13368         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13369         (xemacs-codename, sxemacs-codename, emacs-program-version):
13370         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13371         * gnus-start.el (gnus-agent-covered-methods)
13372         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13373         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13374         (gnus-newsgroup-headers, gnus-group-list-mode)
13375         (gnus-group-mark-positions, gnus-newsgroup-data)
13376         (gnus-newsgroup-unreads, nnoo-state-alist)
13377         (gnus-current-select-method, mail-sources)
13378         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13379         (nnmail-spool-file, gnus-cache-active-hashtb):
13380         * gnus-mh.el (mh-lib-progs):
13381         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13382         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13383         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13384         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13385         (gnus-group-buffer):
13386         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13387         (font-lock-set-defaults):
13388         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13389         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13390         (gnus-summary-post-menu, total-parts, type, condition, length):
13391         * gnus-agent.el (gnus-agent-read-agentview):
13392         * flow-fill.el (show-trailing-whitespace):
13393         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13394         eval-and-compile wrappers for byte compiler pacifiers.
13395
13396         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13397         (mm-display-inline-fontify): Check for featurep 'xemacs not
13398         extent-list.
13399
13400         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13401         itimer-list.
13402         (mm-create-image-xemacs): Only do something for XEmacs.
13403         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13404
13405         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13406
13407         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13408         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13409
13410 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13411
13412         * nnimap.el (nnimap-split-download-body):
13413         * gnus-demon.el (gnus-demon):
13414         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13415
13416 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13419         New macros.
13420         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13421         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13422         copy data from unibyte buffer to multibyte current buffer.
13423         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13424         to copy data from unibyte current buffer to multibyte buffer.
13425         (nntp-make-process-buffer): Make process buffer unibyte.
13426
13427         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13428
13429 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13430
13431         * pop3.el (pop3-open-server): Accept and process data more robustly at
13432         connection start to avoid spurious "POP SSL connection failed" errors.
13433
13434 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13437         read group names.
13438
13439 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13440
13441         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13442
13443 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13446         (nnmail-save-active): Use a unibyte buffer when saving active file,
13447         which may contain non-ASCII group names.
13448
13449         * nnml.el (nnml-request-group): Decode group names in messages.
13450
13451 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * message.el (message-citation-line-function)
13454         (message-insert-formatted-citation-line): Fix spelling of
13455         `message-insert-formated-citation-line'.
13456
13457 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13460
13461 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13464         nnmail-pathname-coding-system.
13465
13466         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13467         that a user enters; decode group names in messages.
13468
13469         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13470
13471 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13474
13475         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13476
13477         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13478         risky local variable.
13479
13480         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13481
13482 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13483
13484         * encrypt.el: Improve documentation to fix function name typo.
13485         Reported by Daiki Ueno <ueno@unixuser.org>.
13486
13487 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13490         even if the point is not in the last page of an article.
13491         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13492         back to the previous page.
13493
13494 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13497
13498 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13501
13502 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13503
13504         * message.el (message-check-news-body-syntax):
13505         Avoid mm-string-as-multibyte.
13506         (message-hide-headers): Don't assume (point-min)==1.
13507
13508 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * message.el (message-remove-blank-cited-lines): Fix if remove is
13511         given.
13512         (message-bogus-address-regexp): New variable.
13513         (message-bogus-recipient-p): New function.
13514         (message-check-recipients): New command.
13515         (message-syntax-checks): Add `bogus-recipient'.
13516         (message-fix-before-sending): Add `bogus-recipient'.
13517
13518         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13519         (gnus-treat-body-boundary): Don't test window-system.
13520
13521 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13522
13523         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13524
13525 2007-10-28  Miles Bader  <miles@gnu.org>
13526
13527         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13528         at compile-time too.
13529
13530 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * gnus-msg.el (gnus-message-setup-hook):
13533         Add `message-remove-blank-cited-lines' to options.
13534
13535 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13536
13537         * message.el (message-remove-blank-cited-lines): New function.
13538         Suggested by Karl Plästerer.
13539
13540 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13543         mapc.
13544
13545         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13546         (top-level): Use mapc to set functions to be traced for debugging.
13547
13548         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13549         called for effect with while loop.
13550
13551         * message.el (message-talkative-question): Replace mapcar called for
13552         effect with mapc.
13553
13554         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13555         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13556         called for effect with dolist.
13557
13558         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13559
13560         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13561         gnus-extra-headers and nnmail-extra-headers.
13562
13563         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13564         called for effect with dolist.
13565         (top-level): Use mapc to set functions to be traced for debugging.
13566
13567         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13568         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13569         dolist.
13570
13571         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13572         Replace mapcar called for effect with mapc.
13573         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13574         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13575         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13576         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13577
13578         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13579         remove-if that's a cl function.
13580
13581         * webmail.el (webmail-debug): Replace mapcar called for effect with
13582         dolist.
13583
13584         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13585         with mapc.
13586
13587 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13590         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13591         with while loop.
13592
13593         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13594         functions from article-* functions.
13595         (gnus-multi-decode-header): Replace mapcar called for effect with
13596         dolist.
13597
13598         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13599         (gnus-bookmark-show-details): Replace mapcar called for effect with
13600         while loop.
13601
13602         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13603         called for effect with while loop.
13604
13605         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13606         with dolist.
13607
13608         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13609         Replace mapcar called for effect with dolist.
13610
13611         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13612
13613         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13614         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13615         Replace mapcar called for effect with dolist.
13616         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13617         mapc.
13618
13619         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13620         Replace mapcar called for effect with dolist.
13621         (gnus-topic-list): Replace mapcar called for effect with mapc.
13622
13623         * gnus.el: Use mapc instead of mapcar to add autoloads.
13624
13625 2007-10-23  Richard Stallman  <rms@gnu.org>
13626
13627         * gnus-group.el (gnus-group-highlight): Mark as risky.
13628
13629 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus.el (gnus-server-to-method): Return method found first in
13632         gnus-newsrc-alist.
13633
13634         * gnus-art.el (gnus-article-highlight-signature)
13635         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13636         button overlay without the front stickiness.
13637
13638 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13639
13640         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13641         overview buffer needed a catch to receive its throw.
13642         (gnus-agent-flush-cache): Declare as interactive to make this function
13643         easier to use.
13644
13645 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13646
13647         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13648         `next-line'.
13649
13650 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13653         exclude address matching message-dont-reply-to-names.
13654
13655 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-util.el (gnus-string<): New function.
13658
13659         * gnus-sum.el (gnus-article-sort-by-author)
13660         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13661
13662 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13665         the frame-focus tag is set in gnus-buffer-configuration.
13666
13667 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13670         the front stickiness.
13671
13672 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13675         url pattern; remove duplicate one.
13676         (gnus-article-extend-url-button): New function.
13677         (gnus-article-add-buttons): Use it.
13678         (gnus-button-push): Use concatenated url that it makes.
13679
13680 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13681
13682         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13683
13684 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13685
13686         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13687         Don't hardcode point-min==1.
13688
13689 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13692         Fix comment about "iso8859-1".
13693
13694 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13695
13696         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13697         ones returned from the verify-function.
13698
13699         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13700         Call mml2015-extract-cleartext-signature if extraction failed.
13701
13702 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13703
13704         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13705         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13706         failed.
13707
13708 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13709
13710         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13711
13712 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13715         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13716         recommends to use EasyPG instead of PGG.
13717
13718         * pgg.el: Revert to revision 6.23.2.16.
13719
13720         * pgg-def.el: Revert to revision 6.6.2.14.
13721
13722         * pgg-gpg.el: Revert to revision 6.23.2.34.
13723
13724 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13725
13726         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13727         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13728         thread for both the null and zero (kill/expire thread) universal prefix
13729         cases.
13730         (gnus-summary-expire-thread): Add new function to expire a thread,
13731         using gnus-summary-kill-thread.
13732         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13733         shortcuts for gnus-summary-expire-thread.
13734         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13735         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13736
13737 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13738
13739         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13740         extras value, so an extras entry can be deleted.
13741         (gnus-registry-delete-extra-entry): Use it.
13742         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13743         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13744         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13745         storage through the gnus-registry, and provide an appropriate API for
13746         it.
13747
13748 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13751         Suggested by Leo <sdl.web@gmail.com>.
13752
13753         * gnus.el: Do.
13754
13755 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13758         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13759
13760         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13761
13762         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13763         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13764
13765 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13768         newline.
13769         (nnmbox-request-accept-article): Don't change article in source buffer;
13770         narrow to header to use message-fetch-field rather than
13771         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13772         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13773         as delimiters; make sure article ends with newline.
13774         (nnmbox-delete-mail): Correct last position of article to be deleted;
13775         ignore X-Gnus-Newsgroup header in article body.
13776         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13777         positions; make sure article ends with newline.
13778
13779         * message.el (message-display-abbrev): Don't infloop when a user
13780         inserts SPC in the beginning of header.
13781
13782         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13783         coding-system-for-read and coding-system-for-write for XEmacs having no
13784         file-coding feature.
13785
13786         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13787
13788 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13789
13790         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13791         list of groups not followed by default.  Fix type to be regexp.
13792         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13793
13794 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13795
13796         * hmac-def.el (define-hmac-function): Switch from old-style to
13797         new-style backquotes.
13798
13799         * md4.el (md4-make-step): Likewise.
13800
13801 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13804         raw-text coding system when saving .newsrc file, which may contain
13805         non-ASCII group names.
13806
13807 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * gnus-cus.el (gnus-score-extra): New widget.
13810         (gnus-score-extra-convert): New function.
13811         (gnus-score-customize): Use it for Extra.
13812
13813 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13814
13815         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13816         (mml2015-mailcrypt-clear-verify): Use it.
13817         (mml2015-gpg-clear-verify): Use it.
13818         (mml2015-pgg-clear-verify): Use it.
13819         (mml2015-epg-clear-verify): Replace the current part with the output
13820         from GnuPG; don't extract the plaintext by itself.
13821
13822         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13823         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13824         mml2015-clear-verify-function; don't touch the armor headers or
13825         dash-escaped text here.
13826
13827 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13830         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13831         parts, or application/octet-stream as a last resort.
13832         (gnus-mime-view-part-as-type): Don't toggle display.
13833         (gnus-mime-view-part-as-charset): Don't turn off display before
13834         querying charset.
13835
13836         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13837         stuff to undisplayer function in Emacs.
13838         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13839
13840         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13841         text/calendar parts.
13842
13843 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13846         decoding text/calendar parts.
13847
13848         * message.el (message-forward-make-body-mime): Always mark body as
13849         having no illegible text; remove signed-or-encrypted argument.
13850         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13851
13852         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13853         (mml-generate-mime-1): Don't encode body if it is specified to be in
13854         raw form; don't make buffer be unibyte when inserting multibyte string.
13855
13856 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13857
13858         * sha1.el: Fix up comment style.
13859         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13860         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13861
13862         * hex-util.el: Fix up comment style.
13863         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13864
13865         * gnus-salt.el: Use with-current-buffer.
13866         (gnus-pick-setup-message): Fix long-standing typo.
13867
13868 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * imap.el (imap-logout-timeout): New variable.
13871         (imap-logout, imap-logout-wait): New functions.
13872         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13873
13874         * nnimap.el (nnimap-logout-timeout): New server variable.
13875         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13876         nnimap-logout-timeout.
13877
13878         * gnus-art.el (gnus-article-summary-command-nosave)
13879         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13880
13881 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * gnus.el (gnus-maximum-newsgroup): New variable.
13884
13885         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13886         according to gnus-maximum-newsgroup.
13887
13888         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13889         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13890         Limit the range of articles according to gnus-maximum-newsgroup.
13891
13892 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13893
13894         * gnus-art.el (gnus-sticky-article): Fix problems described in
13895         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13896         Don't perform gnus-configure-windows here; reuse existing sticky
13897         article buffer.
13898
13899         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13900         it doesn't exist in gnus-article-mode.
13901
13902 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13905         (gnus-agent-decoded-group-name): New function.
13906         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13907         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13908
13909 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13910
13911         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13912         Add binding for gnus-sticky-article.
13913         (gnus-summary-exit): Don't kill sticky article buffers.
13914
13915         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13916         article buffer.
13917         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13918         (gnus-kill-sticky-article-buffers): New commands.
13919
13920 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * nntp.el (nntp-xref-number-is-evil): New server variable.
13923         (nntp-find-group-and-number): If it is non-nil, don't trust article
13924         numbers in the Xref header.
13925
13926 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-agent.el (gnus-agent-read-group): New function.
13929         (gnus-agent-flush-group, gnus-agent-expire-group)
13930         (gnus-agent-regenerate-group): Use it.
13931         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13932         nnmail-pathname-coding-system.
13933
13934 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13937
13938         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13939         that are unread as unread, and also as selected so that information of
13940         marks having been changed by a user may be updated when exiting group.
13941
13942 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13945
13946 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13949         calculated ignoring signature parts to gnus-treat-article.
13950
13951 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13954         a point here in order to keep the window start.
13955         (gnus-insert-mime-security-button): Make a button overlay without the
13956         front stickiness.
13957         (gnus-mime-display-security): Goto the end of a button.
13958
13959         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13960
13961 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13964         group-name-at-point.
13965         (gnus-group-completing-read): New function that offers decoded
13966         non-ASCII group names for completion.
13967         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13968         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13969         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13970         (gnus-group-fetch-control): Use it.
13971         (gnus-fetch-group): Use group-name-at-point for the initial value
13972         rather than the default value; use gnus-alive-p.
13973
13974         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13975         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13976         (gnus-summary-post-news): Use gnus-group-completing-read.
13977
13978         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13979         (gnus-read-move-group-name): Decode group name for completion.
13980
13981 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13982
13983         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13984         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13985         Yamaoka slightly modified the code).
13986
13987 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13990         (nnmail-split-incoming): Bind it.
13991
13992         * nnml.el (nnml-group-name-charset): New function.
13993         (nnml-decoded-group-name): Use it; don't decode group name if
13994         nnmail-group-names-not-encoded-p is non-nil.
13995         (nnml-encoded-group-name): New function.
13996         (nnml-group-pathname): Inline nnml-decoded-group-name.
13997         (nnml-request-expire-articles): Decode group name in message.
13998         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13999         nnmail-pathname-coding-system.
14000         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14001         not decoded ones according to nnmail-group-names-not-encoded-p.
14002         (nnml-generate-active-info): Use nnml-encoded-group-name.
14003
14004 2007-08-08  Glenn Morris  <rgm@gnu.org>
14005
14006         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14007         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14008         doc-strings and comments.
14009
14010 2007-07-25  Glenn Morris  <rgm@gnu.org>
14011
14012         * Relicense all FSF files to GPLv3 or later.
14013
14014 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-sum.el (gnus-summary-move-article):
14017         Make gnus-summary-respool-article work.
14018
14019 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14020
14021         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14022         string.
14023
14024 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14025
14026         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14027         that should be ignored when comparing distant RSS articles with local
14028         ones.
14029         (nnrss-make-hash-index): New function.  Create a hash index according
14030         to the ignored fields.
14031         (nnrss-check-group): Use it.
14032
14033 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14036
14037         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14038
14039         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14040         the new optional argument ENCODED is non-nil.
14041         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14042         coding system for encoding group name.
14043         (gnus-group-make-rss-group): Pass un-encoded group name to
14044         gnus-group-make-group.
14045         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14046         encoded.
14047
14048         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14049         Encode group name to which articles are moved or copied.
14050         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14051         coding system for encoding Newsgroup, Followup-To and Xref headers.
14052
14053         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14054         marks; use nnheader-file-coding-system to write a file.
14055         (nnagent-retrieve-headers): Bind file-name-coding-system to
14056         nnmail-pathname-coding-system.
14057
14058         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14059
14060         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14061         (nnml-request-article, nnml-request-create-group)
14062         (nnml-request-rename-group, nnml-find-id)
14063         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14064         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14065         (nnml-save-marks): Use nnml-group-pathname instead of
14066         nnmail-group-pathname.
14067
14068         (nnml-request-create-group, nnml-request-expire-articles)
14069         (nnml-request-move-article, nnml-request-delete-group)
14070         (nnml-deletable-article-p, nnml-possibly-create-directory)
14071         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14072         (nnml-open-marks): Bind file-name-coding-system to
14073         nnmail-pathname-coding-system.
14074
14075         (nnml-request-article): Pass server argument to nnml-find-group-number.
14076         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14077         Pass server argument to nnml-possibly-create-directory.
14078         (nnml-request-accept-article): Pass server argument to
14079         nnml-active-number and nnml-save-mail.
14080         (nnml-find-group-number): Pass server argument to nnml-find-id.
14081         (nnml-request-update-info): Pass server argument to
14082         nnml-marks-changed-p.
14083
14084         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14085         (nnml-save-mail, nnml-active-number): Add server argument.
14086
14087         (nnml-request-delete-group): Warn if group is missing.
14088         (nnml-get-nov-buffer): Decode group name.
14089         (nnml-generate-active-info): Encode group name.
14090         (nnml-open-marks): Decode group name in messages.
14091
14092 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14095         if it is not specified.
14096         (gnus-article-pipe-part, gnus-article-save-part)
14097         (gnus-article-interactively-view-part, gnus-article-copy-part)
14098         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14099         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14100         (gnus-article-replace-part, gnus-article-delete-part)
14101         (gnus-article-view-part-as-type): Pass raw prefix argument to
14102         gnus-article-part-wrapper.
14103
14104 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * gnus-agent.el (gnus-agent-save-active):
14107         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14108
14109         * gnus-cache.el (gnus-cache-save-buffers)
14110         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14111         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14112         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14113         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14114         (gnus-cache-generate-active, gnus-cache-rename-group)
14115         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14116         (gnus-cache-update-overview-total-fetched-for):
14117         Bind file-name-coding-system to nnmail-pathname-coding-system.
14118         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14119         New variables.
14120         (gnus-cache-decoded-group-name): New function.
14121         (gnus-cache-file-name): Use it.
14122         (gnus-cache-generate-active): Use non-decoded group name for active.
14123
14124         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14125         right place.
14126         (gnus-write-active-file): Don't break non-ASCII group names.
14127
14128         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14129         nnmail-pathname-coding-system.
14130
14131         * lpath.el: Bind default-file-name-coding-system,
14132         file-name-coding-system and language-info-alist for XEmacs.
14133
14134         * gnus-uu.el (gnus-uu-decode-save): Typo.
14135
14136 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14139
14140 2007-07-14  David Kastrup  <dak@gnu.org>
14141
14142         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14143         finishing actions if we did not edit the article.
14144
14145 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14148         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14149         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14150         (gnus-agent-flush-group, gnus-agent-flush-cache)
14151         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14152         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14153         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14154         (gnus-agent-regenerate-group)
14155         (gnus-agent-update-files-total-fetched-for)
14156         (gnus-agent-update-view-total-fetched-for):
14157         Bind file-name-coding-system to nnmail-pathname-coding-system.
14158         (gnus-agent-group-pathname): Don't encode file names by
14159         nnmail-pathname-coding-system.
14160         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14161         coding-system-for-write instead of buffer-file-coding-system to
14162         gnus-agent-file-coding-system.
14163
14164         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14165         Decode group name.
14166
14167         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14168
14169         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14170         (gnus-read-newsrc-el-file): Make group names unibyte.
14171
14172         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14173         nnmail-pathname-coding-system.
14174
14175         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14176         (nnrss-request-delete-group): Bind file-name-coding-system to
14177         nnmail-pathname-coding-system.
14178         (nnrss-read-server-data, nnrss-read-group-data):
14179         Bind file-name-coding-system correctly.
14180         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14181
14182         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14183         (nntp-server-to-method-cache): New variable.
14184         (nntp-group-pathname): New function that decodes non-ASCII group names.
14185         (nntp-possibly-create-directory, nntp-marks-changed-p)
14186         (nntp-save-marks, nntp-open-marks): Use it.
14187         (nntp-possibly-create-directory, nntp-open-marks):
14188         Bind file-name-coding-system to nnmail-pathname-coding-system.
14189         (nntp-open-marks): Decode group names when bootstrapping marks.
14190
14191         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14192         Newsgroups and Followup-To headers.
14193
14194 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14197         (gnus-server-closed-face, gnus-server-denied-face)
14198         (gnus-server-offline-face): Remove variable.
14199         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14200
14201         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14202         of modifying message-stack directly for XEmacs.
14203
14204         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14205         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14206         if the coding-system argument is nil for XEmacs.
14207
14208         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14209         mm-charset-override-alist.
14210
14211         * rfc2047.el: Don't require base64; require rfc2045 for the function
14212         rfc2045-encode-string.
14213         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14214         to quote the parameter value.
14215
14216 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14219         form in gnus-group-name-charset-method-alist.
14220
14221         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14222         overrides the default layout edit-form.
14223
14224         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14225
14226         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14227
14228 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14231         as unfetched articles.
14232
14233 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14236
14237 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14240         original back end that keeps marks in the local system.
14241
14242 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14245         arg of pop-to-buffer for XEmacs.
14246         (gnus-article-read-summary-keys): Ditto; don't restore window
14247         configuration if summary command ends up with neither article buffer
14248         nor summary buffer; describe bindings if summary keys end with C-h.
14249
14250 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * message.el (message-fix-before-sending): Skip raw message part to be
14253         forwarded while checking illegible text.
14254         (message-forward-make-body-mime, message-forward-make-body):
14255         Mark signed or encrypted raw message as having no illegible text.
14256
14257 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14260         (gnus-message-with-timestamp-1): New macro.
14261         (gnus-message-with-timestamp): New function.
14262         (gnus-message): Use them.
14263
14264         * nnheader.el (nnheader-message): Use them.
14265
14266 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14267
14268         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14269         .newsrc.eld file.
14270
14271 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * gnus-agent.el (gnus-agent-fetch-headers)
14274         (gnus-agent-retrieve-headers):
14275         Bind gnus-decode-encoded-address-function to identity.
14276
14277         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14278         available also when the server returns simply a dot.
14279
14280         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14281
14282 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14285
14286 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * gnus-ems.el (gnus-x-splash): Make it work.
14289
14290         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14291         from being used.
14292
14293         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14294
14295 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14298         4th and the 5th arguments.
14299
14300         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14301         the front stickiness.
14302         (gnus-article-summary-command-nosave): Correct the order of the
14303         arguments passed to pop-to-buffer.
14304         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14305         summary command ends up with the article buffer.
14306
14307         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14308         the same faces.
14309
14310 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14311
14312         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14313
14314 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14315
14316         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14317         * gnus-sum.el (gnus-summary-highlight):
14318         * pgg.el (pgg-sign-region, pgg-sign):
14319         * mail-source.el (mail-source-delete-old-incoming-confirm):
14320         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14321
14322 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * gnus-art.el (gnus-mime-view-part-externally)
14325         (gnus-mime-view-part-internally): Fix predicate function passed to
14326         completing-read.
14327
14328         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14329
14330         * gnus.el (gnus-update-message-archive-method): Add :version.
14331
14332 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * gnus.el (gnus-update-message-archive-method): New variable.
14335
14336         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14337         according to gnus-message-archive-method if
14338         gnus-update-message-archive-method is non-nil.
14339
14340 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14343         Suggested by Loic Dachary <loic@dachary.org>.
14344         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14345
14346 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * message.el (message-pop-to-buffer): Add switch-function argument.
14349         (message-mail): Pass switch-function argument to it.
14350
14351 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14354         Improve doc string.
14355
14356 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14359         (gnus-header-content):
14360         * gnus-cite.el (gnus-cite-10):
14361         * gnus-srvr.el (gnus-server-closed):
14362         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14363         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14364         (gnus-group-mail-3-empty, gnus-group-mail-low)
14365         (gnus-group-mail-low-empty, gnus-splash):
14366         * message.el (message-header-to, message-header-cc)
14367         (message-header-subject, message-header-other, message-header-name)
14368         (message-header-xheader, message-separator, message-cited-text)
14369         (message-mml): Lighten colors of faces used for dark background.
14370
14371 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14372
14373         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14374         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14375
14376 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * message.el (message-narrow-to-headers-or-head):
14379         Ignore mail-header-separator in the body.
14380
14381 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14384         same as window size.
14385
14386 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14387
14388         * message.el (message-font-lock-keywords): Use message-header-xheader
14389         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14390         ahead of the anything pattern, to get it recognized.
14391
14392 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14395         spam.el loads uses it in the compiled defadvice form.
14396
14397 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14398
14399         * gnus-sum.el (gnus-articles-to-read)
14400         (gnus-summary-insert-old-articles): Don't truncate group name for
14401         `read-string'.
14402
14403         * gnus-util.el (gnus-limit-string): Delete this function.
14404
14405         * gnus-sum.el (gnus-simplify-subject-fully):
14406         Use `truncate-string-to-width' instead.
14407
14408 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14409
14410         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14411         Tell if, on summary exit, the next group has to be selected.
14412         (gnus-summary-exit): Use it.
14413
14414 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14417         non-break space.
14418
14419 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14422         Check if group is not a directory.
14423         (nnfolder-request-expire-articles): Don't delete articles if the target
14424         group is not available.
14425
14426         * nnml.el (nnml-request-create-group): Properly check if group is not a
14427         file.
14428         (nnml-request-expire-articles): Don't delete articles if the target
14429         group is not available.
14430
14431         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14432         Don't quote characters that are within parentheses.
14433
14434 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14437         (gnus-handle-ephemeral-exit): Select article according to it.
14438
14439 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * message.el (message-insert-formated-citation-line): Remove newline.
14442         (message-citation-line-format): Add final \n here so that the user can
14443         avoid a blank line.
14444
14445 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14446
14447         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14448         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14449         Update lanl/arXiv support.
14450
14451 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14452
14453         * gnus.el: Bump version number.
14454
14455 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14456
14457         * gnus.el (gnus-version-number): Bump version.
14458
14459 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14460
14461         * gnus.el: No Gnus v0.6 is released.
14462
14463 2007-04-27  Didier Verna  <didier@xemacs.org>
14464
14465         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14466         * gmm-utils.el (gmm-regexp-concat): ... here.
14467         * message.el: Don't require 'gnus-util.
14468         (message-dont-reply-to-names): Handle name change above.
14469         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14470
14471 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14474         since the initial value varies according to the system.
14475
14476 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14479
14480 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14481
14482         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14483
14484 2007-04-24  Didier Verna  <didier@xemacs.org>
14485
14486         Improve the type of gnus-ignored-from-addresses.
14487         * gnus-util.el (gnus-orify-regexp): New function.
14488         * message.el (gnus-util): Require it.
14489         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14490         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14491         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14492
14493 2007-04-24  Didier Verna  <didier@xemacs.org>
14494
14495         * gnus-sum.el:
14496         * gnus-utils.el: Fix some trailing whitespaces.
14497
14498 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14501         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14502         article's Message-ID; refer parent article in summary buffer.
14503
14504         * message.el (message-bounce): Call mime-to-mml.
14505
14506         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14507         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14508         optimize and/or forms properly.
14509
14510 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14513         URL.
14514
14515 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14518
14519 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14522         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14523         displayed of multipart/alternative part if it is invoked from summary
14524         buffer.
14525
14526         * mm-view.el (mm-inline-text-html-render-with-w3m)
14527         (mm-inline-text-html-render-with-w3m-standalone)
14528         (mm-inline-render-with-function): Use mail-parse-charset by default.
14529
14530 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14531
14532         * parse-time.el (parse-time-string-chars): Check if CHAR
14533         is less than the length of parse-time-syntax.
14534
14535 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14538         from gnus-newsgroup-processable.
14539
14540 2007-04-16  Didier Verna  <didier@xemacs.org>
14541
14542         * gnus-msg.el (gnus-configure-posting-styles):
14543         Handle message-signature-directory properly with :file syntax.
14544         Reported by "Leo".
14545
14546 2007-04-11  Didier Verna  <didier@xemacs.org>
14547
14548         New user option: message-signature-directory.
14549         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14550         * message.el (message-insert-signature): Ditto.
14551         * message.el (message-signature-file): Doc update.
14552         * message.el (message-signature-directory): New.
14553
14554 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * gnus-msg.el (gnus-inews-yank-articles):
14557         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14558
14559 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * message.el (message-yank-original): Make sure cited text ends with
14562         newline; don't exchange point and mark.
14563
14564 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14565
14566         * tls.el (open-tls-stream): Properly handle case where there
14567         is no associated buffer.
14568
14569 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14570
14571         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14572         message-yank-original, make sure (< mark TEXT point).
14573
14574 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * message.el (message-fill-column): New variable.
14577         (message-mode): Use it.  Add comment on a possible new hook.
14578
14579         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14580         (nnmail-get-new-mail): Reformat.
14581
14582         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14583
14584         * gmm-utils.el: Fix Commentary.
14585         (gmm-tool-bar-from-list): Fix typo in doc string.
14586
14587 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14588
14589         * message.el (message-yank-original): Don't switch point and mark
14590         unnecessarily to put point and mark as documented.
14591
14592 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14593
14594         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14595         from the message heads.
14596
14597 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14598
14599         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14600         article buffer does not have a window.  This may not be the best
14601         solution but is certainly better than setting the start of the null,
14602         that is the current, window.
14603
14604 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14605
14606         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14607         (gnus-draft-setup): Run it.
14608
14609         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14610         gnus-score-fast-scoring.  Allow regexp.
14611         (gnus-score-headers): Use it.
14612
14613         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14614         XEmacs.
14615
14616         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14617         string.
14618         (gnus-button-alist): Also catch `<f1> k ...'.
14619         (gnus-treat-display-x-face): Fix doc string.
14620
14621 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14622
14623         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14624         evaluation of gnus-extended-version to ensure correct generation of the
14625         User-Agent header when message-generate-headers-first is used.
14626
14627 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14628
14629         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14630         hashcash-path is nil.  Don't call callback with incorrect number of
14631         parameters if val is 0.
14632
14633 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14634
14635         * message.el (message-required-news-headers):
14636         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14637
14638 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14639
14640         * tls.el (open-tls-stream): In handshake-waiting loop,
14641         don't wait more if there is output available to process.
14642
14643 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14644
14645         * tls.el (tls-program): Doc fix.
14646
14647 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * message.el (message-generate-new-buffers): Change the meaning of the
14650         nil value; add `standard' to the choices; treat t as `unique'; improve
14651         doc string.
14652         (gnus-select-frame-set-input-focus): Autoload.
14653         (message-buffer-name): Search for the existing message buffer if
14654         message-generate-new-buffers is nil or `standard'; treat the value t of
14655         message-generate-new-buffers as `unique'.
14656         (message-pop-to-buffer): Raise the frame already displaying the message
14657         buffer; clear the echo area after querying.
14658         (message-setup): Pass the `continue' argument to compose-mail.
14659         (message-mail): Prefer `switch-function' if it is given; search for the
14660         existing message buffer if the `continue' argument is non-nil; pass
14661         continue and switch-function arguments to compose-mail by way of
14662         message-setup.
14663         (message-mail-other-window): Adjust argument of message-setup.
14664         (message-mail-other-frame): Ditto.
14665
14666 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14669         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14670         to turn font-lock on when turning gnus-message-citation-mode on.
14671
14672 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14673
14674         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14675         (mml-smime-function-alist): New variable; add epg as the backend.
14676         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14677         mml-smime- functions instead.
14678         * mm-view.el: Require smime.
14679
14680 2007-03-05  Didier Verna  <didier@xemacs.org>
14681
14682         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14683         instead of just inheritance for posting styles.
14684         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14685
14686 2007-02-24  Chris Moore  <dooglus@gmail.com>
14687
14688         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14689         * pgg-pgp.el (pgg-pgp-encrypt-region):
14690         * pgg-gpg.el (pgg-gpg-encrypt-region):
14691         Check pgg-encrypt-for-me if no other recipients.
14692
14693 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14694
14695         * tls.el (tls-certtool-program): Fix custom type.
14696
14697 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14700         and point-at-eol instead of line-(beginning|end)-position.
14701
14702         * assistant.el (assistant-parse-buffer): Ditto.
14703
14704         * netrc.el (netrc-parse-services): Ditto.
14705
14706 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14707
14708         * mml2015.el (mml2015-epg-find-usable-key): New function.
14709         (mml2015-epg-sign): Use it.
14710         (mml2015-epg-encrypt): Use it.
14711
14712 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * message.el (message-make-in-reply-to): Quote name containing
14715         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14716         if there are special characters.  Reported by NAKAJI Hiroyuki
14717         <nakaji@jp.freebsd.org>.
14718
14719 2007-02-27  Didier Verna  <didier@xemacs.org>
14720
14721         Include the group parameters as well as the topic ones in the
14722         inheritance filter process.
14723         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14724         argument GROUP-PARAMS-LIST.
14725         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14726
14727 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * nntp.el (nntp-never-echoes-commands)
14730         (nntp-open-connection-functions-never-echo-commands): New variables.
14731         (nntp-send-command): Use them.
14732
14733 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14734
14735         * mml2015.el (mml2015-epg-verify): Simplify.
14736
14737 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * mml.el (mml-content-disposition-alist): New user option.
14740         (mml-content-disposition): New function.
14741         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14742         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14743
14744 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14745
14746         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14747         verification.
14748
14749 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14750
14751         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14752         articles posted in the last 24 hours.
14753
14754 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14755
14756         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14757
14758 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14759
14760         * nntp.el (nntp-send-command): Don't wait for echoes when
14761         nntp-open-ssl-stream is used.
14762
14763 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14766         (gnus-message-add-citation-keywords)
14767         (gnus-message-remove-citation-keywords): Remove.
14768         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14769         directly, make the variables in font-lock-defaults buffer-local, add
14770         gnus-message-citation-keywords to them and then update the value of
14771         font-lock-keywords.
14772
14773 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * message.el (message-cite-original-1): Don't call
14776         gnus-article-highlight-citation.
14777
14778         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14779         citations; fix line count.
14780
14781 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14784         (gnus-message-add-citation-keywords)
14785         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14786         versions of font-lock-add-keywords and font-lock-remove-keywords to
14787         work with XEmacs correctly.
14788
14789 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * gnus-cite.el (gnus-cite-face-list): Set the values of
14792         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14793         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14794         (gnus-message-cite-prefix-regexp): New variable.
14795         (gnus-message-search-citation-line): Use it; protect against long
14796         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14797         the 0th match data for Emacs.
14798         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14799         (gnus-message-add-citation-keywords): Append keywords rather than
14800         prepending; emulate font-lock-add-keywords if it is not available.
14801         (gnus-message-remove-citation-keywords):
14802         Emulate font-lock-remove-keywords if it is not available.
14803
14804         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14805
14806         * message.el (message-cite-prefix-regexp): Set the value of
14807         gnus-message-cite-prefix-regexp.
14808
14809 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14810
14811         * nnweb.el (nnweb-google-parse-1): Update parser.
14812
14813 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14814
14815         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14816
14817 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14818
14819         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14820         regexp.
14821
14822 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14825         string-to-multibyte.
14826         (uudecode-decode-region-internal): Use it.
14827
14828         * lpath.el: Fbind string-as-multibyte for XEmacs.
14829
14830 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14833         Fix custom choice.
14834
14835         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14836
14837 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14838
14839         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14840
14841         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14842         `write-region' to respect `mm-inhibit-file-name-handlers'.
14843
14844 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14845
14846         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14847         Use gnus-home-directory instead of "~/" or "$HOME".
14848
14849 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14850
14851         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14852         to mention filename.
14853         Add comments at beginning regarding usage.
14854         (encrypt-write-file-contents): Change interactive so a string is
14855         acceptable.  If the file has no associated model, show an error instead
14856         of a nonsense prompt.
14857
14858 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14859
14860         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14861         Thanks to Yoshihiko Yamada for kind notification of this typo.
14862
14863 2007-01-12  Kenichi Handa  <handa@m17n.org>
14864
14865         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14866         multibyte buffer.
14867
14868 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * gnus-score.el (gnus-score-fast-scoring): New variable.
14871         (gnus-score-headers): Use it.
14872
14873         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14874
14875         * message.el (message-cite-original-1):
14876         Call gnus-article-highlight-citation if requested.
14877         (message-make-from): Allow name and address as optional arguments.
14878
14879         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14880
14881         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14882         bugs to doc string.
14883         (gnus-button-alist): Add mid\\|message-id.
14884         (gnus-button-fetch-group): Extend for use in
14885         `browse-url-browser-function'.
14886         (gnus-button-url-regexp): Try to catch paired parentheses like in
14887         Wikipedia URLs.
14888
14889         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14890         Suggested by Simon Krahnke <overlord@gmx.li>.
14891
14892 2007-01-13  Romain Francoise  <romain@orebokech.com>
14893
14894         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14895         Update copyright.
14896
14897 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14898
14899         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14900
14901 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14902
14903         * gnus-registry.el (gnus-registry-unfollowed-groups)
14904         (gnus-registry-split-fancy-with-parent): Fix documentation.
14905
14906 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14907
14908         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14909         from nnweb groups.
14910
14911 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14912
14913         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14914         Xref urls.  Erase buffer before requesting head.
14915
14916         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14917
14918 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14921         customizable.
14922
14923 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14924
14925         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14926         no signing key is found.
14927         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14928         no encrypting and/or signing key is found.
14929
14930 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14933
14934 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14935
14936         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14937         headers read from disk with the ones newly found in the current search.
14938         This should no longer cause problems, because the article numbers in
14939         Gmane's `nov.php' output are ignored since the previous change.
14940
14941 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14942
14943         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14944
14945 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14948         replace-regexp-in-string; bind url-version; fbind display-images-p and
14949         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14950         find-face and set-itimer-function for Emacs; bind itimer-list for
14951         Emacs.
14952
14953         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14954
14955 2007-01-01  Romain Francoise  <romain@orebokech.com>
14956
14957         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14958
14959 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14960
14961         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14962         `define-minor-mode' macro definition expanded properly.
14963         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14964         exclude it there.
14965
14966         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14967         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14968         `fboundp' test.
14969         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14970         This is OK to autoload in (S)XEmacs now.
14971
14972 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14973
14974         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14975         keystroke.
14976         (gnus-summary-limit-to-singletons): Fix typo.
14977
14978         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14979         else fails.
14980
14981 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14982
14983         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14984         docstring.
14985
14986         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14987         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14988         (gnus-summary-insert-dormant-articles): Fix typo in message.
14989
14990 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14993         nil for XEmacs.
14994         (gnus-message-citation-mode): Don't autoload in XEmacs.
14995
14996         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14997
14998 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14999
15000         * nnimap.el (nnimap-expunge-search-string):
15001         Mention nnimap-search-uids-not-since-is-evil in docstring.
15002
15003 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * spam.el: Revert to make-obsolete-variable because
15006         define-obsolete-variable-alias is not supported in Emacs 21.
15007
15008         * spam.el (spam-ifile-path, spam-ifile-database-path)
15009         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15010         make-obsolete-variable.
15011         (spam-bsfilter-path, spam-bsfilter-program)
15012         (spam-spamassassin-path, spam-spamassassin-program)
15013         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15014         Don't use "path" inappropriately.
15015         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15016         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15017         variable names.
15018
15019 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15020
15021         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15022         summary buffer.
15023
15024         * password.el (password-cache-remove): Use clear-string to burn
15025         password, if available.
15026
15027 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15028
15029         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15030
15031         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15032
15033         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15034         (gnus-message-highlight-citation): Move defcustom here from
15035         gnus-cite.el.
15036         (gnus-message-citation-mode): Autoload.
15037
15038         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15039         checks to make it compile with XEmacs.
15040         (gnus-message-citation-mode): New minor mode.
15041         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15042         (gnus-message-highlight-citation): New variables.
15043         (gnus-message-search-citation-line)
15044         (gnus-message-add-citation-keywords)
15045         (gnus-message-remove-citation-keywords)
15046         (turn-on-gnus-message-citation-mode)
15047         (turn-off-gnus-message-citation-mode): New functions.
15048
15049 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15050
15051         * gnus-cite.el: Enable highlighting of different citation levels in
15052         message-mode.
15053
15054 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * message.el (message-make-fqdn): Fix comment.
15057         (message-bogus-system-names): Add ".local".
15058
15059         * spam.el (spam-ifile-path, spam-ifile-program)
15060         (spam-ifile-database-path, spam-ifile-database)
15061         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15062         Don't use "path" inappropriately.
15063         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15064         strings.
15065         (spam-check-ifile, spam-ifile-register-with-ifile)
15066         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15067         Use new variable names.
15068
15069         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15070         (gnus-treat-display-smileys): Simplify using
15071         gnus-image-type-available-p.
15072
15073         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15074         available.
15075
15076         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15077         Use `display-images-p' if available.
15078
15079 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15082         one after turning on the buffer's multibyteness instead of decoding
15083         them directly in the unibyte buffer that causes unexpected conversion
15084         in Emacs 23 (unicode).
15085
15086 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15087
15088         * message.el (message-generate-hashcash): Fix custom type.
15089
15090 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15091
15092         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15093
15094 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15097         disconnect icons.  Add help text.
15098
15099 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15100
15101         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15102         negated to be consistent with the others we handle.
15103
15104 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15105
15106         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15107         version of gnus-summary-buffer to something, so that we can use two
15108         article buffers at the same time.
15109
15110 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15111
15112         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15113         trigger all the extra headers.
15114         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15115         sorting.
15116
15117 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15118
15119         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15120         solid groups.
15121
15122 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15123
15124         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15125
15126 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * legacy-gnus-agent.el: Add Copyright notice.
15129
15130 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15131
15132         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15133
15134 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15135
15136         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15137
15138         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15139         to make it work reliably in CVS Emacs.
15140         (gnus-summary-limit-strange-charsets-predicate)
15141         (gnus-summary-limit-to-predicate): New functions.
15142
15143 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15144
15145         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15146         specifying array size.
15147         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15148         array if it is too small.
15149         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15150         (gnus-sort-threads-loop): New function.
15151
15152 2006-12-06  Chris Moore  <dooglus@gmail.com>
15153
15154         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15155         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15156
15157 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15158
15159         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15160         options.
15161
15162 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15163
15164         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15165         DOS-ing the recipient.
15166
15167         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15168         the headers when creating the mapping to avoid mismappings.
15169         (nnweb-gmane-create-mapping): Always nix out old mapping.
15170
15171 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15174         and mm-verify-option to never.
15175
15176 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * message.el (message-signed-or-encrypted-p): New function.
15179         (message-forward-make-body): Use it.
15180
15181         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15182         Replace encode-coding-string with mm-encode-coding-string.
15183
15184 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * nneething.el (nneething-decode-file-name):
15187         Replace decode-coding-string with mm-decode-coding-string.
15188
15189         * gnus-int.el (gnus-open-server): Say failed server's name.
15190
15191 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15192
15193         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15194         strings to a single string.  Quote `errors-file-name'.
15195         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15196         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15197         Adjust calls.  Use `shell-quote-argument'.
15198
15199 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15200
15201         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15202         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15203
15204         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15205         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15206         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15207         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15208         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15209         (gnus-subscribe-newsgroup, gnus-1):
15210         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15211         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15212         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15213         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15214
15215 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15216
15217         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15218         keystroke.
15219         (gnus-summary-limit-to-bodies): Implement headersp.
15220
15221 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15222
15223         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15224
15225 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15228
15229 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15230
15231         * message.el (message-generate-hashcash): Expand range of values to
15232         include `opportunistic'.
15233         (message-send-mail): Use it.
15234
15235 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15236
15237         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15238         and comment it.
15239
15240         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15241
15242 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * gnus-util.el (gnus-extract-address-components): Improve comment.
15245
15246 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * gnus-util.el (gnus-extract-address-components): Work with address in
15249         which the name portion contains @.
15250
15251         * lpath.el: Fbind custom-autoload.
15252
15253 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15254
15255         * gnus.el (gnus-start): Move custom group up.
15256         (gnus-select-method): Don't autoload, but make it available for
15257         `customize-variable'.
15258         (gnus-getenv-nntpserver): Don't autoload.
15259
15260 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15261
15262         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15263
15264 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15265
15266         * message.el (message-sendmail-extra-arguments): New variable.
15267         (message-send-mail-with-sendmail): Use it.
15268
15269 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15272         mm-with-unibyte-current-buffer to make string unibyte.
15273
15274         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15275         mm-string-as-multibyte.
15276
15277 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15278
15279         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15280         Reported by Werner Koch <wk@gnupg.org>.
15281
15282 2006-11-14  Daiki Ueno  <ueno@p360>
15283
15284         * mml2015.el: Autoload epa-select-keys when compiling.
15285
15286 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15287
15288         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15289         message-options.
15290         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15291
15292 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15293
15294         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15295         EasyPG (< 0.0.6).
15296         (mml2015-always-trust): New user option.
15297         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15298         prompt.
15299
15300 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * nntp.el (nntp-authinfo-force): New variable.
15303         (nntp-send-authinfo): Use it.
15304
15305 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15306
15307         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15308         decode encoded words.  Improve prompt.  Add comment about forwarding.
15309         (message-replacement-char): Move up.
15310
15311 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15312
15313         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15314         instead of gnus-intersection because arguments of gnus-sorted-nunion
15315         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15316
15317 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15318
15319         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15320         (message-simplify-subject-functions):
15321         Enable message-strip-subject-encoded-words by default.
15322
15323 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15324
15325         * message.el (message-strip-subject-encoded-words): New function.
15326         (message-simplify-subject-functions): New variable.
15327         (message-simplify-subject): Use it.  Fix typo in doc string.
15328         Support message-strip-subject-encoded-words.
15329
15330 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15331
15332         * gnus-diary.el (gnus-diary-delay-format-function):
15333         * nndiary.el (nndiary-reminders):
15334         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15335
15336 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * gnus-art.el (article-hide-boring-headers): Fetch date from
15339         gnus-original-article-buffer to avoid problems with localized date
15340         strings.
15341
15342 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15345
15346 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15347
15348         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15349         New variables.
15350         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15351         (mm-charset-synonym-alist): Move some entries to
15352         mm-codepage-iso-8859-list.
15353         (mm-charset-synonym-alist, mm-charset-override-alist):
15354         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15355
15356 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15359
15360 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15361
15362         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15363         with Emacs 21 and XEmacs.
15364
15365 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15366
15367         * spam.el (spam-parse-address): New function for better parsing,
15368         catching errors, etc.
15369         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15370
15371 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * mm-view.el: Add interactive arg to html2text autoload.
15374
15375 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15378
15379 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15380
15381         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15382         New variables.
15383         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15384         (mm-charset-synonym-alist): Move some entries to
15385         mm-codepage-iso-8859-list.
15386
15387         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15388
15389 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15390
15391         * message.el (message-citation-line-format)
15392         (message-insert-formated-citation-line): Fix implementation of %E, %N
15393         and %n according to the doc string.
15394
15395 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15396
15397         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15398         Use car-safe to avoid bad parses.
15399
15400 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15403         names.
15404
15405         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15406
15407 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15410         header.
15411
15412         * message.el (message-draft-headers): Add Date.
15413         (message-headers-to-generate): Fix typo in docstring.
15414
15415         * nndraft.el (nndraft-required-headers): New variable.
15416         (nndraft-generate-headers): Use it.
15417
15418         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15419
15420 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15421
15422         * gnus-registry.el (gnus-registry-wash-for-keywords)
15423         (gnus-registry-find-keywords): New functions to allow easy searching of
15424         articles that are in the registry.
15425
15426 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15429         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15430         Reported by Damien Elmes <damien@repose.cx>.
15431
15432 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * gnus.el (gnus-mime): Remove unused custom group.
15435
15436 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15437
15438         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15439         "blank line" when searching for end of armor headers.
15440
15441 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * gmm-utils.el (gmm-write-region): Fix variable name.
15444
15445 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15446
15447         * gmm-utils.el (gmm-write-region): New function based on compatibility
15448         code from `mm-make-temp-file'.
15449
15450         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15451
15452         * nnmaildir.el (nnmaildir--update-nov)
15453         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15454         Use `gmm-write-region'.
15455
15456 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15457
15458         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15459         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15460
15461         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15462
15463         * message.el (message-replacement-char): New variable.
15464         (message-fix-before-sending): Use it.
15465         (message-simplify-subject): New function to remove duplicate code.
15466         (message-reply, message-followup): Use it.
15467
15468         * gnus-sum.el (gnus-summary-make-menu-bar):
15469         Clarify gnus-summary-limit-to-articles.
15470
15471 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * gnus-util.el (gnus-with-local-quit): New macro.
15474
15475         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15476
15477 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15478
15479         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15480         ignore non-string data.
15481
15482 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15483
15484         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15485         non-string data (needs to be done in the registry too).
15486
15487 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15488
15489         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15490         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15491         (gnus-registry-split-fancy-with-parent)
15492         (gnus-registry-fetch-simplified-message-subject-fast)
15493         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15494         Remove text properties on ingress into the registry and when it's saved.
15495         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15496         registry from entries with no groups.
15497
15498 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15499
15500         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15501         function to remove string properties.
15502
15503 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15504
15505         * gmm-utils.el (gmm): Adjust custom version.
15506
15507         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15508         Adjust custom version.
15509
15510         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15511
15512 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * gnus-art.el (gnus-insert-prev-page-button)
15515         (gnus-insert-next-page-button): Simplify.  Reformat.
15516
15517 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15518
15519         * gnus-art.el (gnus-insert-prev-page-button)
15520         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15521
15522 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15523
15524         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15525
15526 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15527
15528         * gnus-art.el (gnus-insert-mime-button)
15529         (gnus-insert-mime-security-button):
15530         Apply gnus-article-button-face to MIME and security buttons.
15531
15532 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15533
15534         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15535         readable.
15536
15537 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15540
15541 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15542
15543         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15544         `browse-url-of-file' instead of `browse-url'.
15545
15546 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15547
15548         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15549         regexp.  Articles containing quotation were cut prematurely.
15550
15551 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * message.el (message-cite-original-1): Use nobody by default for the
15554         value of From header.
15555         (message-reply): Ditto.
15556
15557 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15558
15559         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15560         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15561         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15562
15563 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15564
15565         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15566         mails in the doc string.  Add some URLs in comment.
15567         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15568
15569 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15572         backslashes handling and the way to find boundaries of quoted strings.
15573
15574 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15575
15576         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15577         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15578         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15579         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15580
15581 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15584         doc string.
15585         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15586
15587 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * lpath.el: Fbind epg-check-configuration.
15590
15591 2006-09-06  Simon Josefsson  <jas@extundo.com>
15592
15593         * mml2015.el (mml2015-use): Doc fix, mention epg.
15594
15595 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15596
15597         * mml2015.el (mml2015-use): Default to epg, if available.
15598
15599 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15600
15601         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15602         message-sender.
15603         (mml1991-epg-encrypt): Ditto.
15604         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15605         message-sender.
15606         (mml2015-epg-encrypt): Ditto.
15607
15608 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15609
15610         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15611         several common directories.
15612
15613 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15614
15615         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15616         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15617
15618 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * gnus-art.el (article-decode-encoded-words): Make it fast.
15621
15622 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15625
15626         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15627         in quoted string into `\'.
15628
15629 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15632         Use standard-syntax-table.
15633
15634 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * gnus-art.el (gnus-decode-address-function): New variable.
15637         (article-decode-encoded-words): Use it to decode headers which are
15638         assumed to contain addresses.
15639         (gnus-mime-delete-part): Remove useless `or'.
15640
15641         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15642         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15643         (gnus-nov-parse-line): Use it to decode From header.
15644         (gnus-get-newsgroup-headers): Ditto.
15645         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15646
15647         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15648         (mail-decode-encoded-address-string): New alias.
15649
15650         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15651         New function.
15652         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15653         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15654         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15655         (rfc2047-decode-string): Ditto.
15656         (rfc2047-decode-address-region): New function.
15657         (rfc2047-decode-address-string): New function.
15658
15659 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15660
15661         * message.el (message-caesar-buffer-body): Allow rotating headers.
15662
15663         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15664
15665         * message.el (message-insert-formated-citation-line): Fix %f.
15666         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15667
15668 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15671         (gnus-bookmark-mouse-available-p): New macro.
15672         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15673         (gnus-bookmark-bmenu-show-infos): Use it.
15674         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15675         (gnus-bookmark-bmenu-hide-infos): Ditto.
15676         (gnus-bookmark-remove-properties): New function.
15677         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15678         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15679         (gnus-bookmark-write-file): Bind coding-system-for-write.
15680         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15681         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15682         group before selecting it.
15683         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15684         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15685         quit-window if it is not available; use gnus-mouse-2 and bind it to
15686         gnus-bookmark-bmenu-select-by-mouse.
15687         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15688         (gnus-bookmark-bmenu-select-by-mouse): New function.
15689
15690 2006-08-13  Romain Francoise  <romain@orebokech.com>
15691
15692         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15693         space.
15694
15695 2006-08-10  Romain Francoise  <romain@orebokech.com>
15696
15697         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15698         (dns-mode-soa-auto-increment-serial): New user option.
15699         (dns-mode-soa-maybe-increment-serial): New function.
15700         (dns-mode): Add the latter to `write-contents-functions'.
15701
15702 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * compface.el (uncompface): Use binary rather than raw-text-unix.
15705
15706 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * compface.el (uncompface): Make sure the eol conversion doesn't take
15709         place when communicating with the external programs.
15710         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15711
15712 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15715
15716 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15717
15718         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15719         Make it more robust by parsing author and date independently.
15720
15721 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15724
15725 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15726
15727         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15728         first matching secret key.
15729         (mml2015-epg-encrypt): Ditto.
15730
15731         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15732         first matching secret key.
15733         (mml1991-epg-encrypt): Ditto.
15734
15735         * mml2015.el (mml2015-encrypt-to-self): New user option.
15736         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15737         mml2015-epg-encrypt-to-self is set.
15738
15739         * mml1991.el (mml1991-encrypt-to-self): New variable.
15740         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15741         mml1991-epg-encrypt-to-self is set.
15742
15743         * mml2015.el (mml2015-signers): New user option.
15744         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15745         (mml2015-epg-encrypt): Allow to select signing keys.
15746
15747         * mml1991.el (mml1991-signers): New variable.
15748         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15749         (mml1991-epg-encrypt): Allow to select signing keys.
15750
15751 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * nnheader.el (nnheader-insert-head): Make it work even if the file
15754         uses CRLF for the line-break code.
15755
15756 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15757
15758         * mml2015.el: Require mml-sec instead of password.
15759         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15760         (mml2015-cache-passphrase): Inherit the default value from
15761         mml-secure-cache-passphrase.
15762         (mml2015-passphrase-cache-expiry): Inherit the default value from
15763         mml-secure-passphrase-cache-expiry.
15764
15765         * mml1991.el: Require mml-sec instead of password.
15766         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15767         (mml1991-cache-passphrase): Inherit the default value from
15768         mml-secure-cache-passphrase.
15769         (mml1991-passphrase-cache-expiry): Inherit the default value from
15770         mml-secure-passphrase-cache-expiry.
15771
15772         * mml-sec.el: Require password.
15773         (mml-secure-verbose): New user option.
15774         (mml-secure-cache-passphrase): New user option.
15775         (mml-secure-passphrase-cache-expiry): New user option.
15776
15777 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15778             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15779
15780         * pgg-def.el (pgg-truncate-key-identifier):
15781         Truncate the key ID to 8 letters from the end.
15782
15783 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15784
15785         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15786         workaround for the url package included with Emacs.
15787
15788         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15789
15790 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15793         correctly.  This fixes a bug caused by the 2006-05-12 change.
15794
15795 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15796
15797         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15798         some information about the error when saying that the `bogus' mail
15799         group will be used.
15800
15801 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15802
15803         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15804         string.
15805
15806 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15807
15808         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15809
15810 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15811
15812         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15813
15814 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15815
15816         * mml1991.el (mml1991-function-alist): Add epg.
15817         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15818         (mml1991-epg-encrypt): New functions.
15819
15820 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15821
15822         * mml2015.el (mml2015-verbose): New variable.
15823         (mml2015-cache-passphrase): Ditto.
15824         (mml2015-passphrase-cache-expiry): Ditto.
15825         (mml2015-function-alist): Add epg.
15826         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15827         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15828         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15829         New functions.
15830
15831 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15832
15833         * message.el (message-cite-original-1): Preserve region when removing
15834         quoted text due to X-No-Archive in order to avoid bogus attribution
15835         when citing multiple messages.
15836
15837 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15838
15839         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15840         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15841
15842 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15843
15844         * gnus-diary.el (gnus-user-format-function-d)
15845         (gnus-user-format-function-D): Autoload.
15846
15847         * imap.el (Commentary): Fix typo.
15848
15849         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15850         2006-04-22 contribution.
15851
15852 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15853
15854         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15855         It didn't really fix the bogosity I'm seeing with solid web groups.
15856
15857 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15858
15859         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15860         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15861         created using server names.  If we use the feature without declaring
15862         it, Gnus does not properly manage server and group state.
15863
15864         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15865         bound.
15866
15867 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15868
15869         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15870         looking up the method using GROUP's prefix before inventing a new one.
15871         It is used on killed/unknown groups in various places where returning
15872         an all-new method isn't expected by the caller.
15873
15874         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15875         and match semantics of gnus-group-real-prefix.
15876
15877 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15878
15879         * nnmail.el (nnmail-broken-references-mailers): New variable.
15880         (nnmail-ignore-broken-references): New function generalizing
15881         nnmail-fix-eudora-headers.
15882         (nnmail-fix-eudora-headers): Now obsolete.
15883
15884         * gnus-art.el (gnus-button-handle-custom):
15885         Support `customize-apropos*'.
15886
15887 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888
15889         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15890
15891         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15892         articles.
15893
15894 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * message.el (message-cite-reply-above): New variable.
15897         (message-yank-original): Use it.
15898
15899 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15902
15903 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15906         as read.
15907
15908         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15909
15910 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15913         (gnus-bookmark-default-file): Use gnus-directory.
15914         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15915         Remove "*" in doc string.
15916         (gnus-bookmark-write-file): Simplify.
15917         (gnus-bookmark-maybe-sort-alist): Use `when'.
15918         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15919         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15920         Add FIXME about Emacs 21 and XEmacs compatibility.
15921         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15922         compatibility.
15923         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15924         compatibility.
15925         (gnus-bookmark-menu-heading): Fix version.
15926
15927 2006-06-19  Bastien Guerry  <bzg@altern.org>
15928
15929         * gnus-bookmark.el: New file.
15930
15931 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * message.el (message-syntax-checks): Doc fix.
15934
15935 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15936
15937         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15938         unsubscribed groups as if they were killed ones.  It causes duplicate
15939         entries in gnus-newsrc-alist.
15940
15941 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * message.el (message-syntax-checks): Doc fix.
15944         (message-send-mail): Add check for continuation headers.
15945         (message-check-news-header-syntax): Fix regexp used to check for
15946         continuation headers.
15947
15948 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15951
15952 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15955
15956 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15959         default-truncate-lines.
15960
15961 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15964         to fill the utf-8 entry.
15965
15966         * lpath.el: Fbind unicode-precedence-list.
15967
15968 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15969
15970         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15971
15972 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15973
15974         * gnus-agent.el (directory-files-and-attributes): Move all the way
15975         forward (the third and final move).
15976         (gnus-agent-read-agentview): Trap reconstruction errors due to
15977         nonexistent directory.  Handle by returning nil.
15978
15979 2006-05-30  Didier Verna  <didier@xemacs.org>
15980
15981         * message.el (message-dont-reply-to-names): Update the custom type.
15982         * message.el (message-dont-reply-to-names): New defsubst: potentially
15983         convert a list of regexps into a single one.
15984         * message.el (message-get-reply-headers): Use it.
15985         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15986
15987 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * gnus-agent.el (directory-files-and-attributes): Move forward.
15990
15991 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15992
15993         * gnus-ml.el (gnus-mailing-list-subscribe)
15994         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15995         (gnus-mailing-list-message): Fix doc strings.
15996
15997 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15998
15999         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16000         of doing it manually.
16001
16002 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16005         comment.
16006
16007 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16008
16009         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16010         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16011         (gnus-agent-read-local): All symbols allocated in my-obarray.
16012         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16013         (gnus-agent-regenerate-group): Check numeric names to see if they are
16014         messages or groups.
16015         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16016         better way of do this...)
16017
16018         * gnus-cache.el (gnus-agent-total-fetched-for):
16019         Ignore 'dummy.group' (there should be a better way of do this...)
16020
16021 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16024         (gnus-saved-headers): Ditto.
16025         (gnus-default-article-saver): Mention functions may have properties.
16026         (gnus-article-save): Override gnus-save-all-headers and
16027         gnus-saved-headers by :headers property which saver function may have.
16028         (gnus-summary-save-in-file): Add :headers property.
16029         (gnus-summary-write-to-file): Ditto.
16030
16031         * gnus-sum.el (gnus-summary-save-article): Bind
16032         gnus-prompt-before-saving to t when saving many articles in a file;
16033         always show all headers.
16034
16035         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16036
16037 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16038
16039         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16040         marks.
16041
16042         * message.el (message-indent-citation): Add optional arguments to allow
16043         using it outside of message buffers.
16044
16045         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16046         (gnus-article-treat-unfold-headers): Use it.
16047         (gnus-article-truncate-lines): New variable.
16048         (gnus-article-mode): Use it.
16049         (gnus-article-toggle-truncate-lines): New function.
16050
16051         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16052         Add gnus-article-toggle-truncate-lines.
16053
16054         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16055         coding system in XEmacs, use binary.
16056
16057 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16060         after-load-alist.
16061
16062         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16063         this function should save decoded articles.
16064         (gnus-summary-write-to-file): Use property to specify this function
16065         should save decoded articles and specify gnus-summary-save-in-file
16066         should be used to save articles other than the first one when saving
16067         many articles.
16068         (gnus-summary-save-body-in-file): Use property to specify this
16069         function should save decoded articles.
16070         (gnus-summary-write-body-to-file): Use property to specify this
16071         function should save decoded articles and specify
16072         gnus-summary-save-body-in-file should be used to save articles other
16073         than the first one when saving many articles.
16074
16075         * gnus-sum.el (gnus-summary-save-article): Simplify.
16076
16077 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-art.el (gnus-default-article-saver):
16080         Add gnus-summary-write-body-to-file.
16081         (gnus-article-save-coding-system): Don't use coding system object
16082         in XEmacs.
16083         (gnus-read-save-file-name): Add optional `dir-var' argument which
16084         specifies directory in which files are saved; work even if optional
16085         `variable' argument is not specified.
16086         (gnus-summary-write-to-file): Read file name.
16087         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16088         (gnus-summary-write-body-to-file): New function.
16089
16090         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16091         (gnus-summary-local-variables): Add it.
16092         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16093         (gnus-summary-save-article): Remove optional `decode' argument;
16094         determine whether to decode articles by the value of
16095         gnus-default-article-saver; when saving many files using
16096         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16097         it first and use gnus-summary-save-in-file or
16098         gnus-summary-save-body-in-file thereafter unless
16099         gnus-prompt-before-saving is always; move point to article which
16100         will be saved.
16101         (gnus-summary-save-article-file): Revert.
16102         (gnus-summary-write-article-file): Revert.
16103         (gnus-summary-save-article-body-file): Revert.
16104         (gnus-summary-write-article-body-file): New function.
16105
16106 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * gnus-art.el (gnus-default-article-saver): Doc fix.
16109         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16110         from gnus-summary-save-article-coding-system, and default to a
16111         certain coding system.
16112         (gnus-output-to-file): Add coding cookie and encode text according
16113         to gnus-article-save-coding-system; don't use mm-append-to-file.
16114
16115         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16116         gnus-art.el and rename to gnus-article-save-coding-system.
16117         (gnus-summary-save-article): Require gnus-art; don't show all
16118         headers if it decodes articles; don't add coding cookie here;
16119         don't bind mm-text-coding-system-for-write.
16120         (gnus-summary-save-article-file): Save decoded articles.
16121         (gnus-summary-write-article-file): When saving many files, use
16122         gnus-summary-write-to-file first and gnus-summary-save-in-file
16123         thereafter unless gnus-prompt-before-saving is always.
16124         (gnus-summary-save-article-body-file): Save decoded articles.
16125
16126         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16127
16128 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16129
16130         * nnrss.el (nnrss-check-group): Bind hash-index.
16131
16132 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16133
16134         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16135         its hash index.  Store this hash in `nnrss-group-data'.
16136         (nnrss-read-group-data): Update accordingly.
16137
16138 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16139
16140         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16141         entry.
16142
16143         * gnus-sum.el (gnus-summary-make-menu-bar):
16144         Add gnus-article-browse-html-article.
16145
16146 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16147
16148         * gnus-sum.el (gnus-summary-mime-map):
16149         Add gnus-article-browse-html-article.
16150
16151         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16152
16153 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16154
16155         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16156         suitable coding systems in customize.
16157
16158 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16159
16160         * mail-source.el (mail-sources): Fix custom type.
16161
16162 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16165         (gnus-summary-expire-articles-now): Shorten prompt.
16166
16167         * gmm-utils.el (wid-edit): Require.
16168         (defun-gmm): Rename from `gmm-defun-compat'.
16169         (gmm-image-search-load-path): Use it.
16170         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16171
16172 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-sum.el (gnus-summary-save-article-coding-system):
16175         New variable.
16176         (gnus-summary-save-article): Add optional `decode' argument.
16177         If it is set and gnus-summary-save-article-coding-system is non-nil,
16178         save decoded article.
16179         (gnus-summary-write-article-file): Save decoded article if
16180         gnus-summary-save-article-coding-system is non-nil.
16181
16182         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16183         type.
16184
16185 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16188
16189 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16192         first to test gnus-single-article-buffer which may be buffer-local.
16193
16194         * gnus-sum.el (gnus-summary-setup-buffer):
16195         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16196         group; make gnus-article-buffer, gnus-article-current, and
16197         gnus-original-article-buffer always buffer-local.
16198         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16199         group.
16200         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16201
16202 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * nnml.el (nnml-request-compact-group): Compressed files might not
16205         have .gz extension.
16206
16207 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16208
16209         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16210         (mm-copy-to-buffer): Use with-current-buffer.
16211         (mm-display-part): Simplify.
16212         (mm-inlinable-p): Add optional arg `type'.
16213
16214 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16215
16216         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16217         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16218         Try harder to show the attachment internally or externally using
16219         gnus-mime-view-part-as-type.
16220
16221 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16222
16223         * message.el (message-from-style, message-signature-separator)
16224         (message-user-organization-file, message-send-mail-function)
16225         (message-citation-line-function, message-yank-prefix)
16226         (message-indent-citation-function, message-signature)
16227         (message-signature-file, message-signature-insert-empty-line):
16228         Remove autoloads.
16229
16230         * gnus-art.el (gnus-buttonized-mime-types):
16231         Remove "multipart/signed".  Revert 2006-04-26 change.
16232
16233 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16234
16235         * gnus.el (gnus-version-number): Bump version.
16236
16237 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16238
16239         * gnus.el: No Gnus v0.5 is released.
16240
16241 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16242
16243         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16244         fetching articles by message-id.
16245
16246 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16247
16248         * message.el (hashcash): Require hashcash as normal.
16249
16250         * ecomplete.el (ecomplete-highlight-match-line):
16251         Use point-at-eol.
16252         (ecomplete-highlight-match-line): Use `highlight', because that
16253         face exists in both Emacs and XEmacs.
16254
16255         * message.el (message-display-abbrev): Use point-at-bol.
16256
16257         * mail-source.el: Don't require timer/timer-funcs.
16258
16259         * gnus-async.el: Ditto.
16260
16261         * password.el: Ditto.
16262
16263         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16264
16265         * mm-url.el: Ditto.
16266
16267         * gnus-xmas.el: Don't require timer-funcs.
16268
16269         * mm-util.el: Require timer/timer-funcs.
16270
16271 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16272
16273         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16274         Close.
16275
16276 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16279         unibyte after clear-decrypt function runs.
16280
16281         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16282         returns as a unibyte string.
16283
16284 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * lpath.el: Revert.
16287
16288         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16289         (pgg-gpg-process-sentinel): Revert.
16290
16291         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16292         (pgg-pgp-lookup-key): Revert.
16293
16294         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16295         (pgg-pgp5-lookup-key): Revert.
16296
16297         * pgg.el (pgg-fetch-key): Revert.
16298
16299 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * lpath.el: Fbind string-as-multibyte for XEmacs.
16302
16303         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16304         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16305         (mml1991-pgg-encrypt): Ditto.
16306
16307         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16308         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16309         a multibyte buffer.
16310
16311         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16312         (pgg-pgp-lookup-key): Ditto.
16313
16314         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16315         (pgg-pgp5-lookup-key): Ditto.
16316
16317         * pgg.el (pgg-fetch-key): Ditto.
16318
16319 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16320
16321         * message.el (message-user-organization-file): Check several
16322         locations of the organization file.
16323
16324         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16325         Add gnus-article-view-part-as-type.
16326
16327         * gnus-art.el (gnus-article-view-part-as-type): New function.
16328
16329         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16330         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16331
16332         * mml.el: Simplify autoload.
16333         (mml-mode): defvar dnd-protocol-alist instead of using
16334         symbol-value.
16335         (mml-default-directory): New variable.
16336         (mml-minibuffer-read-file): Use it.
16337         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16338
16339         * message.el (message-citation-line-format): New variable.
16340         (message-insert-formated-citation-line): New function.
16341         (message-citation-line-function):
16342         Add `message-insert-formated-citation-line' to custom type.
16343
16344         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16345         to doc string.
16346
16347         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16348         depending on mm-verify-option.
16349
16350 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16353         binding pgg-* variables; reimplement the section which prevents
16354         MIME header from being signed.
16355         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16356         pgg-text-mode; remove a blank line at the top of body.
16357
16358         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16359         lines at the top of body; use gnus-newsgroup-charset if there's no
16360         Charset header.
16361
16362 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * message.el (message-self-insert-commands): Doc fix.
16365
16366         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16367         (mm-uu-pgp-encrypted-test): Ditto.
16368         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16369         between header and body; return application/pgp-encrypted handle
16370         if decryption failed; decode decrypted body by charset.
16371
16372         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16373         element match to application/pgp-*.
16374
16375 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16376
16377         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16378         HTML.
16379
16380 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16381
16382         * mail-source.el (mail-source-call-script): Message the error
16383         string.
16384
16385 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16386
16387         * gnus-util.el (gnus-byte-compile): Use it.
16388
16389 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16390
16391         * gnus-util.el (kill-empty-logs): New function.
16392
16393 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16394
16395         * message.el (message-mail-alias-type): Doc fix.
16396         (message-mail-alias-type-p): New function.
16397         (message-send): Use it.
16398         (message-mode): Ditto.
16399         (message-strip-forbidden-properties): Ditto.
16400
16401         * ecomplete.el (ecomplete-database-file-coding-system):
16402         New variable.
16403         (ecomplete-save): Use it.
16404         (ecomplete-setup): Use it.
16405
16406 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * message.el (message-self-insert-commands): New variable.
16409         (message-strip-forbidden-properties): Use it.
16410
16411 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16412
16413         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16414         that doesn't make XEmacs choke.
16415
16416 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16417
16418         * gnus-util.el (gnus-replace-in-string):
16419         Prefer replace-regexp-in-string over of replace-in-string.
16420
16421 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * gnus-util.el (gnus-select-frame-set-input-focus):
16424         Use select-frame-set-input-focus if it is available in XEmacs; use
16425         definition defined in Emacs 22 for old Emacsen.
16426
16427         * dgnushack.el: Autoload unmorse-region for XEmacs.
16428
16429         * lpath.el: Bind cursor-in-non-selected-windows and
16430         select-frame-set-input-focus for XEmacs.
16431
16432 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16435
16436 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16437
16438         * gnus-registry.el (gnus-registry-cache-save): Remove text
16439         properties when saving via the temp buffer.
16440
16441 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16442
16443         * message.el (message-generate-hashcash): Honor custom type.
16444
16445 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16446
16447         * message.el (message-generate-hashcash): Default to non-nil when
16448         hashcash is found.
16449
16450         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16451         (gnus-refer-thread-limit): Increase default to 500.
16452
16453         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16454
16455         * flow-fill.el (fill-flowed): Allow delete-space.
16456
16457 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16458
16459         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16460         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16461         Remove autoloads.
16462
16463 2006-04-18  Simon Josefsson  <jas@extundo.com>
16464
16465         * message.el (message-generate-hashcash): Default to.
16466
16467 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16470         concatenating segments rather than before concatenating them.
16471
16472 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16473
16474         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16475
16476 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16477
16478         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16479
16480         * message.el (message-forward-make-body-plain):
16481         Allow message-forward-ignored-headers to be a list.
16482         (message-remove-ignored-headers): Factor out into function.
16483         (message-forward-make-body-mml): Use it.
16484
16485         * imap.el (imap-quote-specials): New function.
16486         (imap-login-auth): Quote specials.
16487
16488         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16489         (rfc2231-parse-string): Allow concatanation of parameters that
16490         aren't contiguous.  The test case is
16491           (mail-header-parse-content-type "message/external-body;
16492             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16493             access-type=LOCAL-FILE;
16494             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16495
16496 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16497
16498         * nntp.el (nntp-accept-process-output): Return the value of
16499         `nnheader-accept-process-output'.
16500
16501 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16502
16503         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16504         (gnus-button-alist): Recognize more diff formats.
16505         (gnus-button-patch): Strip directory.
16506
16507 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16508
16509         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16510         Emacs 22 when setting focus.
16511
16512 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16513
16514         * gnus-art.el (gnus-article-treat-types): Do treatment of
16515         text/x-verbatim parts.
16516         (gnus-button-patch): New command.
16517
16518         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16519         addresses that contain invalid characters.
16520
16521 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16522
16523         * message.el (message-put-addresses-in-ecomplete):
16524         Use gnus-replace-in-string.
16525         (message-is-yours-p): Use the more correct
16526         mail-header-parse-address instead of
16527         mail-extract-address-components.
16528         (message-put-addresses-in-ecomplete): Fix typo.
16529
16530         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16531         keystroke.
16532
16533         * gnus-art.el (gnus-treatment-function-alist): Change order of
16534         newsgroups/generic header folding to avoid double-folding.
16535
16536         * message.el (message-hidden-headers): Add X-Draft-From.
16537
16538         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16539         New command.
16540         (gnus-summary-repeat-search-article-backward): New command.
16541
16542         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16543         groups in the parent topic.
16544
16545 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16546
16547         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16548         (spam-extra-header-to-number): Return the CRM114 number as a
16549         number instead of a string.
16550
16551 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16552
16553         * gnus-art.el (gnus-face-properties-alist): Move here from
16554         gnus-fun.
16555
16556         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16557
16558 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16559
16560         * message.el (message-strip-forbidden-properties): Only display on
16561         self-insert-command.
16562
16563         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16564         reindent.
16565         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16566
16567 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16568
16569         * smiley.el (smiley-style): Fix typo.
16570
16571 2006-03-23  Kenichi Handa  <handa@m17n.org>
16572
16573         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16574         instead of set-buffer-multibyte.
16575
16576 2006-03-23  Kenichi Handa  <handa@m17n.org>
16577
16578         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16579         buffer and then decode the buffer text if necessary.
16580         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16581         first, and after mm-encode-body, change the buffer to unibyte.
16582
16583 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16584
16585         * hashcash.el (hashcash-insert-payment-async-2):
16586         Use message-goto-eoh instead of doing it manually.
16587         (mail-add-payment): Use message-narrow-to-header instead of trying
16588         to do the same itself.
16589
16590         * message.el (message-hidden-headers): Add Face.
16591
16592         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16593         reparenting code.
16594         (gnus-summary-reparent-children): Refactored out code.
16595         (gnus-summary-thread-map): New keystroke.
16596         (gnus-summary-reparent-children): Make into command.
16597
16598         * smiley.el (smiley-style): Default to `medium' if using a large
16599         font.
16600
16601         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16602         does it itself.
16603
16604         * message.el (message-point-in-header-p): Simplify definition.
16605
16606 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16607
16608         * nnagent.el (nnagent-request-set-mark): Silence log file
16609         writing.
16610         (nnagent-request-set-mark): Use write-region instead of
16611         append-to-file.
16612
16613         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16614         strange select method.
16615
16616         * ecomplete.el (ecomplete-display-matches): Get highlightling
16617         right.
16618         (ecomplete-display-matches): Use literals.
16619         (ecomplete-display-matches): Disable message logging.
16620
16621         * message.el (message-display-abbrev): Small optimization.
16622
16623         * ecomplete.el (ecomplete-display-matches): Allow automatic
16624         display.
16625
16626         * message.el (message-strip-forbidden-properties):
16627         Display abbrevs.
16628         (message-display-abbrev): Get automatic display right.
16629
16630         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16631         keystrokes.
16632
16633 2006-04-13  Romain Francoise  <romain@orebokech.com>
16634
16635         TODO: Backport to v5-10!
16636
16637         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16638         Move here (and rename) from gnus-registry.el.
16639
16640         * gnus-registry.el: Require gnus-util.
16641         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16642
16643 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16644
16645         * gnus-group.el (gnus-group-catchup-current):
16646         Change if-then-else-if-then-else into cond.
16647         (gnus-group-catchup): Indent.
16648         (group-name-at-point): New function.
16649         (gnus-fetch-group): Provide default from thing at point.
16650
16651 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16652
16653         * message.el (message-display-abbrev): Fix regexp.
16654
16655         * ecomplete.el (ecomplete-highlight-match-line):
16656         Reimplement choosing.
16657         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16658         dead variables.
16659
16660         * message.el (message-newline-and-indent): Remove debugging.
16661         (message-display-abbrev): Use new implementation.
16662
16663 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * gnus-art.el (gnus-article-mode):
16666         Set cursor-in-non-selected-windows to nil.
16667
16668         * smiley.el: Revert previous change.
16669         (smiley-data-directory): defvar it before using it in the
16670         defcustom of `smiley-style'.
16671
16672 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16673
16674         * message.el (message-newline-and-indent): New function.
16675
16676         * ecomplete.el: Implement more bits.
16677
16678         * message.el (message-put-addresses-in-ecomplete): Clean up the
16679         string.
16680
16681         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16682
16683         * gnus-sum.el (gnus-summary-save-parts):
16684         Bind gnus-summary-save-parts-counter and use it to make unique file
16685         names.
16686
16687         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16688
16689         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16690         parameter to say whether to actually parse the individual
16691         addresses.
16692
16693         * message.el (message-put-addresses-in-ecomplete): New function.
16694         (ecomplete): Require.
16695         (message-mail-alias-type): Add ecomplete as an option.
16696
16697 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16698
16699         * flow-fill.el (fill-flowed): Remove trailing space from blank
16700         quoted lines.
16701
16702 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16703
16704         * smiley.el (smiley-style): Move definition later to avoid a
16705         compilation warning.
16706
16707 2006-04-12  Kenichi Handa  <handa@m17n.org>
16708
16709         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16710         buffer and then decode the buffer text if necessary.
16711         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16712         first, and after mm-encode-body, change the buffer to unibyte.
16713         Use mm-disable-multibyte instead of set-buffer-multibyte.
16714
16715 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16718         Content-Type header instead of Content-Disposition header.
16719         (gnus-mime-inline-part): Ditto.
16720         (gnus-mime-view-part-as-charset): Ignore charset that the part
16721         specifies.
16722
16723         * mm-decode.el (mm-display-part): Work with external parts and
16724         usual parts similarly.
16725
16726         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16727         instead of gnus-display-mime.
16728
16729         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16730         instead of with-temp-buffer.
16731
16732         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16733         tag to summarized topics part in order to encode non-ASCII text.
16734
16735 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16736
16737         * smiley.el (smiley-style): New variable.
16738         (smiley-directory): New function.
16739         (smiley-data-directory): Derive from `smiley-style' using
16740         `smiley-directory'.
16741         (smiley-regexp-alist): Add new entries.
16742
16743         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16744         (gnus-article-browse-delete-temp): Add :version.
16745
16746 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16747
16748         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16749         the sieve region.
16750
16751 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16752
16753         * gnus.el (gnus-version-number): Bump version.
16754
16755 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * gnus.el: No Gnus v0.4 is released.
16758
16759 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16760
16761         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16762         layout.
16763
16764         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16765         unknown charset.
16766
16767         * message.el (message-header-synonyms): Add Original-To to the
16768         default.
16769
16770         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16771         optional parameter.
16772
16773 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16774
16775         * gnus-fun.el (gnus): Require it for gnus-directory.
16776
16777 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16780
16781 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16782
16783         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16784
16785 2006-04-05  Simon Josefsson  <jas@extundo.com>
16786
16787         * password.el (password-reset): New function.
16788
16789 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16790
16791         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16792         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16793
16794 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16795
16796         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16797         Some whitespace was matched into the url, which broke browsing hits
16798         > 100 when mm-url-use-external was nil.
16799
16800 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16803         Check gnus-extra-headers for 'Newsgroups.
16804
16805         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16806         bound.
16807
16808 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16809
16810         * pgg-gpg.el: Clean up process buffers every time gpg processes
16811         complete.
16812
16813 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16816         doc string.
16817
16818 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16819
16820         * pgg-gpg.el (pgg-gpg-process-filter)
16821         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16822
16823         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16824         lines, temporary fix.
16825
16826 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16829
16830 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16831
16832         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16833         default-enable-multibyte-characters.  This reverts the change from
16834         revision 6.17 which is no longer necessary because the passphrase
16835         is sent separately now.  GnuPG messages are unreadable under
16836         multibyte locales with default-enable-multibyte-characters set to
16837         nil.
16838
16839 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16840
16841         * message.el (message-tool-bar-gnome): Move "spell".
16842
16843 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16844
16845         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16846         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16847         instead.
16848
16849 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16850
16851         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16852         Improve newsgroups handling for NNTP overviews which don't include
16853         Newsgroups.
16854
16855 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16856
16857         * message.el (message-resend): Bind message-generate-hashcash to nil.
16858
16859 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16860
16861         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16862         when searching for already-paid recipients.
16863
16864 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16865
16866         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16867         passphrases when it is not needed.
16868         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16869         passphrase stuff from gpg, should only be necessary when you use
16870         gpg with a smartcard.
16871
16872 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * mml.el (mml-insert-mime): Ignore cached contents of
16875         message/external-body part.
16876
16877         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16878         (mm-insert-part): Ditto.
16879
16880 2006-03-23  Simon Josefsson  <jas@extundo.com>
16881
16882         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16883         Reiner.
16884         (pgg-gpg-use-agent-p): Use it again.
16885
16886 2006-03-23  Simon Josefsson  <jas@extundo.com>
16887
16888         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16889         older emacsen.
16890         (pgg-gpg-use-agent-p): Don't use it.
16891
16892 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16895         if we can.
16896
16897 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16898
16899         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16900         (pgg-gpg-update-agent): New function.
16901         (pgg-gpg-use-agent-p): New function.
16902         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16903         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16904         (pgg-gpg-sign-region): Use it.
16905
16906 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16909         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16910
16911 2006-03-21  Simon Josefsson  <jas@extundo.com>
16912
16913         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16914         <wilde@sha-bang.de>.
16915         (pgg-gpg-use-agent): New variable.
16916         (pgg-gpg-process-region): Use it.
16917         (pgg-gpg-encrypt-region): Likewise.
16918         (pgg-gpg-encrypt-symmetric-region): Likewise.
16919         (pgg-gpg-decrypt-region): Likewise.
16920         (pgg-gpg-sign-region): Likewise.
16921         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16922
16923 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16924
16925         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16926
16927         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16928         Add comment on version.
16929
16930 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16931
16932         * smiley.el: Add missing test smiley.
16933
16934 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * mm-decode.el (mm-with-part): New macro.
16937         (mm-get-part): Use it; work with message/external-body as well.
16938         (mm-save-part): Treat name and filename equally.
16939
16940         * mm-extern.el (mm-extern-cache-contents): New function.
16941         (mm-inline-external-body): Use it; force the part to be displayed;
16942         move undisplayer added to the cached handle to the parent.
16943
16944         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16945         (gnus-mime-view-part-as-type): Work with message/external-body.
16946
16947         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16948
16949 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16950
16951         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16952         images in image-load-path.  [Sync with image.el, revision 1.60, in
16953         Emacs.]
16954
16955 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16956
16957         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16958         path rather than symbol.  Always return list of directories.
16959         Guarantee that image directory comes first.  [Sync with image.el,
16960         revision 1.59, in Emacs.]
16961
16962         * message.el (message-make-tool-bar): Adjust to new API of
16963         `gmm-image-load-path-for-library'.
16964
16965         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16966
16967         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16968
16969 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16970
16971         * gnus-art.el (gnus-article-only-boring-p):
16972         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16973         intangible text.
16974         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16975
16976 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16979         Use `defun' instead of `gmm-defun-compat'.
16980
16981 2006-03-14  Simon Josefsson  <jas@extundo.com>
16982
16983         * message.el (message-unique-id): Don't use message-number-base36
16984         if (user-uid) is a float.
16985         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16986
16987 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16990
16991         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16992         empty line between a part and a message part.
16993
16994 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16995
16996         * smiley.el: Add more test smileys.
16997         (smiley-data-directory, smiley-regexp-alist)
16998         (gnus-smiley-file-types): Fix doc strings.
16999         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17000         adding new elements.
17001         (smiley-mouse-map): Unused code.  Make it a comment.
17002
17003 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17006         scan latest NoCeM messages instead of old ones.
17007         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17008         delimiters that are recently used.
17009         (gnus-nocem-load-cache): Add autoload cookie.
17010
17011         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17012
17013         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17014         level which is larger than gnus-use-nocem is specified.
17015
17016         * gnus-group.el (gnus-group-get-new-news): Ditto.
17017
17018 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17019
17020         * gnus-util.el (gnus-tool-bar-update): New function.
17021
17022         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17023         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17024
17025         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17026
17027         * gnus-group.el (gnus-group-redraw-when-idle)
17028         (gnus-group-redraw-check): Remove.
17029         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17030
17031 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17034         if optional last element is specified in splits (FIELD VALUE...).
17035
17036 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17037
17038         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17039         to gmm-image-load-path-for-library.  Call with no-error argument.
17040         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17041
17042         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17043
17044         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17045
17046         * gmm-utils.el (gmm-image-load-path): Remove alias.
17047
17048 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17049
17050         * gmm-utils.el (gmm-image-load-path): Add alias.
17051
17052         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17053         nnml-generate-nov-databases-1.
17054         (nnml-generate-nov-databases): Use it.
17055         (nnml-generate-nov-databases-directory): Document no-active
17056         argument.
17057
17058         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17059         directory if path is t.  Add no-error.
17060
17061         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17062         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17063
17064         * gnus-art.el (gnus-article-browse-delete-temp-files):
17065         Simplify resetting gnus-article-browse-html-temp-list.
17066
17067         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17068         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17069         Add example to docstring.  Rename local variables.  Move error
17070         checks to default case in cond and simplify.
17071
17072 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17075         handle is multipart when calling it recursively.
17076         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17077
17078 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17079
17080         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17081         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17082
17083 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17086         is loaded.
17087
17088         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17089         loaded.
17090
17091 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17092
17093         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17094         to "Emacs 23 (unicode)" in doc string.
17095
17096         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17097         "Emacs 23 (unicode)" in comment.
17098
17099 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17102
17103         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17104         characters 160 through 255 in Emacs 23.
17105
17106 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17107
17108         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17109         gnus-article-browse-html-temp.
17110         (gnus-article-browse-delete-temp): Make it customizable.
17111         Add `file'.  Adjust doc string.
17112         (gnus-article-browse-delete-temp-files): Add argument.
17113         Allow query for each file.  Adjust doc string.
17114         (gnus-article-browse-html-parts):
17115         Add `gnus-article-browse-delete-temp-files' to
17116         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17117
17118 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17119
17120         * gnus-art.el (gnus-article-browse-html-temp)
17121         (gnus-article-browse-delete-temp): New variables.
17122         (gnus-article-browse-delete-temp-files): New function.
17123         (gnus-article-browse-html-parts): Use it.
17124
17125 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17126
17127         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17128
17129         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17130         string.
17131
17132         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17133         gnus-summary-insert-new-articles when unplugged.
17134         Remove gnus-summary-search-article-forward.
17135
17136         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17137         display-visual-class instead of display-color-cells.
17138
17139 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * dgnushack.el: Autoload customize-group for XEmacs.
17142
17143         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17144         message/* containing non-ASCII text properly.
17145
17146 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17147
17148         * message.el: Require gmm-utils, remove autoloads.
17149         (message-tool-bar): Set default based on
17150         gmm-tool-bar-style.
17151         (message-tool-bar-gnome): Add gmm-customize-mode.
17152
17153         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17154         gmm-tool-bar-style.
17155         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17156
17157         * gnus-group.el (gnus-group-tool-bar): Set default based on
17158         gmm-tool-bar-style.
17159         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17160
17161         * gmm-utils.el (gmm-image-directory): Rename variable from
17162         gmm-image-load-path.
17163         (gmm-image-load-path): Use gmm-image-directory.
17164         (gmm-customize-mode): New function.
17165         (gmm-tool-bar-style): New variable.
17166
17167         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17168         gnus-group-redraw-line-number.
17169         (gnus-group-redraw-check): Simplify.
17170         (gnus-group-tool-bar-update): Remove redraw check.
17171         (gnus-group-make-tool-bar): Add redraw check.
17172
17173 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17174
17175         * gnus-art.el (gnus-button): Add missing parentheses.
17176
17177 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * lpath.el: Fbind line-number-at-pos.
17180
17181 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17184
17185 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17186
17187         * gnus-art.el (gnus-button): New face.
17188         (gnus-article-button-face): Use it.
17189
17190         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17191         Add gnus-summary-next-page.  Re-order.
17192
17193         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17194         next-node are now included.
17195         (gnus-group-redraw-line-number): New internal variable.
17196         (gnus-group-redraw-check): Helper function for updating the tool
17197         bar.
17198         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17199
17200         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17201
17202         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17203         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17204         Use it to match format of Spamassassin 3.0 and later.
17205         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17206         (spam-check-bogofilter)
17207         (spam-bogofilter-register-with-bogofilter): Fix args of
17208         `gnus-error' calls.
17209
17210 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17211
17212         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17213         unnecessary interaction when sending queued mails.
17214         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17215
17216 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17219         first or last are nil.
17220
17221 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17222
17223         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17224
17225 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17226
17227         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17228
17229 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17230
17231         * dns.el (query-dns): Protect more against buggy tcp output.
17232
17233 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17234
17235         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17236         nov.php.
17237
17238 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17239
17240         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17241         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17242         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17243         output on the server side.
17244         (nnweb-google-create-mapping): Update regexps and add some
17245         progress indication.
17246
17247 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17248
17249         * gnus-group.el (gnus-group-tool-bar-gnome):
17250         Fix gnus-agent-toggle-plugged.  Re-order icons.
17251         (gnus-group-tool-bar-gnome):
17252         Add gnus-group-{prev,next}-unread-group.
17253         (gnus-group-tool-bar-gnome): Re-order icons.
17254
17255         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17256         Move gnus-summary-insert-new-articles.
17257
17258         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17259         Fix comments.
17260
17261         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17262         also available in Emacs 21.3.
17263
17264         * message.el (message-fix-before-sending): Change "Emacs 22" to
17265         "Emacs 23 (unicode)" in comment.
17266
17267         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17268         "Emacs 23 (unicode)" in comment.
17269
17270         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17271         comment.
17272         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17273
17274         * mm-view.el (mm-fill-flowed): Add :version.
17275
17276 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17277
17278         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17279         and load-path.
17280
17281 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17282
17283         * message.el: Autoload gmm-image-load-path.
17284         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17285         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17286         consitency.
17287
17288         * gmm-utils.el (gmm-image-load-path): Also search in
17289         "../etc/images".  Don't set gmm-image-load-path if we don't find
17290         the image.
17291
17292 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * gmm-utils.el (gmm-image-load-path): Don't make
17295         `gmm-image-load-path' include subdirectories which the second arg
17296         `image' might specify.
17297
17298         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17299         subdirectory to icon file names.
17300
17301         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17302
17303 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17304
17305         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17306         gmm-image-load-path calls.
17307
17308         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17309
17310         * message.el (message-make-tool-bar): Ditto.
17311
17312         * mml.el (mml-preview): Add comment concerning tool bar icons.
17313
17314         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17315         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17316
17317         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17318         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17319
17320         * message.el (message-tool-bar-gnome): Use new icon names.
17321         (message-make-tool-bar): Use `gmm-image-load-path'.
17322
17323         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17324         New functions from MH-E.
17325         (gmm-image-load-path): New variable from MH-E.
17326         (gmm-image-load-path): New function from MH-E.  Add arguments
17327         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17328         *-image-load-path-called-flag.
17329
17330 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17331
17332         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17333
17334 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17335
17336         * nnimap.el (nnimap-request-move-article): Change folder back to
17337         source group before deleting.
17338
17339 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17340
17341         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17342
17343         * gnus-art.el (mm-url-insert-file-contents-external):
17344         Autoload mm-url.
17345
17346         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17347
17348 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17351         coding system which mm-charset-to-coding-system returns for a
17352         given charset is valid.
17353
17354 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17355
17356         * html2text.el (html2text-remove-tag-list):
17357         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17358
17359 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17360
17361         * gnus-cus.el: Revert 2005-10-17 change.
17362
17363 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * gnus-art.el (article-strip-banner):
17366         Call article-really-strip-banner only when the regexp match is made.
17367
17368 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gnus-art.el (article-strip-banner):
17371         Use gnus-extract-address-components instead of
17372         mail-header-parse-addresses to make it work with non-ASCII text;
17373         remove mail-encode-encoded-word-string.
17374
17375         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17376         values which are surrounded with \"...\"; make it never cause a
17377         Lisp error; give up parsing of parameters if it failed in
17378         extracting type.
17379
17380 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17381
17382         * smime.el (smime-cert-by-ldap-1): Fix bug where
17383         `smime-ldap-search' returns results without userCertificates.
17384
17385 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17388
17389 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17390
17391         * spam.el (spam-check-spamassassin-headers): Adapt format for
17392         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17393         <ari@mbf.ocn.ne.jp>.
17394         (spam-list-of-processors): Add spam-use-gmane.
17395
17396 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17399         make-temp-file; make it work with XEmacs as well.
17400
17401         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17402         mm-make-temp-file.
17403
17404         * mm-decode.el (mm-display-external): Use the 3rd arg of
17405         mm-make-temp-file.
17406         (mm-create-image-xemacs): Ditto.
17407
17408 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17411         with message-narrow-to-headers.
17412         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17413         (gnus-draft-check-draft-articles): New function.
17414         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17415
17416 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17417
17418         * gnus-art.el (gnus-article-browse-html-parts):
17419         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17420         Don't use suffix argument for mm-make-temp-file for Emacs 21
17421         compatibility.  Remove useless `format'.
17422
17423 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17424
17425         * nnweb.el (nnweb-google-wash-article): Update regexps.
17426         (nnweb-group-alist): Use defvoo instead of defvar.
17427
17428 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17431         re-loading nn* modules.
17432
17433 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17434
17435         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17436         for `tool-bar-mode' and don't check it's default-value.
17437
17438         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17439
17440         * message.el (message-make-tool-bar): Ditto.
17441
17442         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17443         `substring'.  Shorten tmp-file name.
17444
17445         * gnus.el: Remove bogus comment.
17446
17447 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17448
17449         * gnus-art.el (gnus-article-browse-html-parts): New function.
17450         (gnus-article-browse-html-article): New function for viewing html
17451         articles with a browser.
17452
17453 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17454
17455         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17456         in elisp.
17457         (pgg-gpg-encrypt-symmetric-region): Ditto.
17458         (pgg-gpg-sign-region): Ditto.
17459
17460         * pgg-def.el (pgg-text-mode): New variable.
17461
17462         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17463         (mml2015-pgg-encrypt): Ditto.
17464
17465         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17466         (mml1991-pgg-encrypt): Ditto.
17467
17468 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * nnfolder.el (nnfolder-insert-newsgroup-line):
17471         Use message-make-date instead of current-time-string.
17472
17473         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17474         to gnus-decoded which mm-uu might set.
17475
17476 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17479         don't decode quoted parameters; remove misimported Emacs code.
17480         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17481         (rfc2231-decode-encoded-string): Don't use split-string which
17482         behaves differently according to Emacs version; use
17483         mm-decode-coding-region to convert charset to coding-system.
17484         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17485         (rfc2231-encode-string): Remove misimported Emacs code.
17486
17487 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17488
17489         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17490         when calling mail-header-parse-content-type.
17491         (article-de-quoted-unreadable): Ditto.
17492         (article-de-base64-unreadable): Ditto.
17493         (article-wash-html): Ditto.
17494
17495         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17496         calling mail-header-parse-content-type and
17497         mail-header-parse-content-disposition.
17498         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17499         mail-header-parse-content-type.
17500
17501         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17502         insert charset and format parameters; encode description after
17503         inserting it to buffer.
17504         (mml-insert-parameter): Fold lines properly even if a parameter is
17505         segmented into two or more lines; change the max column to 76.
17506
17507         * rfc1843.el (rfc1843-decode-article-body): Don't use
17508         ignore-errors when calling mail-header-parse-content-type.
17509
17510         * rfc2231.el (rfc2231-parse-string): Return at least type if
17511         possible; don't cause an error even if it fails in parsing of
17512         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17513         (rfc2231-encode-string): Don't break lines at the beginning, leave
17514         it to mml-insert-parameter.
17515
17516         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17517         calling mail-header-parse-content-type.
17518
17519 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17520
17521         * spam-report.el (spam-report-gmane-use-article-number):
17522         Improve doc string.
17523         (spam-report-gmane-internal): Check if a suitable header was found
17524         in the article.
17525
17526 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17529         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17530
17531 2006-02-05  Romain Francoise  <romain@orebokech.com>
17532
17533         Update copyright notices of all files in the gnus directory.
17534
17535 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17536
17537         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17538
17539 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17542         segmented lines of parameter value to cope with Thunderbird 1.5
17543         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17544         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17545         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17546
17547 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17548
17549         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17550         parts.
17551
17552 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17553
17554         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17555         there's only one active file for all servers.
17556         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17557         solid groups.  Gnus might have used a FAST request to select the group.
17558         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17559         and nnweb-search redundantly in the active file.
17560         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17561         (nnweb-request-create-group): Don't use ARGS.
17562         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17563         initializations.  Let nnoo do the work.
17564
17565 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17568         Say the part has been decoded.
17569
17570         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17571
17572 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17573
17574         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17575         mailcap-viewer-test-cache when there's no 'test clause, since that
17576         will invert the meaning of a "nil" test previously determined by
17577         mailcap-mailcap-entry-passes-test.
17578
17579 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17582         compiling.
17583
17584         * gnus-sum.el: Ditto.
17585
17586         * message.el: Don't bind tool-bar-map when compiling.
17587
17588 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17589
17590         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17591
17592 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17593
17594         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17595         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17596         current Google Groups.
17597
17598 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17599
17600         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17601         and tool-bar-mode.
17602
17603         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17604         and tool-bar-mode.
17605
17606         * message.el (message-tool-bar-update): Simplify.
17607         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17608
17609         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17610         gnus-summary-buffer.
17611         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17612         gnus-summary-reply.
17613
17614         * gmm-utils.el (gmm): Add :version.
17615
17616 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * Makefile.in (clean): New rule.
17619         (distclean): Use it.
17620
17621 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17622
17623         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17624         Don't autoload.
17625
17626 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gmm-utils.el (gmm-verbose): Add :group.
17629
17630 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17631
17632         * message.el: Change some comments WRT tool-bars.
17633
17634         * gnus-sum.el (gnus-summary-tool-bar)
17635         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17636         (gnus-summary-tool-bar-zap-list): New variables.
17637         (gnus-summary-make-tool-bar): Complete rewrite using
17638         `gmm-tool-bar-from-list'.
17639
17640         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17641         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17642         New variables.
17643         (gnus-group-make-tool-bar): Complete rewrite using
17644         `gmm-tool-bar-from-list'.
17645         (gnus-group-tool-bar-update): New function.
17646
17647         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17648
17649 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17652         is dissected into a single part of which the type is the same as
17653         the given one; decode charset.
17654
17655 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17656
17657         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17658         into alists as symbol not string, since that's what
17659         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17660         look for.
17661
17662 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17663
17664         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17665         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17666
17667         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17668
17669 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17672         (gnus-xmas-mime-security-button-menu): New function.
17673
17674         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17675         (gnus-mime-security-button-menu): New definition.
17676         (gnus-mime-security-button-map): Use them.
17677         (gnus-mime-security-button-menu): New function.
17678         (gnus-insert-mime-security-button): Addition to help echo.
17679         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17680         (gnus-mime-security-pipe-part): New functions.
17681
17682         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17683         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17684
17685         * mm-decode.el (mm-handle-set-disposition): Remove.
17686         (mm-handle-set-description): Remove.
17687
17688 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17691         (mm-w3m-standalone-supports-m17n-p): New function.
17692         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17693         w3m usage.
17694
17695         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17696         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17697
17698 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17699
17700         * message.el (message-tool-bar-zap-list):
17701         Use gmm-tool-bar-zap-list as custom type.
17702         (message-tool-bar-update): New function.
17703         (message-tool-bar, message-tool-bar-gnome)
17704         (message-tool-bar-retro): Add message-tool-bar-update.
17705         (message-tool-bar-gnome): Add flyspell-buffer.
17706
17707         * gnus-util.el (gnus-error): Describe `args'.
17708
17709         * gmm-utils.el (gmm-error): Describe `args'.
17710         (gmm-tool-bar-zap-list): New widget.
17711         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17712
17713 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17716         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17717         the number of recursive calls.
17718
17719         * mm-decode.el (mm-handle-set-disposition): New macro.
17720         (mm-handle-set-description): New macro.
17721
17722 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17725         encoding.
17726
17727 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17728
17729         * message.el (message-tool-bar-zap-list, message-tool-bar)
17730         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17731         (message-tool-bar-local-item-from-menu): Remove.
17732         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17733         (message-make-tool-bar): New function.
17734         (message-mode): Use `message-make-tool-bar'.
17735
17736         * gmm-utils.el: New file.
17737         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17738         (gmm-lazy): New widget copied from `nnmail.el'.
17739         (gmm-tool-bar-from-list): New function for creating customizable
17740         tool bars.
17741         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17742         output.
17743         (gmm): Add :prefix to defgroup.
17744
17745 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17746
17747         * gmm-utils.el (gmm-widget-p): New function.
17748
17749 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17750
17751         * mml.el (mml-attach-file): Describe `description' in doc string.
17752         (mml-menu): Add Emacs MIME manual and PGG manual.
17753
17754 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17755
17756         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17757
17758 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17759
17760         * nntp.el (nntp-end-of-line): Doc fix.
17761
17762 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17763
17764         * imap.el (imap-open): Handle case where buffer is a buffer
17765         object.
17766
17767 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17768
17769         * gnus-delay.el (gnus-delay): Don't autoload.
17770         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17771         to be re-loaded when customizing the `gnus-delay' group.
17772
17773 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17774
17775         * message.el (message-insert-citation-line): Use newlines.
17776
17777 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17778
17779         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17780         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17781         these routines, so the passphrase can be managed externally and
17782         passed in to the system.
17783         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17784         pgg-add-passphrase-to-cache function.
17785
17786         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17787         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17788         these routines, so the passphrase can be managed externally and
17789         passed in to the system.
17790         (pgg-pgp5-sign-region): Use new name of
17791         pgg-add-passphrase-to-cache function.
17792
17793 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17794
17795         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17796         part of the decoded armor to find the key-identifier.
17797         (pgg-gpg-lookup-key-owner): New function to return the
17798         human-readable identifier of a key owner.
17799         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17800         itself.
17801         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17802         the key value) if we have a key and can match it against a secret
17803         key.  Also, added a note pointing out fact that the prompt only
17804         indicates the first matching key.
17805
17806         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17807         pgg-decrypt-region.
17808         (pgg-add-passphrase-to-cache): Rename from
17809         `pgg-add-passphrase-cache' to reduce confusion (all callers
17810         changed).
17811         (pgg-remove-passphrase-from-cache): Rename from
17812         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17813         changed).
17814         (pgg-read-passphrase, pgg-add-passphrase-cache)
17815         (pgg-remove-passphrase-cache): Add informative docstrings.
17816         (pgg-decrypt): Convey provided passphrase in subordinate call to
17817         pgg-decrypt-region.
17818
17819 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17820
17821         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17822         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17823         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17824         'passphrase' argument, so the passphrase can be managed externally
17825         and then passed in to the system.
17826
17827         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17828         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17829         so the passphrase cache can be used reliably with identifiers
17830         besides a pgp packet's key id.
17831
17832         * pgg-gpg.el (pgg-gpg-encrypt-region)
17833         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17834         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17835         these routines, so the passphrase can be managed externally and
17836         passed in to the system.
17837
17838         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17839         'notruncate' argument, so the passphrase cache can be used
17840         reliably with identifiers besides a pgp packet's key id.
17841
17842 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17843
17844         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17845         symmetric encryption.
17846         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17847         encrypted session key.
17848         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17849         message ask for the passphrase in a proper way.
17850
17851         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17852         New user commands for symmetric encryption.
17853
17854 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17857
17858         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17859
17860 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17861
17862         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17863
17864 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * mm-decode.el (mm-inlined-types): Add application/pgp.
17867         (mm-automatic-display): Ditto.
17868
17869         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17870         part as text.
17871
17872 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17873
17874         * nnrss.el: Update copyright.
17875         (nnrss-opml-import): Query whether to subscribe to each entry.
17876
17877         * gnus-art.el:
17878         * gnus-sum.el:
17879         * gnus-xmas.el:
17880         * messagexmas.el:
17881         * mm-uu.el:
17882         * mm-view.el: Update copyright.
17883
17884 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17885
17886         * message.el (message-info): New function.
17887         (message-mode-menu): Add it.
17888         Update copyright.
17889
17890         * ChangeLog: Fix and update copyright.
17891
17892 2006-01-13  Romain Francoise  <romain@orebokech.com>
17893
17894         * message.el (message-forward-subject-name-subject): Prefer the
17895         address to 'nowhere' if the sender has no name.
17896         Fix typo.  Update copyright year.
17897
17898 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * gnus-art.el (article-wash-html):
17901         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17902         (gnus-article-wash-html-with-w3m-standalone): New function.
17903
17904         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17905         mm-inline-text-html-render-with-w3m-standalone.
17906         (mm-text-html-washer-alist): Map w3m-standalone to
17907         gnus-article-wash-html-with-w3m-standalone.
17908         (mm-inline-text-html-render-with-w3m-standalone): New function.
17909
17910 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17911
17912         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17913         Improve LaTeX.
17914
17915 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17918         (nnrss-request-article): Render text/plain parts as HTML.
17919
17920         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17921         the buffer.
17922
17923 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17924
17925         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17926         custom definition of `gnus-posting-styles'.
17927
17928         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17929         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17930
17931 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17932
17933         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17934         Use nntp for bug archive.
17935
17936 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17939         parts.
17940         (nnrss-normalize-date): New function converts ISO 8601 date into
17941         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17942         (nnrss-check-group): Use it.
17943
17944 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17947
17948         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17949         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17950         (nnrss-insert-w3): Ditto.
17951
17952 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17955         the articles to be forwarded including the case where neither a
17956         number of articles nor a region is specified.
17957
17958 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * nnrss.el (nnrss-request-article): Fix last change; fill
17961         text/plain parts.
17962
17963 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17966         in text/plain part.
17967         (nnrss-check-group): Don't add excessive newline to dc:subject.
17968
17969 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17970
17971         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17972         article.
17973
17974 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17977         (nnml-use-compressed-files, nnml-save-mail): Support other
17978         comression programs such as bzip2.
17979
17980 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17981
17982         * dns.el (query-dns): Make sure we check the buffer size before
17983         removing tcp headers.
17984
17985 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17986
17987         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17988         remove MIME buttons associated with multipart/alternative parts.
17989         (gnus-mime-display-alternative): Tag buttons using `article-type'
17990         text property.
17991
17992         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17993         associated with multipart/alternative parts.
17994
17995         * gnus-art.el (gnus-signature-separator): Fix custom type.
17996
17997         * mm-decode.el (mm-inlined-types): Fix custom type.
17998         (mm-keep-viewer-alive-types): Ditto.
17999         (mm-automatic-display): Ditto.
18000         (mm-attachment-override-types): Ditto.
18001         (mm-inline-override-types): Ditto.
18002         (mm-automatic-external-display): Ditto.
18003
18004 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18005
18006         * spam-report.el (spam-report-user-mail-address)
18007         (spam-report-user-agent): New variables.
18008         (spam-report-url-ping-plain): Use spam-report-user-agent.
18009
18010 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18011
18012         * gnus-art.el (gnus-button-handle-custom): Do not just use
18013         `customize-apropos' for any "M-x customize-*" button but the
18014         function called for.  Accept both the function name and its
18015         argument in order to achieve this.
18016         (gnus-button-alist): Remove support for "custom:" URL's.
18017         Pass function name to `gnus-button-handle-custom' in case of "M-x
18018         customize-*" buttons.
18019
18020 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18023         multipart/alternative and add xref to mm-discouraged-alternatives
18024         in doc string.
18025
18026         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18027         gnus-buttonized-mime-types in doc string.
18028
18029 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18030
18031         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18032         Suggest image/.* in the doc string.
18033
18034 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18035
18036         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18037         message-marks (Debian bug #342521).
18038
18039 2005-12-12  Simon Josefsson  <jas@extundo.com>
18040
18041         * password.el (password-read-from-cache): Add.
18042         (password-read): Use it.
18043
18044 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * rfc2047.el (rfc2047-charset-to-coding-system):
18047         Recognize us-ascii as a MIME charset.
18048
18049         * mm-bodies.el (mm-decode-content-transfer-encoding):
18050         Protect against the case where the 2nd arg TYPE is nil.
18051
18052 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18053
18054         * pop3.el (pop3-stream-type): Fix custom version.
18055
18056         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18057
18058 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18059
18060         * mm-decode.el (mm-display-external): Add missing cdr.
18061
18062 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18065         RFC1524) if it is in mailcap or add a suffix according to
18066         mailcap-mime-extensions when generating a temp filename; postpone
18067         deleting a temp file for 2 seconds for some wrappers, shell
18068         scripts, and so on, which might exit right after having started a
18069         viewer command as a background job.
18070
18071 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18072
18073         * nntp.el (nntp-marks-directory): Fix custom group.
18074
18075         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18076         steps when < 10.
18077
18078         * gnus-start.el (gnus-no-server-1):
18079         Mention `gnus-level-default-subscribed' in doc string.
18080
18081 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18082
18083         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18084         parens.
18085
18086 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gnus-xmas.el (gnus-use-toolbar): Revert.
18089         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18090         gnus-use-toolbar is default.
18091
18092         * messagexmas.el (message-use-toolbar): Revert.
18093         (message-setup-toolbar): Use global default-toolbar if
18094         message-use-toolbar is default.
18095
18096 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18099         according to default-toolbar-visible-p.
18100
18101         * messagexmas.el (message-use-toolbar): Ditto.
18102
18103 2005-11-26  Dave Love  <fx@gnu.org>
18104
18105         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18106         (tls-program, tls-success): Provide openssl alternative.
18107
18108         * starttls.el: Doc fixes.
18109         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18110         SERVICE to PORT.
18111
18112         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18113         port null or service name.
18114         (starttls-negotiate): Autoload.
18115
18116 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * message.el (message-kill-to-signature): Fix interactive spec.
18119
18120 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * pop3.el (pop3-open-server): Recognize a string as a service name.
18123
18124 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18125
18126         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18127
18128 2005-11-23  Dave Love  <fx@gnu.org>
18129
18130         Add pop3s, pop3/starttls.
18131
18132         * pop3.el (pop3-authentication-scheme): Clarify doc.
18133         (open-tls-stream, starttls-open-stream): Autoload.
18134         (pop3-stream-type): New.
18135         (pop3-open-server): Use it.
18136
18137         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18138         for POP.
18139         (mail-source-keyword-map): Add :stream for POP.
18140         (mail-source-fetch-pop): Use pop3-stream-type.
18141
18142 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18145         of current-time-string.
18146
18147 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18148
18149         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18150         date header.
18151
18152 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18153
18154         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18155         it can seriously impact performance as it bypasses the agent's
18156         local caches.
18157
18158 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18159
18160         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18161         must be explicitly online rather than "not explicitly offline" for
18162         its flags to be synchronized.
18163
18164         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18165         that gnus-uu-unmark-thread will function correctly.
18166
18167         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18168         1024K is instead displayed as 1M.
18169
18170 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18171
18172         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18173
18174 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18175
18176         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18177
18178 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18179
18180         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18181         error message to display actual error condition.
18182         (gnus-agent-save-local): Avoid saving symbols that are bound to
18183         nil as they simply result in a warning message in
18184         gnus-agent-read-local.
18185
18186 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18189         rather than make-variable-buffer-local for file-precious-flag.
18190
18191 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18192
18193         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18194         for duplicates which are removed.  The invalid sort check then
18195         triggers a rescan after the sort as sorting may have moved
18196         duplicate entries such that they can be cheaply detected.
18197
18198 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18201
18202 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18203
18204         * gnus-agent.el (gnus-agent-article-alist-save-format):
18205         Change internal variable to a custom variable.  Change default value
18206         from compressed(2) to uncompressed(1).
18207         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18208         support for uncompressed agentview files.  Taken together, reading
18209         the agentview file should now be 6-7 times faster.
18210
18211 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18212
18213         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18214         as a buffer-local variable.  This avoids creating truncated
18215         dribble files as a result of a hang up, eg.
18216
18217 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18218
18219         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18220         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18221         XEmacs.
18222
18223 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18224
18225         * gnus-start.el (gnus-start-draft-setup):
18226         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18227
18228         * gnus.el (gnus-splash): Change custom group.
18229         (gnus-group-get-parameter, gnus-group-parameter-value):
18230         Describe allow-list argument.
18231
18232         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18233         string.
18234
18235 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18236
18237         * gnus-art.el (gnus-default-article-saver): Add user-defined
18238         `function' to custom type.
18239
18240 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18241
18242         * imap.el (imap-open): Handle case where buffer is a buffer
18243         object.
18244
18245 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18246
18247         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18248         long lines.
18249         (gnus-cache-delete-group): Wrap doc strings.
18250
18251         * gnus-agent.el (gnus-agent-rename-group)
18252         (gnus-agent-delete-group): Wrap doc strings.
18253
18254 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * messagexmas.el (message-use-toolbar): Change the valid values
18257         into default, top, bottom, left, and right.
18258         (message-toolbar-thickness): New variable.
18259         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18260         well.
18261         (message-setup-toolbar): Make it work.
18262
18263         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18264         (gnus-use-toolbar): Change the valid values into default, top,
18265         bottom, left, and right.
18266         (gnus-toolbar-thickness): New variable.
18267         (gnus-xmas-setup-toolbar): New function.
18268         (gnus-xmas-setup-group-toolbar): Use it.
18269         (gnus-xmas-setup-summary-toolbar): Use it.
18270
18271 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18272
18273         * gnus-start.el (gnus-1): Add "native" to
18274         gnus-predefined-server-alist.
18275
18276         * gnus.el (gnus-method-to-server): Don't add "native" to the
18277         lists here, because that leads to problems when
18278         gnus-select-method is bound.
18279
18280 2005-11-09  Simon Josefsson  <jas@extundo.com>
18281
18282         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18283         use (not sort-by-date) instead.
18284
18285 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18286
18287         * gnus-delay.el (gnus-delay-group): Don't autoload.
18288         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18289         to be re-loaded when customizing the `gnus-delay' group.
18290
18291 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18292
18293         * message.el: Revert last changes.
18294         (message-insert-citation-line): Use newlines.
18295
18296 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18297
18298         * message.el (message-courtesy-message)
18299         (message-mark-insert-begin, message-mark-insert-end)
18300         (message-elide-ellipsis, message-cancel-message)
18301         (message-add-header, message-change-subject)
18302         (message-cross-post-followup-to-header)
18303         (message-cross-post-insert-note, message-reduce-to-to-cc)
18304         (message-widen-reply, message-delete-not-region)
18305         (message-kill-to-signature, message-insert-signature)
18306         (message-insert-importance-high, message-insert-importance-low)
18307         (message-insert-or-toggle-importance)
18308         (message-insert-disposition-notification-to)
18309         (message-indent-citation, message-yank-original)
18310         (message-cite-original-without-signature, message-cite-original)
18311         (message-insert-citation-line, message-position-on-field)
18312         (message-fix-before-sending, message-send-mail-partially)
18313         (message-send-mail, message-send-mail-with-sendmail)
18314         (message-send-mail-with-qmail, message-send-news)
18315         (message-check-news-header-syntax, message-generate-headers)
18316         (message-insert-courtesy-copy, message-fill-address)
18317         (message-fill-header, message-shorten-references)
18318         (message-setup-1, message-cancel-news)
18319         (message-forward-make-body-plain, message-forward-make-body-mime)
18320         (message-forward-make-body-mml, message-encode-message-body)
18321         (message-forward-make-body-digest-plain)
18322         (message-forward-make-body-digest-mime)
18323         (message-use-alternative-email-as-from): Insert `hard-newline'
18324         instead of ordinary newlines.
18325
18326 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * message.el (message-generate-headers): Downcase the argument
18329         given to message-check-element.
18330
18331 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18332
18333         * nntp.el (nntp-authinfo-rejected): New error condition.
18334         (nntp-wait-for): Use new error condition to signal authentication
18335         error.
18336         (nntp-retrieve-data): Rethrow new error condition to break out of
18337         recursive call to nntp-send-authinfo.
18338
18339 2005-11-08  Romain Francoise  <romain@orebokech.com>
18340
18341         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18342         (gnus-summary-exit-map): Bind to `Z p'.
18343         (gnus-summary-make-menu-bar): Add menu item.
18344
18345 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18346
18347         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18348         (gnus-treat-*): Add `first' in all doc strings.
18349
18350         * gnus-group.el (gnus-group-compact-group): Fix typo.
18351
18352 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * gnus.el (gnus-parameters-case-fold-search): New variable.
18355         (gnus-parameters-get-parameter): Use it.
18356
18357         * gnus-score.el (gnus-home-score-file): Doc fix.
18358
18359 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18360
18361         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18362
18363 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * mm-util.el (mm-special-display-p): New function.
18366
18367         * mml.el (mml-preview): Use it; doc fix.
18368
18369 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18370
18371         * imap.el (imap-open): Handle case where buffer is a buffer object.
18372
18373 2005-10-29  Romain Francoise  <romain@orebokech.com>
18374
18375         * message.el (message-fix-before-sending): Fix comment.
18376
18377 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18378
18379         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18380
18381 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18382
18383         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18384         Used in gnus-score.el.
18385
18386 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18387
18388         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18389
18390 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18391
18392         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18393         whitespace removed in revision 7.8.  Use concatenated string to
18394         protect trailing whitespace.
18395
18396 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18397
18398         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18399         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18400         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18401         Courier IMAP ("some version from 2004").  Mostly based on similar
18402         code in the same function.
18403
18404 2005-10-26  Didier Verna  <didier@xemacs.org>
18405
18406         * gnus-group.el (gnus-group-compact-group): Invalidate original
18407         article buffer.
18408         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18409         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18410         NOV database and in article itself.
18411         Invalidate article backlog.
18412
18413 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18414
18415         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18416
18417 2005-10-26  Simon Josefsson  <jas@extundo.com>
18418
18419         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18420         part of 2004-07-25 change.
18421
18422 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * message.el (message-display-completion-list): New function.
18425         (message-expand-group): Use it; make sure the Completions buffer
18426         is modifiable.
18427 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18428
18429         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18430         user-mail-name is an empty string.
18431
18432 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18433
18434         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18435         depending on gnus-score-decay-constant.
18436
18437         * encrypt.el (encrypt-insert-file-contents)
18438         (encrypt-write-file-contents): Don't use `gnus-message'.
18439
18440         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18441         arguments.
18442         (mm-uu-type-alist): Add message-marks and insert-marks.
18443         Pass arguments to mm-uu-verbatim-marks-extract.
18444         (mm-uu-hide-markers): New variable.
18445         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18446
18447         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18448         (gnus-convert-image-to-face-command): Use "convert" by default to
18449         allow other input image formats.
18450         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18451         accordingly.
18452
18453 2005-10-23  Simon Josefsson  <jas@extundo.com>
18454
18455         * imap.el (imap-gssapi-program): Align command line parameters
18456         with latest GNU SASL.
18457         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18458
18459 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18460
18461         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18462         HTML.
18463         (nnslashdot-request-article): Ditto.
18464
18465         * lpath.el (featurep): Add nobreak-char-display.
18466
18467 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18468
18469         * mail-source.el (mail-source-fetch-pop): Require pop3.
18470         (mail-source-check-pop): Ditto.
18471
18472 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18475         errors.
18476
18477 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18478
18479         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18480         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18481
18482         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18483
18484         * mm-bodies.el (mm-decode-string):
18485         Call `mm-charset-to-coding-system' with allow-override argument.
18486
18487 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18490         (rfc2047-charset-to-coding-system): New function.
18491         (rfc2047-decode-encoded-words): New function.
18492         (rfc2047-decode-region): Use them.
18493         (rfc2047-decode-cte): Remove.
18494         (rfc2047-parse-and-decode): Remove.
18495         (rfc2047-decode): Remove.
18496
18497 2005-10-15  Kenichi Handa  <handa@m17n.org>
18498
18499         * rfc2047.el (rfc2047-decode-cte): New function.
18500         (rfc2047-decode-region): Change the way to decode successive
18501         encoded-words: decode B- or Q-encoding in each encoded-word,
18502         concatenate them, and decode it as charset.
18503
18504 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18505
18506         * lpath.el: Fbind codepage-setup for XEmacs.
18507
18508 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18509
18510         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18511         widget-move-and-invoke.
18512         (gnus-custom-mode): Use gnus-custom-map.
18513
18514 2005-10-15  Bill Wohler  <wohler@newt.com>
18515
18516         * message.el (message-tool-bar-map): Rename image file from
18517         mail_send to mail/send.
18518
18519 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18520
18521         * message.el (message-expand-group): Pass the common
18522         prefix substring of completion to `display-completion-list'.
18523
18524 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * mml-sec.el (mml-secure-method): New internal variable.
18527         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18528         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18529         New functions using mml-secure-method.
18530
18531         * mml.el (mml-mode-map): Add key bindings for those functions.
18532         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18533         Harder <harder@myrealbox.com>.
18534         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18535         Goto end of message if point is the headers of the message.
18536
18537         * message.el (message-in-body-p): New function.
18538
18539         * assistant.el: Autoload gnus-util and netrc.
18540
18541         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18542         Use `mm-charset-override-alist' only when decoding.
18543
18544         * mm-bodies.el (mm-decode-body):
18545         Call `mm-charset-to-coding-system' with allow-override argument.
18546
18547         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18548         `filename' from Content-Disposition if Content-Type doesn't
18549         provide `name'.
18550         (gnus-mime-view-part-as-type): Set default instead of
18551         initial-input.
18552
18553 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18554
18555         * format-spec.el (format-spec): Propagate text properties of % spec.
18556
18557 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18558
18559         * gnus-art.el (gnus-treat-predicate): Add `first'.
18560
18561 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18562
18563         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18564         (mm-charset-override-alist): New variable.
18565         (mm-charset-to-coding-system): Use it.
18566         (mm-codepage-setup): New helper function.
18567         (mm-charset-eval-alist): New variable.
18568         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18569         Warn about unknown charsets.
18570
18571         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18572
18573 2005-10-04  David Hansen  <david.hansen@gmx.net>
18574
18575         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18576         (nnrss-check-group): Ditto.
18577
18578 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18579
18580         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18581         Rename x-gnus-verbatim to x-verbatim.
18582         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18583
18584         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18585         x-verbatim.
18586
18587         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18588
18589         * gnus-util.el (gnus-remove-duplicates): Remove.
18590
18591         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18592         instead of gnus-remove-duplicates.
18593
18594         * message.el (message-remove-duplicates): Remove.
18595         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18596         message-remove-duplicates.
18597
18598         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18599         available, else use implementation from `delete-dups'.
18600
18601         * message.el (message-insert-expires): New function.
18602         (message-mode-map): Add key binding.
18603         (message-mode-field-menu): Add menu entry.
18604         (message-mode): Document it.
18605         (message-make-expires-date): Use `message-make-date'.
18606
18607 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18608
18609         * message.el (message-make-expires-date): New function.
18610
18611 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * Makefile.in (list-installed-shadows): New entry.
18614         (install): Use it.
18615         (remove-installed-shadows): New entry.
18616
18617         * dgnushack.el (dgnushack-default-load-path): New variable.
18618         (dgnushack-find-lisp-shadows): New function.
18619         (dgnushack-remove-lisp-shadows): New function.
18620
18621 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * Makefile.in (install-el-elc): New entry.
18624         (install): Use it so that .el files are necessarily installed.
18625
18626 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18629
18630 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18631
18632         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18633         function rather than the diff-mode.el package.
18634         (mm-display-external): Use with-current-buffer.
18635         (mm-viewer-completion-map, mm-viewer-completion-map):
18636         Move initialization inside declaration.
18637
18638 2005-09-29  Simon Josefsson  <jas@extundo.com>
18639
18640         * spam.el: Load hashcash when compiling, to avoid warnings.
18641         Don't autoload mail-check-payment.
18642         (spam-check-hashcash): Define unconditionally, since hashcash.el
18643         is part of Gnus now.  Ignore errors from payment checking.
18644
18645 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18646
18647         * message.el (message-bold-region, message-unbold-region):
18648         Rename from `bold-region' and `unbold-region'.
18649
18650         * message.el: Remove useless autoloads.
18651
18652 2005-09-28  Simon Josefsson  <jas@extundo.com>
18653
18654         * message.el (message-use-idna): Default to t.
18655         (message-use-idna): Test whether encoding works too.  Doc fix.
18656
18657 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * nntp.el (nntp-warn-about-losing-connection): Remove.
18660
18661 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18662
18663         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18664         customizable.  Change default value.
18665         (mm-uu-diff-groups-regexp): Change default value.
18666         (mm-uu-type-alist): Add doc string.
18667         (mm-uu-configure): Add doc string.  Make it interactive.
18668         (mm-uu-tex-groups-regexp): New variable.
18669         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18670         (mm-uu-type-alist): Add LaTeX documents.
18671         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18672         of "text/verbatim".
18673         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18674
18675         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18676         instead of "text/verbatim".
18677
18678         * message.el (message-mark-inserted-region)
18679         (message-mark-insert-file): Use slrn style marks when called with
18680         prefix argument.
18681
18682 2005-09-27  Simon Josefsson  <jas@extundo.com>
18683
18684         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18685
18686 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18687
18688         * message.el (message-remove-duplicates): New function.
18689         Implementation borrowed from `gnus-remove-duplicates'.
18690         (message-idna-to-ascii-rhs): Also encode idna addresses in
18691         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18692         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18693         only ask about the same idna domain once per header and also tell
18694         in what header to replace the idna domain.
18695
18696         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18697         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18698         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18699         a header is decoded and not just the last one.
18700
18701 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18704         has been decoded.
18705
18706         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18707         (mm-insert-part): Don't modify text if it has been decoded.
18708
18709         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18710         decoded.
18711
18712         * mm-view.el (mm-inline-text): Don't strip text props unless
18713         decoding enriched or richtext parts.
18714
18715 2005-09-25  Romain Francoise  <romain@orebokech.com>
18716
18717         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18718         * gnus-start.el (gnus-subscribe-interactively):
18719         * gnus-uu.el (gnus-uu-grab-articles):
18720         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18721         space.
18722
18723 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18724
18725         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18726         * mm-view.el (mm-view-pkcs7-decrypt):
18727         * gnus-sum.el (gnus-summary-limit-to-extra)
18728         (gnus-summary-respool-article, gnus-read-move-group-name):
18729         * gnus-score.el (gnus-summary-increase-score):
18730         * gnus-util.el (gnus-completing-read-with-default):
18731         * gnus-art.el (gnus-read-save-file-name)
18732         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18733         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18734         * message.el (message-check-news-header-syntax):
18735         Follow convention for reading with the minibuffer.
18736
18737 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18738
18739         * spam-report.el (spam-report-url-ping-plain):
18740         Use gnus-extended-version as User-Agent.
18741
18742         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18743         default value is nil.
18744
18745         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18746         (mm-uu-verbatim-marks-extract): New function.
18747         (mm-uu-extract): New face.
18748         (mm-uu-copy-to-buffer): Use it.
18749
18750         * spam-report.el (spam-report-gmane-ham): Rename from
18751         `spam-report-gmane-unspam'.
18752         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18753         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18754
18755         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18756         Autoload.
18757         (spam-report-gmane-unregister-routine):
18758         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18759
18760 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18761
18762         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18763         (spam-report-gmane-unregister-routine): Add support for gmane
18764         unregistration.
18765
18766         * spam-report.el (spam-report-gmane-unspam)
18767         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18768         (spam-report-gmane): Change to take a single article and do unspam
18769         registration.
18770
18771 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18772
18773         * mm-url.el (mm-url-decode-entities): Fix regexp.
18774
18775 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18776
18777         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18778         default to nil, to be able to use Gnus at all.  If the default
18779         switches to something else, then the function should be fixed not
18780         be exceedingly slow.
18781
18782 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18783
18784         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18785         fail hard.
18786
18787         * spam-report.el: Add better Keywords line.
18788
18789         * spam.el: Add Maintainer and better Keywords line.
18790
18791 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18792
18793         * gnus-art.el (gnus-article-replace-part)
18794         (gnus-mime-replace-part): New functions.
18795         (gnus-mime-action-alist, gnus-mime-button-commands)
18796         (gnus-mime-save-part-and-strip): Add file argument.
18797         (gnus-article-part-wrapper): Add interactive argument.
18798
18799         * gnus-sum.el (gnus-summary-mime-map):
18800         Add `gnus-article-replace-part'.
18801
18802 2005-09-19  Didier Verna  <didier@xemacs.org>
18803
18804         The nnml compaction feature:
18805         * nnml.el (nnml-request-compact-group): New function.
18806         * nnml.el (nnml-request-compact): New function.
18807         * gnus-int.el (gnus-request-compact-group): New function.
18808         * gnus-int.el (gnus-request-compact): New function.
18809         * gnus-group.el (gnus-group-compact-group): New function.
18810         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18811         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18812         * gnus-srvr.el (gnus-server-compact-server): New function.
18813         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18814         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18815
18816 2005-09-18  Deepak Goel  <deego@gnufans.org>
18817
18818         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18819         format spec.
18820
18821 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18822
18823         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18824
18825 2005-09-15  Romain Francoise  <romain@orebokech.com>
18826
18827         * message.el (message-fill-paragraph): Clarify docstring.
18828
18829 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * gnus-art.el (gnus-mime-display-part): Protect against broken
18832         MIME messages.
18833
18834 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18837         before parsing header.
18838
18839 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18840
18841         * html2text.el (html2text-replace-list): Add new entities.
18842
18843 2005-09-11  Romain Francoise  <romain@orebokech.com>
18844
18845         * message.el (message-alternative-emails): Improve docstring.
18846         (message-setup-1): Call `message-use-alternative-email-as-from'
18847         after `message-setup-hook' to give it precedence over posting
18848         styles, etc.
18849         (message-use-alternative-email-as-from): Add docstring.
18850         Remove the original From header if present.
18851
18852         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18853         (nnml-save-mail): Use it.
18854
18855         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18856         articles.  Add new argument `silent'.
18857         (gnus-uu-mark-all): Report the total number of marked articles.
18858
18859 2005-09-10  Romain Francoise  <romain@orebokech.com>
18860
18861         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18862         (gnus-uu-mark-series): Likewise.
18863
18864 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18865
18866         * spam-report.el (spam-report-gmane): Fix generation of spam
18867         report URL.
18868
18869 2005-09-10  Simon Josefsson  <jas@extundo.com>
18870
18871         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18872         t, based on discussion on the ding list with Robert Epprecht
18873         <epprecht@solnet.ch>.
18874
18875 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18876
18877         * spam-report.el (spam-report-gmane): Make it work without
18878         X-Report-Spam header.  Gmane now only provides Archived-At.
18879         This is only used if `spam-report-gmane-use-article-number' is nil.
18880         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18881
18882         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18883         make `gnus-summary-sort-by-recipient' work with threading.
18884
18885         * nnweb.el (nnweb-google-wash-article): Print a message if article
18886         is not available.
18887
18888 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18889
18890         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18891         change.  Decode text/* parts content before displaying.
18892
18893 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18894
18895         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18896
18897 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18900
18901         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18902         url-package-name, url-package-version,
18903         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18904         w3m-display-inline-images, and w3m-minor-mode-map.
18905
18906 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18907
18908         * message.el (message-tab-body-function): Fix mismatched custom type.
18909
18910         * gnus.el (gnus-group-change-level-function): Ditto.
18911
18912         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18913
18914         * gnus-art.el (gnus-signature-limit)
18915         (gnus-article-mime-part-function): Ditto.
18916
18917 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18918
18919         * mml.el (mml-mode): Silence the byte compiler.
18920
18921         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18922         using `(sit-for 0)' before moving the point to the specified part;
18923         skip unbuttonized parts.
18924         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18925         return to the summary window if gnus-auto-select-part is non-nil.
18926
18927 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18928
18929         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18930         New variables.
18931         (mml-dnd-attach-file, mml-mode): Use them.
18932
18933         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18934         Make fetching article by MID work again for Google Groups.
18935         Add FIXME concerning gnus-group-make-web-group.
18936
18937         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18938         Don't depend on Gnus by using mail-extract-address-components if
18939         gnus-extract-address-components is not bound.
18940
18941 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18942
18943         * gnus-art.el (gnus-mime-display-security): Don't display the
18944         signature, but only the signed part.
18945
18946 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18947
18948         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18949
18950         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18951         list, not listp.
18952
18953 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18954
18955         * mm-encode.el (mm-encode-content-transfer-encoding):
18956         Likewise when encoding.
18957
18958         * mm-bodies.el (mm-decode-content-transfer-encoding):
18959         De-canonicalize CRLF for all text content types, not just
18960         text/plain.
18961
18962 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18963
18964         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18965         valid article; point arrow and cursor at the MIME button.
18966
18967 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18968
18969         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18970         Suggested by Dan Christensen <jdc@uwo.ca>.
18971
18972         * mm-decode.el (mm-save-part): Enable change of prompt.
18973
18974 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18975
18976         * gnus-msg.el (gnus-inews-add-send-actions):
18977         Make `message-post-method' lambda parameter ARG `&optional'.
18978
18979 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18980
18981         * gnus-sum.el (gnus-summary-mime-map):
18982         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18983         gnus-article-jump-to-part.
18984
18985         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18986         (gnus-article-edit-part): Use it.
18987         (gnus-article-part-wrapper): Add no-handle argument.
18988         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18989         New functions.
18990
18991 2005-08-29  Romain Francoise  <romain@orebokech.com>
18992
18993         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18994         docstring.
18995         (gnus-face-from-file): Likewise.
18996
18997 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18998
18999         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19000         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19001         non-nil.
19002         (gnus-auto-select-part): New variable.
19003         (gnus-article-jump-to-part): New function.
19004         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19005         (gnus-mime-delete-part): Allow selecting specified part after
19006         deleting or stripping parts.
19007         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19008         part if argument is bogus.
19009
19010 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19011
19012         * gnus-art.el (w3m-minor-mode-map):
19013         * gnus-spec.el (gnus-newsrc-file-version):
19014         * gnus-util.el (nnmail-active-file-coding-system)
19015         (gnus-original-article-buffer, gnus-user-agent):
19016         * gnus.el (gnus-ham-process-destinations)
19017         (gnus-parameter-ham-marks-alist)
19018         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19019         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19020         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19021         * mm-decode.el (gnus-current-window-configuration):
19022         * mm-extern.el (gnus-article-mime-handles):
19023         * mm-url.el (url-current-object, url-package-name)
19024         (url-package-version):
19025         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19026         (smime-keys, w3m-cid-retrieve-function-alist)
19027         (w3m-current-buffer, w3m-display-inline-images)
19028         (w3m-minor-mode-map):
19029         * mml-smime.el (gnus-extract-address-components):
19030         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19031         (gnus-newsrc-hashtb, message-default-charset)
19032         (message-deletable-headers, message-options)
19033         (message-posting-charset, message-required-mail-headers)
19034         (message-required-news-headers):
19035         * mml1991.el (mc-pgp-always-sign):
19036         * mml2015.el (mc-pgp-always-sign):
19037         * nnheader.el (nnmail-extra-headers):
19038         * rfc1843.el (gnus-decode-encoded-word-function)
19039         (gnus-decode-header-function, gnus-newsgroup-name):
19040         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19041
19042 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19043
19044         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19045         the end of the date treatments.
19046
19047 2005-08-15  Simon Josefsson  <jas@extundo.com>
19048
19049         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19050         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19051         Capello and Romain Francoise.
19052         (pgg-fetch-key-function): Remove, not used?
19053         (pgg-insert-url-with-w3): Require url, to get
19054         url-insert-file-contents regardless of where it is defined.
19055
19056 2005-08-13  Romain Francoise  <romain@orebokech.com>
19057
19058         * message.el (message-cite-original-1): New function.
19059         (message-cite-original): Use it.
19060         (message-cite-original-without-signature): Ditto.
19061
19062 2005-08-08  Romain Francoise  <romain@orebokech.com>
19063
19064         * message.el (message-yank-empty-prefix): New variable.
19065         (message-indent-citation): Use it.
19066         (message-cite-original-without-signature): Respect X-No-Archive.
19067
19068 2005-08-08  Simon Josefsson  <jas@extundo.com>
19069
19070         * pgg.el: Autoload url-insert-file-contents instead of loading
19071         w3/url.
19072         (pgg-insert-url-with-w3): Don't load url here.
19073
19074 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19075
19076         * message.el (message-kill-to-signature): Don't insert newline at
19077         bol.
19078         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19079
19080 2005-08-06  Romain Francoise  <romain@orebokech.com>
19081
19082         * message.el (message-user-fqdn): Fix typo in docstring.
19083
19084 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19085
19086         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19087
19088         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19089
19090 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * mm-bodies.el (mm-encode-body): Use coding system rather than
19093         charset to encode text.
19094
19095         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19096         number of charsets if utf-8 is available (XEmacs).
19097
19098 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19099
19100         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19101         taken from `gnus-button-mid-or-mail-regexp'.
19102         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19103         (gnus-button-alist): Improve regexp for domain part of the MIDs
19104         for news:localpart@domain buttons.
19105         (gnus-button-ctan-directory-regexp): Update.
19106
19107 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19108
19109         * sieve-manage.el (sieve-manage-interactive-login):
19110         Use make-local-variable rather than make-variable-buffer-local.
19111         (sieve-manage-open): Ditto.
19112         (sieve-manage-authenticate): Ditto.
19113
19114         * mml.el (mml-generate-mime-1): Make the content type default to
19115         text/plain if the filename is not specified.
19116
19117 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19120         instead of insert-buffer.
19121
19122         * message.el (message-yank-original): Ditto; set the mark at the
19123         end of the yanked message.
19124
19125 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19128         lines to scroll rather than to stop it.
19129
19130         * mml.el (mml-generate-default-type): Add doc string.
19131         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19132         default to application/octet-stream when determining the content
19133         type if it is not specified for the part or the mml contents; add
19134         a comment about mml-generate-default-type.
19135
19136 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19137
19138         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19139         make it default to application/octet-stream when determining the
19140         content type if it is not specified for the external contents.
19141
19142 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19143
19144         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19145         segmented parameter but also other parameters might be there.
19146
19147 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * mm-decode.el (mm-display-external): Delete temp file, directory
19150         and buffer immediately if the external process is exited.
19151
19152 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19155         fewer lines than that of scroll-margin.
19156         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19157
19158 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19159
19160         * gnus-art.el (gnus-article-next-page): Revert.
19161         (gnus-article-beginning-of-window): New macro.
19162         (gnus-article-next-page-1): Use it.
19163         (gnus-article-prev-page): Ditto.
19164         (gnus-article-edit-part): Use insert-buffer-substring instead of
19165         insert-buffer.
19166         (gnus-article-edit-exit): Ditto.
19167
19168         * gnus-util.el (gnus-beginning-of-window): Remove.
19169         (gnus-end-of-window): Remove.
19170
19171         * lpath.el: Don't bind header-line-format and scroll-margin.
19172
19173 2005-07-25  Simon Josefsson  <jas@extundo.com>
19174
19175         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19176         to have the url package without w3.  Reported by Daiki Ueno
19177         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19178
19179 2005-07-20  Didier Verna  <didier@xemacs.org>
19180
19181         * gnus-diary.el: Remove the description comment (nndiary is now
19182         properly documented in the Gnus manual).
19183         Fix the spelling of "Back End".
19184         * nndiary.el: Ditto.
19185         Fix the copyright notice.
19186
19187 2005-07-18  Romain Francoise  <romain@orebokech.com>
19188
19189         * gnus-sum.el (gnus-summary-to-prefix)
19190         (gnus-summary-newsgroup-prefix): New variables.
19191         (gnus-summary-from-or-to-or-newsgroups): Use them.
19192
19193 2005-07-17  Romain Francoise  <romain@orebokech.com>
19194
19195         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19196         space as it's generally not especially interesting to the user.
19197
19198 2005-07-16  Romain Francoise  <romain@orebokech.com>
19199
19200         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19201         nil to avoid prompting and file modification if one of the
19202         messages at the top of the nnfolder file contains a copyright
19203         notice.
19204         Update copyright notice.
19205
19206         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19207         instead of `current-time-string' as the latter creates a time
19208         string that is not RFC 2822 compliant (it lacks the zone).
19209         Update copyright notice.
19210
19211 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19212
19213         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19214         for text/rtf.  Display default in prompt.  Pass default for M-n.
19215
19216         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19217
19218 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19219
19220         * gnus-msg.el (gnus-button-mailto):
19221         Remove save-selected-window-window hackery because it relies on
19222         save-selected-window internals.
19223
19224 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19225
19226         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19227         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19228         (gnus-article-prev-page): Ditto.
19229
19230         * gnus-util.el (gnus-beginning-of-window): New function.
19231         (gnus-end-of-window): New function.
19232
19233         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19234
19235 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19236
19237         * gnus-score.el (gnus-score-edit-all-score):
19238         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19239         gnus-message.
19240
19241 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19242
19243         * gnus-msg.el (gnus-button-mailto):
19244         Remove save-selected-window-window hackery because it relies on
19245         save-selected-window internals.
19246
19247 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19248
19249         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19250         add-minor-mode.
19251         (gnus-binary-mode): Ditto.
19252
19253         * gnus-topic.el (gnus-topic-mode): Ditto.
19254
19255 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19256
19257         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19258         (gnus-article-prev-page): Take scroll-margin into consideration.
19259
19260 2005-07-04  Lute Kamstra  <lute@gnu.org>
19261
19262         Update FSF's address in GPL notices.
19263
19264 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19265
19266         * gnus.el (gnus-exit):
19267         * gnus-group.el (gnus-group-icons):
19268         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19269
19270         * gnus-nocem.el (gnus-nocem):
19271         * message.el (message-various, message-buffers, message-sending)
19272         (message-interface, message-forwarding, message-insertion)
19273         (message-headers, message-news, message-mail):
19274         * pgg-gpg.el (pgg-gpg):
19275         * pgg-parse.el (pgg-parse):
19276         * pgg-pgp.el (pgg-pgp):
19277         * pgg-pgp5.el (pgg-pgp5):
19278         * pop3.el (pop3): Finish `defgroup' description with period.
19279
19280 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * gnus-art.el (article-display-face): Improve the efficiency.
19283         (article-display-x-face): Ditto; remove gray x-face stuff.
19284
19285 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * gnus-art.el (article-display-face): Correct the position in
19288         which Faces are inserted.
19289
19290 2005-06-29  Didier Verna  <didier@xemacs.org>
19291
19292         * gnus-art.el (article-display-face): Display faces in correct
19293         order.
19294
19295 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19298         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19299         (gnus-nocem-check-article): Fetch the Type header.
19300         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19301         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19302         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19303         make sure gnus-nocem-hashtb is initialized.
19304         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19305         (gnus-nocem-unwanted-article-p): Ditto.
19306
19307         * pgg.el (pgg-verify): Return the verification result.
19308
19309 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19310
19311         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19312         is ascii.
19313
19314 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19315
19316         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19317         `show-nonbreak-escape'.
19318
19319 2005-06-23  Lute Kamstra  <lute@gnu.org>
19320
19321         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19322
19323         * dig.el (dig-mode):
19324         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19325
19326 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19327
19328         * nnimap.el (nnimap-split-download-body): Fix spellings.
19329
19330 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19331
19332         * gnus-art.el (gnus-article-encrypt-body):
19333         * gnus-cus.el (gnus-score-customize):
19334         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19335         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19336
19337 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19338
19339         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19340         header by looking for magic "MII" at the beginning.
19341
19342 2005-06-16  Miles Bader  <miles@gnu.org>
19343
19344         * gnus-xmas.el (gnus-xmas-group-startup-message):
19345         Use renamed gnus-splash face.
19346
19347         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19348         (assistant-field-face): New backward-compatibility alias for renamed
19349         face.
19350         (assistant-render-text): Use renamed assistant-field face.
19351
19352         * spam.el (spam): Remove "-face" suffix from face name.
19353         (spam-face): New backward-compatibility alias for renamed face.
19354         (spam-face, spam-initialize): Use renamed spam face.
19355
19356         * message.el (message-header-to, message-header-cc)
19357         (message-header-subject, message-header-newsgroups)
19358         (message-header-other, message-header-name)
19359         (message-header-xheader, message-separator, message-cited-text)
19360         (message-mml): Remove "-face" suffix from face names.
19361         (message-header-to-face, message-header-cc-face)
19362         (message-header-subject-face, message-header-newsgroups-face)
19363         (message-header-other-face, message-header-name-face)
19364         (message-header-xheader-face, message-separator-face)
19365         (message-cited-text-face, message-mml-face):
19366         New backward-compatibility aliases for renamed faces.
19367         (message-font-lock-keywords): Use renamed message faces.
19368
19369         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19370         (sieve-test-commands, sieve-tagged-arguments):
19371         Remove "-face" suffix from face names.
19372         (sieve-control-commands-face, sieve-action-commands-face)
19373         (sieve-test-commands-face, sieve-tagged-arguments-face):
19374         New backward-compatibility aliases for renamed faces.
19375         (sieve-control-commands-face, sieve-action-commands-face)
19376         (sieve-test-commands-face, sieve-tagged-arguments-face):
19377         Use renamed sieve faces.
19378
19379         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19380         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19381         (gnus-group-news-3-empty, gnus-group-news-4)
19382         (gnus-group-news-4-empty, gnus-group-news-5)
19383         (gnus-group-news-5-empty, gnus-group-news-6)
19384         (gnus-group-news-6-empty, gnus-group-news-low)
19385         (gnus-group-news-low-empty, gnus-group-mail-1)
19386         (gnus-group-mail-1-empty, gnus-group-mail-2)
19387         (gnus-group-mail-2-empty, gnus-group-mail-3)
19388         (gnus-group-mail-3-empty, gnus-group-mail-low)
19389         (gnus-group-mail-low-empty, gnus-summary-selected)
19390         (gnus-summary-cancelled, gnus-summary-high-ticked)
19391         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19392         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19393         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19394         (gnus-summary-low-undownloaded)
19395         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19396         (gnus-summary-low-unread, gnus-summary-normal-unread)
19397         (gnus-summary-high-read, gnus-summary-low-read)
19398         (gnus-summary-normal-read, gnus-splash):
19399         Remove "-face" suffix from face names.
19400         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19401         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19402         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19403         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19404         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19405         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19406         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19407         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19408         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19409         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19410         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19411         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19412         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19413         (gnus-summary-normal-ticked-face)
19414         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19415         (gnus-summary-normal-ancient-face)
19416         (gnus-summary-high-undownloaded-face)
19417         (gnus-summary-low-undownloaded-face)
19418         (gnus-summary-normal-undownloaded-face)
19419         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19420         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19421         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19422         (gnus-splash-face):
19423         New backward-compatibility aliases for renamed faces.
19424         (gnus-group-startup-message): Use renamed gnus faces.
19425
19426         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19427         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19428         (gnus-server-agent): Remove "-face" suffix from face names.
19429         (gnus-server-agent-face, gnus-server-opened-face)
19430         (gnus-server-closed-face, gnus-server-denied-face)
19431         (gnus-server-offline-face):
19432         New backward-compatibility aliases for renamed faces.
19433         (gnus-server-agent-face, gnus-server-opened-face)
19434         (gnus-server-closed-face, gnus-server-denied-face)
19435         (gnus-server-offline-face): Use renamed gnus faces.
19436
19437         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19438         Remove "-face" suffix from face names.
19439         (gnus-picon-xbm-face, gnus-picon-face):
19440         New backward-compatibility aliases for renamed faces.
19441
19442         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19443         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19444         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19445         (gnus-cite-11): Remove "-face" suffix from face names.
19446         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19447         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19448         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19449         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19450         New backward-compatibility aliases for renamed faces.
19451         (gnus-cite-attribution-face, gnus-cite-face-list)
19452         (gnus-article-boring-faces): Use renamed gnus faces.
19453
19454         * gnus-art.el (gnus-signature, gnus-header-from)
19455         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19456         (gnus-header-content): Remove "-face" suffix from face names.
19457         (gnus-signature-face, gnus-header-from-face)
19458         (gnus-header-subject-face, gnus-header-newsgroups-face)
19459         (gnus-header-name-face, gnus-header-content-face):
19460         New backward-compatibility aliases for renamed faces.
19461         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19462
19463         * gnus-sum.el (gnus-summary-selected-face)
19464         (gnus-summary-highlight): Use renamed gnus faces.
19465         * gnus-group.el (gnus-group-highlight): Likewise.
19466
19467 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19468
19469         * gnus-sieve.el (gnus-sieve-article-add-rule):
19470         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19471         * spam-stat.el (spam-stat-buffer-change-to-spam)
19472         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19473
19474         * message.el (message-is-yours-p):
19475         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19476
19477 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * mm-view.el (mm-inline-text): Withdraw the last change.
19480
19481 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19484         executing enriched-decode.
19485
19486 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19489         charset of tar files.
19490
19491 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19492
19493         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19494
19495 2005-06-04  Lute Kamstra  <lute@gnu.org>
19496
19497         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19498         information is never recorded.
19499
19500 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19501
19502         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19503
19504 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19505
19506         * pop3.el (pop3-apop): Run md5 in the binary mode.
19507
19508         * starttls.el (starttls-set-process-query-on-exit-flag):
19509         Use eval-and-compile.
19510
19511 2005-05-31  Simon Josefsson  <jas@extundo.com>
19512
19513         * smime.el (smime-replace-in-string): Define.
19514         (smime-cert-by-ldap-1): Use it.
19515
19516 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * gnus-art.el (article-display-x-face): Replace
19519         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19520
19521         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19522         set-process-query-on-exit-flag or process-kill-without-query.
19523
19524         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19525         loop instead of replace-regexp.
19526
19527         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19528         instead of process-kill-without-query if it is available.
19529
19530         * lpath.el: Fbind ldap-search-entries.
19531
19532         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19533         instead of find-file-hooks if it is available.
19534
19535         * mml1991.el: Bind pgg-default-user-id when compiling.
19536
19537         * mml2015.el: Bind pgg-default-user-id when compiling.
19538
19539         * nndraft.el (nndraft-request-associate-buffer):
19540         Use write-contents-functions instead of write-contents-hooks if it is
19541         available.
19542
19543         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19544         instead of find-file-hooks if it is available.
19545
19546         * nntp.el (nntp-open-connection): Replace
19547         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19548         (nntp-open-ssl-stream): Ditto.
19549         (nntp-open-tls-stream): Ditto.
19550
19551         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19552         set-process-query-on-exit-flag or process-kill-without-query.
19553         (starttls-open-stream-gnutls): Use it instead of
19554         process-kill-without-query.
19555         (starttls-open-stream): Ditto.
19556
19557 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19558
19559         * smime.el (smime-cert-by-ldap-1): Don't use
19560         replace-regexp-in-string.
19561
19562 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19563
19564         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19565
19566         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19567         in PEM format.  Adjust to the XEmacs compatibility.
19568
19569 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19570
19571         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19572         by `string-to-number'.
19573         * gnus-agent.el (gnus-agent-regenerate-group)
19574         (gnus-agent-fetch-articles): Ditto.
19575         * gnus-art.el (gnus-button-fetch-group): Ditto.
19576         * gnus-cache.el (gnus-cache-generate-active)
19577         (gnus-cache-articles-in-group): Ditto.
19578         * gnus-group.el (gnus-group-set-current-level)
19579         (gnus-group-insert-group-line): Ditto.
19580         * gnus-score.el (gnus-score-set-expunge-below)
19581         (gnus-score-set-mark-below, gnus-summary-score-effect)
19582         (gnus-summary-score-entry): Ditto.
19583         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19584         (gnus-soup-pack): Ditto.
19585         * gnus-spec.el (gnus-xmas-format): Ditto.
19586         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19587         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19588         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19589         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19590         * nndb.el (nndb-get-remote-expire-response): Ditto.
19591         * nndiary.el (nndiary-parse-schedule-value)
19592         (nndiary-string-to-number, nndiary-request-replace-article)
19593         (nndiary-request-article): Ditto.
19594         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19595         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19596         * nneething.el (nneething-make-head): Ditto.
19597         * nnfolder.el (nnfolder-request-article)
19598         (nnfolder-retrieve-headers): Ditto.
19599         * nnheader.el (nnheader-file-to-number): Ditto.
19600         * nnkiboze.el (nnkiboze-request-article): Ditto.
19601         * nnmail.el (nnmail-process-unix-mail-format)
19602         (nnmail-process-babyl-mail-format): Ditto.
19603         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19604         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19605         (nnmh-request-create-group, nnmh-request-list-1)
19606         (nnmh-request-group, nnmh-request-article): Ditto.
19607         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19608         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19609         * nnsoup.el (nnsoup-make-active): Ditto.
19610         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19611         * nntp.el (nntp-find-group-and-number)
19612         (nntp-retrieve-headers-with-xover): Ditto.
19613         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19614         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19615         (pgg-format-key-identifier): Ditto.
19616         * pop3.el (pop3-last, pop3-stat): Ditto.
19617         * qp.el (quoted-printable-decode-region): Ditto.
19618
19619         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19620         of concat.
19621
19622 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19623
19624         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19625
19626         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19627
19628         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19629
19630         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19631
19632         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19633
19634         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19635
19636         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19637         (gnus-carpal-mode): Ditto.
19638
19639         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19640         (gnus-browse-mode): Ditto.
19641
19642         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19643
19644         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19645
19646 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19647
19648         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19649
19650 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * gnus-util.el (gnus-run-mode-hooks): New function.
19653
19654         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19655
19656         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19657         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19658
19659 2005-05-27  Lute Kamstra  <lute@gnu.org>
19660
19661         * dns-mode.el (dns-mode): Specify customization group.
19662
19663 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19664
19665         * gnus-agent.el (gnus-agent-make-mode-line-string):
19666         Use mode-line-highlight as mouse-face.
19667
19668 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * canlock.el (canlock): Change the parent group to news.
19671
19672         * deuglify.el (gnus-outlook-deuglify): Add :group.
19673
19674         * dig.el (dig): Add :group.
19675
19676         * dns-mode.el (dns-mode): Add :group.
19677
19678         * encrypt.el (encrypt): Add :group.
19679
19680         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19681         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19682         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19683         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19684         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19685
19686         * gnus-diary.el (gnus-diary): Add :group.
19687
19688         * gnus.el (gnus-group-news-1-face): Add :group.
19689         (gnus-group-news-1-empty-face): Ditto.
19690         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19691         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19692         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19693         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19694         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19695         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19696         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19697         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19698         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19699         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19700         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19701         (gnus-summary-high-ticked-face): Ditto.
19702         (gnus-summary-low-ticked-face): Ditto.
19703         (gnus-summary-normal-ticked-face): Ditto.
19704         (gnus-summary-high-ancient-face): Ditto.
19705         (gnus-summary-low-ancient-face): Ditto.
19706         (gnus-summary-normal-ancient-face): Ditto.
19707         (gnus-summary-high-undownloaded-face): Ditto.
19708         (gnus-summary-low-undownloaded-face): Ditto.
19709         (gnus-summary-normal-undownloaded-face): Ditto.
19710         (gnus-summary-high-unread-face): Ditto.
19711         (gnus-summary-low-unread-face): Ditto.
19712         (gnus-summary-normal-unread-face): Ditto.
19713         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19714         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19715
19716         * hashcash.el (hashcash): New custom group.
19717         (hashcash-default-payment): Add :group.
19718         (hashcash-payment-alist): Ditto.
19719         (hashcash-default-accept-payment): Ditto.
19720         (hashcash-accept-resources): Ditto.
19721         (hashcash-path): Ditto.
19722         (hashcash-extra-generate-parameters): Ditto.
19723         (hashcash-double-spend-database): Ditto.
19724         (hashcash-in-news): Ditto.
19725
19726         * message.el (message-minibuffer-local-map): Add :group.
19727
19728         * netrc.el (netrc): Add :group.
19729
19730         * sieve-manage.el (sieve-manage-log): Add :group.
19731         (sieve-manage-default-user): Diito.
19732         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19733         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19734         (sieve-manage-authenticators): Ditto.
19735         (sieve-manage-authenticator-alist): Ditto.
19736         (sieve-manage-default-port): Ditto.
19737
19738         * sieve-mode.el (sieve-control-commands-face): Add :group.
19739         (sieve-action-commands-face): Ditto.
19740         (sieve-test-commands-face): Ditto.
19741         (sieve-tagged-arguments-face): Ditto.
19742
19743         * smime.el (smime): Add :group.
19744
19745         * spam-report.el (spam-report): Add :group.
19746
19747         * spam.el (spam, spam-face): Add :group.
19748
19749 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19750
19751         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19752         return \n.\n.\n at the end of articles.  Protect against that.
19753         (nntp-with-open-group): Allow debugging.
19754
19755         * nnheader.el (mail-header-set-extra): Make into a function
19756         because I just could't understand how to quote the list properly.
19757
19758         * dns.el (query-dns-cached): New function.
19759
19760 2005-05-26  Lute Kamstra  <lute@gnu.org>
19761
19762         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19763
19764 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19765
19766         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19767
19768         * gnus-art.el: Don't autoload mail-extract-address-components.
19769
19770         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19771         eval-and-compile to evaluate it.
19772
19773         * hashcash.el: Don't autoload executable-find.
19774
19775         * nndb.el: Don't declare the nndb back end two or more times; don't
19776         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19777
19778         * nntp.el: Autoload format-spec instead of format; use
19779         eval-and-compile to evaluate autoload forms.
19780
19781 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19782
19783         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19784
19785 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19786
19787         * gnus.el (gnus-version-number): Bump version.
19788
19789 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19790
19791         * gnus.el: No Gnus v0.3 is released.
19792
19793 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19794
19795         * lpath.el (featurep): Bind show-nonbreak-escape.
19796
19797 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19798
19799         * gnus-art.el (gnus-article-edit-part): Disable undo.
19800
19801 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19802
19803         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19804         gnus-article-date-lapsed-new-header is t if date timer is active;
19805         skip headers in which the original date value is empty.
19806         (gnus-article-save-original-date): Redefine it as a macro.
19807         (gnus-display-mime): Use it.
19808
19809 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19810
19811         * gnus-art.el (article-date-ut): Support converting date in
19812         forwarded parts as well.
19813         (gnus-article-save-original-date): New function.
19814         (gnus-display-mime): Use it.
19815
19816 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19817
19818         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19819         enclosure element of <item>.
19820
19821 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19822
19823         * message.el (message-kill-buffer-query): Rename from
19824         `message-kill-buffer-query-if-modified'.  Add :version.
19825
19826 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19827
19828         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19829         window layout.
19830
19831 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19832
19833         * mml.el: Autoload dnd when compiling.
19834
19835 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19836
19837         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19838         x-dnd-*.
19839
19840 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19841
19842         * qp.el (quoted-printable-encode-region): Save excursion.
19843
19844 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19845
19846         * message.el (message-kill-buffer-query-if-modified): Add new variable
19847         so the user can kill a modified message buffer quickly.
19848         (message-kill-buffer): Use it.
19849
19850 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19851
19852         * lpath.el: Fbind display-time-event-handler; don't fbind
19853         string-to-multibyte.
19854
19855         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19856
19857 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19858
19859         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19860         contained in text because xml.el decodes entities) with LFs.
19861
19862 2005-04-11  Lute Kamstra  <lute@gnu.org>
19863
19864         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19865         differently.
19866
19867 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19868
19869         * mm-util.el (mm-detect-coding-region): Typo.
19870
19871 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19872
19873         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19874
19875 2005-04-06  Deepak Goel  <deego@gnufans.org>
19876
19877         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19878         user-function allow user modifications of the scores.
19879         (spam-stat-score-buffer-user): New function, to allow
19880         user-computed modifications to the score.
19881         (spam-stat-score-buffer-user-functions): List of additional
19882         scoring functions.
19883         (spam-stat-error-holder): Global temporary error holder.
19884         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19885         variable.
19886
19887 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19888
19889         * gnus-registry.el (gnus-registry-clean-empty-function)
19890         (gnus-registry-trim, gnus-registry-fetch-groups)
19891         (gnus-registry-delete-group): Groups that match
19892         `gnus-registry-ignored-groups' are removed from the registry
19893         entries, not just ignored for splitting.  This helps clean up the
19894         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19895         to get all the groups a message ID is in.
19896
19897         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19898         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19899         (spam-stat-score-buffer-user-functions): Add :number custom type.
19900
19901 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19902
19903         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19904         argument in XEmacs.
19905
19906         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19907         (nnrss-request-group): Decode group name first.
19908         (nnrss-request-article): Make a text/plain article if mml-to-mime
19909         failed.
19910         (nnrss-get-encoding): Return a compatible encoding according to
19911         nnrss-compatible-encoding-alist.
19912         (nnrss-find-el): Use consp instead of listp.
19913         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19914
19915 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19918         which Emacs 20 doesn't support.
19919         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19920
19921 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19922
19923         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19924         silence the byte compiler inside the defun.
19925
19926         * gnus-demon.el (parse-time-string): Add autoload.
19927
19928         * gnus-delay.el (parse-time-string): Add autoload.
19929
19930         * gnus-art.el (parse-time-string): Add autoload.
19931
19932         * nnultimate.el (parse-time): Require for `parse-time-string'.
19933
19934 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19935
19936         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19937
19938         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19939
19940         * smime.el (smime-ldap-host-list): Add :version.
19941
19942 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19943
19944         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19945         pass it to `gnus-browse-read-group'.
19946         (gnus-browse-read-group): Add NUMBER argument and pass it to
19947         `gnus-group-read-ephemeral-group'.
19948
19949         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19950         argument and pass it to `gnus-group-read-group'.
19951
19952 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19953
19954         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19955         mm-xemacs-find-mime-charset-1 if we have the mule feature
19956         available at runtime.
19957
19958 2005-03-25  Werner Lemberg  <wl@gnu.org>
19959
19960         * nnmaildir.el: Replace `illegal' with `invalid'.
19961
19962 2005-03-23  Lute Kamstra  <lute@gnu.org>
19963
19964         * time-date.el: Add comment on time value formats.
19965         Don't require parse-time.
19966         (with-decoded-time-value): New macro.
19967         (encode-time-value): New function.
19968         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19969         (days-to-time): Return a valid time value when arg is huge.
19970         (time-since): Use time-subtract.
19971         (time-to-number-of-days): Use time-to-seconds.
19972
19973 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19974
19975         * gnus-start.el (gnus-display-time-event-handler):
19976         Check display-time-timer at runtime rather than only at load time
19977         in case display-time-mode is turned off in the mean time.
19978
19979 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19980
19981         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19982         used.
19983
19984         * nneething.el (nneething-map-file-directory): Derive from
19985         `gnus-directory'.
19986
19987         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19988         the To/Cc button.
19989
19990 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19991
19992         * nnmaildir.el (nnmaildir-request-accept-article):
19993         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19994
19995 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19996
19997         * gnus-async.el: Require timer-funcs at compile time when in
19998         XEmacs for `run-with-idle-timer'.
19999
20000 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20001
20002         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20003         autoloaded function.
20004
20005 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20006
20007         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20008
20009 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20010
20011         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20012
20013 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20014
20015         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20016         Add gnus-expert-user to default.
20017
20018 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20019
20020         * nnimap.el (nnimap-open-server): Ditto.
20021
20022         * imap.el (imap-authenticate): Fix typo.
20023
20024 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20025
20026         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20027         buffer (since IMAP server might return FETCH response out of
20028         order, and the nntp buffer must be sorted).
20029
20030 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20031
20032         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20033         comparison on string.
20034
20035         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20036         (gnus-agent-score): Rename category keywords to match gnus-cus.
20037         (gnus-agent-summary-fetch-series): Modify to protect against
20038         gnus-agent-summary-fetch-group clearing processable flags.
20039         (gnus-agent-synchronize-group-flags): Update live group buffer as
20040         synchronization may occur due to the user toggle the plugged
20041         status.
20042         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20043         successfully downloaded.
20044         (gnus-agent-expire-group-1): Avoid using markers when the overview
20045         is in ascending order; greatly improves performance.
20046         (gnus-agent-regenerate-group):
20047         Use gnus-agent-synchronize-group-flags to reset read status in both
20048         gnus and server.
20049         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20050
20051 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20052
20053         * message.el: Don't autoload former message-utils variables.
20054         (message-strip-subject-trailing-was): Change doc string.
20055
20056         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20057         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20058         (nnweb-google-search): Add "hl=en" here.
20059         (nnweb-google-parse-1, nnweb-google-create-mapping):
20060         Don't hardcode URL.
20061
20062 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20063
20064         * message.el (message-get-reply-headers, message-followup):
20065         Mention related variables `message-use-followup-to' and
20066         `message-use-mail-followup-to', in the information buffer.
20067
20068         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20069         of broken groups(-beta).google.com.
20070
20071 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20072
20073         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20074         parameter to invoked gnus-request-move-article; remove the
20075         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20076         all at once instead of once per article.
20077         (gnus-summary-remove-process-mark): Accept a list of articles as
20078         well as a single article for processing.
20079
20080         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20081         parameter.
20082
20083         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20084
20085         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20086
20087         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20088         parameter.
20089
20090         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20091         parameter.
20092
20093         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20094         parameter and remove the gnus-sum-hint-move-is-internal variable.
20095
20096         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20097         parameter.
20098
20099         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20100         parameter.
20101
20102         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20103         parameter.
20104
20105         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20106
20107         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20108         parameter.
20109
20110         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20111         parameter.
20112
20113 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20114
20115         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20116         a more conservative way.
20117
20118 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20119
20120         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20121         buffer, so it moves the window's cursor.
20122
20123 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20124
20125         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20126         `mm-dissect-multipart' and receive the from field as an (optional)
20127         argument from `mm-dissect-multipart'.
20128         (mm-dissect-multipart): Receive the from field as an argument and
20129         pass it on when we call `mm-dissect-buffer' on MIME parts.
20130         Fixes verification/decryption of signed/encrypted MIME parts.
20131
20132 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20133
20134         * gnus-sum.el (gnus-summary-move-article):
20135         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20136         whatever it calls (right now, only nnimap-request-move article
20137         respects it).
20138
20139         * nnimap.el (nnimap-request-move-article):
20140         When gnus-sum-hint-move-is-internal is set, don't do the extra
20141         nnimap-request-article.
20142
20143 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20144
20145         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20146
20147         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20148         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20149
20150         * gnus-sum.el (gnus-summary-caesar-message):
20151         Apply `gnus-treat-article' after rotation.
20152
20153         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20154         doc string.
20155
20156 2005-02-22  Simon Josefsson  <jas@extundo.com>
20157
20158         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20159         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20160         <arne@arnested.dk>.
20161         (encrypt): Add password-cache and password-cache-expiry as group
20162         members.
20163
20164 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20165
20166         * smime.el (smime-ldap-host-list): Doc fix.
20167         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20168         cache) password.
20169         (smime-sign-region): Use it.
20170         (smime-decrypt-region): Use it.
20171         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20172         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20173         fails.
20174         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20175         certificate from DER to PEM format rather than calling openssl.
20176
20177         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20178
20179         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20180         for signing/encryption.
20181
20182         * mml.el (mml-parse-1): Use them.
20183
20184 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20185
20186         * nnrss.el (nnrss-verbose): Remove.
20187         (nnrss-request-group): Use `nnheader-message' instead.
20188
20189 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20190
20191         * nnrss.el (nnrss-verbose): New variable.
20192         (nnrss-request-group): Make it say nnrss is requesting a group.
20193
20194 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20195
20196         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20197         Handle news URL with given port correctly.
20198
20199 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20200
20201         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20202         containing special characters.
20203
20204         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20205
20206         * mml.el (mime-to-mml): Ditto.
20207
20208         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20209         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20210         (rfc2047-decode-region): Quote decoded words containing special
20211         characters when rfc2047-quote-decoded-words-containing-tspecials
20212         is non-nil.
20213
20214 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20215
20216         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20217
20218         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20219
20220 2005-02-15  Simon Josefsson  <jas@extundo.com>
20221
20222         * nnimap.el (nnimap-debug): Doc fix.
20223
20224         * imap.el (imap-debug): Doc fix.
20225
20226 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20227
20228         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20229
20230 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20231
20232         * gnus.el (spam-contents): Improve docs for spam-contents
20233         parameter in its variable incarnation.
20234
20235 2005-02-14  Simon Josefsson  <jas@extundo.com>
20236
20237         * smime-ldap.el: Use require instead of load-library for ldap.
20238         (smime-ldap-search): Indent.
20239         (smime-ldap-search-internal): Shorten line.
20240
20241         * smime.el (smime-cert-by-dns): Add doc-string.
20242         (smime-cert-by-ldap-1): Indent.
20243
20244         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20245         mml-smime-get-dns-ldap.
20246         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20247
20248 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20249
20250         * smime.el: Require smime-ldap.
20251         (smime-ldap-host-list): New variable.
20252         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20253
20254         * mml-smime.el (mml-smime-encrypt-query): New function.
20255         (mml-smime-encrypt-query): Use it.
20256
20257         * smime-ldap.el: New file.
20258
20259 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20260
20261         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20262
20263 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20264
20265         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20266         argument in doc string.  Make query for type more clear.
20267
20268 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20269
20270         * gnus.el (gnus-group-startup-message): Search for gnus images in
20271         etc/images/gnus.
20272         * mm-util.el (mm-image-load-path): Likewise.
20273         * smiley.el (smiley-data-directory): Search for smilies in
20274         etc/images/smilies.
20275
20276 2005-02-09  Kim F. Storm  <storm@cua.dk>
20277
20278         Change Emacs release version from 21.4 to 22.1 throughout.
20279         Change Emacs development version from 21.3.50 to 22.0.50.
20280
20281 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20284
20285         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20286         non-Mule XEmacs as well.
20287         (mm-decompress-buffer): Signal an error intentionally if it does
20288         not decompress compressed data because auto-compression-mode is
20289         disabled.
20290
20291 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20292
20293         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20294         an ID in the registry even if it has no groups.
20295
20296 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20299         merge it into mm-decompress-buffer.
20300         (gnus-mime-copy-part): Use the MIME part charset, the value which
20301         a user specified or gnus-newsgroup-charset for decoding, like
20302         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20303         save-buffer what was used.  Suggested by Kevin Ryde
20304         <user42@zip.com.au>.
20305         (gnus-mime-inline-part): Allow the name parameter as well as the
20306         filename parameter; force decompressing of compressed data; always
20307         display contents being not decoded as unibyte.
20308
20309         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20310         as well as the filename parameter.
20311
20312         * mm-util.el (mm-decompress-buffer):
20313         Merge gnus-mime-jka-compr-maybe-uncompress.
20314         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20315         of compressed data.
20316
20317 2005-02-08  Simon Josefsson  <jas@extundo.com>
20318
20319         * imap.el (imap-log): Doc fix.
20320
20321 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20324         the coding cookies; decompress compressed parts.
20325
20326         * mml.el (mml-generate-mime-1): Add the charset parameter according
20327         to the value which a user specified manually or the coding cookie.
20328
20329         * mm-util.el (mm-string-to-multibyte): New function.
20330         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20331         (mm-coding-system-to-mime-charset): New function.
20332         (mm-decompress-buffer): New function.
20333         (mm-find-buffer-file-coding-system): New function.
20334
20335         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20336         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20337         parts.
20338
20339 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20340
20341         * mm-view.el (mm-display-inline-fontify): Decode a part according
20342         to the charset parameter.
20343
20344 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20345
20346         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20347         prefix arg is neither nil nor a number, as info specifies.
20348
20349 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20350
20351         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20352         timestamps.
20353
20354 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20355
20356         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20357         groups error checking and notify user.
20358
20359 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20360
20361         * message.el (message-send-mail-function): Check existence of
20362         sendmail-program first before using default value
20363         `message-send-mail-with-sendmail'.  Otherwise use more generic
20364         `smtpmail-send-it'.
20365
20366 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20367
20368         * nntp.el (nntp-request-update-info): Always return nil.
20369
20370 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20371
20372         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20373
20374 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20375
20376         * message.el (message-beginning-of-line): Change the behavior when
20377         invoked between BOL and : so that it first moves backward.
20378
20379 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20380
20381         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20382         article buffer when editing of the article is discarded.
20383         (gnus-article-prepare): Revert.
20384
20385 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20386
20387         * gnus-art.el (gnus-article-prepare):
20388         Remove message-strip-forbidden-properties from the local hook.
20389
20390 2005-01-27  Simon Josefsson  <jas@extundo.com>
20391
20392         * password.el (password-cache-add): Only start one timer per key.
20393         Reported by Derek Atkins <warlord@MIT.EDU>.
20394
20395 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20396
20397         * run-at-time.el: Remove.  It is no longer needed as
20398         timer-funcs.el in the xemacs-base package has a working version of
20399         `run-at-time'.
20400
20401         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20402
20403         * password.el: Require timer-funcs instead of run-at-time in
20404         XEmacs.
20405         Remove `password-run-at-time' macro.
20406         (password-cache-add): Use `run-at-time' instead of
20407         `password-run-at-time'.
20408
20409         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20410         Remove `nnheader-cancel-function-timers' alias,
20411         `cancel-function-timers' exists in XEmacs in timer-funcs.
20412
20413         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20414         for `run-with-idle-timer'.
20415
20416         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20417         for `run-at-time'.
20418
20419         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20420         for `with-timeout'.
20421
20422         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20423         the same as for XEmacs 21.4.
20424         No need to ignore `run-with-idle-timer', this function exists in
20425         XEmacs now in timer-funcs.el in the xemacs-base package.
20426         (dgnushack-compile): No need to delete
20427         run-at-time.el from the list of files to compile because it
20428         doesn't exist anymore.
20429
20430 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20431
20432         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20433         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20434
20435 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20436
20437         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20438         sensitively.
20439
20440 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20441
20442         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20443
20444 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20445
20446         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20447         which will be inserted according to the multibyteness of a buffer
20448         rather than the type of contents.  Suggested by ARISAWA Akihiro
20449         <ari@mbf.ocn.ne.jp>.
20450
20451         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20452         of string which old xml.el may return rather than a string.
20453
20454 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20455
20456         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20457
20458 2005-01-16  Simon Josefsson  <jas@extundo.com>
20459
20460         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20461         idn/idna.el isn't available.
20462         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20463         <michael@waxrat.com>.
20464
20465         * hashcash.el: Remove non-FSF copyright header.
20466
20467         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20468         (hashcash-generate-payment): Use it.
20469         (hashcash-generate-payment-async): Use it.
20470
20471 2005-01-15  Simon Josefsson  <jas@extundo.com>
20472
20473         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20474         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20475
20476         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20477         gnus-summary-idna-message.
20478         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20479         (gnus-summary-idna-message): New function.
20480
20481 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20482
20483         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20484         gnus-novice-user.
20485
20486 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20487
20488         * nnrss.el (nnrss-request-delete-group): Delete entries in
20489         nnrss-group-alist as well.
20490         (nnrss-save-server-data): Insert newline.
20491
20492 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20493
20494         * gnus.el (gnus-user-agent): Use list of symbols instead of
20495         symbols.  Display full version number for (S)XEmacs.
20496         Optionally display (S)XEmacs codename.
20497
20498         * gnus-util.el (gnus-emacs-version): Update for new
20499         `gnus-user-agent'.
20500
20501         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20502         Gnus version.
20503
20504 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20505
20506         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20507         which is unreadable in some setups.
20508
20509 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20510
20511         * gnus-spec.el (gnus-update-format-specifications): Flush the
20512         group format spec cache if it doesn't support decoded group names.
20513
20514 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20515
20516         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20517         Allow to apply decay on score files matching a regexp.
20518
20519 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20520
20521         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20522         compatibility in %g and %c.
20523
20524 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20525
20526         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20527         name for only %g and %c.
20528         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20529         of gnus-tmp-group to decoded group name.
20530         (gnus-group-make-rss-group): Exclude `/'s from group names.
20531
20532 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20533
20534         * nnrss.el (nnrss-get-encoding): Fix regexp.
20535
20536 2004-12-27  Simon Josefsson  <jas@extundo.com>
20537
20538         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20539         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20540         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20541
20542 2004-12-17  Kim F. Storm  <storm@cua.dk>
20543
20544         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20545
20546         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20547
20548 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20549
20550         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20551
20552 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * nnrss.el: Require rfc2047 and mml.
20555         (nnrss-file-coding-system): New variable.
20556         (nnrss-format-string): Redefine it as an inline function.
20557         (nnrss-decode-group-name): New function.
20558         (nnrss-string-as-multibyte): Remove.
20559         (nnrss-retrieve-headers): Decode group name; don't use
20560         nnrss-format-string.
20561         (nnrss-request-group): Decode group name.
20562         (nnrss-request-article): Decode group name; allow a Message-ID as
20563         well as an article number; don't use nnrss-format-string; encode a
20564         Message-ID string which may contain non-ASCII characters; use
20565         mml-to-mime to compose a MIME article.
20566         (nnrss-request-expire-articles): Decode group name.
20567         (nnrss-request-delete-group): Decode group name.
20568         (nnrss-fetch): Clarify error message.
20569         (nnrss-read-server-data): Use insert-file-contents instead of load;
20570         bind file-name-coding-system; use multibyte buffer.
20571         (nnrss-save-server-data): Bind coding-system-for-write to the
20572         value of nnrss-file-coding-system; bind file-name-coding-system;
20573         add coding cookie.
20574         (nnrss-read-group-data): Use insert-file-contents instead of load;
20575         bind file-name-coding-system; use multibyte buffer.
20576         (nnrss-save-group-data): Bind coding-system-for-write to the
20577         value of nnrss-file-coding-system; bind file-name-coding-system.
20578         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20579         make it work with non-ASCII text.
20580         (nnrss-find-el): Make it work with old xml.el as well.
20581
20582 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20583
20584         * nnrss.el (nnrss-get-encoding): New function.
20585         (nnrss-fetch): Use unibyte buffer initially; bind
20586         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20587         decode contents according to the encoding attribute.
20588         (nnrss-save-group-data): Add coding cookie.
20589         (nnrss-mime-encode-string): New function.
20590         (nnrss-check-group): Use it to encode subject and author.
20591
20592 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20593
20594         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20595         imaginary variable.
20596
20597 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20598
20599         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20600         correctly even if there are wide characters.
20601
20602 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20603
20604         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20605         downcased symbol names; make a new cache instead of reusing
20606         bbdb-hashtable.
20607
20608 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20609
20610         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20611         concatenating segments rather than before concatenating them.
20612         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20613
20614         * message.el (message-get-reply-headers): Bind `extra'.
20615
20616 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20617
20618         * message.el (message-extra-wide-headers): New variable.
20619         (message-get-reply-headers): Use it.
20620
20621 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20622
20623         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20624         (gnus-agent-group-pathname): Ditto.
20625
20626         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20627
20628         * gnus-group.el (gnus-group-make-group): Decode group name.
20629         (gnus-group-make-rss-group): Register the group data after opening
20630         the nnrss group.
20631
20632 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20633
20634         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20635         by expiry now get marked as read.
20636
20637 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20638
20639         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20640
20641 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20642
20643         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20644         unify Latin characters in XEmacs.
20645         (mm-find-mime-charset-region): Use it.
20646
20647 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20648
20649         * gnus-util.el (gnus-delete-directory): New function.
20650
20651         * gnus-agent.el (gnus-agent-delete-group): Use it.
20652
20653         * gnus-cache.el (gnus-cache-delete-group): Use it.
20654
20655 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20656
20657         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20658         names.
20659
20660 2004-12-16  Simon Josefsson  <jas@extundo.com>
20661
20662         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20663
20664 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20665
20666         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20667
20668         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20669         (gnus-group-set-current-level): Decode group name.
20670
20671 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20672
20673         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20674         failed.
20675
20676 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20677
20678         * gnus-group.el (gnus-group-delete-group): Decode group name.
20679         (gnus-group-make-rss-group): Encode group name.
20680         (gnus-group-catchup-current): Decode group name.
20681         (gnus-group-kill-group): Decode group name.
20682
20683 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20684
20685         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20686
20687 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20688
20689         * gnus-group.el (gnus-group-make-rss-group):
20690         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20691
20692         * gnus-start.el (gnus-setup-news): Honor user's setting to
20693         gnus-message-archive-method.  Suggested by Lute Kamstra
20694         <lute@gnu.org>.
20695
20696 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20697
20698         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20699         global counterparts of the buffer-local variables.
20700
20701 2004-11-16  Romain Francoise  <romain@orebokech.com>
20702
20703         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20704         counterparts of the buffer-local variables.
20705
20706 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20707
20708         * message.el (message-forbidden-properties): Fix typo in doc
20709         string.
20710
20711 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20712
20713         * gnus-util.el (gnus-replace-in-string): Add doc string.
20714
20715         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20716         to avoid problems when splitting mails with many recipients.
20717
20718 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20719
20720         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20721         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20722
20723 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20724
20725         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20726         if there is no hashtable in memory or file modification time is
20727         newer than cached timestamp.
20728
20729 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20730
20731         * gnus-sum.el (gnus-summary-limit-to-recipient):
20732         Implement not-matching option.
20733
20734 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20735
20736         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20737         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20738         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20739         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20740         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20741         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20742
20743 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20744
20745         * message.el (message-forward-make-body-mml): Remove headers
20746         according to message-forward-ignored-headers if a message is decoded.
20747
20748 2004-12-02  Romain Francoise  <romain@orebokech.com>
20749
20750         * message.el (message-forward-make-body-plain): Always remove
20751         headers according to message-forward-ignored-headers.
20752
20753 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20754
20755         * spam.el (spam-summary-prepare-exit): Remove the
20756         gnus-summary-limit pop for now, it has problems with ham marks for
20757         me.
20758
20759 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20760
20761         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20762         correctly.
20763
20764 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20765
20766         * format-spec.el (format-spec): Message the char.
20767
20768 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20769
20770         * gnus-art.el (gnus-split-methods): Reformat comments.
20771
20772         * spam.el (spam-summary-prepare-exit): Remove article limits
20773         before exiting the summary buffer.
20774
20775 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20776
20777         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20778         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20779
20780         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20781         order to silence the byte compiler.
20782
20783         * spam.el: Fix the way to silence the byte compiler, which
20784         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20785         bbdb-search-simple, spam-BBDB-register-routine,
20786         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20787         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20788         spam-stat-buffer-is-spam, spam-stat-load,
20789         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20790         spam-stat-save and spam-stat-split-fancy.
20791
20792 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20793
20794         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20795         which may confuse users.
20796         (canlock-password-for-verify): Ditto.
20797
20798         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20799
20800         * gnus-art.el (gnus-emphasis-alist): Ditto.
20801
20802         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20803
20804         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20805
20806         * gnus-start.el (gnus-save-killed-list): Ditto.
20807
20808         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20809         (gnus-sum-thread-tree-root): Ditto.
20810         (gnus-sum-thread-tree-false-root): Ditto.
20811         (gnus-sum-thread-tree-single-indent): Ditto.
20812
20813         * message.el (message-courtesy-message): Ditto.
20814         (message-archive-note): Ditto.
20815         (message-subscribed-address-file): Ditto.
20816         (message-user-fqdn): Ditto.
20817
20818         * spam-report.el (spam-report-gmane-regex): Ditto.
20819
20820         * spam.el (spam-blackhole-good-server-regex): Ditto.
20821
20822 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20823
20824         * mml.el (mml-preview): Widen the message buffer before copying
20825         the contents to the preview buffer; sort headers before previewing.
20826
20827         * message.el (message-hidden-headers): Fix the way to avoid a bug
20828         in the `repeat' widget in Emacs 21.3 or earlier.
20829
20830 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20831
20832         * message.el (message-hidden-headers): Default to "^References:".
20833         Improve customization type.  Suggested by Reiner Steib
20834         <Reiner.Steib@gmx.de>.
20835
20836 2004-11-25  Romain Francoise  <romain@orebokech.com>
20837
20838         * message.el (message-strip-forbidden-properties): Remove check for
20839         obsolete `message-hidden' text property, hidden headers are not
20840         accessible in the buffer anymore.
20841
20842 2004-11-22  Romain Francoise  <romain@orebokech.com>
20843
20844         * message.el (message-header-format-alist): Add `From' in list
20845         so that it can be sorted.
20846         (message-fix-before-sending): Widen and sort headers before
20847         sending.
20848         (message-hide-headers): Use narrowing to hide headers by moving
20849         them to the top of the buffer and narrowing to the region
20850         underneath.
20851
20852 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20853
20854         * message.el (message-strip-forbidden-properties):
20855         Bind buffer-read-only (etc) to nil.
20856
20857 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20858
20859         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20860         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20861
20862 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20863
20864         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20865
20866 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20867
20868         * dns.el (query-dns): Use sit-for to time instead of
20869         accept-process-output, since that doesn't seem to work on udp
20870         sockets.
20871
20872 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20873
20874         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20875
20876 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20877
20878         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20879         doc string.  Improve doc string.
20880
20881 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20882
20883         * nntp.el (nntp-request-update-info): Return nil if
20884         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20885         may not call gnus-activate-group which uselessly issues the GROUP
20886         commands for all nntp groups and wastes time.  Reported by Romain
20887         Francoise <romain@orebokech.com>.
20888
20889         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20890
20891 2004-11-15  Simon Josefsson  <jas@extundo.com>
20892
20893         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20894         headers separately.
20895         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20896         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20897
20898 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20899
20900         * gnus-start.el (gnus-convert-old-newsrc):
20901         Assign legacy-gnus-agent to 5.10.7.
20902
20903 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20904
20905         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20906         start of the lines.
20907
20908 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20909
20910         * hashcash.el (hashcash-default-payment): Change default to 20.
20911         (hashcash-default-accept-payment): Change default to 20.
20912         (hashcash-process-alist): New variable.
20913         (hashcash-generate-payment-async): Add.
20914         (hashcash-already-paid-p): Add.
20915         (hashcash-insert-payment): Don't generate payments twice.
20916         (hashcash-insert-payment-async): Add.
20917         (hashcash-insert-payment-async-2): Add.
20918         (hashcash-cancel-async): Add.
20919         (hashcash-wait-async): Add.
20920         (hashcash-processes-running-p): Add.
20921         (hashcash-wait-or-cancel): Add.
20922         (mail-add-payment): New optional argument.  Conditionally start
20923         asynchronous calculation.
20924         (mail-add-payment-async): Add.
20925
20926         * message.el (message-send-mail): Wait for asynchronous hashcash
20927         results.  Don't clobber existing X-Hashcash headers.
20928         (message-setup-1): Call mail-add-payment-async when
20929         message-generate-hashcash is non-nil.
20930
20931 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20932
20933         * message.el (message-use-alternative-email-as-from): Examine the
20934         From header as well; use message-make-from in order to include a
20935         user's full name.
20936
20937 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20938
20939         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20940         default; improve customization type.
20941         (gnus-emphasis-custom-with-format): New macro.
20942         (gnus-emphasis-custom-value-to-external): New function.
20943         (gnus-emphasis-custom-value-to-internal): New function.
20944
20945 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20946
20947         * dns.el (query-dns): Resolve reverse addresses.
20948
20949 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20950
20951         * gnus-group.el (gnus-group-get-new-news): Use it.
20952
20953         * gnus-start.el (gnus-check-reasonable-setup): New function.
20954
20955 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20956
20957         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20958         "Args out of range" error.  Reported by Arnaud Giersch
20959         <arnaud.giersch@free.fr>.
20960
20961 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20962
20963         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20964
20965 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20966
20967         * spam.el (spam group): Add :version.
20968
20969         * pgg-def.el (pgg group): Add :version.
20970
20971 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20972
20973         * gnus-art.el (gnus-article-edit-article): Don't associate the
20974         article buffer with a draft file.  This is a temporary measure
20975         against the 2004-08-22 change to gnus-article-edit-mode.
20976
20977 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20978
20979         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20980         (html2text-format-tags): Remove unused variable `attr'.
20981
20982 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20983
20984         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20985
20986         * tls.el (tls-process-connection-type, tls-success)
20987         (tls-certtool-program): Add :version.
20988
20989         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20990         (starttls-extra-arguments, starttls-process-connection-type)
20991         (starttls-connect, starttls-failure, starttls-success): Add :version.
20992
20993         * spam-stat.el (spam-stat): Add :version.
20994
20995         * sieve.el (sieve): Add :version.
20996
20997         * sha1.el (sha1): Add :version.
20998         (sha1-use-external): Remove redundant version.
20999
21000         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21001         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21002         (nnmail-split-fancy-match-partial-words)
21003         (nnmail-split-lowercase-expanded): Add :version.
21004
21005         * nndiary.el (nndiary): Add :version.
21006
21007         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21008
21009         * mml-sec.el (mml-default-sign-method)
21010         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21011         Add :version.
21012
21013         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21014
21015         * mm-url.el (mm-url-use-external, mm-url-program)
21016         (mm-url-arguments): Add :version.
21017
21018         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21019         (mm-attachment-file-modes, mm-decrypt-option)
21020         (mm-w3m-safe-url-regexp): Add :version.
21021
21022         * message.el (message-cite-prefix-regexp)
21023         (message-sendmail-envelope-from, message-minibuffer-local-map)
21024         (message-user-fqdn, message-completion-alist): Add :version.
21025
21026         * gnus-win.el (gnus-configure-windows-hook)
21027         (gnus-use-frames-on-any-display): Add :version.
21028
21029         * gnus-art.el (gnus-article-address-banner-alist)
21030         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21031         (gnus-treat-from-picon, gnus-treat-mail-picon)
21032         (gnus-treat-x-pgp-sig): Add :version.
21033
21034         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21035         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21036         (gnus-summary-article-delete-hook)
21037         (gnus-summary-display-while-building): Add :version.
21038
21039         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21040         (gnus-get-top-new-news-hook): Add :version.
21041
21042         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21043         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21044
21045         * gnus-registry.el (gnus-registry): Add :version.
21046
21047         * gnus-spec.el (gnus-use-correct-string-widths)
21048         (gnus-make-format-preserve-properties): Add :version.
21049
21050         * gnus.el (gnus-group-charter-alist)
21051         (gnus-group-fetch-control-use-browse-url)
21052         (gnus-install-group-spam-parameters): Add :version.
21053
21054         * gnus-diary.el (gnus-diary): Add :version.
21055
21056         * gnus-delay.el (gnus-delay): Add :version.
21057
21058         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21059         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21060         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21061         Add :version.
21062
21063         * gnus-agent.el (gnus-agent-max-fetch-size)
21064         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21065         (gnus-agent-prompt-send-queue): Add :version.
21066
21067         * deuglify.el (gnus-outlook-deuglify): Add :version.
21068
21069         * html2text.el: Beautify code.  Improve doc strings.
21070         Some checkdoc cleanup.
21071         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21072
21073 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21074
21075         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21076
21077 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21078
21079         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21080         when package is loaded.
21081
21082         * spam.el (spam-summary-score-preferred-header): Add global preference
21083         for people who want to override the default SpamAssassin over
21084         Bogofilter preference (when both are set).
21085         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21086         (spam-user-format-function-S):
21087         Check spam-summary-score-preferred-header.
21088         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21089         (spam-user-format-function-S): Format the score correctly.
21090
21091 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21092
21093         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21094         signature file.  Suggested by Manoj Srivastava
21095         <srivasta@golden-gryphon.com>.
21096
21097         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21098         iso-2022-jp even in the Japanese language environment.
21099         Suggested by Jason Rumney <jasonr@gnu.org>.
21100
21101 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21102
21103         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21104         use the same characters as the dummy marks; make it free from
21105         getting affected by the language environment.
21106         (gnus-summary-read-group-1): Update mark positions only when the
21107         format spec is updated.
21108
21109         * gnus-spec.el (gnus-update-format-specifications): Return a list
21110         of updated types.
21111
21112 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21113
21114         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21115         of boundp to check if display-warning is available.
21116
21117 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21118
21119         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21120
21121 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21122
21123         * nnspool.el (nnspool-spool-directory): Use news-path if the
21124         news-directory variable is not bound.
21125
21126         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21127         function instead of display-warning if it is not available.
21128
21129 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21130
21131         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21132         v5-10: Use `point-at-bol'.
21133
21134 2004-10-26  Simon Josefsson  <jas@extundo.com>
21135
21136         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21137         <chenggao@gmail.com>.
21138
21139 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21140
21141         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21142         instead.
21143
21144 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21145
21146         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21147         to remove a server from the nnimap-server-buffer-alist.
21148         (nnimap-open-connection, nnimap-close-server): Use it.
21149
21150         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21151
21152 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21153
21154         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21155         running the major-mode function.
21156
21157 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21158
21159         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21160         dummy marks in the right way.
21161
21162 2004-10-18  David Edmondson  <dme@dme.org>
21163
21164         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21165         excessively.
21166
21167 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21168
21169         * gnus-util.el (gnus-split-references): Accept a nil references
21170         string and go on blissfully.
21171
21172         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21173         cases where the references string is non-nil but has no references.
21174
21175         * encrypt.el: Add autoload tags.
21176
21177         * spam.el (spam-resolve-registrations-routine): Remove article
21178         from unregistration list too.  Reported by David Hanak
21179         <dhanak@isis.vanderbilt.edu>
21180
21181 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21182
21183         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21184         nil.  Change custom type.
21185
21186 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21187
21188         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21189
21190         * gnus-sum.el (gnus-summary-move-article): Use it.
21191
21192 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21193
21194         * encrypt.el: Add autoload cookies.
21195
21196         * spam.el (spam-backend-article-list-property)
21197         (spam-backend-get-article-todo-list)
21198         (spam-backend-put-article-todo-list)
21199         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21200         Resolve registrations separately.
21201         (spam-register-routine): Format comments.
21202         (spam-unregister-routine, spam-register-routine): Always call with
21203         specific-articles, no default list.
21204         (spam-summary-prepare-exit): Use the spam-classifications function.
21205
21206         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21207         gnus-encrypt.el.
21208
21209         * encrypt.el: Copied from gnus-encrypt.el.
21210
21211         * gnus-encrypt.el: Commented that it's obsolete.
21212
21213 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21214
21215         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21216         (gnus-score-save): Use it.
21217
21218         * message.el (message-bury): Use `window-dedicated-p'.
21219
21220 2004-10-15  Simon Josefsson  <jas@extundo.com>
21221
21222         * pop3.el (top-level): Don't require nnheader.
21223         (pop3-read-timeout): Add.
21224         (pop3-accept-process-output): Add.
21225         (pop3-read-response, pop3-retr): Use it.
21226
21227 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21228
21229         * spam.el (spam-register-routine): Move comment.
21230         (spam-verify-bogofilter): Use 'unknown for the initial
21231         spam-bogofilter-valid state, not 'never.
21232
21233         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21234         for netrc-machine.
21235
21236         * nnimap.el (nnimap-open-connection):
21237         Use netrc-machine-user-or-password.
21238
21239 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21240
21241         * gnus-registry.el (gnus-registry-unload-hook):
21242         Set as a variable with add-hook.
21243
21244         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21245         of news-path.
21246
21247         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21248
21249         * spam.el: Delete duplicate `provide'.
21250         (spam-unload-hook): Set as a variable with add-hook.
21251
21252 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21253
21254         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21255         in the doc string.
21256
21257         * message.el (message-ignored-news-headers)
21258         (message-ignored-supersedes-headers)
21259         (message-ignored-resent-headers)
21260         (message-forward-ignored-headers): Improve custom type.
21261
21262 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21263
21264         * message.el (message-tokenize-header): Fix 2004-09-06 change
21265         which used point-min in the wrong place.
21266
21267 2004-10-12  Simon Josefsson  <jas@extundo.com>
21268
21269         * tls.el (tls-certtool-program): New variable.
21270         (tls-certificate-information): New function, based on
21271         ssl-certificate-information.
21272
21273 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21274
21275         * compface.el: Move the version of ELisp-based uncompface program
21276         to the contrib directory because of the copyright problem.
21277
21278 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21279
21280         * message.el (message-kill-buffer): Raise the current frame.
21281
21282 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21283
21284         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21285
21286         * gnus.el (message-y-or-n-p): Autoload.
21287
21288         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21289         (pop3-password-required, pop3-authentication-scheme)
21290         (pop3-leave-mail-on-server): Make customizable.
21291         (pop3): New custom group.
21292         (pop3-retr): Remove `sleep-for' statements.
21293         Suggested by Dave Love <fx@gnu.org>.
21294
21295         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21296         Windows/DOS.
21297
21298         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21299         (imap-parse-body): Fix incorrect use of `assert'.
21300         Suggested by Dave Love <fx@gnu.org>.
21301
21302         * mml.el (mml-minibuffer-read-disposition): Require match.
21303         Suggested by Dave Love <fx@gnu.org>.
21304
21305 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21306
21307         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21308         doc string.
21309
21310 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21311
21312         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21313
21314 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21315
21316         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21317         instead of calling `mm-insert-inline', to decode text/* parts
21318         before displaying them.
21319
21320 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21321
21322         * mm-uu.el (mm-uu-text-plain-type): New variable.
21323         (mm-uu-pgp-signed-extract-1): Use it.
21324         (mm-uu-pgp-encrypted-extract-1): Use it.
21325         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21326         bind mm-uu-text-plain-type with that value.
21327         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21328         mm-uu-dissect.
21329
21330 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21331
21332         * gnus-group.el (gnus-update-group-mark-positions):
21333         * gnus-sum.el (gnus-update-summary-mark-positions):
21334         * message.el (message-check-news-body-syntax):
21335         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21336         of string-as-multibyte.
21337
21338 2004-10-05  Juri Linkov  <juri@jurta.org>
21339
21340         * gnus-group.el (gnus-update-group-mark-positions):
21341         * gnus-sum.el (gnus-update-summary-mark-positions):
21342         * message.el (message-check-news-body-syntax):
21343         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21344         8-bit unibyte values to a multibyte string for search functions.
21345
21346 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21347
21348         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21349         (mm-uu-dissect-text-parts): New function.
21350
21351         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21352         dissect text parts.
21353
21354         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21355         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21356
21357         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21358
21359         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21360         Use gnus-current-topics instead of gnus-current-topic.
21361
21362 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21363
21364         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21365
21366 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21367
21368         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21369         where appropriate.
21370
21371         * nnml.el (nnml-generate-active-info): do.
21372
21373         * nndiary.el (nndiary-generate-active-info): do.
21374
21375         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21376         (gnus-topic-move): do.
21377
21378         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21379         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21380
21381         * gnus-srvr.el (gnus-server-prepare)
21382         (gnus-server-open-all-servers): do.
21383
21384         * gnus-msg.el (gnus-summary-cancel-article)
21385         (gnus-summary-resend-message)
21386         (gnus-summary-mail-crosspost-complaint): do.
21387
21388         * gnus-move.el (gnus-change-server): do.
21389
21390         * gnus-group.el (gnus-group-unmark-all-groups)
21391         (gnus-group-set-current-level): do.
21392
21393 2004-10-04  Simon Josefsson  <jas@extundo.com>
21394
21395         * message.el (message-generate-hashcash): Doc fix.
21396
21397 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21398
21399         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21400         avoid infinite recursion via gnus-get-function.
21401
21402 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21403
21404         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21405
21406         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21407
21408         * nnmail.el (nnmail-split-history): do.
21409
21410         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21411         (nnml-request-delete-group): do.
21412
21413         * nnslashdot.el (nnslashdot-read-groups): do.
21414
21415         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21416         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21417
21418         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21419         (nnspool-sift-nov-with-sed): Use last.
21420         (nnspool-retrieve-headers-with-nov): Use mapc.
21421         (nnspool-request-newgroups): Use dolist.
21422         (nnspool-request-group): Use last.
21423
21424         * nntp.el (nntp-read-server-type): Use dolist.
21425
21426         * nnvirtual.el (nnvirtual-create-mapping)
21427         (nnvirtual-update-read-and-marked): Use dolist.
21428         (nnvirtual-convert-headers): Simplify.
21429
21430 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21431
21432         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21433         Add support for sync'ing tick marks.
21434
21435 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21436
21437         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21438         there's no visible header.
21439
21440 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21441
21442         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21443         When necessary, pass full group name to gnus-request-set-marks.
21444
21445 2004-10-01  Simon Josefsson  <jas@extundo.com>
21446
21447         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21448         acroread.
21449
21450 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21451
21452         * spam-report.el (spam-report-gmane): Fix interactive.
21453
21454         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21455
21456         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21457         when writing file.
21458         (gnus-agent-synchronize-flags): Don't default to being
21459         interactive.
21460
21461 2004-09-30  Simon Josefsson  <jas@extundo.com>
21462
21463         * message.el (message-generate-hashcash): Add.
21464         (message-send-mail): Use it, call mail-add-payment.
21465
21466 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21467
21468         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21469
21470 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21471
21472         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21473         gnus-requst-update-info with explicit code to sync the in-memory
21474         info read flags with the marks being sync'd to the backend.
21475
21476         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21477
21478 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21479
21480         * spam.el (spam-verify-bogofilter): Add new function.
21481         (spam-check-bogofilter)
21482         (spam-bogofilter-register-with-bogofilter): Use it.
21483         (spam-verify-bogofilter): Add small fixes.
21484
21485 2004-09-28  Simon Josefsson  <jas@extundo.com>
21486
21487         * hashcash.el (hashcash-generate-payment): Revert.
21488
21489 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21490
21491         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21492         Use gnus-extract-references instead of gnus-split-references.
21493
21494         * gnus-util.el (gnus-extract-references): Add new function, analogous
21495         to gnus-split-references but extracts only the message-ID without
21496         anything extra.
21497
21498         * hashcash.el (hashcash-generate-payment)
21499         (hashcash-check-payment): Do the right thing if hashcash-path is
21500         nil (because the hashcash program could not be found).
21501
21502         * spam.el (spam-use-hashcash): Remove comment.
21503
21504 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21505
21506         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21507         (gnus-cache-enter-article, gnus-cache-remove-article)
21508         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21509
21510         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21511
21512         * gnus-art.el (article-hide-boring-headers)
21513         (article-translate-strings, article-display-face)
21514         (gnus-article-mime-match-handle-first)
21515         (gnus-article-highlight-headers)
21516         (gnus-article-add-buttons-to-head): do.
21517
21518 2004-09-27  Simon Josefsson  <jas@extundo.com>
21519
21520         * hashcash.el: New version, from
21521         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21522         ../contrib/.
21523
21524 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21525
21526         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21527
21528 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21529
21530         * gnus-dup.el (gnus-dup-open): Use mapc.
21531         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21532
21533         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21534         Reported by Stefan Wiens <s.wi@gmx.net>.
21535
21536         * gnus.el (gnus-shutdown): Use dolist.
21537
21538         * gnus-undo.el (gnus-undo): Use mapc.
21539
21540         * nnrss.el (nnrss-generate-active): do.
21541
21542         * message.el (message-cite-original-without-signature)
21543         (message-cite-original): Use mapc.
21544         (message-do-actions, message-make-forward-subject): Use dolist.
21545
21546 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21547
21548         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21549         deletion to remove entire duplicate line.  Fixes merged article
21550         number bug.
21551
21552 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21553
21554         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21555         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21556         first ask if you want to open a server and then, even when you
21557         responded with no, asking if you want to synchronize the server's
21558         flags.
21559         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21560         multi-line expressions.
21561         (gnus-agent-synchronize-group-flags): New internal function.
21562         Updates marks in memory (in the info structure) AND in the
21563         backend.
21564
21565         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21566
21567         * nnagent.el (nnagent-request-set-mark):
21568         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21569         method, to ensure that synchronization updates marks in the
21570         backend and in the info (in memory) structure.
21571
21572 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21573
21574         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21575         convention fully; don't miss the root article of a thread; make
21576         the X-Draft-From header with correct article numbers.
21577
21578 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21579
21580         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21581         unless plugged.  Disable the agent so that an open failure causes
21582         an error.
21583
21584         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21585         Revert 2004-09-21 change.  The backend must be opened while
21586         synchronizing flags even when the backend stores the flags
21587         locally.
21588
21589 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21590
21591         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21592         in `header' match.  Reported by Svend Tollak Munkejord.
21593
21594         * message.el (message-cite-original): Fix use of
21595         `message-cite-articles-with-x-no-archive'.
21596
21597 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21598
21599         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21600         (gnus-window-to-buffer): Ditto.
21601
21602         * mml.el (mml-preview-buffer): New variable.
21603         (mml-preview): Manage window layout with gnus-buffer-configuration.
21604
21605         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21606         X-Draft-From header even if those articles aren't quoted.
21607
21608 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21609
21610         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21611         (gnus-request-set-mark, gnus-request-update-mark): Use new
21612         g-s-t-u-l-m to decide to use backend even when unplugged.
21613
21614 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21615
21616         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21617         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21618
21619 2004-09-20  Simon Josefsson  <jas@extundo.com>
21620
21621         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21622         "utf-16-le".
21623
21624 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21625
21626         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21627
21628 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21629
21630         * uudecode.el (uudecode-use-external): Add :version.
21631
21632         * smime.el (smime-CA-file, smime-encrypt-cipher)
21633         (smime-dns-server): Add :version.
21634
21635         * smiley.el (gnus-smiley-file-types): Add :version.
21636
21637         * sha1.el (sha1-use-external): Add :version.
21638
21639         * pgg-def.el (pgg-query-keyserver): Add :version.
21640
21641         * nnmail.el (nnmail-fancy-expiry-targets)
21642         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21643         Add :version.
21644
21645         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21646         (nnimap-retrieve-groups-asynchronous): Add :version.
21647         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21648
21649         * mml.el (mml-content-disposition-parameters)
21650         (mml-insert-mime-headers-always): Add :version.
21651
21652         * mm-util.el (mm-coding-system-priorities): Add :version.
21653
21654         * mm-decode.el (mm-inline-text-html-with-images)
21655         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21656         (mm-verify-option): Add :version.
21657         (mm-text-html-renderer): Change :version.
21658
21659         * message.el (message-fcc-externalize-attachments)
21660         (message-required-headers, message-draft-headers)
21661         (message-subject-trailing-was-query)
21662         (message-subject-trailing-was-ask-regexp)
21663         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21664         (message-mark-insert-end, message-archive-header)
21665         (message-archive-note, message-cross-post-default)
21666         (message-cross-post-note, message-followup-to-note)
21667         (message-cross-post-note-function, message-use-mail-followup-to)
21668         (message-subscribed-address-functions)
21669         (message-subscribed-address-file, message-subscribed-addresses)
21670         (message-subscribed-regexps, message-allow-no-recipients)
21671         (message-yank-cited-prefix, message-signature-insert-empty-line)
21672         (message-hidden-headers, message-hierarchical-addresses)
21673         (message-mail-user-agent, message-use-idna)
21674         (message-valid-fqdn-regexp)
21675         (message-strip-special-text-properties, message-header-synonyms)
21676         (message-beginning-of-line, message-tab-body-function): Add :version.
21677         (message-insert-canlock, message-wide-reply-confirm-recipients):
21678         Change :version.
21679
21680         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21681         and :version.
21682         (mail-source-delete-old-incoming-confirm)
21683         (mail-source-movemail-program): Add :version.
21684
21685         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21686         (gnus-agent-cache, gnus-agent): Change :version.
21687
21688         * gnus-util.el (gnus-use-byte-compile): Change :version.
21689
21690         * gnus-sum.el (gnus-summary-make-false-root-always)
21691         (gnus-summary-default-high-score)
21692         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21693         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21694         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21695         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21696         (gnus-sum-thread-tree-single-indent)
21697         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21698         (gnus-sum-thread-tree-leaf-with-other)
21699         (gnus-sum-thread-tree-single-leaf): Add :version.
21700         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21701         (gnus-article-loose-mime): Change :version.
21702
21703         * gnus-start.el (gnus-backup-startup-file)
21704         (gnus-save-startup-file-via-temp-buffer): Add :version.
21705
21706         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21707         (gnus-server-offline-face): Add :version.
21708
21709         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21710
21711         * gnus-msg.el (gnus-gcc-externalize-attachments)
21712         (gnus-debug-files, gnus-debug-exclude-variables)
21713         (gnus-discouraged-post-methods): Change :version.
21714         (gnus-confirm-mail-reply-to-news)
21715         (gnus-confirm-treat-mail-like-news): Add :version.
21716
21717         * gnus-int.el (gnus-server-unopen-status): Add :version.
21718
21719         * gnus-group.el (gnus-group-jump-to-group-prompt)
21720         (gnus-large-ephemeral-newsgroup)
21721         (gnus-fetch-old-ephemeral-headers): Add :version.
21722
21723         * gnus-fun.el (gnus-x-face-directory)
21724         (gnus-convert-pbm-to-x-face-command)
21725         (gnus-convert-image-to-x-face-command)
21726         (gnus-convert-image-to-face-command): Add :version.
21727
21728         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21729
21730         * gnus-cite.el (gnus-cite-blank-line-after-header)
21731         (gnus-article-boring-faces): Add :version.
21732
21733         * gnus-art.el (gnus-buttonized-mime-types)
21734         (gnus-inhibit-mime-unbuttonizing)
21735         (gnus-treat-display-face)
21736         (gnus-treat-body-boundary): Change :version.
21737         (gnus-body-boundary-delimiter, gnus-picon-databases)
21738         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21739         (gnus-treat-date-english, gnus-treat-fold-headers)
21740         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21741         (gnus-treat-mail-picon, gnus-treat-wash-html)
21742         (gnus-article-encrypt-protocol)
21743         (gnus-use-idna, gnus-article-over-scroll)
21744         (gnus-mime-display-multipart-alternative-as-mixed)
21745         (gnus-mime-display-multipart-related-as-mixed)
21746         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21747         (gnus-ctan-url, gnus-button-ctan-handler)
21748         (gnus-button-handle-ctan-bogus-regexp)
21749         (gnus-button-ctan-directory-regexp)
21750         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21751         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21752         (gnus-button-man-level, gnus-button-emacs-level)
21753         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21754
21755         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21756         (gnus-agent-go-online): Change :version.
21757         (gnus-agent-expire-unagentized-dirs)
21758         (gnus-agent-auto-agentize-methods): Add :version.
21759
21760         * flow-fill.el (fill-flowed-display-column)
21761         (fill-flowed-encode-column): Add :version.
21762
21763         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21764         (gnus-outlook-deuglify-unwrap-max)
21765         (gnus-outlook-deuglify-cite-marks)
21766         (gnus-outlook-deuglify-unwrap-stop-chars)
21767         (gnus-outlook-deuglify-no-wrap-chars)
21768         (gnus-outlook-deuglify-attrib-cut-regexp)
21769         (gnus-outlook-deuglify-attrib-verb-regexp)
21770         (gnus-outlook-deuglify-attrib-end-regexp)
21771         (gnus-outlook-display-hook): Add :version.
21772
21773         * binhex.el (binhex-use-external): Add :version.
21774
21775 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21776
21777         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21778         and `invisible'.
21779
21780 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21781
21782         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21783         in gnus-registry-trim.
21784
21785 2004-09-13  Simon Josefsson  <jas@extundo.com>
21786
21787         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21788
21789         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21790
21791         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21792         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21793         <yamaoka@jpl.org>.
21794         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21795         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21796         <yamaoka@jpl.org>.
21797
21798         * sieve.el (sieve-manage-mode): Ditto.
21799
21800 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21801
21802         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21803
21804 2004-09-11  Simon Josefsson  <jas@extundo.com>
21805
21806         * dns-mode.el: Add.
21807
21808         * mm-view.el (mm-display-dns-inline): Add.
21809
21810         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21811         (mm-automatic-display): Ditto.
21812
21813         * mailcap.el (mailcap-mime-data): Add text/dns.
21814         (mailcap-mime-extensions): Map .soa to text/dns.
21815
21816 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21817
21818         * gnus-art.el (article-decode-mime-words, article-babel)
21819         (gnus-article-highlight-signature, gnus-article-add-buttons)
21820         (gnus-signature-toggle): Remove unnecessary bindings of
21821         `inhibit-read-only' inherited from v5.10 merge.
21822
21823 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21824
21825         * nntp.el (nntp): New customization group.
21826         (nntp-authinfo-file): Add customization group.
21827
21828         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21829
21830         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21831
21832         * gnus.el (to-address, to-list, subscribed)
21833         (large-newsgroup-initial): Ditto.
21834
21835         * flow-fill.el (fill-flowed-display-column)
21836         (fill-flowed-encode-column): Ditto.
21837
21838 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21839
21840         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21841         Use point-min rather than 1.
21842         (message-send-mail): Use buffer-size rather than point-max.
21843
21844         * gnus-sum.el (gnus-summary-search-article-forward):
21845         Signal a specific `search-failed' rather than a generic `error'.
21846
21847         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21848         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21849         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21850
21851 2004-09-10  Simon Josefsson  <jas@extundo.com>
21852
21853         * nndb.el (require): Remove tcp and duplicate cl.
21854
21855 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21856
21857         * gnus-agent.el (directory-files-and-attributes): Move forward.
21858
21859 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21860
21861         * gnus-agent.el (directory-files-and-attributes):
21862         Optionally defined to support XEmacs.
21863
21864 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21865
21866         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21867         to avoid run-time CL dependencies.
21868         (gnus-agent-unfetch-articles): New function.
21869         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21870         article numbers even when local .overview file is missing.
21871         (gnus-agent-read-article-number): New function.  Only accepts
21872         27-bit article numbers.
21873         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21874         Use gnus-agent-read-article-number.
21875         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21876         from backend while recognizing that article numbers in .overview
21877         must be valid.
21878         (gnus-agent-update-files-total-fetched-for):
21879         Use directory-files-and-attributes to improve performance.
21880         * gnus-int.el (gnus-request-move-article):
21881         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21882         improve performance.
21883
21884         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21885         some users confused by references to .newsrc when they only have a
21886         .newsrc.eld file.
21887         (gnus-convert-mark-converter-prompt)
21888         (gnus-convert-converter-needs-prompt): Fix use of property list.
21889         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21890         New function.  Used internally to only display 'gnus converting
21891         files' message when actually necessary.
21892
21893         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21894         methods now autoloaded.
21895
21896 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21897
21898         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21899         identifiers.
21900
21901 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21902
21903         * gnus-picon.el: Fix indentation and closing parenthesis.
21904
21905 2004-09-01  Simon Josefsson  <jas@extundo.com>
21906
21907         * message.el (message-canlock-generate): Require sha1, not
21908         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21909         to require within a function.  Sadly, if sha1.el isn't loaded, the
21910         let binding in m-c-g will hide the defcustom definition, which is
21911         bad.)
21912
21913         * canlock.el: Require sha1, not sha1-el.
21914
21915         * message.el: Don't autoload sha1 (there is a autoload cookie in
21916         sha1.el).
21917
21918         * sha1-el.el: Rename to sha1.el.
21919
21920 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21921
21922         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21923
21924 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21925
21926         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21927
21928 2004-08-30  Kim F. Storm  <storm@cua.dk>
21929
21930         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21931
21932         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21933         Add :group 'nnimap.
21934
21935 2004-08-30  Andreas Schwab  <schwab@suse.de>
21936
21937         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21938         ?* and ?\;.
21939
21940         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21941         and ?\' to symbol instead of whitespace.
21942
21943 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21944
21945         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21946
21947         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21948         instead of re-search-forward.
21949
21950         * gnus-uu.el (gnus-uu-save-article): Ditto.
21951         (gnus-uu-post-encode-uuencode): Ditto.
21952
21953         * html2text.el (html2text-clean-list-items): Ditto.
21954         (html2text-clean-dtdd): Ditto.
21955         (html2text-format-tags): Ditto.
21956
21957         * message.el (message-send-mail-with-sendmail): Fix regexp.
21958         (message-fill-field-general): Use search-forward instead of
21959         re-search-forward.
21960         (unbold-region): Ditto.
21961
21962         * nnrss.el (nnrss-request-article): Ditto.
21963
21964         * nnslashdot.el (nnslashdot-request-article): Ditto.
21965
21966         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21967
21968         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21969         "Unrecognized menu descriptor" error in XEmacs.
21970
21971 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21972
21973         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21974         parent article of a sparse article in the thread hashtb.
21975
21976 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21977
21978         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21979         (nnmail-expand-newtext): Lowercase expanded entries if
21980         nnmail-split-lowercase-expanded is non-nil.
21981
21982 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21983
21984         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21985
21986         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21987         of gnus-tmp-news-method into string under XEmacs.  It will be
21988         passed to gnus-correct-length which takes only a string argument.
21989
21990 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21991
21992         * gnus-util.el (gnus-bind-print-variables): New macro.
21993         (gnus-prin1): Use it.
21994         (gnus-prin1-to-string): Use it.
21995         (gnus-pp): New function.
21996         (gnus-pp-to-string): New function.
21997
21998         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21999         Replace pp-to-string with gnus-pp-to-string.
22000         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22001         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22002         * gnus-msg.el (gnus-debug): Ditto.
22003         * gnus-score.el (gnus-score-save): Ditto.
22004         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22005         gnus-pp-to-string.
22006         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22007         with gnus-pp.
22008         * score-mode.el (gnus-score-pretty-print): Ditto.
22009         * webmail.el (webmail-debug): Ditto.
22010
22011 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22012
22013         * gnus-art.el (article-display-face, article-display-x-face):
22014         Use buffer-read-only.
22015
22016 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22017
22018         * gnus-art.el (article-hide-list-identifiers):
22019         Bind inhibit-read-only as t.
22020
22021 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22022
22023         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22024
22025 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22026
22027         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22028         (gnus-narrow-to-page): Don't assume point-min == 1.
22029         (gnus-article-edit-mode): Derive from message-mode.
22030
22031         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22032         point-min == 1.
22033
22034         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22035         Disable incorrect use of `assert'.
22036
22037         * message.el (message-mode): Set comment-start-skip.
22038
22039
22040 2004-08-22  Sam Steingold  <sds@gnu.org>
22041
22042         * pop3.el (pop3-leave-mail-on-server): New user variable.
22043         (pop3-movemail): Delete mail only when it is nil.
22044
22045 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22046
22047         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22048
22049         * mml.el (mml-preview): Use `pop-to-buffer'.
22050
22051         * message.el (message-goto-mail-followup-to): Insert after "To".
22052         (message-carefully-insert-headers): Add comment.
22053
22054         * gnus.el: Remove unused variable `gnus-article-check-size'.
22055
22056         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22057
22058         * gnus-art.el (gnus-button-alist):
22059         Improve `gnus-button-handle-library' entry.
22060
22061 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22062
22063         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22064         Use downcase, since XEmacs capitalizes error messages differently.
22065
22066 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22067
22068         * nntp.el: Add (require 'gnus) due to reference to
22069         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22070
22071 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22072
22073         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22074         Bind `mm-fill-flowed'.
22075
22076         * mm-decode.el (mm-dissect-singlepart): Check it.
22077
22078 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22079
22080         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22081         'imap' for netrc parsing.
22082
22083 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22084
22085         * mailcap.el (mailcap-mime-data): Mark as risky.
22086
22087 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22088
22089         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22090         may be included in the encoded word.
22091         (rfc2047-encode): Don't append a space if the encoded word
22092         includes close parenthesis.
22093
22094 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22095
22096         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22097         of text within parentheses.
22098
22099 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22100
22101         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22102         (gnus-encrypt-write-file-contents): Make the password key the file
22103         name PLUS the cipher, not just the cipher.  Also remove failed
22104         passwords from the cache.
22105
22106 2004-08-06  Simon Josefsson  <jas@extundo.com>
22107
22108         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22109         Doc fix.
22110
22111 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22112
22113         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22114         LWSP.
22115
22116 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22117
22118         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22119         Try to append in-reply-to: data to the references: header.
22120
22121         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22122         (netrc-parse): Use gnus-encrypt.el functions.
22123
22124         * gnus-encrypt.el: Add new file for encryption support; currently
22125         does only a few GPG ciphers and an internal XOR cipher.
22126
22127         * password.el: Add comments on using password-read-and-add.
22128         (password-read-and-add): Add function to read and add the
22129         password to the cache at once.
22130
22131 2004-07-28  Simon Josefsson  <jas@extundo.com>
22132
22133         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22134         parameter (but don't use it, for now).
22135
22136         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22137         instead of hard coding to nil.
22138
22139 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22140
22141         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22142         as mm-inline-image-xemacs does.
22143
22144 2004-07-26  Simon Josefsson  <jas@extundo.com>
22145
22146         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22147         Revert part of 2004-07-17 change below.
22148
22149 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22150
22151         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22152         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22153
22154 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22155
22156         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22157         quotes that actually start with ">" at the beginning of the
22158         lines.
22159
22160 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22161
22162         * rfc2047.el (rfc2047-encode-region): Fix last change.
22163         (rfc2047-encode-parameter): Remove useless concat.
22164
22165 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22166
22167         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22168         encode special characters; fix some kind of misconfigured headers;
22169         signal a real error if debug-on-quit or debug-on-error is non-nil.
22170         (rfc2047-encode-max-chars): New variable.
22171         (rfc2047-encode-1): Use it.
22172         (rfc2047-encode-parameter): New function.
22173
22174         * mml.el (mml-insert-parameter): Remove an excessive space.
22175
22176 2004-07-17  Simon Josefsson  <jas@extundo.com>
22177
22178         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22179         Kai Grossjohann <kai@emptydomain.de>.
22180         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22181         (gnus-group-make-menu-bar): Ditto.
22182
22183         * gnus-util.el (gnus-group-server): Add.
22184
22185 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22186
22187         * message.el (message-clone-locals): Clone sendmail and smtp
22188         variables.
22189
22190 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22191
22192         * rfc2047.el (rfc2047-encode-region): Fix last change.
22193
22194 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22195
22196         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22197         characters as non-special.
22198
22199 2004-07-09  Simon Josefsson  <jas@extundo.com>
22200
22201         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22202         Users will lose all flag changes made while unplugged with
22203         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22204         good default.  See numerous reports on ding mailing list.
22205
22206 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22207
22208         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22209         add generate-head-function and generate-article-function to the
22210         rfc822-forward entry.
22211         (nndoc-rfc822-forward-generate-article): New function.
22212         (nndoc-rfc822-forward-generate-head): New function.
22213
22214         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22215
22216 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22217
22218         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22219         respect display group parameter and gnus-summary-expunge-below.
22220         (gnus-articles-to-read): Remove unused reference to display group
22221         parameter.
22222
22223 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22224
22225         * nnheader.el (nnheader-uniquify-message-id): New experimental
22226         variable.
22227         (nnheader-nov-read-message-id): Use it.
22228
22229         * spam-report.el (spam-report-gmane): Add interactive.
22230
22231 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22232
22233         * mm-encode.el (mm-content-transfer-encoding-defaults):
22234         Use qp-or-base64 for the application/* types.
22235
22236 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22237
22238         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22239
22240 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22241
22242         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22243         trim value.
22244
22245 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22246
22247         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22248         New macro and function.
22249         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22250
22251 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22252
22253         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22254         after-load-alist.
22255
22256 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22257
22258         * gnus-group.el (gnus-group-get-new-news-this-group):
22259         Don't update info that isn't there.
22260
22261 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22262
22263         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22264         entry.
22265
22266 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22267
22268         * mm-view.el (mm-inline-render-with-function): Use multibyte
22269         buffer; decode html source by charset.
22270
22271         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22272
22273         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22274         Mule-UCS is loaded under XEmacs.
22275         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22276
22277 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22278
22279         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22280
22281 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22282
22283         * mm-util.el (mm-coding-system-p): Return a coding-system.
22284         (mm-mime-mule-charset-alist): Use shift_jis instead of
22285         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22286         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22287         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22288         instead of japanese-shift-jis and iso-latin-1 respectively in
22289         order to share the default value with both Emacs and XEmacs-mule.
22290         (mm-mule-charset-to-mime-charset):
22291         Make mm-coding-system-priorities effective.
22292         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22293         while predicating of candidates upon the priorities.
22294
22295 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22296
22297         * gnus-sum.el (gnus-summary-make-menu-bar):
22298         Add gnus-uu-invert-processable.
22299
22300         * gnus.el: Autoload gnus-uu-invert-processable.
22301
22302 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22303
22304         * mm-util.el (mm-with-multibyte-buffer): New macro.
22305
22306         * rfc2047.el (rfc2047-encode-string): Use it.
22307         (rfc2047-encode-region): Move point to the end of the region after
22308         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22309
22310 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22311
22312         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22313         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22314
22315 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22316
22317         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22318         (gnus-cite-parse): Ignore quoted envelope From_.
22319         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22320
22321 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22322
22323         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22324         invalid addresses.
22325
22326 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22327
22328         * spam.el: Change section markers, revise TODO list.
22329         (spam-backends): Make new master list of all installed backends.
22330         (spam-summary-exit-behavior): Add new variable to determine how
22331         messages moves are done at summary exit.
22332         (spam-move-spam-nonspam-groups-only)
22333         (spam-process-ham-in-nonham-groups)
22334         (spam-process-ham-in-spam-groups): Remove variables, the
22335         spam-summary-exit-behavior variable should be used to manage this
22336         behavior.
22337         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22338         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22339         and spam-old-spam-articles.
22340         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22341         Add empty variables, placeholders for the backends they represent.
22342         (spam-set-difference): Move, unchanged.
22343         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22344         unless the user has a processor variable.
22345         (spam-classifications, spam-classification-valid-p)
22346         (spam-backend-properties, spam-backend-property-valid-p)
22347         (spam-backend-function-type-valid-p)
22348         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22349         (spam-report-articles-gmane, spam-report-articles-resend):
22350         Remove functions, they are not needed.
22351         (spam-install-backend-super, spam-backend-list)
22352         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22353         (spam-backend-function, spam-backend-ham-registration-function)
22354         (spam-backend-spam-registration-function)
22355         (spam-backend-ham-unregistration-function)
22356         (spam-backend-spam-unregistration-function)
22357         (spam-backend-statistical-p, spam-backend-mover-p)
22358         (spam-install-backend-alias, spam-install-checkonly-backend)
22359         (spam-install-mover-backend, spam-install-nocheck-backend)
22360         (spam-install-backend, spam-install-statistical-backend)
22361         (spam-install-statistical-checkonly-backend): Add backend installation
22362         support.
22363         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22364         (spam-group-processor-p): Use the new backend code and respect the
22365         summary exit behavior.
22366         (spam-mark-spam-as-expired-and-move-routine): Remove.
22367         (spam-summary-prepare): Change to use the new spam-old-articles
22368         variable.
22369         (spam-copy-or-move-routine, spam-copy-spam-routine)
22370         (spam-move-spam-routine, spam-copy-ham-routine)
22371         (spam-move-ham-routine): Add code to copy/move ham or spam.
22372         (spam-fetch-field-fast): Improve doc and code, plus allow the
22373         'number request.
22374         (spam-list-of-checks, spam-list-of-statistical-checks):
22375         Remove variables.
22376         (spam-split, spam-find-spam): Use the new backend code.
22377         (spam-registration-functions): Remove variable.
22378         (spam-unregister-routine): Add convenience wrapper.
22379         (spam-log-undo-registration, spam-register-routine)
22380         (spam-log-processing-to-registry)
22381         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22382         where possible.
22383         (spam-check-gmane-xref, spam-check-regex-headers)
22384         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22385         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22386         (spam-check-bogofilter-headers, spam-check-spamoracle)
22387         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22388         (spam-check-crm114-headers): Use the spam-split-group that
22389         spam-split prepares, no need to determine it every time.
22390
22391         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22392         to the nnheader-parse-naked-head call.
22393
22394         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22395
22396         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22397         the nnheader-nov-read-message-id call.
22398
22399 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22400
22401         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22402         gnus-activate-group twice.  Suggested by Markus Peter
22403         <warp@spin.de>.
22404
22405 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22406
22407         * gnus-art.el (gnus-article-time-format): Exchange the order of
22408         day and month in the default value; fix customization type.
22409         (article-date-ut): Use add-text-properties.
22410         (article-make-date-line): Use message-make-date instead of
22411         current-time-string.
22412
22413         * message.el (message-fetch-field): Don't use set-text-properties.
22414         (message-make-date): Simplify.
22415
22416         * messagexmas.el (message-xmas-make-date): New function.
22417         (message-xmas-redefine): Defalias message-make-date to it.
22418
22419 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22420
22421         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22422         (rfc2047-encode-region): Treat text within parentheses as special;
22423         show the original text when error has occurred.
22424
22425         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22426         already-computed method to gnus-activate-group.
22427
22428         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22429         same select-methods identical Lisp objects.
22430
22431         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22432         object when modifying the info.
22433
22434 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22435
22436         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22437         gnus-opened-servers since it has never been opened with the new
22438         configuration yet.
22439
22440 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22441
22442         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22443         arg to nnheader-generate-fake-message-id.
22444
22445 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22446
22447         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22448         number and build a fake message ID localized to a group and
22449         article number (so it's repeatable from that point on).
22450         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22451         ID format.
22452
22453         * gnus-sum.el (gnus-get-newsgroup-headers):
22454         Call nnheader-generate-fake-message-id with the article number.
22455
22456 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22457
22458         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22459         end-of-buffer.
22460
22461 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22462
22463         * message.el (message-ignored-supersedes-headers): Add Approved.
22464
22465 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22466
22467         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22468         goto-char.
22469         (rfc2047-encode): Fold the line before encoding.
22470
22471 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22472
22473         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22474         folding -- not all headers can be folded, and this should be done
22475         by the message composition mode.  Probably.  I think.
22476
22477 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22478
22479         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22480         fast.
22481
22482         * gnus-ems.el (gnus-remove-image): Don't use
22483         message-text-with-property; remove only the image found first.
22484
22485         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22486         found first.
22487
22488 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22489
22490         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22491
22492 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22493
22494         * message.el (message-text-with-property): Make it fast and accept
22495         optional arguments.
22496         (message-strip-forbidden-properties): Use it.
22497         (message-fix-before-sending): Follow the m-t-w-p change.
22498
22499         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22500
22501 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22502
22503         * gnus-art.el (article-hide-headers): Don't change the buffer
22504         mistakenly when performing mml-preview even if
22505         gnus-single-article-buffer is nil.
22506
22507 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22508
22509         * message.el (message-expand-name-databases): New user option.
22510         (message-expand-name): Use it.
22511
22512 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22513
22514         * spam.el (spam-report-articles-resend)
22515         (spam-report-resend-register-routine): Allow ham reporting.
22516         (spam-report-resend-register-ham-routine): Add wrapper.
22517         (spam-registration-functions): Add ham resending functions.
22518         (spam-list-of-processors): Add ham resend processor.
22519
22520         * gnus.el (ham-resend-to): Add new group parameter.
22521         (spam-process): Add ham resend option.
22522
22523         * spam-report.el (spam-report-resend): Allow reporting ham.
22524         (spam-report-resend-ham): Add wrapper.
22525
22526 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22527
22528         * message.el (message-cite-articles-with-x-no-archive):
22529         New variable.
22530         (message-cite-original): Use it.
22531
22532 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22533
22534         * message.el (message-cite-original): Respect X-No-Archive.
22535
22536 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22537
22538         * gnus-art.el (article-hide-headers): Refer to the values for
22539         gnus-ignored-headers and gnus-visible-headers in the summary
22540         buffer since a user may have set them as group parameters.
22541
22542 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22543
22544         * assistant.el (assistant-node-name): Add convenience function.
22545         (assistant-render-text, assistant-render-node): Add error handling,
22546         plus handle multiple next nodes.
22547         (assistant-find-next-node): Comment out for now.
22548         (assistant-find-next-nodes): Add function, returns list of next
22549         nodes.
22550
22551 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22552
22553         * mail-source.el (mail-source-directory): Fix doc-string.
22554
22555 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22556
22557         * assistant.el (assistant-render-text, assistant-eval): Add :set
22558         widget type, which is different because it takes and returns a
22559         list.  Much hilarity ensues.
22560
22561 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22562
22563         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22564
22565         * gnus-group.el (gnus-group-get-new-news-this-group):
22566         Add doc-string.
22567
22568         * gnus-start.el (gnus-activate-group): Add doc-string.
22569
22570 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22571
22572         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22573
22574 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22575
22576         * assistant.el (assistant-render-text): Try to add a :set
22577         widget, more to come.
22578
22579         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22580         strings.
22581         (spam-report-articles-resend)
22582         (spam-register-routine): Do registration iff any articles warrant
22583         it.
22584         (spam-summary-prepare-exit): Change log message for nil group
22585         destinations.
22586
22587 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22588
22589         * spam.el (spam-report-resend-register-routine):
22590         Allow spam-report-resend-to to be a group parameter or a global value.
22591
22592 2004-05-26  Simon Josefsson  <jas@extundo.com>
22593
22594         * starttls.el: Merge with my GNUTLS based starttls.el.
22595         (starttls-gnutls-program, starttls-use-gnutls)
22596         (starttls-extra-arguments, starttls-process-connection-type)
22597         (starttls-connect, starttls-failure, starttls-success):
22598         New variables.
22599         (starttls-program, starttls-extra-args): Doc fix.
22600         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22601         New functions.
22602         (starttls-negotiate, starttls-open-stream):
22603         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22604         function if it is set.
22605
22606 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22607
22608         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22609         structured fields.
22610
22611 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22612
22613         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22614
22615 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22616
22617         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22618         Add variable.
22619         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22620         assigning the spam-mark to new messages.
22621
22622 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22623
22624         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22625
22626 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22627
22628         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22629
22630         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22631         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22632         default.
22633
22634 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22635
22636         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22637         correct data.
22638
22639 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22640
22641         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22642         (spam-group-processor-p): Fix function.
22643         (spam-group-processor-multiple-p)
22644         (spam-group-spam-processor-report-gmane-p)
22645         (spam-group-spam-processor-report-resend-p)
22646         (spam-group-spam-processor-bogofilter-p)
22647         (spam-group-spam-processor-blacklist-p)
22648         (spam-group-spam-processor-ifile-p)
22649         (spam-group-ham-processor-ifile-p)
22650         (spam-group-spam-processor-spamoracle-p)
22651         (spam-group-spam-processor-crm114-p)
22652         (spam-group-ham-processor-bogofilter-p)
22653         (spam-group-spam-processor-stat-p)
22654         (spam-group-ham-processor-stat-p)
22655         (spam-group-ham-processor-whitelist-p)
22656         (spam-group-ham-processor-BBDB-p)
22657         (spam-group-ham-processor-spamoracle-p)
22658         (spam-group-ham-processor-copy-p): Remove functions with some
22659         prejudice against unneeded code.
22660         (spam-report-articles-resend)
22661         (spam-report-resend-register-routine): Allow the group/topic
22662         spam-resend-to value to override spam-report-resend-to.
22663         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22664         properly now.
22665
22666         * gnus.el (spam-resend-to): Add group/topic parameter.
22667         (spam-process): Move the OBSOLETE processors to the end of the
22668         choices.
22669
22670 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22671
22672         * spam-report.el (spam-report-resend-to, spam-report-resend):
22673         Start with resend-to set to nil, and then ask the user if necessary.
22674         (spam-report-resend): spam-report-resend takes a list of articles, not
22675         separate article numbers.
22676
22677 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22678
22679         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22680         addition to emacs-w3m.
22681
22682 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22683
22684         * assistant.el (assistant-authinfo-data): New function.
22685         (assistant-eval): Eval for entire assistant.
22686
22687         * netrc.el (netrc-services-file): New variable.
22688         (netrc-parse-services): New function.
22689         (netrc-find-service-name): New function.
22690         (netrc-find-service-number): New function.
22691         (netrc-port-equal): New function.
22692         (netrc-machine): Use it.
22693
22694         * nnimap.el (nnimap-open-connection): Use netrc.
22695
22696         * gnus-util.el (gnus-netrc-get): Remove aliases.
22697
22698         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22699
22700         * assistant.el (wid-edit): Fix compilation.
22701
22702         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22703
22704 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22705
22706         * gnus-util.el (gnus-set-file-modes): New function.  (small
22707         patch).
22708
22709 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22710
22711         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22712
22713         * assistant.el (assistant-render-node): Fix up rendering and
22714         read-only text.
22715         (assistant-render-node): Reset.
22716         (assistant-make-read-only): Not sticky.
22717
22718 2004-05-20  Danny Siu  <dsiu@adobe.com>
22719
22720         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22721         centered even when gnus-auto-center-summary is t.
22722
22723 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22724
22725         * dns.el (dns-get-txt-answer): New function.
22726         (dns-read-txt): Ditto.
22727         (query-dns): Use it.
22728
22729 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22730
22731         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22732         active for foreign groups even if the group level is higher than
22733         the specified value.
22734
22735 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22736
22737         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22738         non-active groups.
22739
22740         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22741
22742 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22743
22744         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22745
22746 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22747
22748         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22749         (spam-crm114-header, spam-crm114-spam-switch)
22750         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22751         (spam-crm114-positive-spam-header)
22752         (spam-crm114-database-directory, spam-list-of-processors)
22753         (spam-group-spam-processor-crm114-p)
22754         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22755         (spam-generic-score, spam-list-of-checks)
22756         (spam-list-of-statistical-checks, spam-registration-functions)
22757         (spam-check-crm114-headers, spam-crm114-score)
22758         (spam-check-crm114, spam-crm114-register-with-crm114)
22759         (spam-crm114-register-spam-routine)
22760         (spam-crm114-unregister-spam-routine)
22761         (spam-crm114-register-ham-routine)
22762         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22763
22764 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22765
22766         * gnus.el: Add spam-use-crm114.
22767
22768         * spam.el (spam-list-of-processors, spam-registration-functions):
22769         Add spam-use-resend.
22770         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22771         (spam-report-articles-gmane): Add doc fix.
22772         (spam-report-articles-resend, spam-report-resend-register-routine):
22773         Add wrappers around spam-report-resend-to.
22774
22775         * spam-report.el (spam-report-resend-to, spam-report-resend):
22776         Add support for resending spam.
22777         (spam-report-gmane): Fix line length >80.
22778
22779         * gnus.el (spam-process): Add spam-use-resend.
22780
22781 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22782
22783         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22784         number of processed spam messages.
22785         (spam-ham-copy-or-move-routine): Return the number of processed
22786         ham messages.
22787         (spam-summary-prepare-exit): Use the above values to decide
22788         whether status messages shouled be displayed.
22789
22790 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22791
22792         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22793         `rfc2047-encoding-function-alist' in order to avoid conflicting
22794         with the old version.
22795         (rfc2047-encode-region): Concatenate words containing non-ASCII
22796         characters in structured fields; don't encode space-delimited
22797         ASCII words even in unstructured fields; don't break words at
22798         char-category boundaries.
22799         (rfc2047-encode-1): New function.
22800         (rfc2047-encode): Use it; encode text so that it occupies the
22801         maximum width within 76-column; work correctly on Q encoding for
22802         iso-2022-* charsets.
22803         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22804         sure not to break a line just after the header name.
22805         (rfc2047-b-encode-region): Remove.
22806         (rfc2047-b-encode-string): New function.
22807         (rfc2047-q-encode-region): Remove.
22808         (rfc2047-q-encode-string): New function.
22809
22810         * mm-util.el (mm-replace-in-string): New function.
22811
22812 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22813
22814         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22815         Really get it right.
22816         (gnus-inews-make-draft): Really.
22817
22818 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22819
22820         * nnmh.el (nnmh-request-list-1): Don't check the link count
22821         before descending.  (small patch)
22822
22823 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22824
22825         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22826         stuff.
22827
22828         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22829         Match on real group name.
22830
22831         * gnus-art.el (gnus-signature-limit): Doc fix.
22832
22833         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22834
22835         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22836
22837 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22838
22839         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22840         isn't a string.
22841
22842 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22843
22844         * gnus-draft.el (gnus-draft-send):
22845         Bind rfc2047-encode-encoded-words.
22846
22847         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22848         (rfc2047-encodable-p): Say that =? needs encoding.
22849         (rfc2047-encode-encoded-words): New variable.
22850
22851         * gnus-group.el (gnus-group-select-group): Doc fix.
22852
22853         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22854
22855         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22856         to nil.
22857
22858         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22859
22860         * nnheader.el (nnheader-get-lines-and-char): New function.
22861
22862 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22863
22864         * gnus-msg.el (gnus-summary-followup-with-original):
22865         Document yanking of region when active.
22866
22867 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22868
22869         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22870         groups if the group level is higher than the specified value.
22871
22872 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22873
22874         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22875         (gnus-group-jump-to-group): Add prefix argument using
22876         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22877         non-active group.
22878
22879         * compface.el (uncompface): Be verbose when changing
22880         `uncompface-use-external'.
22881
22882         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22883         handle manual section.
22884
22885 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22886
22887         * gnus-art.el (gnus-button-alist): Revert previous change.
22888
22889 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22890
22891         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22892
22893 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22894
22895         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22896         whether backend can accept message.
22897
22898         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22899
22900 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22901
22902         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22903         Avoid creating directory when nntp-marks-is-evil is true.
22904         Reported by Reiner Steib.
22905
22906 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22907
22908         * gnus-picon.el (gnus-picon-insert-glyph):
22909         Add optional `nostring' argument.
22910
22911 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22912
22913         * gnus-picon.el (gnus-picon-style): New variable.
22914         (gnus-picon-transform-address): Support `gnus-picon-style'.
22915
22916 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22917
22918         * message.el (message-fill-field): Return point.
22919         (message-generate-headers): Go to end of field.
22920
22921         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22922         stuff for non-living groups.
22923
22924 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22925
22926         * gnus-art.el (gnus-article-followup-with-original)
22927         (gnus-article-reply-with-original): gnus-mark-active-p ->
22928         gnus-region-active-p.
22929
22930 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22931
22932         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22933         only when there is spam or ham to be processed.
22934
22935 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22936
22937         * mail-source.el (mail-source-delete-crash-box): Refactor.
22938         (mail-source-fetch): Use it.
22939         (mail-source-fetch-file): Ditto.
22940         (mail-source-fetch-directory): Run postscript in loop.
22941         (mail-source-fetch-pop): Delete.
22942         (mail-source-fetch-maildir): Ditto.
22943         (mail-source-fetch-imap): Ditto.
22944
22945         * imap.el (imap-authenticators): Comment out sasl.
22946
22947         * message.el (message-skip-to-next-address): New function.
22948         (message-fill-header-address): Refactor.
22949         (message-fill-address): Use it.
22950         (message-delete-address): Use it.
22951         (message-fill-header-general): Refactor.
22952         (message-fill-field-address): Rename.
22953         (message-narrow-to-field): Find the start of the header.
22954         (message-header-format-alist): Don't pre-fill.
22955         (message-fill-header): Remove.
22956         (message-insert-header): New function.
22957         (message-shorten-references): Use it.
22958
22959         * rfc2047.el (rfc2047-field-value): Strip props.
22960
22961         * mail-parse.el (mail-header-make-address): New alias.
22962
22963         * ietf-drums.el (ietf-drums-make-address): New function.
22964
22965         * imap.el: Add compiler directives.
22966
22967         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22968
22969         * gnus-art.el (article-decode-idna-rhs): Don't use
22970         message-idna-inside-rhs-p.
22971
22972 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22973
22974         * message.el (message-idna-inside-rhs-p): Remove.
22975         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22976
22977         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22978         false positives.
22979
22980 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22981
22982         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22983
22984 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22985
22986         * nneething.el (nneething-file-name): Don't create spurious
22987         files.
22988
22989         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22990         (gnus-inews-do-gcc): Remove sleep.
22991
22992         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22993         part under point.
22994
22995         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22996         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22997
22998 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22999
23000         * spam.el (spam-summary-prepare-exit): Fix (length).
23001
23002 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23003
23004         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23005         as expired without moving it" message when there are spam
23006         messages left.
23007
23008 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23009
23010         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23011         header is not nil.
23012
23013 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23014
23015         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23016         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23017         (nntp-marks-changed-p): New arg SERVER.
23018         (nntp-request-update-info): Adjust caller.
23019
23020 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23021
23022         * nntp.el (nntp-save-marks): Pass missing arg.
23023
23024 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23025
23026         * nntp.el: Support marks.
23027         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23028         (nntp-marks-modtime, nntp-marks-directory): New variables.
23029         (nntp-request-set-mark, nntp-request-update-info)
23030         (nntp-possibly-create-directory, nntp-marks-changed-p)
23031         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23032         New functions.
23033
23034 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23035
23036         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23037         (gnus-xmas-redefine): Rename.
23038
23039         * gnus-score.el (gnus-score-insert-help):
23040         Use gnus-select-lowest-window.
23041
23042         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23043         appt-select-lowest-window and rename to gnus-select-lowest-window.
23044
23045         * gnus.el: do.
23046
23047 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23048
23049         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23050         encodings of MIME-encoded words, in order to improve
23051         interoperability with several broken MUAs.
23052
23053 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23054
23055         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23056         tags, only when charsets are not specified in headers.
23057         (mm-inline-text-html-render-with-w3m): Ditto.
23058
23059         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23060         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23061
23062 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23063
23064         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23065         instead of MIME-decoded from fields when checking
23066         `gnus-article-address-banner-alist'.
23067
23068 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23069
23070         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23071         description rather than subject.
23072
23073 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23074
23075         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23076
23077 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23078
23079         * gnus.el (gnus-version-number): Bump.
23080
23081 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23082
23083         * gnus.el: No Gnus v0.2 is released.
23084
23085 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23086
23087         * gnus-agent.el (gnus-agent-read-agentview):
23088         Inline gnus-uncompress-range.
23089
23090 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23091
23092         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23093         `exec-installed-p'.
23094
23095 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23096
23097         * gnus.el (spam-process, spam-autodetect-methods):
23098         Add bsfilter and bsfilter-headers.
23099
23100         * spam.el (spam-bsfilter): New customize group.
23101         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23102         (spam-bsfilter-header, spam-bsfilter-probability-header)
23103         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23104         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23105         (spam-bsfilter-database-directory): New options.
23106         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23107         (spam-list-of-statistical-checks, spam-registration-functions):
23108         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23109         (spam-bsfilter-score): New command.
23110         (spam-check-bsfilter-headers, spam-check-bsfilter)
23111         (spam-bsfilter-register-with-bsfilter)
23112         (spam-bsfilter-register-spam-routine)
23113         (spam-bsfilter-unregister-spam-routine)
23114         (spam-bsfilter-register-ham-routine)
23115         (spam-bsfilter-unregister-ham-routine): New functions.
23116         (spam-generic-score): Support bsfilter; Accept an optional argument
23117         to recalcurate spam score even if scoring header has already been
23118         added.
23119         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23120         optional argument to recalcurate spam score even if scoring header
23121         has already been added.
23122
23123 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23124
23125         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23126         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23127         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23128         link is missing.
23129
23130 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23131
23132         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23133         (html2text-get-attr): Rewrite.
23134
23135         * message.el (message-setup-1): Remove redundant put-text-property
23136         on mail-header-separator.
23137
23138 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23139
23140         * gnus-registry.el (gnus-registry-cache-whitespace)
23141         (gnus-registry-action, gnus-registry-spool-action)
23142         (gnus-registry-split-fancy-with-parent): Change message levels
23143         from 5 to 3 or 7, as needed.
23144
23145         * spam.el (spam-summary-prepare-exit)
23146         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23147         (spam-split, spam-find-spam, spam-log-undo-registration)
23148         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23149         level from 5 to 6.
23150
23151 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23152
23153         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23154         2004-03-04 change).
23155
23156 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23157
23158         * sieve-manage.el (sieve-manage-open):
23159         * nnweb.el (nnweb-insert-html):
23160         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23161         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23162         * nnspool.el (nnspool-request-group):
23163         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23164         * nnml.el (nnml-request-update-info):
23165         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23166         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23167         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23168         (nnimap-request-set-mark):
23169         * nnfolder.el (nnfolder-request-update-info):
23170         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23171         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23172         * gnus-uu.el (gnus-uu-find-articles-matching):
23173         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23174         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23175         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23176         * gnus-nocem.el (gnus-nocem-scan-groups):
23177         * gnus-int.el (gnus-start-news-server):
23178         * gnus-group.el (gnus-group-make-kiboze-group)
23179         (gnus-group-browse-foreign-server):
23180         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23181         Use mapc when appropriate.
23182
23183 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23184             Adam Sjøgren  <asjo@koldfront.dk>
23185             Wes Hardaker  <wes@hardakers.net>
23186             Michael Shields  <shields@msrl.com>
23187
23188         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23189         may need for spam sorting and scoring.
23190         (spam-user-format-function-S): Add user format function suitable for
23191         general use.
23192         (spam-article-sort-by-spam-status): Add sorting function for summary
23193         sorting.
23194         (spam-extra-header-to-number): Add function to get a score from a
23195         header.
23196         (spam-summary-score): Add function to get a numeric score from the
23197         headers.
23198         (spam-generic-score): Fix function doc, was in wrong place.
23199         (spam-initialize): Take symbols when it's run, and install the
23200         extra headers that spam-necessary-extra-headers thinks we need.
23201
23202 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23203
23204         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23205         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23206
23207 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23208
23209         * gnus-sum.el (gnus-set-global-variables)
23210         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23211         (gnus-article-get-xrefs, gnus-summary-best-group)
23212         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23213         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23214         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23215         Use with-current-buffer.
23216
23217 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23218
23219         * spam.el (spam-summary-prepare-exit): Simplify logic.
23220         (spam-fetch-article-header): Read the article header if it's not
23221         available.
23222         (spam-list-articles): Simplify logic.
23223         (spam-filelist-register-routine): Fix bug with unregister-list.
23224
23225         * gnus-registry.el: Fix comments at beginning.
23226
23227 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23228
23229         * message.el (message-cater-to-broken-inn): Remove.
23230         (message-shorten-references): Make sure the total folded length of
23231         References is shorter than 998 characters to cater to a bug in INN
23232         2.3.  Also, don't pretend that references aren't folded -- this
23233         hasn't worked for a while.
23234
23235 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23236
23237         * gnus-agent.el (gnus-agentize):
23238         gnus-agent-send-mail-real-function no longer set to current value
23239         of message-send-mail-function but rather a lambda that calls
23240         message-send-mail-function.  The change makes the agent real-time
23241         responsive to user changes to message-send-mail-function.
23242
23243 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23244
23245         * legacy-gnus-agent.el
23246         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23247         help from Florian Weimer <fw@deneb.enyo.de>
23248
23249 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23250
23251         * nnmail.el (nnmail-cache-insert): Revert last change.
23252
23253 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23254
23255         * nnmail.el (nnmail-cache-insert): Always check whether
23256         nnmail-cache-ignore-groups matches a group name.
23257
23258 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23259
23260         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23261         (spam-find-spam, spam-log-processing-to-registry)
23262         (spam-log-registered-p, spam-log-unregistration-needed-p)
23263         (spam-log-undo-registration): Use gnus-message instead of
23264         gnus-error, none of these errors are fatal.
23265
23266         * gnus-registry.el (gnus-registry-clean-empty-function)
23267         (gnus-registry-clean-empty): Remove only empty entries without
23268         extra data.
23269
23270 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23271
23272         * spam-stat.el (spam-stat-buffer-change-to-spam)
23273         (spam-stat-buffer-change-to-non-spam): Change (error) to
23274         (gnus-message 8) invocation.
23275
23276 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23277
23278         * nntp.el (nntp-via-netcat-command): New variable.
23279         (nntp-via-netcat-switches): New variable.
23280         (nntp-open-via-rlogin-and-netcat): New function.
23281         (nntp-open-connection-function): Doc fix.
23282         (nntp-telnet-command): Doc fix.
23283         (nntp-end-of-line): Doc fix.
23284         (nntp-via-rlogin-command): Doc fix.
23285         (nntp-via-user-name): Doc fix.
23286         (nntp-via-address): Doc fix.
23287
23288 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23289
23290         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23291         error in Emacs 21.1.
23292
23293 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23294
23295         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23296
23297 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23298
23299         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23300         (gnus-agent-with-refreshed-group): New macro.
23301         (gnus-agent-rename-group): New function.
23302         (gnus-agent-delete-group): New function.
23303         (gnus-agent-save-group-info): Use gnus-command-method when
23304         `method' parameter is nil.  Don't write nil entries into the
23305         active file.
23306         (gnus-agent-get-group-info): New function.
23307         (gnus-agent-fetch-articles):
23308         Use gnus-agent-update-files-total-fetched-for to increment disk space
23309         used.
23310         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23311         Use gnus-agent-update-view-total-fetched-for to increment disk space
23312         used.
23313         (gnus-agent-get-local): Add optional parameters to avoid calling
23314         gnus-group-real-name and gnus-find-method-for-group.
23315         (gnus-agent-set-local): Delete stored entry if either min, or max,
23316         are nil.
23317         (gnus-agent-fetch-session): Reworded error/quit messages.
23318         On quit, use gnus-agent-regenerate-group to record existance of any
23319         articles fetched to disk before the quit occurred.
23320         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23321         gnus-agent-update-view-total-fetched-for, and
23322         gnus-agent-update-files-total-fetched-for to decrement disk space
23323         used.
23324         (gnus-agent-retrieve-headers):
23325         Use gnus-agent-update-view-total-fetched-for to increment disk space
23326         used.
23327         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23328         with gnus-agent-update-files-total-fetched-for to decrement disk
23329         space and fresh group buffer.
23330         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23331         (gnus-agent-need-update-total-fetched-for): New variable.
23332         (gnus-agent-update-files-total-fetched-for): New function.
23333         (gnus-agent-update-view-total-fetched-for): New function.
23334         (gnus-agent-total-fetched-for): New function.
23335
23336         * gnus-cache.el (gnus-cache-save-buffers):
23337         Use gnus-cache-update-overview-total-fetched-for to change disk space
23338         used by this group.
23339         (gnus-cache-possibly-enter-article):
23340         Use gnus-cache-update-file-total-fetched-for to increment disk space
23341         used by this group.
23342         (gnus-cache-possibly-remove-article):
23343         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23344         used by this group.
23345         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23346         (gnus-cache-rename-group): New function.
23347         (gnus-cache-delete-group): New function.
23348         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23349         (gnus-cache-need-update-total-fetched-for): New variable.
23350         (gnus-cache-with-refreshed-group): New macro.
23351         (gnus-cache-update-file-total-fetched-for): New function.
23352         (gnus-cache-update-overview-total-fetched-for): New function.
23353         (gnus-cache-rename-group-total-fetched-for): New function.
23354         (gnus-cache-delete-group-total-fetched-for): New function.
23355         (gnus-cache-total-fetched-for): New function.
23356
23357         * gnus-group.el: Require gnus-sum and autoload functions to
23358         resolve warnings when gnus-group.el compiled alone.
23359         (gnus-group-line-format): Documented new %F.
23360         (size of Fetched data) group line format; identifies disk space
23361         used by agent and cache.
23362         (gnus-group-line-format-alist): Defined new F format.
23363         (gnus-total-fetched-for): New function.
23364         (gnus-group-delete-group): No longer update
23365         gnus-cache-active-altered as gnus-request-delete-group now keeps
23366         the cache in sync.
23367         (gnus-group-list-active): Let the agent store a server's active
23368         list if currently plugged.
23369
23370         * gnus-int.el (gnus-request-delete-group):
23371         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23372         local disk in sync with the server.
23373         (gnus-request-rename-group):
23374         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23375         local disk in sync with the server.
23376
23377         * gnus-start.el (gnus-get-unread-articles):
23378         Cosmetic simplification to logic.
23379
23380         * gnus-util.el (gnus-rename-file): New function.
23381
23382 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23383
23384         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23385
23386 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23387
23388         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23389         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23390
23391 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23392
23393         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23394         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23395
23396 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23397
23398         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23399
23400 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23401
23402         * spam.el (spam-set-difference): Add function to replace
23403         gnus-set-difference in spam.el.
23404         (spam-summary-prepare-exit): Use spam-set-difference.
23405
23406 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23407
23408         * gnus-registry.el (gnus-registry-cache-file): Update to use
23409         gnus-dribble-directory OR gnus-home-directory OR ~.
23410         (gnus-registry-split-fancy-with-parent): Fix doc.
23411
23412 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23413
23414         * message.el (message-exchange-point-and-mark):
23415         Use message-mark-active-p.  Suggested by Jesper Harder
23416         <harder@ifa.au.dk>.
23417
23418 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23419
23420         * message.el (message-exchange-point-and-mark): Don't activate
23421         region if it was inactive.  Suggested by Hiroshi Fujishima
23422         <pooh@nature.tsukuba.ac.jp>.
23423
23424 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23425
23426         * gnus-art.el (article-display-face): Display Faces in the same
23427         order as X-Faces.
23428
23429 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23430
23431         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23432
23433 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23434
23435         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23436         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23437         (gnus-article-mime-hierarchy): Remove.
23438         (gnus-article-mime-hierarchy-next): Remove.
23439         (gnus-article-mode): Revert 2004-03-19 change.
23440         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23441         (gnus-insert-mime-button): Revert 2004-03-19 change.
23442         (gnus-mime-accumulate-hierarchy): Remove.
23443         (gnus-mime-enter-multipart): Remove.
23444         (gnus-mime-leave-multipart): Remove.
23445         (gnus-mime-display-part): Revert 2004-03-19 change.
23446         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23447
23448         * mml.el (mml-preview): Revert 2004-03-19 change.
23449
23450 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23451
23452         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23453
23454 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23455
23456         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23457         t while entering a file name using the mm-with-multibyte macro.
23458         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23459
23460         * mm-util.el (mm-with-multibyte): New macro.
23461
23462 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23463
23464         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23465         New user option.
23466         (gnus-mime-multipart-functions): Doc and customization fix.
23467         (gnus-article-mime-hierarchy): New variable.
23468         (gnus-article-mime-hierarchy-next): New variable.
23469         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23470         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23471         gnus-article-mime-hierarchy-next to nil.
23472         (gnus-insert-mime-button): Show hierarchy numbers.
23473         (gnus-mime-accumulate-hierarchy): New function.
23474         (gnus-mime-enter-multipart): New function.
23475         (gnus-mime-leave-multipart): New function.
23476         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23477         (gnus-mime-display-alternative): Show hierarchy numbers.
23478
23479         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23480         gnus-article-mime-hierarchy-next to nil.
23481
23482 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23483
23484         * dns.el: Don't require gnus-xmas.
23485
23486 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23487
23488         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23489         inline PGP.
23490         (mml-menu): Disable mml-quote-region if mark is inactive.
23491
23492 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23493
23494         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23495         when the group's active is not available.
23496
23497 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23498
23499         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23500         error.
23501
23502 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23503
23504         * imap.el (imap-store-password): New variable.
23505         (imap-interactive-login): Use it.
23506         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23507
23508 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23509
23510         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23511         window-start and hscroll to summary window.
23512
23513 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23514
23515         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23516         conversion message to newsrc-dribble when an actual conversion is
23517         performed.
23518
23519 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23520
23521         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23522
23523 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23524
23525         * mm-decode.el (mm-complicated-handles): New function reviving
23526         former definition of mm-multiple-handles.
23527
23528         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23529         (gnus-mime-delete-part): Use it.
23530
23531 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23532
23533         * gnus-agent.el (gnus-agent-read-local):
23534         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23535         avoid the implicit assumption that they will always be equal.
23536         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23537         coding-system-for-write, as the with-temp-file macro first prints
23538         to a buffer then saves the buffer.
23539
23540 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23541
23542         * gnus-art.el (gnus-article-edit-part): New function.
23543         (gnus-mime-save-part-and-strip): Use it; do query instead of
23544         signaling an error; don't use mm-multiple-handles.
23545         (gnus-mime-delete-part): Ditto.
23546
23547 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23548
23549         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23550         old file versions.
23551         (gnus-group-prepare-hook): Remove function that converted list
23552         form of gnus-agent-expire-days to group properties.
23553
23554         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23555         (gnus-request-accept-article): Re-indented.
23556
23557         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23558         converters to handle old agent file formats.  Add logic for a
23559         "backup before upgrading warning".
23560         (gnus-convert-mark-converter-prompt): Developers can mark
23561         functions as needing (default), or not needing,
23562         gnus-convert-old-newsrc's "backup before upgrading warning".
23563         (gnus-convert-converter-needs-prompt): Tests whether the user
23564         should be protected from potentially irreversable changes by the
23565         function.
23566
23567         * legacy-gnus-agent.el: New.  Provides converters that are only
23568         loaded when gnus-convert-old-newsrc needs to call them.
23569
23570 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23571
23572         * mail-source.el (mail-source-touch-pop): Doc fix.
23573
23574         * message.el (message-smtpmail-send-it): Doc fix.
23575
23576 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23577
23578         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23579
23580         * nnmail.el (nnmail-split-fancy): do.
23581
23582         * gnus-kill.el (gnus-kill, gnus-execute): do.
23583
23584 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23585
23586         * gnus-sum.el (gnus-widget-reversible-match)
23587         (gnus-widget-reversible-to-internal)
23588         (gnus-widget-reversible-to-external): New functions.
23589         (gnus-widget-reversible): New widget.
23590         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23591
23592 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23593
23594         * gnus-sum.el (gnus-thread-sort-functions)
23595         (gnus-article-sort-functions): Document `(not F)' items.
23596
23597 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23598
23599         * spam.el (spam-use-gmane-xref): Add new backend.
23600         (spam-gmane-xref-spam-group): Add variable to control the name of the
23601         Gmane spam group.
23602         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23603         (spam-regex-headers-spam, spam-regex-headers-ham)
23604         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23605         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23606         backends and checks.
23607         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23608
23609         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23610         an autodetect method.
23611
23612 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23613
23614         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23615         articles are being added to a group.
23616         (gnus-request-replace-article): Inform the agent that articles
23617         need to be uncached as the cached contents are no longer valid.
23618
23619 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23620
23621         * binhex.el: Don't autoload executable-find.
23622
23623         * canlock.el: Don't autoload mail-fetch-field.
23624
23625         * dgnushack.el: Autoload c-mode for XEmacs.
23626
23627         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23628
23629         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23630         rmail-dont-reply-to and rmail-output.
23631
23632         * gnus-score.el: Don't autoload ffap-string-at-point.
23633
23634         * gnus-setup.el: Don't autoload sc-cite-original.
23635
23636         * imap.el: Don't autoload base64-decode-string,
23637         base64-encode-string and md5.
23638
23639         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23640         and rmail-msg-restore-non-pruned-header.
23641
23642         * mm-decode.el: Don't autoload executable-find.
23643
23644         * mm-url.el: Don't autoload executable-find.
23645
23646         * mm-view.el: Don't autoload diff-mode.
23647
23648         * nndb.el: Don't autoload news-reply-mode, news-setup,
23649         cancel-timer and telnet.
23650
23651         * password.el: Don't autoload run-at-time for Emacs.
23652
23653         * sha1-el.el: Don't autoload executable-find.
23654
23655         * sieve-mode.el: Don't autoload c-mode.
23656
23657         * uudecode.el: Don't autoload executable-find.
23658
23659 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23660
23661         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23662         (gnus-agent-possibly-alter-active): Avoid null in numeric
23663         comparison.
23664         (gnus-agent-set-local): Refuse to save null in local object table.
23665         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23666         list of articles that will be marked as unread.
23667
23668 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23669
23670         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23671
23672 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23673
23674         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23675         language tags.
23676
23677 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23678
23679         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23680         Don't bind "obarray".
23681
23682         * gnus-sum.el (gnus-thread-sort-functions):
23683         Add `gnus-thread-sort-by-most-recent-number' and
23684         `gnus-thread-sort-by-most-recent-date'.
23685         Reported by Kai Grossjohann <kai@emptydomain.de>.
23686
23687 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23688
23689         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23690
23691 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23692
23693         * gnus-cus.el (gnus-agent-customize-category):
23694         Remove ignore-errors macro reference that required cl to be loaded at
23695         run-time.
23696
23697         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23698         single-interval range of the form (min . max).  Previously the
23699         range had to look like ((min . max)).  Likewise, return
23700         (min . max) rather than ((min . max)).
23701         (gnus-range-map): Use gnus-range-normalize to accept
23702         single-interval range.
23703
23704         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23705         the cache, but not the agent, now appear with their usual face.
23706
23707         * dgnushack.el (loaddir): New variable that is bound to the
23708         directory containing the dgnushack.el file. Use loaddir, rather
23709         than srcdir, to update load-path. Change lets dgnushack compile
23710         code in directories other than GNUS/lisp.
23711
23712 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23713
23714         * lpath.el: Don't bind w3m-safe-url-regexp.
23715
23716         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23717         w3m-safe-url-regexp variable buffer-local.
23718
23719         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23720
23721 2004-02-27  Simon Josefsson  <jas@extundo.com>
23722
23723         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23724         gnus-group-real-prefix.
23725         (gnus-summary-move-article): Use it, instead of
23726         gnus-group-real-prefix.
23727
23728 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23729
23730         * lpath.el: Bind w3m-safe-url-regexp.
23731
23732         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23733         w3m-safe-url-regexp variable buffer-local and set it as the value
23734         of mm-w3m-safe-url-regexp.
23735
23736         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23737
23738         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23739         parsing gnus-posting-styles when the message is not for replying.
23740
23741         * dgnushack.el: Autoload sgml-mode for XEmacs.
23742
23743         * nnrss.el (nnrss-opml-export):
23744         Use mm-set-buffer-file-coding-system instead of
23745         set-buffer-file-coding-system.
23746
23747 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23748
23749         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23750         of checkdoc.el).
23751         * nnrss.el: do.
23752         * gnus-mlspl.el: do.
23753         * gnus-ml.el: do.
23754         * gnus-srvr.el: do.
23755
23756         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23757
23758 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23759
23760         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23761         Corrections to custom-manual links.
23762
23763         * gnus-art.el (gnus-article): Ditto.
23764
23765         * mm-decode.el (mime-display, mime-security): Ditto.
23766
23767 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23768
23769         * flow-fill.el: Typo.
23770
23771 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23772
23773         * spam-wash.el: New file.
23774
23775 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23776
23777         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23778
23779 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23780
23781         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23782         to be run with new-articles as LIST1, not LIST2.
23783         (spam-registration-functions): Add spam-use-ham-copy as a nil
23784         registration backend.
23785
23786 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23787
23788         * spam-stat.el (spam-stat-washing-hook): New option.
23789         (spam-stat-buffer-words): Use it.
23790         (spam-stat-process-directory, spam-stat-test-directory):
23791         Use insert-file-contents-literally.
23792         (spam-stat-coding-system): New variable.
23793         (spam-stat-load, spam-stat-save): Use it.
23794
23795 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23796
23797         * spam-report.el (spam-report-plug-agent):
23798         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23799
23800 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23801
23802         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23803         Allow / in mailto URLs.
23804
23805 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23806
23807         * spam-report.el (spam-report-process-queue): Fix interactive use.
23808         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23809         (spam-report-unplug-agent): Doc fixes.
23810         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23811         (spam-report-agentize, spam-report-deagentize): Autoload.
23812
23813 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23814
23815         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23816
23817         * message.el (message-setup-fill-variables): Add mml tags to
23818         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23819         <ajk@iu.edu>.
23820         (message-mode): Don't modify paragraph-separate there.
23821
23822 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23823
23824         * compface.el (uncompface-use-external): Default to undecided.
23825         (uncompface-use-external-threshold): New variable.
23826         (uncompface-float-time): New macro.
23827         (uncompface): Determine whether to use the external decoder if
23828         uncompface-use-external is undecided.
23829
23830 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23831
23832         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23833         after images.
23834
23835         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23836
23837 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23838
23839         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23840
23841         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23842
23843         * gnus-sum.el (gnus-summary-limit-to-age)
23844         (gnus-summary-limit-children): do.
23845
23846         * gnus-int.el (gnus-request-scan): do.
23847
23848         * gnus-group.el (gnus-group-suspend): do.
23849
23850         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23851
23852         * gnus-cite.el (gnus-cite-parse-attributions): do.
23853
23854         * gnus-agent.el (gnus-summary-set-agent-mark)
23855         (gnus-agent-regenerate-group): do.
23856
23857         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23858
23859         * binhex.el (binhex-decode-region-internal): do.
23860
23861 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23862
23863         * gnus-fun.el (gnus-face-properties-alist): New user option.
23864         (gnus-display-x-face-in-from): Use it.
23865
23866         * gnus-art.el (article-display-face): Ditto.
23867
23868         * compface.el (uncompface-use-external): Default to nil.
23869
23870 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23871
23872         * nntp.el (nntp-erase-buffer): New function.
23873         (nntp-retrieve-data, nntp-send-command)
23874         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23875         (nntp-possibly-change-group): Use it.
23876
23877         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23878         Use with-current-buffer.
23879
23880 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23881
23882         * compface.el: Merge the ELisp-based uncompface program.
23883         (compface): New customization group.
23884         (uncompface-use-external): New user option.
23885         (uncompface): Call uncompface-internal if uncompface-use-external
23886         is nil.
23887         (uncompface-internal): New function.  Note that there are also
23888         some other functions and variables added for this function.
23889
23890 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23891
23892         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23893         if necessary.
23894
23895 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23896
23897         * spam-report.el (spam-report-unplug-agent)
23898         (spam-report-plug-agent, spam-report-deagentize)
23899         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23900         Add support for the Agent in spam-report: when unplugged, report to a
23901         file; when plugged, submit all the requests.
23902
23903         * spam.el (spam-register-routine): Fix message about
23904         registration.
23905
23906 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23907
23908         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23909         dependencies.
23910         (rfc2047-encode): Use it.
23911
23912         * gnus-art.el (gnus-button-marker-list): Move before first
23913         reference.
23914
23915         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23916         (imap-parse-body): Fix format string mismatch.
23917
23918         * gnus-score.el (gnus-summary-increase-score): do.
23919
23920         * nnrss.el (nnrss-close): New function.
23921
23922 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23923
23924         * nnrss.el (nnrss-make-filename): New function.
23925         (nnrss-request-delete-group, nnrss-read-server-data)
23926         (nnrss-save-server-data, nnrss-read-group-data)
23927         (nnrss-save-group-data): Use it.
23928         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23929         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23930         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23931
23932 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23933
23934         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23935
23936 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23937
23938         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23939         files.
23940
23941         * message.el (message-generate-headers-first): Don't quote nil
23942         and t in docstrings.
23943
23944         * imap.el (imap-id): do.
23945
23946         * gnus-agent.el (gnus-agent-consider-all-articles)
23947         (gnus-agent-queue-mail): do.
23948
23949 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23950
23951         * spam-report.el (spam-report-process-queue): New function.
23952         Process requests from `spam-report-requests-file'.
23953         (spam-report-process-queue): Doc fix.
23954
23955 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23956
23957         * spam.el (spam-register-routine)
23958         (spam-log-processing-to-registry, spam-log-registered-p)
23959         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23960         Change "check" to "spam-check" for semi-clarity.
23961
23962 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23963
23964         * pop3.el: Require nnheader.
23965
23966         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23967
23968         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23969
23970         * gnus-picon.el: Require cl.
23971
23972         * gnus-fun.el: Require gnus-ems and gnus-util.
23973
23974         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23975
23976         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23977
23978         * gnus-art.el (gnus-article-edit-mode): Define before first
23979         reference.
23980
23981 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23982
23983         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23984         (gnus-uu-post-encoded): Use point-at-bol.
23985
23986         * gnus-topic.el (gnus-group-active-topic-p): do.
23987
23988         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23989
23990         * gnus-group.el (gnus-group-kill-region): do.
23991
23992         * gnus-art.el (article-date-ut): do.
23993
23994         * message.el (message-fetch-field): Remove redundant
23995         case-fold-search binding.
23996         (message-narrow-to-field): Simplify.
23997
23998 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23999
24000         * spam.el (spam-directory): Derive from `gnus-directory'.
24001
24002         * spam-report.el (spam-report-url-to-file)
24003         (spam-report-requests-file): New function and variable for offline
24004         reporting.
24005         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24006         and user defined function.
24007         (spam-report-url-ping-mm-url): Remove doubled slash.
24008
24009 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24010
24011         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24012
24013 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24014
24015         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24016         Fix format string mismatch.
24017
24018         * sieve.el (sieve-deactivate-all): do.
24019
24020         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24021
24022         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24023
24024         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24025
24026         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24027
24028 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24029
24030         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24031         the list of checks.
24032
24033 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24034
24035         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24036         padding.
24037
24038 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24039
24040         * mm-view.el (mm-fill-flowed): New variable.
24041         (mm-inline-text): Use it.
24042
24043 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24044
24045         * spam.el (spam-spamassassin-register-ham-routine)
24046         (spam-spamassassin-register-spam-routine): Fix function names.
24047
24048 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24049
24050         * gnus.el (gnus-tmp-grouplens): Remove.
24051         (gnus-summary-line-format): Remove grouplens.
24052
24053         * gnus-group.el (gnus-group-line-format): Ditto.
24054
24055         * gnus-spec.el (gnus-format-specs): Ditto.
24056         (gnus-update-format-specifications): Flush the group format spec
24057         cache if there's the grouplens stuff.
24058         (gnus-parse-simple-format): Replace %l with the empty string.
24059
24060 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24061
24062         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24063         omission.
24064
24065 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24066
24067         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24068         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24069
24070 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24071
24072         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24073         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24074         New macros and functions.
24075         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24076         Handle > NLINK_MAX messages.
24077         * nnmaildir.el (nnmaildir-request-set-mark):
24078         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24079
24080 2004-01-25  Alex Schroeder  <alex@gnu.org>
24081
24082         * spam-stat.el (spam-stat-process-directory-age): New option.
24083         (spam-stat-process-directory): Use it.
24084
24085 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24086
24087         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24088         (spam-stat-save): Accept prefix argument.
24089
24090 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24091
24092         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24093         links" error.
24094
24095 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24096
24097         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24098         the rest of the and/or forms.
24099
24100 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24101
24102         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24103         compatibility with old .newsrc.eld files.
24104
24105         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24106
24107         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24108
24109         * gnus-start.el (gnus-1): do.
24110
24111         * gnus-group.el (gnus-group-line-format-alist): do.
24112
24113         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24114
24115         * gnus-gl.el: Remove.
24116
24117 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24118
24119         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24120         marks consisting of a single range {for example, (3 . 5)} rather
24121         than a list of a single range { ((3 . 5)) }.
24122
24123 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24124
24125         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24126         Use with-current-buffer.
24127         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24128         avoid consing a string.
24129
24130         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24131         Remove obsolete entries for big5 and gb2312.
24132
24133 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24134
24135         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24136         uncompressed list.
24137
24138 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24139
24140         * spam-stat.el (spam-stat-strip-xref): New function.
24141         (spam-stat-process-directory): Use it.
24142
24143         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24144         here -- it's done in message-fetch-field.
24145
24146 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24147
24148         * gnus-agent.el (gnus-agent-queue-mail)
24149         (gnus-agent-prompt-send-queue): New variables.
24150         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24151         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24152         "nndraft:queue" along to gnus-draft-send.
24153         Use gnus-agent-prompt-send-queue.
24154         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24155         is "nndraft:queue".  Suggested by Gaute Strokkenes
24156         <gs234@srcf.ucam.org>
24157
24158         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24159         (agent-enable-undownloaded-faces): Add.
24160         (gnus-agent-cat-groups): Use eval-and-compile, not
24161         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24162         method of gnus-agent-cat-groups even when the buffer has been
24163         evaled.
24164         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24165         delete gnus-agent-save-active-1.
24166         (gnus-agent-save-groups): Delete.  Identical to
24167         gnus-agent-save-active.
24168         (gnus-agent-write-active): No longer adjust agent's copy of active
24169         file as agent's adjustments are now stored in their own
24170         file.  Remove optional parameter.
24171         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24172         servers.  Add use of min/max range limits from server's local
24173         file.
24174         (gnus-agent-save-alist): Remove unused optional argument.
24175         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24176         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24177         (gnus-agent-set-local): A per-server file that keeps min/max range
24178         limits for articles known to the agent.  Provides a fast mechanism
24179         for altering many active ranges.
24180         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24181         active file (local makes it unnecessary).
24182         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24183
24184         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24185         (agent-enable-undownloaded-faces): Add.
24186
24187         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24188         disable it when sending to "nndraft:queue".
24189         (gnus-group-send-queue): Add safety check to avoid sending queue
24190         when unplugged.
24191
24192         * gnus-group.el (gnus-group-catchup): Use new
24193         gnus-sequence-of-unread-articles, not
24194         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24195         numbers of articles.  Use gnus-range-map to avoid having to
24196         uncompress the unread list.
24197         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24198         Fix invalid ange-ftp reference.
24199
24200         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24201         (gnus-sorted-range-intersection): Intersection of two ranges
24202         without requiring that they first be uncompressed.
24203
24204         * gnus-start.el (gnus-activate-group): Unless blocked by the
24205         caller, possibly expand the active range to include both cached
24206         and agentized articles.
24207         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24208         multiple version-dependent converters.
24209         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24210         gnus-agent-save-active.
24211         (gnus-save-newsrc-file): Save dirty agent range limits.
24212
24213         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24214         gnus-agent-possibly-alter-active.
24215         (gnus-adjust-marked-articles): Faster handling of simple lists.
24216
24217 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24218
24219         * spam-stat.el (spam-stat-test-directory): New optional argument
24220         displays a list of files detected.  Suggested by Andrew Cohen
24221         <cohen@andy.bu.edu>.
24222         (spam-stat-buffer-words-with-scores): Don't narrow and change
24223         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24224
24225 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24226
24227         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24228         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24229         (spam-spamassassin-arguments)
24230         (spam-spamassassin-spam-flag-header)
24231         (spam-spamassassin-positive-spam-flag-header)
24232         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24233         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24234         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24235         (spam-list-of-processors, spam-list-of-checks)
24236         (spam-list-of-statistical-checks, spam-registration-functions)
24237         (spam-check-spamassassin-headers, spam-check-spamassassin)
24238         (spam-spamassassin-score)
24239         (spam-spamassassin-register-with-sa-learn)
24240         (spam-spamassassin-register-spam-routine)
24241         (spam-spamassassin-register-ham-routine)
24242         (spam-assassin-register-spam-routine)
24243         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24244         (spam-bogofilter-score): Fix to show article before scoring.
24245
24246 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24247
24248         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24249         default scoring function.
24250         (spam-generic-score): Call spam-spamassassin-score if
24251         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24252         spam-bogofilter-score otherwise.
24253
24254         * gnus.el (spam-process, spam-autodetect-methods):
24255         Add spamassassin and spamassassin-headers.
24256
24257 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24258
24259         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24260         Suppress unnecessary messages.
24261
24262 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24263
24264         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24265         make-hash-table.
24266
24267 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24268
24269         * canlock.el (base64-encode-string): Don't autoload it.
24270
24271 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24272
24273         * run-at-time.el: Remove useless (require 'itimer),
24274         eval-and-compile and (featurep 'xemacs).
24275
24276 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24277
24278         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24279         GROUP is a virtual group.
24280
24281 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24282
24283         * gnus.el: Autoload `message-y-or-n-p'.
24284
24285 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24286
24287         * pgg-parse.el: Remove unnecessary (require 'custom).
24288
24289         * pgg-def.el: do.
24290
24291         * nnmail.el: do.
24292
24293         * gnus-undo.el: do.
24294
24295         * gnus-picon.el: do.
24296
24297         * gnus-util.el: do.
24298
24299 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24300
24301         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24302
24303 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24304
24305         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24306         handle, as well as a list.
24307
24308         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24309         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24310         (mm-w3m-cid-retrieve): Simplify.
24311
24312 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24313
24314         * message.el (message-kill-to-signature): Allow prefix arg to
24315         specify number of lines to keep before signature.
24316
24317 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24318
24319         * message.el (message-kill-to-signature): Change docstring.
24320
24321 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24322
24323         * canlock.el: Always require sha1-el.
24324         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24325
24326         * message.el: Autoload sha1 only when compiling.
24327
24328         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24329         eudc-expand-inline for XEmacs.
24330
24331 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24332
24333         * message.el (message-canlock-generate): Require sha1-el.
24334
24335 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24336
24337         * message.el (message-expand-name): Silence the byte compiler.
24338
24339         * lpath.el: Add detect-coding-system.
24340
24341         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24342         cus-edit.
24343
24344 2004-01-13  Simon Josefsson  <jas@extundo.com>
24345
24346         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24347         Invoke gnus-score-mode.
24348         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24349
24350         * gnus-range.el (gnus-compress-sequence): Doc fix.
24351         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24352
24353 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24354
24355         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24356
24357 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24358
24359         * spam.el (spam-get-article-as-string): Update to use
24360         gnus-request-article-this-buffer, much simpler.
24361         (spam-get-article-as-buffer): Remove.
24362
24363 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24364
24365         * message.el (message-expand-name): Use EUDC if the user uses that.
24366
24367 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24368
24369         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24370         character for the encoding to avoid consing a string.
24371
24372         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24373         unnecessarily.
24374
24375         * mm-util.el (mm-replace-chars-in-string): Remove.
24376
24377         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24378         of mm-replace-chars-in-string.
24379
24380 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24381
24382         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24383
24384         * mm-util.el (mm-subst-char-in-string): Support inplace.
24385
24386         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24387         a new string in every iteration.  Use shy groups.
24388
24389 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24390
24391         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24392         * gnus-soup.el (gnus-soup-group-brew):
24393         * gnus-msg.el (gnus-put-message):
24394         * gnus-move.el (gnus-group-move-group-to-server):
24395         * gnus-kill.el (gnus-batch-score):
24396         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24397         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24398         (gnus-group-update-group, gnus-group-read-group)
24399         (gnus-group-make-group, gnus-group-make-help-group)
24400         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24401         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24402         (gnus-group-sort-by-unread, gnus-group-catchup)
24403         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24404         (gnus-group-yank-group, gnus-group-set-info)
24405         (gnus-group-list-groups):
24406         * gnus.el (gnus-generate-new-group-name):
24407         * gnus-delay.el (gnus-delay-send-queue):
24408         * nnvirtual.el (nnvirtual-catchup-group):
24409         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24410         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24411         (gnus-group-prepare-topics, gnus-topic-check-topology):
24412         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24413         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24414         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24415         (gnus-group-make-articles-read):
24416         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24417         (gnus-group-change-level, gnus-kill-newsgroup)
24418         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24419         (gnus-get-unread-articles, gnus-make-articles-unread)
24420         (gnus-make-ascending-articles-unread): Use accessor
24421         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24422         to get group information for improved readability.
24423
24424
24425 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24426
24427         * gnus-art.el (article-decode-mime-words, article-babel)
24428         (gnus-article-highlight-signature, gnus-article-add-buttons)
24429         (gnus-signature-toggle): Use gnus-with-article-buffer.
24430
24431         * gnus-art.el (gnus-article-highlight-headers)
24432         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24433
24434         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24435         (gnus-article-set-globals, gnus-request-article-this-buffer)
24436         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24437         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24438         (gnus-mime-display-alternative): Use with-current-buffer.
24439
24440 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24441
24442         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24443         also under 80 char limit, and call gnus-error if needed.
24444         (spam-fetch-article-header): Fix - it was a
24445         buffer-local variable (gnus-newsgroup-data).
24446         (spam-find-spam): Use spam-generate-fake-headers, forget about
24447         spam-insert-fake-headers.
24448         (spam-insert-fake-headers): Remove.
24449
24450 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24451
24452         * deuglify.el (gnus-article-outlook-unwrap-lines)
24453         (gnus-outlook-rearrange-article)
24454         (gnus-outlook-repair-attribution-outlook)
24455         (gnus-outlook-repair-attribution-block)
24456         (gnus-outlook-repair-attribution-other): Remove redundant
24457         save-excursion.
24458
24459 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24460
24461         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24462         (spam-fetch-field-subject-fast)
24463         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24464         (spam-fetch-article-header): Add functions to deal with Gnus
24465         internals for fast retrieval of article header data.
24466         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24467
24468 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24469
24470         * pop3.el (pop3-md5): Remove.
24471         (pop3-apop): Replace pop3-md5 with md5.
24472
24473         * mm-bodies.el: base64 is always built-in.
24474
24475         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24476         Use with-current-buffer.
24477
24478 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24479
24480         * canlock.el (canlock-insert-header): Remove excessive grouping in
24481         regexp.
24482
24483         * gnus-sum.el (gnus-summary-read-document): Ditto.
24484
24485         * gnus-uu.el (gnus-uu-part-number): Ditto.
24486
24487         * html2text.el (html2text-remove-tags): Ditto.
24488         (html2text-format-tags): Ditto.
24489         (html2text-format-single-elements): Ditto.
24490
24491         * mml.el (mml-parse-1): Ditto.
24492
24493 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24494
24495         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24496
24497         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24498
24499         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24500
24501         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24502
24503 2003-11-15  Simon Josefsson  <jas@extundo.com>
24504
24505         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24506         (pgg-gpg-lookup-key): Use regexp match instead of
24507         split-string (split-string is different between emacs 21.2 and
24508         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24509
24510 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24511
24512         * gnus-art.el (gnus-mime-view-all-parts)
24513         (gnus-article-part-wrapper, gnus-article-view-part):
24514         Use with-current-buffer.
24515
24516 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24517
24518         * spam.el (spam-disable-spam-split-during-ham-respool)
24519         (spam-spamoracle-database, spam-cache-lookups)
24520         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24521         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24522         (spam-group-ham-marks, spam-group-spam-marks)
24523         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24524         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24525         also add spam-use-blackholes to the statistical checks.
24526         (spam-fetch-field-fast): Add interface to fetching fields, may
24527         become a macro.
24528         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24529         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24530         (spam-insert-fake-headers): Fake an article when needed.
24531         (spam-find-spam): Fake article when possible.
24532         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24533         (spam-check-bogofilter-headers): Use message-fetch-field instead
24534         of nnmail-fetch-field.
24535
24536 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24537
24538         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24539
24540 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24541
24542         * spam.el (spam-split): Do not require spam-use-CHECK to be
24543         enabled if that check is passed to spam-split explicitly; also
24544         fix so 'spam doesn't get converted to spam-split-group when
24545         spam-split-symbolic-return is t.
24546         (spam-find-spam): Find registrations of the article and use those
24547         instead of re-running spam-split to find the spam/ham
24548         classification of the article.
24549         (spam-log-processing-to-registry, spam-log-registered-p)
24550         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24551         Use gnus-error instead of gnus-message.
24552         (spam-log-registration-type): Add function to determine the
24553         classification of a message based on registry entries; will
24554         return nil if both 'spam and 'ham are found.
24555         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24556         a reasonably fast local cache without the loading errors.
24557         (spam-cache-lookups): Set to t by default.
24558         (spam-find-spam): Don't try to guess spam-cache-lookups.
24559         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24560         spam-caches entry.
24561         (spam-filelist-build-cache, spam-filelist-check-cache):
24562         Fix caching of whitelist/blacklist entries.
24563         (spam-check-whitelist, spam-check-blacklist):
24564         Invoke spam-from-listed-p with a type, not a cache variable.
24565         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24566
24567 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24568
24569         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24570
24571         * nnmail.el (nnmail-split-fancy): do.
24572
24573         * mml.el (mml-parse): do.
24574
24575         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24576         (gnus-score-adaptive): do.
24577
24578 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24579
24580         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24581         (gnus-mime-button-map): Don't set keymap parent.
24582         (gnus-button-ctan-directory-regexp): Use shy grouping.
24583         (gnus-prev-page-map): Don't set keymap parent.
24584         (gnus-prev-page-map): Remove duplicated one.
24585         (gnus-next-page-map): Don't set keymap parent.
24586         (gnus-mime-security-button-map): Ditto.
24587
24588         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24589         version number.
24590
24591         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24592
24593 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24594
24595         * canlock.el (canlock-sha1-function): Remove.
24596         (canlock-sha1-function-for-verify): Remove.
24597         (canlock-openssl-program): Remove.
24598         (canlock-openssl-args): Remove.
24599         (canlock-ignore-errors): Remove.
24600         (canlock-sha1-with-openssl): Remove.
24601         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24602         (canlock-verify): Don't use canlock-ignore-errors.
24603
24604         * sha1-el.el (sha1-string-external): Make it can return a string
24605         in binary form.
24606         (sha1-region-external): Ditto.
24607         (sha1-string-internal): Ditto.
24608         (sha1-region-internal): Ditto.
24609         (sha1-region): Ditto.
24610         (sha1-string): Ditto.
24611         (sha1): Ditto.
24612
24613 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24614
24615         * spam.el (spam-report-articles-gmane): New command.
24616
24617 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24618
24619         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24620
24621         * run-at-time.el (run-at-time-saved): Remove.
24622         (run-at-time): Doc fix.
24623
24624 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24625
24626         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24627         (gnus-summary-limit-map): Add it.
24628         (gnus-summary-make-menu-bar): do.
24629
24630 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24631
24632         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24633         Make attempt at some caching support (done for BBDB only now).
24634         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24635         addresses to be checked.
24636         (spam-clear-cache-BBDB): Add function, to be invoked by
24637         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24638         (spam-check-BBDB): Check and use the caches, if
24639         spam-cache-lookups is on, remove superfluous (provide).
24640
24641 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24642
24643         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24644
24645 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24646
24647         * run-at-time.el (run-at-time-saved): Move to after the definition
24648         of `run-at-time'.
24649
24650         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24651
24652 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24653
24654         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24655         mm-w3m-local-map-property.
24656
24657         * mm-view.el (mm-w3m-mode-map): Remove.
24658         (mm-w3m-local-map-property): Remove.
24659         (mm-inline-text-html-render-with-w3m): Don't use
24660         mm-w3m-local-map-property.
24661
24662 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24663
24664         * run-at-time.el: New file.
24665
24666         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24667         under Emacs.
24668
24669         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24670         of gnus-set-text-properties.
24671
24672         * gnus-uu.el (gnus-uu-save-article): Ditto.
24673
24674         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24675
24676         * gnus-cite.el (gnus-cite-parse): Ditto.
24677
24678         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24679         of gnus-.
24680
24681         * gnus-xmas.el (run-at-time): Require run-at-time.
24682
24683         * gnus.el: Change calls to nnheader-run-at-time and
24684         password-run-at-time throughout to use run-at-time directly.
24685
24686         * password.el: Remove definition of run-at-time.
24687
24688         * nnheaderxm.el: Remove definition of run-at-time.
24689
24690 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24691
24692         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24693         in prompt.
24694
24695 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24696
24697         * messagexmas.el (message-xmas-redefine): Alias
24698         `message-make-caesar-translation-table' to
24699         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24700         version.
24701
24702         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24703         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24704         `gnus-xmas-set-text-properties'.
24705         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24706         `gnus-xmas-completing-read'.
24707         (gnus-xmas-completing-read): Removed.
24708         (gnus-xmas-open-network-stream): Removed.
24709
24710         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24711         XEmacs version.
24712
24713         * dns.el (dns-make-network-process): Use `open-network-stream'
24714         instead of `gnus-xmas-open-network-stream'.
24715
24716         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24717
24718         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24719
24720 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24721
24722         * gnus-art.el (gnus-mime-display-alternative)
24723         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24724         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24725         Don't use gnus-local-map-property.
24726
24727         * gnus-util.el (gnus-local-map-property): Remove.
24728
24729         * mm-view.el (mm-view-pkcs7-decrypt):
24730         Replace gnus-completing-read-maybe-default with completing-read.
24731
24732         * gnus-util.el (gnus-completing-read): do.
24733         (gnus-completing-read-maybe-default): Remove.
24734
24735 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24736
24737         * password.el: Only autoload `run-at-time' if not XEmacs.
24738         Only autoload the itimer functions if XEmacs.
24739
24740 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24741
24742         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24743         XEmacsen.
24744
24745         * dgnushack.el: Autoload executable-find for XEmacs.
24746
24747 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24748
24749         * gnus-art.el (gnus-read-string): Remove.
24750         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24751         read-string.
24752
24753 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24754
24755         * netrc.el: Autoload password-read.
24756         (netrc): Add configuration group.
24757         (netrc-encoding-method, netrc-openssl-path):
24758         Add variables for encoding and decoding of files with symmetric
24759         ciphers.
24760         (netrc-encode): Add assistant function to encode a file with
24761         netrc-encoding-method.
24762         (netrc-parse): Add interactive parameter, added optional
24763         decoding if netrc-encoding-method is non-nil but otherwise
24764         behavior is standard.
24765         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24766         Do s/encode/encrypt/ everywhere.
24767
24768         * spam.el: Remove executable-find autoload.
24769
24770 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24771
24772         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24773
24774         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24775
24776 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24777
24778         * gnus-art.el (gnus-treat-ansi-sequences)
24779         (article-treat-ansi-sequences): New variable and function.
24780         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24781
24782         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24783         Use it.
24784
24785 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24786
24787         * mm-util.el (mm-quote-arg): Remove.
24788
24789         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24790         shell-quote-argument.
24791
24792         * gnus-uu.el (gnus-uu-command): do.
24793
24794         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24795
24796         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24797         with make-char.
24798
24799         * mm-util.el (mm-make-char): Remove.
24800
24801         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24802         add-minor-mode.
24803
24804         * gnus-undo.el (gnus-undo-mode): do.
24805
24806         * gnus-topic.el (gnus-topic-mode): do.
24807
24808         * gnus-sum.el (gnus-dead-summary-mode): do.
24809
24810         * gnus-start.el (gnus-slave-mode): do.
24811
24812         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24813
24814         * gnus-ml.el (gnus-mailing-list-mode): do.
24815
24816         * gnus-gl.el (gnus-grouplens-mode): do.
24817
24818         * gnus-draft.el (gnus-draft-mode): do.
24819
24820         * gnus-dired.el (gnus-dired-mode): do.
24821
24822         * gnus-ems.el (gnus-add-minor-mode): Remove.
24823
24824         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24825         Replace gnus-char-width with char-width.
24826
24827         * gnus-ems.el (gnus-char-width): Remove.
24828
24829         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24830         Replace gnus-char-width with char-width.
24831
24832         * gnus-ems.el (gnus-char-width): Remove.
24833
24834         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24835         definition.
24836         Remove Emacs 20 hash table compatibility code.
24837
24838         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24839         20 compatibility code.
24840
24841         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24842
24843         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24844
24845         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24846         Replace with point-at-{eol,bol}.
24847
24848         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24849
24850         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24851
24852         * flow-fill.el (fill-flowed-point-at-bol)
24853         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24854
24855         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24856         Replace with point-at-{eol,bol} throughout all files.
24857
24858 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24859
24860         * ntlm.el (ntlm-string-as-unibyte): New macro.
24861         (ntlm-build-auth-response): Use it.
24862
24863         Remove Emacs 20 stuff:
24864         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24865         (butlast, mapc, remove): Remove the compiler macros.
24866         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24867         of delq and copy-sequence.
24868         * gnus-art.el (popup-menu): Remove the compiler macro.
24869         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24870         Emacs 20.
24871
24872 2004-01-05  Simon Josefsson  <jas@extundo.com>
24873
24874         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24875         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24876         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24877         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24878         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24879         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24880         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24881         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24882         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24883         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24884         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24885         string-xor into ntlm-string-xor.
24886         Suggested by Jesper Harder <harder@myrealbox.com>.
24887
24888         * ntlm.el: Don't include poem.
24889
24890         * md4.el (print-int32, print-string-hexa): Remove.
24891         Suggested by Jesper Harder <harder@myrealbox.com>.
24892
24893         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24894
24895         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24896         probably breaks emacs with DL patch, but do we care? Is anyone
24897         still using the DL stuff?)
24898
24899         * sieve-manage.el: Use the password package.
24900         (sieve-manage-read-passwd): Remove.
24901         (sieve-manage-interactive-login): Use password.  Re-add
24902         condition-case around loop.
24903
24904         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24905         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24906         Use the password package.
24907
24908 2003-02-19  Simon Josefsson  <jas@extundo.com>
24909
24910         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24911         token.
24912
24913 2002-08-07  Simon Josefsson  <jas@extundo.com>
24914
24915         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24916         (sieve-manage-authenticators):
24917         (sieve-manage-authenticator-alist): Add some SASL mechs.
24918         (sieve-sasl-auth): New function.
24919         (sieve-manage-cram-md5-auth):
24920         (sieve-manage-plain-auth): Rewrite using SASL library.
24921         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24922         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24923         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24924         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24925
24926 2004-01-05  Simon Josefsson  <jas@extundo.com>
24927
24928         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24929         New files.
24930
24931 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24932
24933         * gnus-group.el (gnus-no-groups-message): Update.
24934
24935         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24936
24937 2003-11-09  Simon Josefsson  <jas@extundo.com>
24938
24939         * imap.el: Support for ID IMAP extension (RFC 2971).
24940         (imap-local-variables): Add imap-id.
24941         (imap-id): New variable.
24942         (imap-id): New function.
24943         (imap-parse-response): Parse untagged ID response.
24944         * nnimap.el (nnimap-id): New variable.
24945         (nnimap-open-connection): Use it.
24946
24947 2003-12-28  Simon Josefsson  <jas@extundo.com>
24948
24949         * gnus-score.el (gnus-score-edit-all-score): New.
24950         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24951
24952 2004-01-04  Simon Josefsson  <jas@extundo.com>
24953
24954         * password.el: Add.
24955
24956 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24957
24958         * dns.el (dns-query-types): Fix typo.
24959         (dns-query-types): New function.
24960         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24961         PTR and SOA replies, see RFC 1035.
24962
24963 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24964
24965         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24966
24967         * Move to Changelog.2.
24968
24969 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24970
24971         * gnus.el (gnus-version-number): Bump version.
24972
24973 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24974
24975         * gnus.el: No Gnus v0.1 is released.
24976
24977 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24978
24979         * gnus.el: No Gnus v0.0 is released.
24980
24981 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24982
24983         * gnus.el (gnus-version-number): Bump.
24984         (gnus-version): No.
24985
24986 See ChangeLog.2 for earlier changes.
24987
24988   Copyright (C) 2004-2012 Free Software Foundation, Inc.
24989
24990   This file is part of GNU Emacs.
24991
24992   GNU Emacs is free software: you can redistribute it and/or modify
24993   it under the terms of the GNU General Public License as published by
24994   the Free Software Foundation, either version 3 of the License, or
24995   (at your option) any later version.
24996
24997   GNU Emacs is distributed in the hope that it will be useful,
24998   but WITHOUT ANY WARRANTY; without even the implied warranty of
24999   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25000   GNU General Public License for more details.
25001
25002   You should have received a copy of the GNU General Public License
25003   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25004
25005 ;; Local Variables:
25006 ;; coding: utf-8
25007 ;; fill-column: 79
25008 ;; add-log-time-zone-rule: t
25009 ;; End: