Make `gnus-msg-mail' warn about Gnus not running
[gnus] / lisp / ChangeLog
1 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4         (bug#11514).
5
6 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
7
8         * message.el (message-buffers): Return all buffers derived from Message
9         to make `gnus-dired-attach' work with mu4e.
10
11 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12
13         * nntp.el: Stop the `letf' madness.
14         (nntp--report-1): New var.
15         (nntp-report): Merge nntp-report-1 into it.
16         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
17         the nntp-report function.
18
19         * auth-source.el: Fix comment-style to follow the convention.
20
21 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
22
23         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
24         (mm-dissect-singlepart): Don't guess the MIME type of
25         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
26         set.
27         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
28         toplevel MIME type is multipart/encrypted.
29
30 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
33         a string so that Gcc works (bug#11514).
34
35 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
36
37         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
38         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
39
40 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
41
42         * gnus-win.el (gnus-configure-frame): Don't signal an error when
43         jumping to *Server* from a dedicated *Group* window.
44         (gnus-configure-frame): CSE.
45
46         * gnus-registry.el: Minor style cleanup.
47         (gnus-registry--set/remove-mark): New function, extracted from
48         gnus-registry-install-shortcuts.
49         (gnus-registry-install-shortcuts): Use it.
50
51 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * nnspool.el (news-path): Use eval-and-compile.
54
55 2012-05-24  Glenn Morris  <rgm@gnu.org>
56
57         * nnspool.el (news-directory, news-path, news-inews-program):
58         Move here from paths.el.  Don't see a need for these to be autoloaded.
59
60         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
61         Merge in doc from paths.el version.  Don't see any need for this to be
62         autoloaded, or for the warning about users not setting it.
63
64 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
65
66         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
67         format.  In particular, add an optional argument and a docstring.
68
69         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
70
71         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
72         current before calling `gnus-groups-to-gnus-format'.
73         Note that this was already the case for `gnus-active-to-gnus-format'.
74
75 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
76
77         Fix minor Y10k bug.
78         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
79
80 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
81
82         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
83         message once it's actually open.
84
85 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
86
87         * gnus.el: Ma Gnus v0.5 is released.
88
89 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
90
91         * auth-source.el (auth-source--aput-1, auth-source--aput)
92         (auth-source--aget): New functions and macros.
93         Use them instead of aput/aget.
94
95 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
96
97         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
98
99 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
100
101         * plstore.el (plstore-called-interactively-p): New compat macro copied
102         from message.el.
103         (plstore-mode): Use it.
104
105 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
106
107         * plstore.el: Revive the editing feature.
108         (plstore-mode): New mode to edit plstore file.
109         (plstore-mode-toggle-display, plstore-mode-original)
110         (plstore-mode-decoded): New command.
111         (plstore--encode, plstore--decode, plstore--write-contents-functions)
112         (plstore--insert-buffer, plstore--make): New function.
113         (plstore-open, plstore-save): Simplify by using them.
114
115 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
118
119 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
120
121         * tls.el (open-tls-stream): Remove unused binding.
122
123 2012-04-16  Glenn Morris  <rgm@gnu.org>
124
125         * nndraft.el (nndraft-request-list): Fix declaration.
126
127 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * mm-decode.el (mm-dissect-buffer): Doc fix.
130
131         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
132         don't have a current group.
133
134         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
135         buffer if it doesn't exist.
136
137         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
138         given, mark the group as ephemeral with the current window conf.
139
140         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
141         buffer exists, which it doesn't if we haven't started Gnus.
142         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
143
144 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * mml.el (mml-generate-mime): Allow specifying what the top-level part
147         type is.
148
149         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
150         `unexists' entries.
151         (gnus-clean-old-newsrc): Fix last checkin.
152
153         * nnimap.el (nnimap-update-info): None of the articles below the active
154         low-water mark exist.
155
156         * dgnushack.el: Get rid of XEmacs compilation warning.
157
158         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
159         would have gotten if we posted to the group, and use that to compare
160         against the message we want to cancel (bug#10808).
161
162         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
163         on XEmacs.
164
165 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
166
167         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
168         `scroll-margin'.
169
170 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
171
172         * gnus-cite.el (gnus-dissect-cited-text): A single line without
173         citation prefix within a block of cited text should be considered part
174         of that block *only* if it is a blank line.
175
176 2012-04-09  Chong Yidong  <cyd@gnu.org>
177
178         * binhex.el, hashcash.el, uudecode.el:
179         Remove * characters from the front of variable docstrings.
180
181 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
184         before kinsoku-bol characters nor within kinsoku-eol characters.
185
186 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
189         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
190         (gnus-sync-read): Use mapc instead of mapcar.
191
192         * mm-archive.el: Require mm-decode for some macros.
193         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
194         the byte compiler.
195         (mm-archive-decoders): New function that returns the value of
196         the mm-archive-decoders variable.
197
198         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
199         instead.
200         (mm-dissect-singlepart): Use the function mm-archive-decoders.
201
202         * nnimap.el (gnus-refer-thread-use-nnir):
203         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
204
205 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
208
209 2012-03-12  Peter Münster  <pmrb@free.fr>
210
211         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
212         (gnus-demon-cancel): Ditto.
213         (gnus-demon-run-callback): When function cannot be called due to low
214         idleness, call it when idleness reaches the expected value, instead of
215         waiting another timer period.
216         (gnus-demon-init): Add `time' to arguments of call-back.
217
218 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
221
222         * gnus.el: Register gnus-registry functions.
223
224         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
225         indent.
226
227         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
228         enabled before warping.
229
230 2012-03-22  Dave Abrahams  <dave@boostpro.com>
231
232         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
233         registry about each article retrieved.
234
235         * gnus-int.el (gnus-select-group-with-message-id): New function.
236         (gnus-try-warping-via-registry): Ditto.
237         (gnus-warp-to-article): Fall back on the registry.
238
239 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
240
241         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
242         inboxes.
243
244 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
247
248 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
251         gnus-gcc-self-resent-messages may be a group parameter.
252         (gnus-summary-resend-message): Don't encode encoded words in header
253         when Gcc'ing resent message.
254
255 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * shr.el (shr-insert): Treat non-breaking space just like normal
258         space.  This seems to produce more pleasing results.
259         (shr-insert): Only insert a blank line if we're starting from an image.
260         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
261         (shr-ensure-paragraph): Consider lines with white space to be blank.
262
263 2012-03-15  Elias Pipping  <pipping@lavabit.com>
264
265         * Makefile.in: Respect DESTDIR.
266
267 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
268
269         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
270         and gnus-gcc-post-body-encode-hook.
271
272 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
275         messages that don't exist.
276
277         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
278
279 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
284         don't have a current group.
285
286 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
287
288         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
289         Remove.
290
291         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
292
293         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
294
295 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
298         have a group name.
299
300         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
301         a multibyte buffer (bug#7410).
302         (article-wash-html): Parse the original article buffer to get the
303         unencoded data (bug#7410).
304
305         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
306         .newsrc.el files.
307
308 2012-04-05  Bastien Guerry  <bzg@altern.org>
309
310         * color.el (color-lighten-name): Fix typo.
311
312 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
315         "#" to avoid having them interpreted as comments.
316
317 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * shr.el (shr-insert): Update the text state properly to avoid
320         inserting spurious paragraph starts.
321
322 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * shr.el (shr-table-widths): Divide the extra width more fairly over
325         the TDs (bug#10973).
326         (shr-render-td): Don't delete too much padding.
327         (shr-natural-width): Compute the natural width more correctly.
328         (shr-insert): Allow the natural width to be computed for tables again.
329         (shr-tag-table-1): Rework how the natural widths are computed by
330         rendering the table a third time.
331         (shr-natural-width): Removed.
332         (shr-buffer-width): New function.
333         (shr-expand-newlines): Use it.
334
335         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
336         using a `gnus-use-full-window' setup (bug#11013).
337
338 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
341         24.1 release.
342
343 2012-03-10  David Edmondson  <dme@dme.org>
344
345         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
346         'Forwarded Message' header and the start of the message.
347
348 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
349
350         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
351         isn't running (bug#10897).
352
353 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354
355         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
356         This is inconsistent with all the other stream functions, which leave
357         the setting up to the higher levels (if so wanted) (bug#10931).
358
359 2012-02-28  Glenn Morris  <rgm@gnu.org>
360
361         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
362         mm-decode.el: Standardize possessive apostrophe usage.
363
364 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
367
368 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
369
370         * parse-time.el (parse-time-string): Allow extractor to return nil.
371
372 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
375
376 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
377
378         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
379
380 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
381
382         * mm-decode.el (mm-shr): Remove "soft hyphens".
383
384         * nnimap.el (nnimap-request-list): Return the group names encoded as
385         utf8.  Otherwise non-European group names don't work.
386         (nnimap-request-newgroups): Ditto.
387
388         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
389         the default in `read-string' (bug#10757).
390
391         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
392         topics (bug#10843).
393
394         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
395         buffer.  Suggested by Herbert Valerio Riedel.
396         (nnimap-request-move-article): Delete the message from the correct IMAP
397         server.
398
399 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
400
401         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
402         Reported by Peter Münster.
403
404 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
405
406         * shr.el (shr-image-fetched): Make sure we really kill the right
407         buffer.
408
409 2012-02-16  Leo Liu  <sdl.web@gmail.com>
410
411         * gnus-start.el (gnus-1): Avoid duplicate entries.
412
413 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
414
415         * imap.el: Remove.
416
417         * nntp.el (nntp-coding-system-for-read): Remove.
418         (nntp-coding-system-for-write): Ditto.
419         (nntp-open-connection): Just use `binary' directly.
420
421         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
422         Gnus 0.3.
423
424 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
425
426         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
427         application/octet-stream parts really is.
428
429         * gnus-sum.el (gnus-propagate-marks): Remove.
430
431 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
432
433         * shr.el (shr-rescale-image): Undo previous change; see
434         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
435
436 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
437
438         * gnus.el: Ma Gnus v0.3 is released.
439
440 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
441
442         * gnus-sum.el (gnus-summary-local-variables): Make
443         `gnus-newsgroup-unexist' into a local variable.
444
445 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
446
447         * registry.el (registry-usage-test, registry-persistence-test): Move to
448         tests/gnustest-registry.el.
449         (registry-make-testable-db, registry-match-test)
450         (registry-instantiation-test): Move to tests/gnustest-registry.el.
451
452         * gnus-registry.el (gnus-registry-misc-test)
453         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
454
455         * tests/gnustest-registry.el: New file with the registry and
456         gnus-registry ERT tests.
457
458 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * gnus-msg.el (gnus-summary-resend-message): Make
461         gnus-summary-resend-message-insert-gcc be last item in
462         message-header-setup-hook.
463
464 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
465
466         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
467         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
468         Remove.
469         (nnfolder-open-server): Don't use marks.
470         (nnfolder-request-delete-group): Ditto.
471         (nnfolder-request-rename-group): Ditto.
472         (nnfolder-request-set-mark, nnfolder-request-marks)
473         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
474         (nnfolder-save-marks, nnfolder-open-marks): Remove.
475
476         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
477         (nnml-marks-modtime): Remove.
478         (nnml-request-delete-group): Don't use marks.
479         (nnml-request-rename-group): Ditto.
480         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
481         (nnml-save-marks, nnml-open-marks): Remove.
482
483         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
484         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
485         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
486         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
487         (nntp-server-to-method-cache): Remove.
488
489         * shr.el (shr-rescale-image): Fix wrong merge.
490
491 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
492
493         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
494         too-wide lines.
495
496 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
497
498         * nnimap.el (nnimap-record-commands): New variable.
499         (nnimap-log-command): Use it.
500         (nnimap-make-process-buffer): Add a space to the process buffer.
501         (nnimap-transform-headers): Don't bug out on header lines containing
502         stuff that look like IMAP length encodings.
503
504         * shr.el (shr-rescale-image): Allow viewing large images.
505
506 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
507
508         * nnml.el (nnml-request-compact-group): Delete the marks file after
509         compaction (bug#10800).
510
511         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
512         group exit.
513
514         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
515         QRESYNC/FETCH output.
516
517 2012-02-11  Glenn Morris  <rgm@gnu.org>
518
519         * sieve-manage.el (sieve-manage-default-stream):
520         * shr.el (shr):
521         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
522         (nnir-retrieve-headers-override-function)
523         (nnir-imap-default-search-key, nnir-notmuch-program)
524         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
525         (nnir-method-default-engines):
526         * message.el (message-cite-reply-position):
527         * gssapi.el (gssapi-program):
528         * gravatar.el (gravatar):
529         * gnus-sum.el (gnus-refer-thread-use-nnir):
530         * gnus-registry.el (gnus-registry-unfollowed-addresses)
531         (gnus-registry-max-pruned-entries):
532         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
533         * gnus-int.el (gnus-after-set-mark-hook)
534         (gnus-before-update-mark-hook):
535         * gnus-async.el (gnus-async-post-fetch-function):
536         * auth-source.el (auth-source-cache-expiry):
537         Add missing :version tags to new defcustoms and defgroups.
538
539 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
540
541         * gnus-sum.el (gnus-adjust-marked-articles): Add to
542         `gnus-newsgroup-unexist'.
543
544         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
545         marks.
546         (gnus-article-special-mark-lists): Put the `unexist' in the special
547         marks list instead.
548
549         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
550         articles in the list of articles to be selected.
551
552         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
553         articles.
554         (nnimap-update-info): Keep track of unexisting articles.
555         (nnimap-update-qresync-info): Ditto.
556
557 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
558
559         * message.el (message-default-send-mail-function): Made into own
560         function for reuse by emacsbug.el.
561
562 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
563
564         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
565         `gnus-sloppily-equal-method-parameters' to avoid a warning.
566
567 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
568
569         * mm-archive.el (mm-archive-dissect-and-inline): New function.
570         (mm-archive-dissect-and-inline): Fix up the undisplayer.
571
572         * gnus-compat.el: Define `timer-set-function'.
573
574         * mm-decode.el (mm-display-external): Output the text from the command
575         in the buffer after the command finished.  This makes text-based
576         commands behave better.
577
578 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-compat.el: Add a compat for the old `url-retrieve'.
581
582 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
585         23.1.
586
587 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
590
591 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
592
593         * message.el (smtpmail-smtp-user): Silence compiler warning.
594
595 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
596
597         * message.el (message-multi-smtp-send-mail): Also allow specifying the
598         SMTP user name.
599
600 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * gnus-sum.el (gnus-summary-show-thread):
603         next-single-char-property-change may return nil in XEmacs.
604         (gnus-summary-article-map): Fix typo.
605
606 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
607
608         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
609         running.
610
611         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
612
613         * gnus.el (gnus-server-extend-method): Don't add an -address component
614         if the method already has one (bug#9676).
615
616 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
619         of an initial-input for consistency (bug#10757).
620
621         * dgnushack.el: Fix XEmacs compilation warning.
622
623         * shr.el: Inhibit getting and sending cookies when fetching pictures.
624
625         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
626
627 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
628
629         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
630         lines that are narrower than the window width.  Otherwise background
631         "blocks" will look less readable.
632
633 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
634
635         * nnimap.el (nnimap-transform-headers): Remove unused variable.
636         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
637         have newlines within the strings, and where the UID comes after the
638         BODYSTRUCTURE element (bug#10537).
639
640         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
641         (bug#10732).
642
643         * shr.el (shr-insert-document): Add doc string.
644         (shr-visit-file): Ditto.
645         (shr-remove-trailing-whitespace): New function.
646         (shr-insert-document): Use it to clean up trailing whitespace as the
647         final step (bug#10714).
648
649 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
650
651         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
652         buffer if `gnus-kill-summary-on-exit' is nil.
653
654 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
655
656         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
657         when just reading a single group from "without" Gnus.
658
659 2012-02-06  Chong Yidong  <cyd@gnu.org>
660
661         * gnus-sum.el (gnus-summary-show-thread):
662         next-single-char-property-change never returns nil (Bug#8657).
663
664 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
665
666         * message.el (message-multi-smtp-send-mail): New function.
667         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
668         header to implement multi-SMTP functionality.
669
670         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
671         (gnus-agentize): Don't set it.
672         (gnus-agent-send-mail): Don't use it.
673
674         * gnus-sum.el (gnus-summary-widget-backward): New function and
675         keystroke.
676
677         * gnus-compat.el: More the compat functions more compatible.
678
679         * shr.el (shr-put-image): Remove underlines from sliced images.
680         (shr-zoom-image): Compute the region to be replaced more correctly.
681
682 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
685         (gnus-summary-resend-message-insert-gcc): New function.
686         (gnus-summary-resend-message): Modify message-header-setup-hook and
687         message-sent-hook to make it work for Gcc.
688         (gnus-inews-do-gcc): Update the number of unread articles of groups
689         that messages are Gcc'd to.
690
691         * message.el (message-resend): Run message-sent-hook to do Gcc.
692
693 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
694
695         * lpath.el: Fix an XEmacs compilation warning.
696
697         * gnus-compat.el: Require `help-fns' to fix compilation error.
698
699         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
700         a higher level to silence compilation.
701
702         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
703         parameter to allow controlling the scaling.
704
705         * shr.el (shr-zoom-image): New command and keystroke.
706         (shr-put-image): Take a `size' flag to say how to scale the image.
707
708         * gnus-compat.el: Redefine `delete-directory' to provide recursive
709         deletion unless already defined.
710
711         * gnus.el (gnus-compat): Require it.
712
713         * gnus-compat.el: New file.
714
715         * gnus-start.el (gnus-clean-old-newsrc): New function.
716         (gnus-read-newsrc-file): Use it.
717
718         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
719         Use recursive deletion.
720         (mm-dissect-archive): Add support for zip files.
721
722         * gnus-util.el (gnus-recursive-directory-files): New function.
723
724         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
725         (mm-archive-decoders): Add tgz support.
726
727         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
728         Otherwise inserting text into the Gnus buffer can look odd.
729
730         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
731
732         * mm-archive.el (mm-archive-decoders): Add support for tar.
733
734         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
735
736         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
737
738 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
739
740         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
741
742         * mm-archive.el: New file.
743
744         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
745
746         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
747
748         * message.el (message-goto-*): Make all the `message-goto-*' commands
749         push the mark before moving point.  This makes it easier to go back to
750         where you came from after editing whatever you jumped to.
751
752 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
753
754         * gnus.el: Ma Gnus v0.1 is released.
755
756 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
757
758         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
759         without reconnecting.
760         (nnimap-possibly-change-group): Ditto.
761         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
762         connection has died before being called.
763
764 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
765
766         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
767         an initial sync unless we're really doing one.
768
769         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
770         address parameter if one already exists (bug#9676).
771
772         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
773         not the prefix, as documented (bug#10689).
774
775 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
776
777         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
778         the "server".
779
780         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
781         the real error message with the useless "previously known to be down".
782         Which isn't even correct.
783
784         * nntp.el (nntp-open-connection): Report the error message if the nntp
785         server can't be reached.
786
787         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
788         groups we do a total scan for.
789         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
790         doing that.
791
792 2012-01-31  Jim Meyering  <jim@meyering.net>
793
794         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
795         Correct a comment (insert "not") and hide nominally-doubled "to".
796
797 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
798
799         * gnus.el (gnus-version): Change name to "Ma Gnus".
800
801 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
802
803         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
804         section in the manual.
805
806 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
809         words.
810         (rfc2047-encode-string): Ditto.
811         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
812         understand folded filename="..." parameters, for instance.
813
814         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
815         the message for greater debuggability.
816
817 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
818
819         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
820         instead of setting it locally, since the latter doesn't seem to have
821         any effect (most of the time).
822
823 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
824
825         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
826         function call.
827
828 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
829
830         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
831         seconds, and make the repeat clause with HH:MM specs work as
832         documented.
833
834 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
835
836         * proto-stream.el (proto-stream-capability-open): Fall back on
837         :end-of-command if :end-of-capability doesn't exist.
838
839 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
842         bound globally in old Emacsen and XEmacsen.
843
844 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
845
846         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
847         so that previous errors don't prohibit getting new news.
848
849         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
850
851         * nntp.el (nntp-retrieve-group-data-early): Ditto.
852
853 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
854
855         * gnus.el (gnus-group-find-parameter): Check for liveness of the
856         buffer, not of the string which is its name.
857
858 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
859
860         * proto-stream.el (proto-stream-capability-open): Wait for
861         :end-of-capability, not :end-of-command.
862
863         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
864         non-server-marks groups.
865         (gnus-group-make-articles-read): Ditto.
866
867         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
868         methods (bug#9676).
869
870         * gnus.el (gnus-method-ephemeral-p): New function.
871
872 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
875         left-to-right.
876
877 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
878
879         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
880         warning.
881
882 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
885         macroexpand the nnir things, since they haven't been defined yet, and
886         nnir requires gnus-sum.
887
888 2012-01-24  Julien Danjou  <julien@danjou.info>
889
890         * color.el (color-rgb-to-hsl): Fix value computing.
891         (color-hue-to-rgb): New function.
892         (color-hsl-to-rgb): New function.
893         (color-clamp, color-saturate-hsl, color-saturate-name)
894         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
895         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
896
897 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * mm-decode.el (mm-interactively-view-part): Fix prompt.
900
901 2012-01-19  Julien Danjou  <julien@danjou.info>
902
903         * color.el (color-name-to-rgb): Use the white color to find the max
904         color component value and return correctly computed values.
905         (color-name-to-rgb): Add missing float conversion for max value.
906
907 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
908
909         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
910         logical server name in addition to the actual machine address.
911
912         * auth-source.el (auth-source-user-and-password): Add convenience
913         wrapper to search by just host and optionally user.
914
915 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * shr.el (shr-visit-file): Move point to the beginning of the buffer
918         after rendering.
919
920 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
921
922         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
923         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
924         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
925
926 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * gnus-sum.el (gnus-summary-read-group): Document more parameters
929         (bug#9693).
930         (gnus-summary-setup-buffer): Document return value (bug#9697).
931
932         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
933         since ido doesn't work on symbols (bug#9632).
934
935         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
936         when getting a single value as when getting all the values.  This means
937         that atoms like `gcc-self' work cumulatively, like variable settings,
938         instead of getting the value from the last matching clause.
939         (gnus-group-find-parameter): Protect against the group buffer not
940         existing (bug#9585).
941
942 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-start.el (gnus-activate-group): Document more parameters
945         (bug#9694).
946
947         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
948         (bug#9692).
949
950         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
951         article was fetched, so that it can be expired later (bug#9958).
952         (gnus-agent-summary-fetch-series): Add doc string.
953         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
954         (bug#9517).
955
956         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
957         retrieval is happening.
958
959         * gnus.el (gnus-parameters): Doc fix.
960
961 2012-01-06  Dave Abrahams  <dave@boostpro.com>
962
963         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
964         show the thread after expansion.
965
966 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * gnus-art.el (article-narrow-to-head): If the head is completely
969         empty, narrow to the empty region (bug#9764).
970
971         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
972         read, and then mark them as unread only when the unread mark is used.
973         This makes `C-- T k' actually work, even though it's confusing.
974
975         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
976         alive before we try to find its window.
977
978 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
979
980         * mm-decode.el (mm-display-external): Use a longer timeout for the
981         deletion to allow slow programs to display the file.
982
983 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
986         prompt to be less confusing.
987
988         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
989         argument to `message-reply'.  This broke `special-display-*' frame
990         pop-uping (bug#10238).
991
992 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
995         systems, since these allegedly don't work there.
996
997 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
998
999         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1000         live buffer.
1001
1002 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * nnir.el (nnir-retrieve-headers): Protect against the article not
1005         existing on the server (bug#10335).
1006
1007 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1008
1009         * gnus-agent.el (gnus-agent-load-local): Recompute
1010         gnus-agent-article-local on changing method.
1011
1012 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * gnus.el (gnus-parameters): Note precedence.
1015
1016 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1017
1018         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1019         in the group buffer.
1020
1021 2012-01-04  Julien Danjou  <julien@danjou.info>
1022
1023         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1024         change.
1025
1026 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1029         too.
1030
1031         * nntp.el (nntp-retrieve-group-data-early): Use it.
1032
1033 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * nntp.el (nntp-retrieval-in-progress): New variable.
1036         (nntp-make-process-buffer): Make it buffer-local.
1037
1038         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1039         2010.
1040         (gnus-demon-init): Use it to compute the time if time is on the form
1041         "04:23".
1042
1043         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1044
1045         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1046         status in the correct buffer.
1047
1048 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1049
1050         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1051         when opening topics (bug#10407).
1052
1053 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1054
1055         * gnus-cus.el (gnus-score-customize):
1056         * gnus-sum.el (gnus-sort-gathered-threads):
1057         * message.el (message-shorten-references):
1058         * nnmairix.el (nnmairix-request-group):
1059         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1060
1061 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1062
1063         * gnus-agent.el (gnus-agent-regenerate-group):
1064         * gnus-int.el (gnus-retrieve-group-data-early):
1065         * mm-util.el (mm-codepage-ibm-list):
1066         * nndiary.el (Commentary, nndiary-get-new-mail):
1067         * nnir.el (nnir):
1068         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1069
1070 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * mm-view.el (mm-display-inline-fontify): Add comment.
1073
1074 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1075
1076         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1077         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1078
1079 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1080
1081         * gnus-art.el (gnus-split-methods):
1082         * gnus-msg.el (gnus-configure-posting-styles):
1083         * gnus-spec.el (gnus-parse-simple-format):
1084         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1085         * message.el (message-do-actions): Spelling fix.
1086
1087 2011-12-15  Juri Linkov  <juri@jurta.org>
1088
1089         * mm-decode.el (mm-inline-media-tests): Add missing
1090         `mm-handle-media-subtype'.
1091
1092 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1093
1094         * gnus-group.el (gnus-group-tool-bar):
1095         * gnus-sum.el (gnus-summary-tool-bar):
1096         * message.el (message-tool-bar):
1097         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1098
1099 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1100
1101         * plstore.el (plstore--insert-buffer): Spelling fix.
1102
1103 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1104
1105         * message.el (message-valid-fqdn-regexp): Update with newly approved
1106         top-level domain names ".tel" and ".asia".
1107
1108 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1111         unconditionally.
1112
1113 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1116         pop-to-buffer-same-window for old Emacsen.
1117
1118 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1119
1120         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1121
1122 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1123
1124         * netrc.el (netrc-credentials): Spelling fix.
1125
1126 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1127
1128         * gnus-fun.el (gnus-fun-ppm-change-string):
1129         * gnus-msg.el (gnus-inews-do-gcc):
1130         * gnus-sum.el (gnus-summary-find-for-reselect):
1131         * gnus.el (gnus-summary-cancelled):
1132         * message.el (message-cancel-hook, message-send-news):
1133         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1134         * nnir.el (nnir-run-hyrex):
1135         * nntp.el (nntp-with-open-group-function):
1136         * pgg.el (pgg-pending-timers): Spelling fix.
1137
1138 2011-12-04  Chong Yidong  <cyd@gnu.org>
1139
1140         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1141         change (Bug#10200).
1142
1143 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1144
1145         * compface.el (uncompface):
1146         * gnus-art.el (gnus-article-x-face-command): Update the header format
1147         of icon data for the most recent icontopbm program.
1148
1149 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * gnus-msg.el (gnus-inews-do-gcc):
1152         * message.el (message-send-mail):
1153         * mml.el (mml-generate-mime): Share the value of the buffer-local
1154         `message-options' variable between a draft buffer and temprary working
1155         buffers.
1156
1157 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1158
1159         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1160
1161 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1164         for Cygwin.
1165
1166 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1167
1168         * gnus-group.el (gnus-group-prepare-flat):
1169         * mm-bodies.el (mm-encode-body):
1170         * mml.el (mml-preview):
1171         * nnml.el (nnml-request-compact-group):
1172         * pop3.el (pop3-stream-type): Spelling fix.
1173
1174 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1175
1176         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1177
1178 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1179
1180         * color.el (color-rgb-to-hsl):
1181         * gmm-utils.el (gmm-tool-bar-style):
1182         * gnus-group.el (gnus-group-prepare-flat):
1183         * gnus-topic.el (gnus-topic-prepare-topic):
1184         * mm-decode.el (mm-discouraged-alternatives):
1185         * rfc2047.el (rfc2047-encode-1):
1186         * starttls.el: Spelling fix.
1187
1188 2011-11-24  Glenn Morris  <rgm@gnu.org>
1189
1190         * binhex.el (binhex-begin-line): Give it basic doc-string.
1191
1192         * starttls.el, tls.el: Fix case of "GnuTLS".
1193
1194 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1195
1196         * gnus-group.el (gnus-group-highlight): Fix typo.
1197
1198 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1199
1200         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1201         value of `delete-file', that returns nil for a local file but returns t
1202         for a remote file using ssh.
1203
1204 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1205
1206         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1207
1208 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1211         avoid later breakage.
1212
1213 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1216         article buffers' name.
1217
1218 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1221         by Paul Eggert's spellfixes two days ago.
1222
1223 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1226         doesn't have it.
1227
1228         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1229         buffer-local instead of binding them to avoid warnings.  Also demote
1230         errors (bug#10063).
1231         (font-lock-mode-hook): Shut up byte compiler.
1232
1233 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1234
1235         * mm-util.el (mm-charset-after):
1236         * nnir.el (nnir-run-hyrex):
1237         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1238         (ntlm-get-password-hashes, ntlm-md4hash):
1239         * smime.el: Fix typo.
1240
1241 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1242
1243         * gnus-agent.el (gnus-agent-expire-group-1):
1244         * nndiary.el (nndiary-last-occurence):
1245         * nnimap.el (nnimap-request-set-mark):
1246         * nnmairix.el (nnmairix-only-use-registry):
1247         * gnus-group.el (gnus-group-prepare-flat):
1248         * gnus-sum.el (gnus-decode-encoded-word-methods):
1249         * message.el (message-wash-subject):
1250         * nntp.el (nntp-retrieve-headers-with-xover):
1251         * smime.el (smime-certificate-directory): Spelling fix.
1252
1253 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1254
1255         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1256
1257         * color.el:
1258         * gnus-agent.el (gnus-agent-possibly-alter-active):
1259         * gnus-dired.el (gnus-dired-print):
1260         * mail-parse.el:
1261         * nnmairix.el (nnmairix-request-group):
1262         * shr.el (shr-image-displayer):
1263         * sieve-manage.el:
1264         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1265
1266 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1267
1268         * gnus-sum.el (gnus-auto-select-subject):
1269         * spam-report.el (spam-report-resend): Spelling fix.
1270
1271 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1272
1273         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1274         * gnus-art.el (gnus-default-article-saver):
1275         * gnus-srvr.el (gnus-server-copy-server):
1276         * gnus.el (gnus-sloppily-equal-method-parameters):
1277         * html2text.el (html2text-format-tag-list):
1278         * message.el (message-narrow-to-head):
1279         * nndiary.el:
1280         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1281         * sieve.el: Spelling fix.
1282
1283 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1284
1285         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1286         * gnus-sum.el (gnus-summary-make-menu-bar):
1287         * gnus-uu.el (gnus-uu-decode-postscript)
1288         (gnus-uu-decode-postscript-and-save):
1289         * mailcap.el (mailcap-print-command):
1290         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1291         Fix typos.
1292
1293 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1294
1295         * gnus-art.el (gnus-article-part-wrapper):
1296         * html2text.el (html2text-fix-paragraphs):
1297         * mm-decode.el (mm-image-fit-p):
1298         * rfc2047.el (rfc2047-encode-message-header):
1299         * shr-color.el (shr-color-visible-distance-min)
1300         (shr-color-relative-to-absolute, set-minimum-interval)
1301         (shr-color-visible): Fix typos.
1302
1303 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1304
1305         * gmm-utils.el (gmm-tool-bar-item):
1306         * gnus-art.el (gnus-treat-body-boundary):
1307         * gnus-diary.el (gnus-user-format-function-d):
1308         * gnus-start.el (gnus-get-unread-articles):
1309         * pgg-gpg.el (pgg-gpg-update-agent):
1310         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1311
1312 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1313
1314         * gnus-topic.el (gnus-group-prepare-topics):
1315         * gnus-uu.el (gnus-extract-view):
1316         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1317
1318 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1319
1320         * spam.el: Move BBDB autoloads.
1321         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1322         BBDB 2 and 3.
1323         (spam-check-BBDB): Use it.
1324         (spam-enter-ham-BBDB): Use it.
1325
1326 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1327
1328         * smime.el (smime-draw-buffer): Spelling fix.
1329
1330 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1331
1332         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1333         for scanning exactly one level.
1334         * gnus-start.el (gnus-get-unread-articles): Ditto.
1335
1336 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1339         slightly clearer.
1340
1341 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1342
1343         * gnus-sync.el: More commentary about setup.
1344
1345 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * message.el (message-send-and-exit): Document `arg'.
1348
1349 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1350
1351         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1352
1353 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1354
1355         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1356
1357         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1358         we don't use `bound-and-true-p'.
1359
1360 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1361
1362         * gnus-util.el (gnus-bound-and-true-p): Remove.
1363         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1364         * nnir.el: Use it.
1365         * nnmairix.el: Use it.
1366
1367 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1368
1369         * gnus-sync.el: Improve docs about CouchDB admins.
1370
1371         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1372         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1373         for reasons unknown.
1374         * nnir.el: Use it.
1375         * nnmairix.el: Use it.
1376
1377         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1378         * nnir.el: Ditto.
1379         * nnmairix.el: Ditto.
1380
1381         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1382
1383 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1384
1385         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1386         not needed.  Provide xmlplistread list function to produce XML plist
1387         output for non-Gnus LeSync clients.
1388
1389 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1390
1391         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1392
1393         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1394         and save against it.  Group subscriptions, read marks, other marks,
1395         subscription levels, topic names, and topic offsets (the group's
1396         position within the topic) are saved.  This is an experimental backend
1397         and may change significantly.  Load json.el from the gnus-fallback-lib
1398         if it's not available otherwise.
1399         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1400
1401 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1402
1403         * message.el (message-completion-function): Make sure
1404         message-tab-body-function is not attempted if one of
1405         message-completion-alist fails to find a completion (bug#9158).
1406
1407 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1408
1409         * mml.el (mml-quote-region): Quote <#secure> tag.
1410         (mml-generate-mime-1): Unquote <#secure> tag.
1411
1412 2011-10-20  Chong Yidong  <cyd@gnu.org>
1413
1414         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1415         calling a minor mode from Lisp with nil arg enables it, so we have to
1416         make the wording a bit ambiguous here).
1417
1418 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1419
1420         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1421         * nnir.el (nnir-mode): Use it.
1422         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1423         Use it.
1424
1425         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1426         * nnmairix.el (gnus-registry-enabled): Ditto.
1427
1428 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1429
1430         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1431         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1432         only while we need to find out if it should be t or nil.
1433         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1434         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1435         the registry is installed.  Set it to nil when it's unloaded.
1436         (gnus-registry-install-p): Provide user guidance for the initial value
1437         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1438         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1439         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1440         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1441         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1442         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1443         `gnus-registry-install'.
1444
1445 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1446
1447         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1448         previous change.
1449         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1450         primary key is marked as disabled.
1451
1452 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1453
1454         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1455         primary key is marked as disabled.
1456
1457 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1458
1459         * html2text.el (html2text-clean-anchor): Check for quotes around
1460         `href' value.
1461
1462 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1463
1464         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1465         searching.  Drop `bbdb-cache'.
1466
1467 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * message.el (message-signed-or-encrypted-p): Exclude header when
1470         checking if there is signed or encrypted body in text/plain message.
1471
1472 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1473
1474         * html2text.el (html2text-get-attr): Correctly handle attribute values
1475         containing "=".
1476
1477 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1478
1479         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1480         handle bindings.
1481
1482 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-win.el (gnus-configure-windows): Protect against reading
1485         ephemeral groups outside of Gnus.
1486
1487 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * shr.el (shr-tag-img): Don't get images displayed in tables.
1490
1491 2011-10-03  Glenn Morris  <rgm@gnu.org>
1492
1493         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1494         the "maintainer" version of debbugs.gnu.org reports.
1495
1496 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1499         make asynchronous adjacent image insertion work better.
1500
1501 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1502
1503         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1504         documentation.
1505
1506 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1509         `gnus-asynchronous' isn't shadowed.
1510
1511 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1514
1515         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1516         (nnimap-insert-partial-structure): The charset parameter isn't
1517         case-sensitive.
1518
1519         * nnheader.el (nnheader-message-maybe): New function.
1520
1521         * shr.el (shr-tag-table): Render totally broken tables better.
1522
1523         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1524         computing the boundary.
1525
1526 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * pop3.el (pop3-number-of-responses): Remove.
1529         (pop3-wait-for-messages): Rewrite to take linear time instead of
1530         exponential time.
1531
1532 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1535         re-fetch images.
1536
1537         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1538         re-fetch images when hitting `g' in Gnus.
1539
1540 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1543         (mml-compute-boundary): Don't check collision if it is non-nil.
1544         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1545         before checking collision.
1546
1547 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * message.el (message-indent-citation): Really make sure there's a
1550         newline at the end.
1551
1552         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1553         Fix suggested by John Wiegley.
1554
1555         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1556
1557         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1558
1559         * message.el (message-default-send-rename-function): Break out into its
1560         own function.
1561
1562         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1563         doesn't work under XEmacs.
1564
1565         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1566         of "imaps" to word around Windows problems.
1567         (nnimap-open-connection-1): Use it.
1568
1569         * message.el (message-indent-citation): Revert last change which made
1570         `F' not work.
1571
1572 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1573
1574         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1575         terminal as well.
1576
1577 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1580         because it displays images using overlays that aren't easy to copy to
1581         the article buffer.
1582
1583 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1584
1585         * message.el (message-indent-citation): Fix empty line removal at the
1586         end of the citation.
1587
1588 2011-09-20  Julien Danjou  <julien@danjou.info>
1589
1590         * auth-source.el (auth-source-netrc-create): Use default value for
1591         password if specified.  Evaluate default.
1592         (auth-source-plstore-create): Ditto.
1593         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1594         value evaluation.
1595         (auth-source-netrc-create): Typo fix.
1596         (auth-source-plstore-create): Ditto.
1597
1598         * password-cache.el (password-cache-remove): Remove entries even if the
1599         value is nil, so that password with a nil value (negative caching) is
1600         possible to invalidate.
1601
1602         * auth-source.el (auth-source-format-cache-entry): New function.
1603
1604 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1607
1608 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1611
1612 2011-09-19  Julien Danjou  <julien@danjou.info>
1613
1614         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1615         which work with things that are not ASCII.
1616
1617 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1620
1621 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1624         message level.
1625
1626 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1629
1630 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1633
1634 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1635
1636         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1637         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1638
1639 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1640
1641         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1642         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1643         articles.
1644
1645 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1646
1647         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1648         (message-mail-other-window, message-mail-other-frame)
1649         (message-news-other-window, message-news-other-frame):
1650         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1651         instead of setting buffer display varibles.
1652
1653 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654
1655         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1656
1657         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1658
1659 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1662         duplicates" to a higher level.
1663
1664         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1665         most egregious messages.
1666
1667 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1670
1671 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1672
1673         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1674         up the file (bug#9351).
1675
1676 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1679         it does with all other backends, but decode the names immediately after
1680         getting them.
1681
1682         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1683         decoding nnimap groups.
1684
1685         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1686         newsrc file.  It doesn't seem like an important optimization any more.
1687
1688 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1689
1690         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1691         overflows.
1692
1693 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1696         (gnus-interactive-exit): Extend to `quiet'.
1697
1698         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1699
1700         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1701         string.
1702
1703         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1704         renaming function arguments from `this'.
1705
1706         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1707
1708         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1709         has been renamed.
1710         (gnus-lrm-string-p): Include RLM and PDF, too.
1711
1712         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1713         (bug#9225).
1714
1715 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1716
1717         Add autoload cookies for functions used by sendmail.el.
1718         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1719
1720         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1721
1722 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * gnus-art.el (article-date-ut): Work properly even when there are
1725         things like Date header in the body; work for forwarded parts.
1726
1727 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1728
1729         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1730         original-article-buffer.
1731
1732 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1733
1734         * nnir.el (nnir-compose-result): Fix matching of server type.
1735         (nnir-run-swish++): Ditto.
1736         (nnir-run-namazu): Ditto.
1737         (nnir-run-notmuch): Ditto.
1738
1739 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1742         (bug#9405).
1743
1744         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1745         (bug#9421).
1746
1747         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1748         (bug#9425).
1749
1750         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1751         thing (bug#9426).
1752
1753 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1756         the error message.
1757
1758 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1759
1760         * message.el (message-setup-1): Return t (Bug#9392).
1761
1762 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1763
1764         * gnus-sum.el: When adding article headers to a summary buffer also
1765         update gnus-newsgroup-articles (bug#9386).
1766
1767 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * auth-source.el: Autoload help-mode.
1770
1771 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1774         names.
1775
1776 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1777
1778         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1779         mm-replace-in-string for compatibility issues.
1780         * mml2015.el (mml2015-epg-verify): Ditto.
1781
1782 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1785
1786         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1787
1788 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1791         continue on and do the clean-up phase (bug#9188).
1792
1793         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1794         just ignore groups that can't be opened instead of erroring out
1795         (bug#9225).
1796
1797         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1798         nil since some many people are fuddy-duddies.
1799
1800         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1801         images.
1802
1803         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1804         instead.
1805
1806         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1807
1808         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1809
1810         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1811         processing.
1812
1813         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1814         buffer to avoid warnings.
1815
1816 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1817
1818         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1819         specified to reduce precision.
1820
1821 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1824         bodystructures (bug#9314).
1825
1826 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1829         Make button keymap non-sticky after buttons.
1830
1831 2011-08-18  David Engster  <dengste@eml.cc>
1832
1833         * nnmairix.el (nnmairix-request-set-mark)
1834         (nnmairix-goto-original-article): Remove adding of article to registry,
1835         since `gnus-registry-add-group' isn't available anymore.
1836         (nnmairix-determine-original-group-from-registry):
1837         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1838         available anymore.
1839
1840 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1841
1842         * starttls.el (starttls-any-program-available): Define as obsolete
1843         function.
1844
1845 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1848         versions which Gnus use when appropriate.
1849
1850         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1851         a pretty destructive command.
1852
1853         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1854
1855 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * message.el (message-fix-before-sending): Make a different warning
1858         about NUL characters (bug#9270).
1859
1860         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1861         from custom (bug#9260).
1862
1863         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1864         things work in Emacs 22 and XEmacs, too.
1865
1866         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1867         default From.
1868
1869         * gnus-spec.el (gnus-lrm-string-p): New macro.
1870         (gnus-lrm-string): New constant.
1871         (gnus-summary-line-format-spec): LRM-ify the from.
1872         (gnus-tilde-max-form): LRM-ify string chopping.
1873
1874         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1875
1876         * message.el (message-is-yours-p): Allow disabling canlock checking
1877         (bug#9295).
1878         (message-shoot-gnksa-feet): Add `canlock-verify'.
1879         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1880         message directory isn't writable (bug#9304).
1881
1882         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1883         non-world-readable.
1884
1885 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1888         articles.
1889
1890 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1891
1892         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1893         copy-list.
1894
1895 2011-08-12  Sam Steingold  <sds@gnu.org>
1896
1897         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1898         in the reverse order to avoid modifying the cache with `nreverse'.
1899         (gnus-all-score-files): Do not modify the value returned by
1900         `gnus-score-find-alist' because it lives in a cache variable.
1901         (gnus-current-home-score-file): No need to `nreverse' the return value
1902         of `gnus-score-find-alist', it is already in the correct order.
1903
1904 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1905
1906         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1907         type MESSAGE and subtype RFC822 is slightly different from those of
1908         type TEXT.
1909
1910 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1911
1912         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1913         This allows article-referral to work from an nnir group.
1914
1915 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1916
1917         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1918
1919 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1920
1921         * mml1991.el (mml1991-epg-find-usable-key)
1922         (mml1991-epg-find-usable-secret-key): New function.
1923         (mml1991-epg-sign): Check if signing key is usable.
1924         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1925
1926 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1927
1928         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1929         server-variables only.  This should fix a bug introduced with commit
1930         e1889675b7f4adf057833c5513c9374134c4e053.
1931         (nnir-run-query): 'nnir-search-engine should not be set from the global
1932         environment.
1933
1934 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1935
1936         * nnir.el (nnir-search-thread): Position point on referring article
1937         line.
1938         (nnir-warp-to-article): Clean up summary buffers.
1939
1940         * nnimap.el (nnimap-request-thread): Whitespace fix.
1941
1942 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1943
1944         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1945
1946 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * starttls.el (starttls-available-p): Rename from
1949         `starttls-any-program-available' and changed return convention.
1950
1951 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1952
1953         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1954         `unix-sync' unless it's defined.
1955
1956 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1957
1958         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1959         `aref' for XEmacs compatibiltiy.
1960
1961 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1964
1965 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1966
1967         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1968         closures, quote the form properly (bug#9194).
1969
1970 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1973         (gnus-summary-insert-new-articles): Protect against servers that are
1974         down.
1975
1976 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1977
1978         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1979         in mm handle if none is specified.
1980
1981 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1982
1983         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1984
1985 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1986
1987         * nnir.el (nnir-search-thread): New function to make an nnir group
1988         based on a thread query.
1989
1990         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1991         of nnir in thread referral.
1992         (gnus-summary-refer-thread): Use it.
1993
1994         * nnimap.el (nnimap-request-thread): Use it.
1995
1996 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * shr.el (shr-tag-comment): Ignore HTML comments.
1999
2000 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2001
2002         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2003         argument.
2004         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2005         Use `nnir-address' to handle server info rather than passing an arg.
2006
2007         * nnimap.el (nnimap-make-thread-query): New utility function to format
2008         an imap thread search query.
2009         (nnimap-request-thread): Use it.
2010
2011         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2012         right select-method if we are not going back to the group buffer.
2013
2014 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2017         enter invalid buffer configurations into the quit form (bug#9107).
2018         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2019         unplugged/plugged.
2020
2021         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2022         keep track of which ones are unread (bug#9061).
2023
2024         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2025         (bug#9055).
2026
2027         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2028         (bug#9041).
2029
2030         * gnus-html.el (mm-util): Require (bug#9073).
2031
2032         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2033         (gnus-summary-refer-thread): Use it to remove duplicates in the
2034         un-threaded view (bug#9053).
2035         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2036
2037 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2038
2039         * nnir.el (nnir-read-server-parm): Use default value from global
2040         variable.  Without this the default search engine parameters aren't
2041         used at all.
2042
2043 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * message.el (message-unique-id): Don't use the undocumented return
2046         value from (random t) (bug#9118).
2047
2048 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * message.el (message-auto-save-directory): If the ~/Mail directory
2051         doesn't exist, use ~ as the auto-save directory (bug#4432).
2052
2053         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2054         hasn't already been started.
2055
2056 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2059
2060         * message.el (message-reply): Work around mysterious bug where
2061         `message-mode' seems to overwrite the locally bound `subject' variable.
2062
2063 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2064
2065         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2066         correct group.
2067
2068         * gnus-int.el (gnus-request-thread): Add group argument.
2069
2070         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2071
2072 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2075
2076         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2077         renamed to `debbugs-gnu-*'.
2078
2079 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2080
2081         * plstore.el: Revert the editing feature since it is not urgent.
2082         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2083         (plstore-mode-decoded): Remove.
2084
2085 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2088         isn't very interesting any more, and it leaks potentially secret data.
2089         (gnus-debug): Remove.
2090
2091         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2092         use of :custom-show.
2093
2094 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2095
2096         * plstore.el: Add documentation.
2097         (plstore-mode): New mode to edit plstore file.
2098         (plstore-mode-toggle-display, plstore-mode-original)
2099         (plstore-mode-decoded): New command.
2100         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2101         (plstore--insert-buffer, plstore--make): New function.
2102         (plstore-open, plstore-save): Simplify by using them.
2103
2104 2011-07-06  Glenn Morris  <rgm@gnu.org>
2105
2106         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2107
2108 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2111         no longer is much used.
2112         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2113         Articles".
2114
2115 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2116
2117         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2118         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2119         `notmuch' backend.
2120
2121 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * mm-decode.el (mm-text-html-renderer): Doc fix.
2124
2125         * gnus-msg.el (gnus-bug): Fix the MML tag.
2126
2127         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2128
2129 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2130
2131         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2132         secondary methods if started with `gnus-no-server'.
2133
2134 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2135
2136         * message.el (message-return-action): Fix typo in docstring.
2137
2138 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2141         bug reports at once.
2142
2143         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2144
2145 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * nndraft.el: Require gnus-group.
2148         (nndraft-request-list): Declare.
2149
2150         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2151         no unread article unless it matches gnus-permanently-visible-groups.
2152
2153         * nndraft.el (nndraft-update-unread-articles): New function.
2154         (nndraft-request-associate-buffer): Use it to update the number of
2155         unread articles for the nndraft groups in the group buffer when saving
2156         or killing a draft message.
2157
2158 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2161         systems to binary before writing and reading the mbox files.
2162
2163         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2164         instead of trying to list them all (bug#8978).
2165
2166 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2167
2168         * pop3.el (pop3-open-server): Use :end-of-capability.
2169
2170 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2173         the id is always a number.
2174
2175         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2176
2177         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2178         debbugs mode, if possible.
2179
2180 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2181
2182         * auth-source.el (auth-source-token-passphrase-callback-function):
2183         Reindent.
2184         (epg-context-operation): Remove unnecessary autoload.
2185
2186 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * gnus.el (gnus-list-debbugs): New command.
2189
2190         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2191         mboxstat instead of the maintbox, since the stat seems to be fuller.
2192
2193         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2194         summary buffers.
2195
2196         * message.el (message-get-reply-headers): Delete all duplicates,
2197         instead of the first.
2198         (message-get-reply-headers): Ensure that we have progress while
2199         deleting duplicates.
2200
2201         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2202         gnus-posting-style value from the summary buffer to make it easier to
2203         make that a per-buffer conf.
2204
2205 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2206
2207         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2208         found by setting `shortcut' in 'query.
2209         (nnir-request-article): Use `shortcut' setting when requesting article
2210         by Message-ID.
2211
2212 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2213
2214         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2215         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2216         Bring the pseudo-headers back too.
2217
2218 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2219
2220         * auth-source.el (auth-source-token-passphrase-callback-function):
2221         Simplify and remove EPA dependency.
2222
2223 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2224
2225         * nnir.el (nnir-request-article): Fix error message text.
2226
2227 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2228
2229         * auth-source.el (plstore-delete): Autoload.
2230         (auth-source-plstore-search): Support delete operation.
2231         * plstore.el (plstore-delete): New function.
2232
2233 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2236         mark actually existing articles as unread rather than the ones that
2237         active asserts.
2238
2239 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2240
2241         * nntp.el (nntp-record-command):
2242         * gnus-util.el (gnus-message-with-timestamp-1):
2243         Use format-time-string rather than decoding time stamps by hand.
2244         This is simpler and insulates the code from potential changes to
2245         current-time format.
2246
2247 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2250
2251 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2252
2253         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2254         (plstore-save): Support public key encryption.
2255         (plstore--init-from-buffer): New function.
2256         (plstore-open): Use it; fix error when opening a non-existent file.
2257         (plstore-revert): Use plstore--init-from-buffer.
2258
2259 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2260
2261         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2262
2263 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2266         for old Emacsen.
2267
2268 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2269
2270         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2271         is not fully working.
2272
2273 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * dgnushack.el: Autoload sha1 on XEmacs.
2276
2277         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2278         quit window configuration.
2279
2280         * auth-source.el (epg-context-set-passphrase-callback):
2281         Remove duplicate autoload.
2282
2283 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2284
2285         * nnir.el (nnir-request-article): Allow requesting articles by
2286         Message-ID with nnimap.
2287
2288         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2289         current server.
2290
2291 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2292
2293         * auth-source.el: Autoload EPA/EPG functions.
2294         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2295         changed when EPA/EPG is not available.
2296         (auth-source-backend): Rename "arg" member to "data".
2297         (auth-source-backend-parse, auth-source-plstore-search)
2298         (auth-source-plstore-create): Use it.
2299
2300 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2301
2302         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2303         `gnus-refer-article-methods'.
2304
2305 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2306
2307         * auth-source.el: Require EPA and EPG.
2308         (auth-source-passphrase-alist): New variable.
2309         (auth-source-passphrase-callback-function)
2310         (auth-source-token-passphrase-callback-function): Callbacks for the
2311         netrc field encryption (GPG tokens).
2312         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2313         Symmetric encryption and decryption of the netrc GPG tokens.
2314         (auth-source-netrc-normalize): Use them, simplifying the closure.
2315
2316 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2319         is available.
2320
2321 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2324         non-nil, and `nnimap-split-methods' is nil, use the former.
2325
2326 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2327
2328         * plstore.el (plstore-revert): New function.
2329         (plstore-open): Use it; hide the buffer from user.
2330
2331 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2332
2333         * auth-source.el (auth-source-backend): New member "arg".
2334         (auth-source-backend-parse): Handle new backend 'plstore.
2335         * plstore.el: New file.
2336
2337 2011-06-30  Glenn Morris  <rgm@gnu.org>
2338
2339         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2340
2341 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2344         expiring articles to.
2345
2346         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2347         variations as ASCII (bug#5458).
2348
2349 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2352
2353 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * message.el (message-point-in-header-p): Tweak the function to default
2356         to saying that we're not in the headers if there is no separator at
2357         all.  This makes it possible to use the Message version of `M-q' in
2358         buffers with no headers (bug#7987).
2359         (message-point-in-header-p): Fix last checkin to work with an empty
2360         mail-header-separator, too.
2361
2362         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2363         again, save the choice via customize.
2364
2365 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2368
2369         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2370         ended the connection, bail out before waiting infinitely on a new
2371         connection.
2372
2373 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2374
2375         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2376         reports.
2377
2378         * gnus.el (gnus-bug-package): Use "gnus."
2379         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2380
2381 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * dgnushack.el: Make the timer warning go away on XEmacs.
2384
2385         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2386         animations going on at article exit time.
2387
2388         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2389         since removing it breaks people upgrading.
2390
2391         * shr.el (shr-put-image): Use the new interface for animating images.
2392         (shr-put-image): Animate for 60 seconds.
2393
2394         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2395         avoid compiler warnings.
2396
2397         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2398         error with `find-file-hooks' on Emacs 22.
2399         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2400         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2401         on all architectures.
2402
2403         * spam.el (spam-stat): Require in a normal fashion without binding
2404         `spam-stat-install-hooks' to avoid compilation warnings.
2405
2406         * spam-stat.el (spam-stat-install-hooks): Remove.
2407         (spam-stat-install-hooks): Don't run automatically.
2408
2409 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2410
2411         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2412         and keystroke.
2413
2414 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * auth-source.el (auth-source-netrc-cache): Move forward.
2417
2418 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * proto-stream.el (proto-stream-open-starttls): Use
2421         `gnutls-available-p' to see whether we have built-in support.
2422
2423         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2424         we already know.
2425         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2426         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2427
2428 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2431         %S format, since that looks odd.
2432         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2433         file, especially when saving.
2434
2435 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2436
2437         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2438         article found.
2439
2440 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2441
2442         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2443         `auth-source-save-secrets' with a more sensitive alist that can be
2444         configured per file.  Experimental, so defaults to 'never.
2445         (auth-source-netrc-create): Use it.  Still experimental code.
2446         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2447         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2448
2449 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2450
2451         * auth-source.el (auth-source-save-secrets): New variable to control if
2452         secret tokens should be saved encrypted.
2453         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2454         to `auth-source-netrc-normalize'.
2455         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2456         on the EPA variables being defined.
2457         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2458         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2459         the lexical-let closure.
2460         (auth-source-netrc-create): Create "gpg:" tokens according to
2461         `auth-source-save-secrets'.
2462
2463 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * gnus-group.el (gnus-group-update-group): Add new argument
2466         `info-unchanged' that stops updating dribble buffer.
2467
2468         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2469         deletes lines matching to it in dribble buffer.
2470
2471         * gnus-agent.el (gnus-agent-fetch-group-1):
2472         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2473         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2474         * gnus-start.el (gnus-group-change-level):
2475         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2476
2477         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2478         if newsgroup info is not changed.
2479
2480         * gnus-group.el (gnus-group-get-new-news-this-group):
2481         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2482         Don't update dribble buffer.
2483
2484 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2485
2486         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2487         remove entries with groups we ignore.
2488
2489 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2492         the underline comes at the bottom.
2493
2494 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2495
2496         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2497         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2498         (gnus-registry-article-marks-to-names): Rename from
2499         `gnus-registry-user-format-function-M2'.
2500
2501 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2504         ephemeral group.
2505
2506 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * shr.el (shr-browse-image): Copy the URL if called interactively.
2509
2510 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2513         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2514         done, then unselected articles may be marked as read.
2515
2516         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2517         since not doing this seems to lead to a race condition in pop3-logon.
2518
2519         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2520         so that the call chain it correct when we call "upwards".
2521
2522         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2523         in read-only groups.
2524
2525         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2526
2527         * message.el (message-cite-reply-position): Doc string fix.
2528
2529         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2530         avoid regexp overflow.
2531         (nnimap-transform-split-mail): Ditto.
2532
2533         * pop3.el (pop3-retr): Error out if the server closes the connection.
2534
2535 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2536
2537         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2538         mm-with-unibyte-current-buffer.  The buffer should not contain any
2539         multibyte chars anyway at this stage.
2540
2541 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2544         at the end of lines.
2545
2546 2011-05-29  Julien Danjou  <julien@danjou.info>
2547
2548         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2549
2550 2011-05-27  Glenn Morris  <rgm@gnu.org>
2551
2552         * gnus-group.el (gnus-bug-group-download-format-alist):
2553         Use the "maintainer" version of debian reports as well.
2554
2555 2011-05-26  Glenn Morris  <rgm@gnu.org>
2556
2557         * gnus-group.el (gnus-bug-group-download-format-alist):
2558         Use the "maintainer" version of debbugs.gnu.org reports.
2559
2560 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2563
2564 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2565
2566         * gnus-cus.el (gnus-agent-customize-category):
2567         * gnus-delay.el (gnus-delay-send-queue):
2568         * gnus.el (gnus-other-frame):
2569         Don't quote lambda expressions with `quote'.
2570
2571 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2572
2573         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2574         the thread moves us backwards and so we loop forever.
2575
2576 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2579         whitespace in base64 data lines.
2580
2581 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         * gnus-registry.el (gnus-registry-user-format-function-M):
2584         Use `mapconcat'.
2585         (gnus-registry-user-format-function-M2): Use to see the full text of
2586         the marks.  Make "," the mark text separator.
2587
2588         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2589         authentication with auth-source.
2590
2591 2011-05-17  Glenn Morris  <rgm@gnu.org>
2592
2593         * gnus-group.el (gnus-import-other-newsrc-file):
2594         Use insert-file-contents.
2595
2596 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2597
2598         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2599         1000 iterations.
2600
2601 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * nntp.el (nntp-open-connection): Check if process-type is available.
2604
2605 2011-05-16  Julien Danjou  <julien@danjou.info>
2606
2607         * shr.el (shr-tag-del): Add support for del tag.
2608
2609 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gnus-html.el (gnus-html-put-image): Register a displayer.
2612
2613         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2614
2615 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2616
2617         * registry.el (prune-factor): New initialization parameter defaulting
2618         to 0.1.
2619         (registry-prune-hard): Use it.
2620
2621         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2622         0.1 expicitly.
2623
2624 2011-05-13  Glenn Morris  <rgm@gnu.org>
2625
2626         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2627         is bound, since this function requires sendmail.
2628
2629 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2630
2631         * registry.el (registry-usage-test): Disable pruning test.
2632
2633 2011-05-11  David Engster  <dengste@eml.cc>
2634
2635         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2636         Bind set-network-process-option for XEmacs.
2637
2638 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2639
2640         * registry.el (registry-prune-hard-candidates)
2641         (registry-prune-soft-candidates): Helper methods for registry pruning.
2642         (registry-prune): Use them.  Make the sort function optional.
2643
2644 2011-05-10  Jim Meyering  <meyering@redhat.com>
2645
2646         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2647
2648 2011-05-10  Julien Danjou  <julien@danjou.info>
2649
2650         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2651         symbol and not a list.
2652
2653 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * gnus-art.el (gnus-article-mode): Move binding of
2656         shr-put-image-function here from gnus-article-prepare-display.
2657
2658         * shr.el (shr-put-image-function): New variable.
2659         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2660         (shr-put-image): Return scaled image.
2661
2662         * gnus-art.el (gnus-shr-put-image): New function.
2663         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2664
2665         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2666         original ones, as deletable.
2667
2668 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2669
2670         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2671
2672 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2673
2674         * registry.el (registry-full): Add convenience method.  Fix logic.
2675         (registry-insert): Use it.  Fix logic here too.
2676
2677         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2678         `registry-prune' if `registry-full' returns t.
2679         (gnus-registry-handle-action)
2680         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2681         (gnus-registry-usage-test): Use it.
2682
2683 2011-05-07  Julien Danjou  <julien@danjou.info>
2684
2685         * shr.el (shr-link): Make shr-link inherit from link by default.
2686
2687 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2688
2689         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2690
2691 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2692
2693         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2694         error out because the face is not a list.
2695
2696 2011-05-05  Glenn Morris  <rgm@gnu.org>
2697
2698         * proto-stream.el (gnutls-negotiate): Fix declarations.
2699
2700         * gnus-start.el (gnus-propagate-marks): Declare.
2701
2702 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2703
2704         * registry.el (registry-reindex): Fix percentage message.
2705
2706         * proto-stream.el (network-stream-open-starttls): Adjust to call
2707         `gnutls-negotiate' with :process and :hostname arguments.
2708
2709 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2710
2711         * shr.el: Add shr-link face for links.
2712         (shr-urlify): Use it.
2713
2714         * registry.el (registry-insert): Make error message more helpful.
2715
2716 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * gnus-html.el (gnus-html-schedule-image-fetching):
2719         Use url-queue-retrieve, if it exists.
2720
2721         * shr.el (shr-tag-img): Ditto.
2722
2723         * gnus.el: Autoload more gnus-agent functions.
2724
2725         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2726         agent if we haven't already (bug#8502).
2727
2728         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2729         into the Agent, too.
2730
2731         * gnus-agent.el (gnus-agent-store-article): New function.
2732
2733         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2734         and moved from that file for reuse.
2735
2736         * pop3.el (pop3-open-server): Error messages are "-ERR".
2737
2738 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739
2740         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2741         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2742
2743 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2744
2745         * gnus.el: No Gnus v0.17 is released.
2746
2747 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2748
2749         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2750         buffer has moved to a different frame.
2751
2752 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2755         to get the conversion from unibyte to multibyte buffers to work on
2756         Emacs 22.
2757
2758         * nntp.el (nntp-request-article): Slight clean-up.
2759
2760 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * shr.el (shr-strike-through): New face.
2763         (shr-tag-s): Use it to provide <s> support.
2764         (shr-tag-s): Remove duplicate definition.
2765
2766 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2767
2768         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2769         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2770
2771 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2772
2773         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2774         `gnutls-negotiate'.
2775         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2776
2777 2011-04-23  Glenn Morris  <rgm@gnu.org>
2778
2779         * gnus-sum.el (gnus-extra-headers): Bump :version.
2780
2781 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * shr.el (shr-tag-sup): New function.
2784         (shr-tag-sub): Ditto.
2785
2786 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2787
2788         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2789         for the case where `gnus-registry-ignored-groups' is a list of lists,
2790         and don't call `gnus-parameter-registry-ignore' otherwise.
2791
2792 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2793
2794         * nnimap.el (nnimap-user): New backend variable.
2795         (nnimap-open-connection-1): Use it.
2796         (nnimap-credentials): Accept user parameter so it's explicit what user
2797         name is desired.
2798
2799         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2800         default.
2801
2802         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2803         not gnus-registry.el.
2804
2805         * gnus-registry.el: Mention in comments how to modify
2806         `gnus-extra-headers' for proper recipient tracking and that it may
2807         already have To and Cc recently, which it does as of this commit.
2808         (gnus-registry-ignored-groups): Remove defcustom.
2809         Explain why in comments.
2810         (gnus-registry-action): Fix data-header reference to use the extra
2811         headers.  Explain in package commentary how to add To and Cc headers to
2812         the gnus-extra-headers.
2813         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2814         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2815         parameter list or a string list in `gnus-registry-ignored-groups'.
2816         Fix logic error.
2817
2818 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * shr.el (shr-expand-url): Protect against null urls.
2821
2822 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * shr.el (shr-base): New binding.
2825         (shr-tag-base): Keep track of <base>.
2826         (shr-expand-url): New function used throughout.
2827
2828 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2829
2830         * gnus-registry.el
2831         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2832         (gnus-registry-ignored-groups): New variable.
2833         (gnus-registry-ignore-group-p): Use it.
2834         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2835         set the destination group to nil (same as delete) if it's ignored.
2836
2837 2011-04-20  David Engster  <dengste@eml.cc>
2838
2839         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2840
2841         * Makefile.in (test-nntp): New rule.
2842         (check): Add it.
2843         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2844
2845 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-registry.el (gnus-registry-action)
2848         (gnus-registry-fetch-header-fast):
2849         Don't use mail-header that looks an internal function of mailheader.el.
2850
2851 2011-04-19  Glenn Morris  <rgm@gnu.org>
2852
2853         * time-date.el (time-to-days): Remove unused local variables.
2854
2855 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-registry.el: Eliminate cl functions.
2858         (gnus-registry-sort-addresses): New function that replaces mapcan.
2859         (gnus-registry-action, gnus-registry-spool-action)
2860         (gnus-registry-split-fancy-with-parent)
2861         (gnus-registry-fetch-recipients-fast): Use it.
2862         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2863
2864         * registry.el (initialize-instance, registry-lookup)
2865         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2866         (registry-lookup-secondary-value, registry-search, registry-delete)
2867         (registry-insert, registry-reindex, registry-size, registry-prune):
2868         Use eval-and-compile.
2869
2870 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2871
2872         * registry.el (registry-reindex): New method to recreate the secondary
2873         registry indices.
2874
2875         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2876         tracked field changes.
2877         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2878         (gnus-registry-action, gnus-registry-spool-action)
2879         (gnus-registry-handle-action)
2880         (gnus-registry--split-fancy-with-parent-internal)
2881         (gnus-registry-split-fancy-with-parent)
2882         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2883         move, and delete actions, and for fancy splitting with parent.
2884         (gnus-registry-extract-addresses)
2885         (gnus-registry-fetch-recipients-fast)
2886         (gnus-registry-fetch-header-fast): Convenience functions.
2887         (gnus-registry-misc-test): ERT test of
2888         `gnus-registry-extract-addresses'.
2889
2890 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2891
2892         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2893         Track by subject first, then sender.
2894
2895 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2896
2897         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2898
2899         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2900         Lisp.
2901
2902         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2903         (gnus-draft-send): Use it to avoid popping
2904         up frames from gnus-group-send-queue.
2905
2906 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2907
2908         * gnus-registry.el: Updated gnus-registry docs.
2909
2910 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2911
2912         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2913         Fix logic bug.
2914         (gnus-registry-post-process-groups): Fix logging of no results and
2915         quote sender and subject.
2916
2917 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2920         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2921         gnutls-cli are too slow to be done opportunistically.
2922
2923         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2924         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2925         we had no early-data returned.
2926         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2927         two async commands to the same server at the same time.
2928
2929 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2930
2931         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2932
2933 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2936         "warning" level.
2937
2938         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2939         (mm-url-insert-file-contents): Don't set the package names.
2940
2941 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2942
2943         * gnus-registry.el (gnus-registry-action): Remove properties and
2944         simplify subject in `gnus-registry-handle-action'.
2945         (gnus-registry-spool-action): Get subject and sender from message if
2946         they are not passed in.
2947         (gnus-registry-handle-action): Remove properties and simplify subject
2948         consistently.
2949
2950 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2951
2952         * registry.el: Require CL before using defmacro*.
2953
2954 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * gnus-art.el (article-treat-date): Assume that
2957         gnus-article-date-headers may be a group parameter.
2958
2959 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2960
2961         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2962
2963         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2964         interactively so the newsrc file can contain foreign groups too.
2965         Useful for debugging but not much for users.
2966
2967 2011-04-07  David Engster  <dengste@eml.cc>
2968
2969         * registry.el (registry-usage-test): Only do
2970         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2971         lexical binding.
2972
2973 2011-04-07  David Engster  <dengste@eml.cc>
2974
2975         * Makefile.in (check, test-registry): New rules for test-suite.
2976
2977 2011-04-06  David Engster  <dengste@eml.cc>
2978
2979         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2980         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2981
2982 2011-04-06  David Engster  <dengste@eml.cc>
2983
2984         * registry.el (initialize-instance): Change :after to :AFTER to be
2985         compatible with old EIEIO version in XEmacs.
2986
2987 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2988
2989         * gnus-registry.el (gnus-registry-post-process-groups)
2990         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2991         and provide better messaging.
2992
2993 2011-04-06  David Engster  <dengste@eml.cc>
2994
2995         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2996         errors.
2997
2998         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2999         dgnushack-compile with error-on-warn enabled, and to signal an error if
3000         clean compilation failed.
3001         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3002         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3003
3004 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3005
3006         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3007         unconditionally anyway, discarding errors.
3008         (gnus-registry-delete-entries): New convenience function.
3009         (gnus-registry-import-eld): Import from old .eld registry.
3010
3011         * registry.el: Don't use ERT if it's not available.  Load it
3012         unconditionally anyway, discarding errors.
3013
3014         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3015         version from the Claudio Bley GnuTLS patch (extra optional parameters
3016         and host name).
3017
3018 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3019
3020         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3021         fixup the parameters that can be customized by the user between
3022         save/read cycles.
3023         (gnus-registry-read): Use it.
3024         (gnus-registry-make-db): Use it.
3025         (gnus-registry-spool-action, gnus-registry-handle-action):
3026         Fix messaging.
3027         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3028         Map references to actual group names with sender and subject tracking.
3029         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3030         (gnus-registry-usage-test): Add subject lookup test.
3031
3032         * registry.el (registry-db, initialize-instance): Set up constructor
3033         instead of :initform arguments for the sake of older Emacsen.
3034         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3035         pre-lexbind merge bug.
3036         (registry-usage-test): Use it.
3037         (initialize-instance, registry-db): Move the non-function initforms
3038         back to the class definition.
3039
3040 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3041
3042         * registry.el: New library to manage gnus-registry-style data.
3043
3044         * gnus-registry.el: Use it (major rewrite).
3045
3046         * nnregistry.el: Use it.
3047
3048         * spam.el: Use it.
3049
3050 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051
3052         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3053         marks on non-selected articles.
3054
3055 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3056
3057         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3058         parameter to open-protocol-stream.
3059
3060 2011-04-01  Julien Danjou  <julien@danjou.info>
3061
3062         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3063         fundamental-mode.
3064
3065 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3068         servers.
3069
3070 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3073         made marks not propagate, again.
3074
3075 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3076
3077         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3078         Make this the default type.
3079         (proto-stream-open-plain): Rename from proto-stream-open-default.
3080         (open-protocol-stream, proto-stream-open-starttls)
3081         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3082         with `plain'.
3083
3084         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3085         value.
3086
3087         * nntp.el (nntp-open-connection-function): Document the fact that some
3088         values are not functions but are instead handled specially.
3089         Recognize nntp-open-plain-stream value.
3090         (nntp-open-connection): Recognize that value.
3091
3092 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3095         where it seems to be needed.
3096
3097 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3100         stuff.
3101
3102         * gnus-score.el (gnus-score-string): Fix calling convention of
3103         `gnus-simplify-buffer-fuzzy' after last patches.
3104
3105         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3106         server for articles we didn't get any headers for.  This is a sanity
3107         check.
3108
3109 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3110
3111         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3112         new CAPABILITY, use it.
3113
3114 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3117         downloading anything.
3118
3119         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3120
3121 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3122
3123         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3124         colors.
3125         (gnus-splash-svg-color-symbols): New function.
3126
3127 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3130         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3131         (gnus-simplify-subject-fuzzy): Use the local
3132         gnus-simplify-subject-fuzzy-regex instead of the global one.
3133         This makes using this variable in group parameters work.
3134
3135 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3136
3137         * gnus-registry.el (gnus-registry-unfollowed-groups):
3138         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3139         archive:sent-YYYY-MM-DD groups).
3140         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3141         tracking if there are more than `gnus-registry-max-track-groups'
3142         matches.
3143
3144 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3145
3146         * message.el (message--yank-original-internal): New function to do the
3147         insertion cleanly inside eval in `message-yank-original'.
3148         (message-yank-original): Use it.
3149
3150 2011-03-29  Julien Danjou  <julien@danjou.info>
3151
3152         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3153         local variables disabled rather than `normal-mode'.
3154
3155 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3156
3157         * imap.el (imap-shell-open, imap-process-connection-type):
3158         Use imap-process-connection-type for 'shell' streams as well as
3159         Kerberos, SSL, other subprocesses.
3160
3161 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3162
3163         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3164         with open-network-stream.
3165         (proto-stream-always-use-starttls): Option removed.
3166         (open-protocol-stream): Return a process object by default.  Provide a
3167         new parameter :return-list specifying a list-type return value, which
3168         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3169         :type `network' to `try-starttls', and `network-only' to `default'.
3170         Make `default' the default, for compatibility with open-network-stream.
3171         Handle the no-parameter case exactly as open-network-stream, with no
3172         additional stream processing.  Search plists using plist-get.
3173         Explicitly add :end-of-commend parameter if it is missing.
3174         (proto-stream-open-default): Rename from
3175         proto-stream-open-network-only.  Return 'default as the type.
3176         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3177         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3178         failed.  Always return a list with a (possibly dead) process as the
3179         first element, for compatibility with open-network-stream.
3180         (proto-stream-open-tls): Use plist-get.  Always return a list.
3181         (proto-stream-open-shell): Return `default' as connection type.
3182         (proto-stream-capability-open): Use plist-get.
3183         (proto-stream-eoc): Function deleted.
3184
3185         * nnimap.el (nnimap-stream, nnimap-open-connection)
3186         (nnimap-open-connection-1): Handle renaming of :type parameter for
3187         open-protocol-stream.
3188         (nnimap-open-connection-1): Pass a :return-list parameter
3189         open-protocol-stream to obtain a list return value.  Parse this list
3190         using plist-get.
3191
3192         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3193         for open-protocol-stream.  Accept open-protocol-stream return value
3194         that is a subprocess object instead of a list.  Handle the case of a
3195         dead returned process.
3196
3197 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3198
3199         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3200
3201         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3202
3203 2011-03-21  Julien Danjou  <julien@danjou.info>
3204
3205         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3206         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3207         query.
3208         (mm-inline-text): Render normal text with fontification whenever
3209         possible.
3210
3211         * gnus-sum.el (gnus-summary-save-parts-1):
3212         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3213         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3214         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3215         Use `mm-handle-filename'.
3216
3217         * mm-util.el (mm-handle-filename): New function, return the filename of
3218         an handle.
3219
3220 2011-03-18  Julien Danjou  <julien@danjou.info>
3221
3222         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3223         (gnus-buffer-live-p): Check that buffer is not nil.
3224
3225 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3226
3227         * gnus.el: No Gnus v0.15 is released.
3228
3229 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3232         avoid warning on XEmacs.
3233
3234         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3235         on XEmacs.
3236
3237         * gnus-art.el: Require mouse, which the build bot seems to say is
3238         needed.
3239
3240         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3241
3242         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3243         XEmacs, since it doesn't have url-retrieve-synchronously.
3244
3245         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3246         since assoc-string doesn't exist in XEmacs.
3247
3248 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3249
3250         * gnus-group.el (gnus-group-list-ticked): New function.
3251         (gnus-group-make-menu-bar): Provide a menu entry for it.
3252         (gnus-group-list-map): Provide a binding for it.
3253
3254 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * shr.el (shr-visit-file): New command.
3257
3258         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3259
3260 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3261
3262         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3263         servers.
3264
3265 2011-03-16  Julien Danjou  <julien@danjou.info>
3266
3267         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3268         inline.
3269
3270         * gnus-art.el (article-hide-list-identifiers):
3271         Use gnus-group-get-list-identifiers.
3272
3273         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3274         (gnus-summary-remove-list-identifiers):
3275         Use gnus-group-get-list-identifiers to get regexp.
3276         (gnus-select-newsgroup, gnus-summary-insert-subject)
3277         (gnus-summary-insert-articles):
3278         Call gnus-summary-remove-list-identifiers unconditionally.
3279
3280 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3283         we're selecting a group with unread articles.
3284
3285         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3286
3287         * gssapi.el: New file separated out from imap.el to provide a general
3288         Kerberos 5 connection facility for Emacs.
3289
3290         * message.el (message-elide-ellipsis): Document the format spec
3291         ellipsis.
3292
3293 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3294
3295         * message.el (message-elide-region): Allow the ellipsis to say how many
3296         lines were removed.
3297
3298 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3301         window configurations containing buffers that are now dead.
3302
3303         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3304         parsing to avoid integer overflows.
3305         (nnimap-parse-flags): Simplify the last change.
3306         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3307         too large for 32-bit Emacsen.
3308
3309 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3310
3311         * auth-source.el (auth-source-netrc-create):
3312         * message.el (message-yank-original): Fix use of `case'.
3313
3314 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3315
3316         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3317         XEmacs, which was one character too wide.
3318
3319 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3320
3321         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3322         default number of articles to display.
3323         (gnus-articles-to-read): Use pretty names for prompt.
3324
3325 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * gnus-int.el (gnus-open-server): Ditto.
3328
3329         * gnus-start.el (gnus-activate-group): Give a backtrace if
3330         debug-on-quit is set and the user hits `C-g'.
3331         (gnus-read-active-file): Ditto.
3332
3333         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3334
3335 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3336
3337         * message.el (message-yank-original): Use cond instead of CL case.
3338
3339 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3340
3341         * auth-source.el (auth-source-netrc-create): Use usual format for the
3342         default in prompts.
3343
3344 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * lpath.el: Fbind read-char-choice for XEmacs.
3347
3348 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3349
3350         * auth-source.el (auth-source-netrc-create): Show the default in the
3351         prompt when prompting for token creation.
3352
3353 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3354
3355         * auth-source.el (auth-source-format-prompt): Always convert the value
3356         to a string to avoid evaluating non-string arguments.
3357         (auth-source-netrc-create): Offer default properly, not as initial
3358         content in `read-string'.
3359         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3360         of line to determine if we've been run before.  If so, don't run again,
3361         but print a trivial message to indicate the cache was hit instead.
3362
3363 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3364
3365         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3366         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3367         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3368         Gnus.
3369
3370 2011-03-11  Julien Danjou  <julien@danjou.info>
3371
3372         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3373         modified file".
3374
3375 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3376
3377         * auth-source.el (auth-source-read-char-choice): New function to read a
3378         character choice using `dropdown-list', `read-char-choice', or
3379         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3380         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3381         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3382         (auth-source-netrc-saver): Use it.
3383         (auth-source-pick-first-password): New convenience function.
3384
3385 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3386
3387         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3388         parameter in the credentials.
3389         (nnimap-open-connection-1): Use it after a successful login.
3390         (nnimap-credentials): Add IMAP-specific user and password prompt.
3391
3392         * auth-source.el (auth-source-search): Add :require parameter, taking a
3393         list.  Document it and the :save-function return token.  Pass :require
3394         down.  Change the CREATED message from a warning to a debug statement.
3395         (auth-source-search-backends): Pass :require down.
3396         (auth-source-netrc-search): Pass :require down.
3397         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3398         Change save prompt to indicate all modifications saved here are
3399         deletions.
3400         (auth-source-netrc-create): Take user login name as default in user
3401         prompt.  Move all the save functionality to a lexically bound function
3402         under the :save-function token in the returned list.  Set up clearer
3403         default prompts for user, host, port, and secret.
3404         (auth-source-netrc-saver): New function, intended to be wrapped for
3405         :save-function.
3406
3407 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3410         lines to be spaces instead.
3411
3412 2011-03-07  Julien Danjou  <julien@danjou.info>
3413
3414         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3415         (sieve-sasl-auth): Check that auth-source-search did return something,
3416         or just return an empty string.
3417
3418 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3419
3420         * gnus.el (gnus-interactive): Use read-directory-name.
3421
3422         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3423         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3424         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3425         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3426         Likewise.
3427
3428         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3429
3430 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3431
3432         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3433         onto the list of killed groups, too.  This makes killed nnimap groups,
3434         for instance, more reliably not reappear.
3435
3436         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3437         the parent.
3438
3439         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3440
3441         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3442         really have server-side marks.
3443
3444         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3445         since most backends do not usefully have server-side marks.
3446         (gnus-update-read-articles): Propagate marks to all backends that
3447         really have server-side marks.
3448
3449 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3450
3451         * message.el (message-cite-reply-position, message-cite-style):
3452         New variables.
3453         (message-yank-original): Use the new citation styles.
3454
3455 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3456
3457         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3458         buffer-local issue); don't mark it buffer-local when running under
3459         XEmacs.
3460
3461 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3462
3463         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3464         numbers too big to be `read'.
3465
3466 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3467
3468         * password-cache.el (password-in-cache-p): Add autoload.
3469
3470         * message.el (message-options): Make buffer-local two ways to attempt
3471         to fix a XEmacs bug.
3472
3473 2011-03-02  Julien Danjou  <julien@danjou.info>
3474
3475         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3476
3477 2011-03-01  Julien Danjou  <julien@danjou.info>
3478
3479         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3480         group.
3481         (article-hide-list-identifiers): Use list-identifier group parameter.
3482
3483 2011-02-28  Julien Danjou  <julien@danjou.info>
3484
3485         * sieve.el (sieve-buffer-script-name): New local variable to store
3486         sieve script name.
3487         (sieve-edit-script): Store sieve script name.
3488         (sieve-upload): Use sieve script name when uploading.
3489         (sieve-upload): Use substitute-command-keys.
3490         (sieve-edit-script): Use substitute-command-keys.
3491         (sieve-refresh-scriptlist): Use substitute-command-keys.
3492         (sieve-manage-mode-map): Define keymap properly.
3493         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3494         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3495         Remove commented code about cvs.
3496         (sieve-manage-quit): New function.
3497         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3498
3499 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3502
3503 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3504
3505         * auth-source.el (auth-source-search): Cache empty result sets.
3506
3507         * password-cache.el (password-in-cache-p): Convenience function to
3508         check if a key is in the cache, even if the value is nil.
3509
3510         * auth-source.el (auth-source-save-behavior): New variable to replace
3511         `auth-source-never-create'.
3512         (auth-source-netrc-create): Use it.
3513         (auth-source-never-save): Remove.
3514
3515 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3516
3517         * nnimap.el (nnimap-stream): Doc fix.
3518         (nnimap-open-connection-1): Reverse the order of the ports to that the
3519         prompted-for port is first.
3520
3521         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3522         retrieval by the no-group selection.
3523
3524         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3525         numerical parameters.
3526
3527 2011-02-25  Julien Danjou  <julien@danjou.info>
3528
3529         * gnus-gravatar.el: Use gnus-with-article-buffer.
3530
3531         * gnus-art.el (gnus-with-article-buffer): Check that the
3532         gnus-article-buffer is alive.
3533
3534 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3535
3536         * auth-source.el (auth-source-creation-prompts): New variable to manage
3537         creation-time prompts.
3538         (auth-source-search): Document it.
3539         (auth-source-format-prompt): Add utility function.
3540         (auth-source-netrc-create): Don't default the user name to
3541         user-login-name.  Use `auth-source-creation-prompts' and some default
3542         prompts for user, host, port, and password (the default generic prompt
3543         remains ugly).
3544         (auth-source-never-save): Add customizable option to never save info.
3545         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3546         mode excursion.
3547
3548 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3551         argument that XEmacs doesn't support.
3552
3553         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3554         compiled for Emacsen having no `libxml-parse-html-region' support.
3555
3556         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3557
3558         * lpath.el: Bind buffer-save-without-query for XEmacs.
3559
3560 2011-02-23  Julien Danjou  <julien@danjou.info>
3561
3562         * gnus-art.el (article-make-date-line): Ignore errors if time is
3563         invalid and not convertible.
3564         (article-make-date-line): Only add lapsed time if time is not nil.
3565
3566 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3567
3568         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3569         `read-char-choice' for backwards compatibility.
3570         (auth-source-netrc-element-or-first): New function to DTRT for
3571         parameter extraction.
3572         (auth-source-netrc-create): Use it and fix multiple parameter print
3573         bug.  Use the default passed from above (given-default) or the
3574         built-in (user-login-name for :user).
3575
3576 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3577
3578         * gnus-start.el (gnus-dribble-read-file):
3579         Set buffer-save-without-query, since we always want to save the dribble
3580         file, probably.
3581
3582         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3583         nnimap.
3584
3585         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3586         -summary- since it's a user-visible variable.
3587
3588         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3589         first time you use the new Gnus.
3590
3591 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3592
3593         * auth-source.el: Don't load netrc.el.
3594         (auth-sources): Search ~/.netrc as well by default.
3595         (auth-source-debug): Add 'trivia option for extra output.
3596         (auth-source-do-trivia): Use it.
3597         (auth-source-search): Simplify logic to use
3598         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3599         appropriate.  Don't keep a running count at this level.  Layer :create
3600         and :delete options appropriately on the first and second passes.
3601         Don't track the backend with the search results.
3602         (auth-source-search-backends): New function to search a list of
3603         backends for a processed spec.
3604         (auth-source-netrc-parse): Cache all netrc files, making
3605         auth-source-netrc-cache an alist keyed by the file name and using the
3606         file mtime as the caching criterion.  Keep the obfuscated data secret
3607         with a lexical bind.
3608         (auth-source-netrc-search): Don't calculate the length of the results
3609         unnecessarily.
3610         (auth-source-search-backends): Fix bug.
3611         (auth-source-netrc-create): Rework prompts.
3612
3613 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3614
3615         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3616         Lower case names of search constraints.
3617         (nnir-run-query): Cache and reuse search constraints for all imap
3618         servers.
3619
3620 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3623         after exit.
3624         (gnus-setup-message): Define missing variable from last checkin.
3625
3626         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3627         value, show the raw article.
3628
3629 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3630
3631         * gnus.el: No Gnus v0.13 is released.
3632
3633 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3634
3635         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3636         auth-source now accepts numbers.
3637
3638         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3639         spec, too.
3640         (auth-source-ensure-strings): New function.
3641
3642         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3643         (gnus-article-setup-buffer): Always restart the date timer so that user
3644         changes to the frequency is respected.
3645
3646         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3647         port numbers, so make sure it gets that if nnimap-server-port is
3648         explicit.
3649
3650 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3651
3652         * nnimap.el (nnimap-inbox): Doc fix.
3653
3654 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3655
3656         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3657         Autoload.  Add optional arg FRAME, and pass it to color-values.
3658         (color-complement): Caller changed.  Doc fix.
3659         (color-gradient): Rewrite for better clarity and efficiency.
3660
3661 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3662
3663         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3664         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3665         color-lab-to-srgb.
3666
3667 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3668
3669         * color.el: First part of merge from hexrgb.el.
3670         (color-rgb-to-hex): Rename from color-rgb->hex.
3671         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3672         saturation to zero if the value is too small.
3673         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3674         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3675         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3676         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3677         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3678         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3679         (color-cie-de2000): Doc fix.
3680
3681 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3682
3683         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3684         given method as in the group name if we're using an extended method.
3685         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3686         command, if we're using that, instead of waiting for the beginning.
3687
3688         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3689         we're sure to get unique server names, and we don't output two async
3690         commands in the same buffer.  This fixes an NNTP hang for some users.
3691
3692 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3693
3694         * gnus.el: No Gnus v0.11 is released.
3695
3696 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3697
3698         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3699         summary buffer before reading going to the next buffer.  This avoids
3700         putting the point in the group buffer if you `C-g' the command.
3701
3702         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3703         cache (for now) to make ~/.authinfo.gpg files usable.
3704
3705         * nnfolder.el (copyright-update): Define for the compiler.
3706
3707         * auth-source.el (auth-source-search): Fix unbound variable.
3708
3709 2011-02-19  Glenn Morris  <rgm@gnu.org>
3710
3711         * gnus.el (gnus-meta): Doc fix.
3712
3713 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3714
3715         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3716         in case it's not yet loaded.
3717
3718 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3719
3720         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3721         line we're waiting for.
3722
3723 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3724
3725         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3726         face with line-width greater than zero will cause RET in gnus summary
3727         buffer to scroll down article page-wise because auto vscroll happens,
3728         it should be temporally disabled when doing a scroll-up.
3729
3730 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3731
3732         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3733         outputs from the server.
3734
3735 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3736
3737         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3738         later so that bbdb can hook in easier.
3739
3740 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3741
3742         * auth-source.el (auth-source-search): Don't try to create credentials
3743         if the caller doesn't want that.
3744         (auth-source-search): If we don't find a match, don't bug out on
3745         non-bound variables.
3746         (auth-source-search): Only ask a single backend to create the
3747         credentials.
3748
3749         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3750         logging.
3751         (nnimap-credentials): Protect against auth-source-search returning nil.
3752         (nnimap-request-list): Protect against not being able to open the
3753         server.
3754
3755 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3756
3757         * auth-source.el (auth-source-search): Do a two-phase search, one with
3758         no :create to get the responses from all backends.
3759
3760         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3761         when getting credentials.
3762
3763         * gnus-util.el (gnus-delete-duplicates): New function.
3764
3765 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3768         a creation default, pass the whole port list down.  It will be
3769         completed.
3770
3771         * auth-source.el (auth-source-search): Updated docs to talk about
3772         multiple creation choices.
3773         (auth-source-netrc-create): Accept a list as a value (from the search
3774         parameters) and do completion on that list.  Keep a separate netrc line
3775         with the password obscured for showing the user.
3776
3777         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3778         first choice to `auth-source-search' so it will be used for entry
3779         creation instead of the server's Gnus-specific name.
3780         (nnimap-credentials): Rely on the auth-source library to select which
3781         port is actually wanted in the new netrc entry, so don't override
3782         `auth-source-creation-defaults'.
3783
3784         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3785         :protocol and accept a missing user, host, or port as a wildcard match.
3786         (auth-source-debug): Default to off.
3787
3788         (auth-source-netrc-search, auth-source-netrc-create)
3789         (auth-source-secrets-search, auth-source-secrets-create)
3790         (auth-source-user-or-password, auth-source-backend, auth-sources)
3791         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3792         instead of :protocol.
3793
3794         * nnimap.el (nnimap-credentials): Pass a port default to
3795         `auth-source-search' in case an entry needs to be created.
3796         (nnimap-open-connection-1): Use :port instead of :protocol.
3797
3798 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * auth-source.el: Bind load-path when loading EIEIO from
3801         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3802         21.4 doesn't support, to `require'.
3803         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3804         delete-dups that is not available in XEmacs 21.4.
3805
3806 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3807
3808         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3809         as EIEIO must also be loaded when auth-source.el is being
3810         byte-compiled.
3811
3812 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3813
3814         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3815
3816         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3817
3818         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3819
3820         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3821
3822         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3823
3824         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3825
3826         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3827
3828         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3829         necessary.
3830
3831 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3832
3833         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3834         nil means that nnimap doesn't get updated.
3835
3836 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3837
3838         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3839         result when the user doesn't want to write to the file.
3840         (auth-source-netrc-search): Expect a synthetic result and proceed
3841         accordingly.
3842         (auth-source-cache-expiry): New variable to override
3843         `password-cache-expiry'.
3844         (auth-source-remember): Use it.
3845
3846         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3847         parameter.  Create entry if necessary by using :create t.
3848         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3849
3850 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3851
3852         * auth-source.el (auth-source-debug): Enable by default and don't
3853         mention the obsolete `auth-source-hide-passwords'.
3854         (auth-source-do-warn): New function to debug unconditionally.
3855         (auth-source-do-debug): Use it.
3856         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3857         and for Secrets API entries when the secrets.el library is not
3858         available.
3859
3860 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3861
3862         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3863         (gnus-summary-exit): Kill the correct article buffer on exit from a
3864         `C-d' group.
3865
3866         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3867         gnus-propagate-marks.
3868
3869         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3870         before killing the buffers so that a non-full window conf gets handled
3871         correctly.
3872         (gnus-summary-exit): Ditto.
3873         (gnus-summary-read-group-1): Ditto.
3874
3875         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3876         async code again so that we can debug it properly.
3877
3878         * message.el (message-reply): Take an optional switch-buffer parameter
3879         so that Gnus window confs are respected better.
3880
3881 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3882
3883         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3884         `plist-get' to accept non-list parameters (XEmacs issue).
3885         Fix docstring.
3886         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3887         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3888         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3889         Login collection is "Login" and not "login".
3890
3891 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3892
3893         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3894         multiple headers.
3895
3896         * nnimap.el (nnimap-inhibit-logging): New variable.
3897         (nnimap-log-command): Don't log login commands.
3898
3899         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3900         to have more parameters.
3901
3902         * nnimap.el (nnimap-send-command): Mark the command time for each
3903         command, so that we don't get NOOPs stepping on our toes.
3904
3905         * gnus-art.el (article-date-ut): Get the date from the Date header on
3906         `t'.
3907
3908 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * auth-source.el (auth-source-search): Use copy-sequence instead of
3911         the cl.el copy-list.
3912
3913 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3914
3915         * imap.el: Bring it back (revert
3916         84d800cd31de3064f0ed39617d725709a2f8f42f).
3917
3918 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3919
3920         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3921         Improve prompt.
3922
3923 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3924
3925         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3926         washing status from the default format.  It isn't very informative.
3927
3928 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3929
3930         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3931         Fix Gcc processing on imap.
3932
3933 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3934
3935         * imap.el: Remove file.  All the functionality is in nnimap.el.
3936
3937 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3938
3939         * message.el (message-bury): Don't pop up a new window when selected
3940         window is dedicated.
3941
3942 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3943
3944         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3945
3946 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3947
3948         * sieve-manage.el: Autoload `auth-source-search'.
3949         (sieve-sasl-auth): Use it.
3950
3951 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3952
3953         * nnimap.el: Autoload `auth-source-forget+'.
3954         (nnimap-open-connection-1): Use it if the connection fails.
3955
3956         * auth-source.el: Require `password-cache'.
3957         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3958         obsolete.
3959         (auth-source-magic): Marker for `password-cache' keys.
3960         (auth-source-do-cache): Update docstring.
3961         (auth-source-search): Use and check cache.
3962         (auth-source-forget-all-cached, auth-source-remember)
3963         (auth-source-recall, auth-source-forget, auth-source-forget+)
3964         (auth-source-specmatchp): Caching support functions.
3965         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3966         Remove and obsolete.
3967         (auth-source-user-or-password): Remove caching to further discourage
3968         using it.  Always hide passwords.
3969
3970         * password-cache.el (password-cache-remove): Accept secrets that are
3971         not strings.
3972
3973 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3974
3975         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3976         code for now, since it doesn't work for all users.
3977
3978 2011-02-09  Julien Danjou  <julien@danjou.info>
3979
3980         * message.el (message-options): Make message-options really buffer
3981         local.
3982
3983 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3984
3985         * mail-source.el: Autoload `auth-source-search'.
3986         (mail-source-keyword-map): Note order matters.
3987         (mail-source-set-1): Get all the mail-source source values and
3988         defaults and search auth-source on those if needed.  This can all
3989         probably be simplified.
3990
3991         * nnimap.el: Autoload `auth-source-search'.
3992         (nnimap-credentials): Use it.
3993         (nnimap-open-connection-1): Ask for the virtual server and physical
3994         address in one shot.
3995
3996         * nntp.el: Autoload `auth-source-search'.
3997         (nntp-send-authinfo): Use it.  Note TODO.
3998
3999 2011-02-08  Julien Danjou  <julien@danjou.info>
4000
4001         * shr.el (shr-tag-body): Add support for text attribute in body
4002         markups.
4003
4004         * message.el (message-options): Make message-options a local variable.
4005
4006 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4007
4008         * auth-source.el (auth-source-secrets-search)
4009         (auth-source-user-or-password): Use `append' instead of `nconc'.
4010         (auth-source-user-or-password): Build return list better and protect
4011         against nil :secret.
4012
4013 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4014
4015         * nnimap.el (nnimap-update-info): Refactor slightly.
4016         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4017         (nnimap-update-info): Clean up slightly.
4018         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4019         characters.
4020         (nnimap-process-quirk): Rename function to avoid collision.
4021         (nnimap-update-info): Fix macrology bug-out.
4022         (nnimap-update-info): Simplify split history test.
4023
4024 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4025
4026         * auth-source.el (top): Require 'eieio unconditionally.
4027         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4028         (auth-source-secrets-search): Limit search when `max' is greater than
4029         number of results.
4030
4031 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4032
4033         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4034         part not returning any data.
4035
4036         * proto-stream.el (open-protocol-stream): Document the return value.
4037
4038 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4039
4040         * auth-source.el (auth-source-secrets-search): Add examples.
4041
4042 2011-02-06  Julien Danjou  <julien@danjou.info>
4043
4044         * message.el (message-setup-1): Handle message-generate-headers-first
4045         set to t.
4046
4047 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4048
4049         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4050         API with a string "secrets:collection-name" and with 'default.
4051         (auth-source-backend-parse): Parse "secrets:collection-name" and
4052         'default.  Recurse on parses instead of repeating code.  Use the
4053         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4054         message when ignoring a source.
4055         (auth-source-search): List ignored search keys at the top level.
4056         (auth-source-netrc-create): Use `case' instead of `cond'.
4057         (auth-source-secrets-search): Created with TODOs.
4058         (auth-source-secrets-create): Created with TODOs.
4059         (auth-source-retrieve, auth-source-create, auth-source-delete)
4060         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4061         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4062         (auth-source-user-or-password-sftp)
4063         (auth-source-user-or-password-smtp): Remove.
4064         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4065         around `auth-source-search'.  Not tested thoroughly.
4066
4067 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * auth-source.el: Bring in assoc and eioeio libraries.
4070         (secrets-enabled): New variable to track the status of the Secrets API.
4071         (auth-source-backend): New EIOEIO class to represent a backend.
4072         (auth-source-creation-defaults): New variable to set prompt defaults
4073         during token creation (see the `auth-source-search' docstring for
4074         details).
4075         (auth-sources): Simplify to allow a simple string as a netrc backend
4076         spec.
4077         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4078         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4079         (auth-source-search): Main auth-source API entry point.
4080         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4081         (auth-source-search-collection): Helper function for searching.
4082         (auth-source-netrc-parse, auth-source-netrc-normalize)
4083         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4084         Supports search, create, and delete.
4085         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4086         backend stubs.
4087         (auth-source-user-or-password): Call `auth-source-search' but it's not
4088         ready yet.
4089
4090 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4091
4092         * message.el (message-setup-1): Remove the read-only stuff, since it
4093         doesn't work under XEmacs, for some reason.
4094
4095         * gnus-sum.el (gnus-user-date): Rename back from
4096         gnus-summary-user-date since user code refers to it.
4097
4098         * shr.el (shr-render-td): Store the actual background color used.
4099
4100         * message.el (message-setup-1): Don't bind the constant
4101         -forbidden-properties.
4102         (message-setup-1): Revert previous change, since it needs to bind the
4103         props to insert them.
4104         (message-resend): Allow removing the read-only separator line.
4105
4106 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4107
4108         * nnimap.el (nnimap-request-accept-article): Give an error message if
4109         the APPEND wasn't successful.
4110
4111 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4112
4113         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4114         that have no groups.
4115
4116 2011-02-03  Julien Danjou  <julien@danjou.info>
4117
4118         * gnus-draft.el: Remove progn around gnus-draft-setup.
4119
4120 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4121
4122         * gnus-start.el (gnus-read-active-for-groups): This function is never
4123         called with a nil `infos', so clean that up.
4124         (gnus-get-unread-articles): Request active files from primary/secondary
4125         methods that have no groups (yet).
4126
4127 2011-02-03  Julien Danjou  <julien@danjou.info>
4128
4129         * message.el (message-setup-1): Always generate References first.
4130         (message-mail): Return the return value of message-setup, not always t.
4131         (message-setup-1): Insert mail-header-separator with read-only and
4132         intangible properties set.
4133
4134         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4135         user-date in docstring.
4136
4137         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4138
4139         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4140         docstring.
4141
4142         * gnus.el (gnus-user-date-format-alist): Change default value.
4143         Use defcustom, with type and group. Move from gnus-util.el.
4144         Rename to gnus-summary-user-date-format-alist.
4145
4146 2011-02-03  Glenn Morris  <rgm@gnu.org>
4147
4148         * nnimap.el (gnus-fetch-headers): Declare.
4149
4150         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4151
4152 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4153
4154         * message.el (message-forward-make-body-digest-plain)
4155         (message-followup, message-reply): Clean up things noted by Stefan.
4156
4157         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4158         gnus-article-update-date-headers is nil.
4159         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4160         it didn't really work with defcustom.
4161         (article-update-date-lapsed): Make sure the window start doesn't move,
4162         either.
4163
4164 2011-02-01  Julien Danjou  <julien@danjou.info>
4165
4166         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4167         format.
4168
4169         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4170         standard in Emacs nowadays.
4171
4172         * color.el (color-gradient): Add a color-gradient function.
4173
4174 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4175
4176         * message.el (message-expand-name): Don't trust the return value of
4177         bbdb-complete-name.
4178         (message-check-news-header-syntax): Remove unused var `start'.
4179         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4180         (message-inhibit-body-encoding): Move to before first use.
4181         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4182         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4183         (Organization, Message-ID, Date, mh-previous-window-config):
4184         Defvar the vars using dynamic scoping.
4185
4186 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4187
4188         * shr.el (shr-render-td): Only do colors at the final rendering.
4189         Should be slightly faster.
4190         (shr-insert-table): Fix up TD background colors when doing the
4191         vertical padding.
4192
4193         * gnus-art.el (article-date-ut): Protect against articles with no Date
4194         header.
4195         (article-update-date-lapsed): Don't use current-column to find the
4196         horizontal position.  It's fragile in the presence of \003 characters.
4197
4198         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4199
4200 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4201
4202         * gnus-art.el (article-transform-date): Rewrite to still work when
4203         there are several rfc2822 parts.
4204         (article-transform-date): Fix infinite recursion.
4205         (article-date-ut): Replace infinitely many Date headers with a single
4206         one when called interactively.
4207
4208         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4209         secure manner.
4210
4211         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4212         move around by not using save-window-excursion.  It seems to work...
4213
4214 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * gnus-art.el (article-make-date-line): Work for user-defined format.
4217
4218 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4219
4220         * nntp.el (nntp-retrieve-group-data-early)
4221         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4222         fetching functions.
4223
4224         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4225         thoroughly for all backends that have no known groups.  This should
4226         allow new nnml methods to retrieve mail.
4227
4228         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4229         that Gnus doesn't know exists again.
4230
4231         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4232         (gnus-treat-date-ut): Ditto.
4233         (gnus-article-update-date-header): Rename.
4234         (gnus-treat-date-local): Remove.
4235         (gnus-treat-date-english): Remove.
4236         (gnus-treat-date-lapsed): Remove.
4237         (gnus-treat-date-combined-lapsed): Remove.
4238         (gnus-treat-date-original): Remove.
4239         (gnus-treat-date-iso8601): Remove.
4240         (gnus-treat-date-user-defined): Remove.
4241         (gnus-article-date-headers): New variable to control all the date
4242         header options.
4243         (article-date-ut): Rewrite to allow using the new way to format date
4244         headers(s).
4245
4246 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4247
4248         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4249         method.
4250         (nnmail-article-group): A better test for fanciness.
4251
4252         * nnimap.el (nnimap-request-head): Protect against not finding the
4253         article by Message-ID.
4254
4255 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4256
4257         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4258         keep point at the "same place".
4259
4260 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4261
4262         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4263         data if the group is inactive.
4264
4265 2011-01-28  Julien Danjou  <julien@danjou.info>
4266
4267         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4268         (gnus-all-windows-visible-p): Remove old compatibility code.
4269         (gnus-window-top-edge): Add docstring.
4270
4271         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4272
4273 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4274
4275         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4276         older request-update-info.
4277
4278         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4279
4280 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4281
4282         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4283         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4284
4285 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4286
4287         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4288         groups.  This makes the nndraft:queue group pop up if it's not already
4289         there.
4290
4291         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4292         messages" logic, which was reversed.
4293
4294         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4295         the "same place" even if point is on the line being replaced.
4296         (article-update-date-lapsed): Allow updating both the combined lapsed
4297         and the lapsed headers.
4298         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4299         (article-make-date-line): Limit the number of segments dynamically to
4300         avoid too-long lines.
4301
4302 2011-01-27  Julien Danjou  <julien@danjou.info>
4303
4304         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4305         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4306
4307 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4310         Use plist-get instead of the cl function getf.
4311
4312 2011-01-27  Glenn Morris  <rgm@gnu.org>
4313
4314         * gnus-util.el (float-time): Get rid of compiler warning, again.
4315
4316 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4317
4318         * shr.el (shr-put-color): Special-case background colors: Do put them
4319         at the blank parts at the front of the lines.
4320
4321         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4322         exit hook to nix out all data on readedness on group exit.
4323
4324         * gnus-util.el (float-time): If float-time is bound, always use it on
4325         all Emacsen.  It's unclear why the subrp check was there.
4326         (time-date): Require to make some autoload issues on XEmacs go away.
4327
4328         * shr.el (shr-put-color): Don't do the box padding in tables, since
4329         they're already padded.
4330
4331 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4332
4333         * gnus-art.el (gnus-article-next-page): When the last line of the
4334         article is displayed, scroll down once more instead of going to the
4335         next article at once.
4336         (article-lapsed-string): Refactor out and allow specifying how many
4337         segments you want.
4338         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4339         (gnus-article-update-lapsed-header): New variable.
4340
4341         * shr.el: Revert change that made headings use different-sized faces.
4342         The Emacs display engine isn't advanced enough that, for instance,
4343         tables can comfortably use differently-sized faces.
4344
4345 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4346
4347         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4348         used.
4349         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4350         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4351         we're using an encrypted connection.
4352
4353         * proto-stream.el: Alter the interface functions to also return the
4354         actual stream type used: network or tls.
4355
4356 2011-01-25  Julien Danjou  <julien@danjou.info>
4357
4358         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4359         (mm-display-javascript-inline): New function.
4360
4361         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4362         viewing function.
4363
4364 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * shr.el (shr-expand-newlines): Fix variable name.
4367
4368 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4369
4370         * shr.el (shr-expand-newlines): Make nested boxes work.
4371
4372 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4373
4374         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4375         backgrounds.
4376         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4377         in a more sensible manner.
4378
4379 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4382         if EPG is loaded.
4383
4384 2011-01-24  Julien Danjou  <julien@danjou.info>
4385
4386         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4387         tags.
4388
4389 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4390
4391         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4392         commands.
4393
4394         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4395         in the article buffer.
4396         (gnus-gravatar-insert): Use blank space from the current buffer to
4397         avoid breaking text properties.  This makes X-Sent updating work again.
4398
4399         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4400
4401 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4402
4403         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4404         fix the bug in url-http.el instead.
4405
4406         * shr.el (shr-image-fetched): Ditto.
4407
4408         * shr.el (shr-image-fetched): Avoid having point move in the article
4409         buffer.
4410
4411         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4412         buffer after being called.  It's apparently being killed by url.el, and
4413         killing it made point move to end-of-buffer in a random buffer.
4414
4415         * shr.el (shr-image-fetched): Ditto.
4416
4417 2011-01-23  Julien Danjou  <julien@danjou.info>
4418
4419         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4420
4421         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4422         text/x-org.
4423
4424 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4425
4426         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4427         (i.e., nnimap) returning nil as the article number.
4428
4429 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4430
4431         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4432         "DelSp" parameter in RFC3676.
4433
4434 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4435
4436         * message.el (message-check-recipients): Display the encoded version of
4437         the bogus address if they differ.
4438
4439         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4440         after sending.
4441
4442         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4443
4444         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4445
4446         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4447         group buffer after sending the queue.
4448
4449         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4450
4451 2011-01-22  Julien Danjou  <julien@danjou.info>
4452
4453         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4454
4455 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4456
4457         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4458         nested related parts.
4459
4460         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4461         unexpired articles.  This fixes the regression that led expiry marks to
4462         disappear from nnfolder groups.
4463
4464 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4465
4466         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4467         Don't confuse the "ret" of "retrograde" with RET.
4468
4469 2011-01-21  Julien Danjou  <julien@danjou.info>
4470
4471         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4472         than mm-insert-inline.
4473
4474 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4477         Widen article buffer.
4478
4479 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4480
4481         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4482         the temp buffer.
4483         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4484
4485 2011-01-20  Julien Danjou  <julien@danjou.info>
4486
4487         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4488
4489         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4490         than mm-insert-inline to insert inline part: this respect
4491         mm-inline-media-tests displayers.
4492
4493         * mm-view.el (mm-display-shell-script-inline): New function.
4494
4495         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4496
4497         * mm-uu.el (mm-uu-type-alist): Add org block.
4498         (mm-uu-org-src-code-block-extract): New function.
4499
4500         * mm-view.el (mm-display-org-inline): New function.
4501
4502         * mm-decode.el (mm-automatic-display): Add text/org.
4503
4504         * mailcap.el (mailcap-mime-extensions): Add .org.
4505
4506 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4509         gnus-article-add-buttons.
4510
4511 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4512
4513         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4514         From header with a date and "nobody" as the sender.
4515
4516 2011-01-19  Julien Danjou  <julien@danjou.info>
4517
4518         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4519         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4520         if you have the same regexp several times.
4521         (gnus-button-push): Fix matching when regexp is symbol.
4522
4523 2011-01-15  Glenn Morris  <rgm@gnu.org>
4524
4525         * message.el (message-mail): A compose-mail function should
4526         accept headers as strings.
4527
4528 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4529
4530         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4531         Add :vert-only tags.
4532         (message-mail): New arg RETURN-ACTION.
4533         (message-return-action): New var.
4534         (message-bury): Use it.
4535         (message-mode): Make it buffer-local.
4536         (message-send-and-exit): Always call message-bury.
4537
4538         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4539         message-mail.
4540
4541 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * nnimap.el (nnimap-convert-partial-article): Protect against
4544         zero-length body parts.
4545
4546         * mm-decode.el (mm-preferred-alternative-precedence):
4547         Discourage showing empty parts.
4548
4549         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4550         and stuff if the backend didn't return the article number.  This fixes
4551         an Exchange-related nnimap bug.
4552
4553         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4554         group window, because it does the wrong thing when a separate frame
4555         displays the group buffer.
4556
4557         * proto-stream.el (open-protocol-stream): Protect against the low-level
4558         transport functions returning nil.
4559
4560 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4561
4562         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4563         (mml2015-epg-find-usable-secret-key): New function.
4564         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4565         mml2015-epg-find-usable-key (Bug#7797).
4566         (mml2015-epg-encrypt): Ditto.
4567
4568 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * dgnushack.el (rot13-string): Fix the way to get the argument.
4571
4572 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4575
4576 2011-01-03  Glenn Morris  <rgm@gnu.org>
4577
4578         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4579
4580         * sieve.el (sieve-open-server): Give a more explicit error if
4581         sieve-manage-open returns nil.  (Bug#7720)
4582
4583 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4584
4585         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4586
4587 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588
4589         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4590         This avoids sending passwords in plain text over non-encrypted
4591         channels.
4592
4593         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4594
4595         * nnimap.el (nnimap-login): Refactored out into own function, and
4596         implement CRAM-MD5.
4597         (nnimap-wait-for-line): Refactored out.
4598
4599         * mm-view.el (mml-smime): Require.
4600
4601 2010-12-20  David Engster  <deng@eml.cc>
4602
4603         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4604         use EPG to decrypt S/MIME messages instead of openssl.
4605
4606 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4607
4608         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4609
4610         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4611         status is the group clearly is unreachable.
4612
4613         * auth-source.el (auth-source-create): Add the optional second
4614         parameter to `local-variable-p' to be compatible with XEmacs.
4615
4616 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4617
4618         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4619         work when using a compressed nnml folder.
4620
4621 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4624         backends after sanitising on entry, because this never makes sense:
4625         If the articles have gone missing, then the data no longer exists on
4626         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4627         overwrite anything anyway.
4628
4629         * shr.el (shr-insert-document): Bind shr-width dynamically to
4630         window-width if it's nil.
4631
4632 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4633
4634         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4635         with the meaning of using the full emacs window width for rendering.
4636
4637 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4638
4639         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4640         case when sender is not given.
4641
4642 2010-12-23  Julien Danjou  <julien@danjou.info>
4643
4644         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4645         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4646         the addresses, otherwise we might misplaced the gravatar.
4647
4648 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4649
4650         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4651         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4652         obsolete in Emacs.
4653
4654 2010-12-20  Julien Danjou  <julien@danjou.info>
4655
4656         * gnus-util.el (gnus-rescale-image): Revert last change.
4657
4658 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4659
4660         * binhex.el: Improve commentary (Bug#7482).
4661
4662 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus-group.el (gnus-group-delete-articles): New command.
4665
4666 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4667
4668         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4669
4670 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4673         here, since it's up to the backends to do CRLF removal if their
4674         protocol has it.
4675
4676         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4677
4678 2010-12-17  Julien Danjou  <julien@danjou.info>
4679
4680         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4681         they are from file.  Can also scale up.
4682
4683 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4684
4685         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4686         Restore gnus-use-agent.
4687         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4688
4689         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4690
4691 2010-12-17  Julien Danjou  <julien@danjou.info>
4692
4693         * gravatar.el (gravatar-retrieve-synchronously): New function.
4694         (gravatar-get-data): Make more robust.
4695
4696 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4699
4700 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701
4702         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4703         to really consider the last line.
4704
4705 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4706
4707         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4708         list of recipient keys, or use symmetric encryption if not a list.
4709         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4710         EPA override, replacing the call to `netrc-store-data'.
4711
4712 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4713
4714         * gnus-srvr.el: Avoid passing nil regexp argument to
4715         delete-matching-lines.
4716
4717 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4720         fetching stops when Gnus exits.
4721
4722         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4723         function.
4724         (nnfolder-request-expire-articles): Save all the buffers after doing
4725         expiry.
4726
4727         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4728         the last article", since that led to serious performance regressions
4729         when expiring nnml groups.
4730
4731 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4732
4733         * nnir.el: Improve customizations.
4734
4735 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4738
4739         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4740         group has been killed.
4741         (gnus-group-yank-group): Ditto.
4742
4743         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4744
4745         * nnimap.el (nnimap-request-update-group-status): New function.
4746
4747         * gnus-int.el (gnus-request-update-group-status): New interface
4748         function.
4749
4750         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4751         copying read-ness to the backends.
4752
4753         * nnimap.el (nnimap-quirk): New function.
4754         (nnimap-retrieve-group-data-early): Use it.
4755         (nnimap-quirks): New alist.
4756
4757 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4760         don't delete it within indentation.
4761
4762 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4765         previous line.
4766
4767 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4770         QRESYNC command by deleting a superfluous space which broke Cyrus
4771         servers.  This change will break other servers that are buggy the other
4772         way around.
4773
4774 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4775
4776         * spam.el: Reindent and fix long lines.
4777         (spam-copy-or-move-routine): Exclude invalid move destinations.
4778
4779 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4780
4781         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4782         installed the registry.
4783
4784 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4787
4788 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4789
4790         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4791         groupname doesn't contain "gmane".
4792
4793 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4796         and netrc-bound-and-true-p bindings.
4797         (netrc-parse): Cache the netrc contents.
4798
4799         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4800         (gnus-1): Don't create the nndrafts group twice.
4801         (gnus-setup-news): There's no need to read the active file here, since
4802         that's done again later on a per-backend basis.
4803         (gnus-start-draft-setup): Make sure that the new group is started out
4804         empty.
4805
4806         * gnus-agent.el (gnus-agentize): Don't create the queue group
4807         automatically on startup.  It'll be created later, if needed.
4808
4809         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4810         of automatically subscribed groups.
4811         (gnus-auto-subscribed-categories): New variable.
4812         (gnus-matches-options-n): Use it.
4813         (gnus-default-subscribed-newsgroups): Remove unused variable.
4814         (gnus-start-draft-setup): Message a bit less.
4815
4816 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4817
4818         * nnir.el (nnir-run-imap): Return article list in order of increasing
4819         UID.
4820
4821 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4822
4823         * gnus-sum.el (gnus-summary-enter-digest-group):
4824         Mention gnus-auto-select-on-ephemeral-exit.
4825
4826         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4827         convention of the network-only option.
4828
4829 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * proto-stream.el (proto-stream-open-network-only): New function to
4832         have a way to specify non-STARTTLS upgrade connections.
4833
4834 2010-12-10  Julien Danjou  <julien@danjou.info>
4835
4836         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4837         email address is nil.
4838
4839         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4840
4841 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4842
4843         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4844         deletion.
4845         (nnir-run-imap): Only need to parse list once.
4846
4847 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * shr.el (shr-tag-script): Ignore <script>.
4850         (shr-tag-label): Add <label> support.
4851
4852 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4855
4856         * shr.el (shr-image-displayer): Work for images lined side by side.
4857
4858 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4859
4860         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4861         parameter, since XEmacs doesn't accept t as a parameter.
4862
4863 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4864
4865         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4866         ids.
4867         (nnir-run-gmane): Simplify groupspec formatting.
4868         (nnir-request-expire-articles): New function.
4869
4870 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4873         overflow, possibly.
4874
4875         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4876         (shr-render-td): Handle td style="" better.
4877         (shr-tag-table): Use the color from the style sheet.
4878         (shr-render-td): Make sure we copy over all the overlays, too.
4879
4880 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4881
4882         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4883         (nnir-request-article): Improve article retrieval.
4884
4885 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * mm-util.el (mm-extra-numeric-entities): New variable.
4888
4889         * mm-url.el (mm-url-decode-entities):
4890         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4891
4892         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4893
4894 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4895
4896         * message.el: Use completion-at-point.
4897         (message-completion-function): New fun, extracted from message-tab.
4898         (message-mode): Use it for completion-at-point-functions.
4899         (message-tab): Use it and completion-at-point.
4900
4901 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4904         character if a non-breakable character follows.
4905
4906 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4909         any stream.
4910
4911         * shr.el (shr-tag-font): Colorize the region.
4912         (shr-tag-body): Ditto.
4913         (shr-tag-font): Actually let the styles be inherited instead of
4914         overwriting them.
4915         (shr-tag-font): Get the background color right.
4916         (shr-tag-style): Ignore all <style> tags for the moment.
4917
4918         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4919         a Message-ID to avoid having nnimap depend on gnus-sum.
4920
4921         * shr.el (shr-descend): Only colorize something if we have a node that
4922         sets colors.
4923
4924 2010-12-06  Julien Danjou  <julien@danjou.info>
4925
4926         * shr.el (shr-render-td): Render td content with shr-descend, so style
4927         will be applied to <td> too.
4928         (shr-colorize-region): Colorize region even if we only have a background.
4929         (shr-tag-body): Fix color and background color inheritance.
4930         Do not recolorize after shr-generic.
4931         (shr-tag-font): Let shr-generic colorize via inheritance.
4932
4933 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4936
4937 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4938
4939         * nnir.el (nnir-request-move-article): Remove obsolete code.
4940
4941 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4944
4945 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * gnus-sum.el (gnus-summary-respool-article): The completion function
4948         expects a list instead of an alist.
4949
4950         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4951         string as the parameter.
4952
4953         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4954
4955         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4956         styles.
4957         (shr-colorize-region): New function.
4958         (shr-insert-background-overlay): Remove.
4959         (shr-render-td): Background setting should be taken care of on a higher
4960         level.
4961         (shr-tag-body): Use post-hoc colorizations.
4962         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4963         (shr-put-color-1): Don't overwrite old colors.
4964         (shr-colorize-region): When the background color isn't explicit, use
4965         a fixed background.
4966
4967         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4968         nnmail variables.
4969
4970 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4971
4972         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4973         unless necessary.
4974
4975 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4976
4977         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4978         server.
4979
4980 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4983         so that TAB works.
4984
4985         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4986         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4987
4988         * shr.el (shr-urlify): Show the URL before the title to avoid
4989         misleading URLs.
4990
4991 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4992
4993         * shr.el (shr-urlify): Display the title in <a> tags.
4994
4995 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4996
4997         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4998
4999 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5000
5001         * nnir.el: Rearrange code to allow macros to be autoloaded by
5002         gnus-sum.el.
5003         (nnir-retrieve-headers-override-function): Make this variable
5004         customizable.
5005         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5006
5007         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5008         from nnir.el.
5009
5010 2010-12-03  Julien Danjou  <julien@danjou.info>
5011
5012         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5013
5014 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5017         allow optional argument `environment'.
5018
5019 2010-12-03  Glenn Morris  <rgm@gnu.org>
5020
5021         * mm-extern.el (message-goto-body): Update declaration.
5022
5023 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * gnus-util.el (gnus-macroexpand-all): New function.
5026
5027         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5028         instead of macroexpand-all that is unavailable in XEmacs.
5029
5030 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5031
5032         * nnir.el (nnir-summary-line-format): New variable.
5033         (nnir-mode): Use it.
5034         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5035         (nnir-article-ids): Reimplement as defsubst.
5036         (nnir-retrieve-headers): Don't mangle the subject header.
5037         (nnir-run-imap): Use 100 as RSV score.
5038         (nnir-run-find-grep): Fix for full server searching.
5039         (nnir-run-gmane): Better restriction to gmane groups.
5040
5041         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5042         summary buffers.
5043
5044 2010-12-02  Julien Danjou  <julien@danjou.info>
5045
5046         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5047
5048         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5049
5050         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5051         support.
5052
5053 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5054
5055         * nnir.el: Update to handle the registry better.
5056         (autoload): Silence byte-compiler.
5057         (nnir-open-server): Add a hook for nnir groups.
5058         (nnir-request-move-article): Don't mangle the header.  Better to use
5059         formatting variables (which will be added in the future).
5060         (nnir-registry-action): Update the registry using the original article
5061         group name.
5062         (nnir-mode): Install nnir-specific hooks for updating the registry.
5063
5064         * gnus-sum.el
5065         (gnus-article-original-subject,gnus-newsgroup-original-name):
5066         Remove obsolete variables.
5067         (gnus-summary-move-article): Remove use of obsolete variables.
5068         (gnus-summary-local-variables): Make move and delete hooks local to
5069         summary buffers.
5070
5071 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5072
5073         * rtree.el: New file.
5074
5075 2010-12-01  Julien Danjou  <julien@danjou.info>
5076
5077         * message.el (message-user-organization): Do not use
5078         gnus-local-organization.
5079
5080         * gnus.el: Remove gnus-local-organization.
5081
5082         * gnus-msg.el: Remove nastygram thing.
5083
5084 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5085
5086         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5087         funcall.
5088
5089 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5092         names.
5093
5094         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5095         characters.
5096
5097         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5098         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5099         Suggested by Štěpán Němec <stepnem@gmail.com>.
5100         (gnus-gravatar-transform-address): Use mail-extract-address-components
5101         that supports non-ASCII names rather than mail-header-parse-addresses.
5102
5103 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * proto-stream.el (open-protocol-stream): All starttls connections are
5106         handled by the network handler.
5107
5108 2010-11-30  Julien Danjou  <julien@danjou.info>
5109
5110         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5111         (nnimap-open-connection-1): Fix PREAUTH.
5112
5113         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5114
5115 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5118         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5119         (shr-insert): Use them.
5120         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5121
5122 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5123
5124         * nnir.el (nnir-request-move-article): Bail out if original group
5125         doesn't support article moves.
5126         (nnir-get-active): Improve active list retrieval.
5127
5128 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5131
5132 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5133
5134         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5135         seem to accept strings-with-numbers as port numbers,
5136
5137 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5138
5139         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5140         change the registry.
5141
5142 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5145         delete-dups that is not available in XEmacs 21.4.
5146
5147         * mm-util.el (mm-delete-duplicates): Add comment.
5148
5149 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5150
5151         * nnir.el (nnir-ignored-newsgroups): New variable.
5152         (nnir-get-active): Use it.
5153
5154 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155
5156         * proto-stream.el (proto-stream-open-network): Add some comments.
5157
5158         * nntp.el (nntp-open-connection): Provide a :success condition.
5159
5160         * nnimap.el (nnimap-open-connection-1): Ditto.
5161
5162         * proto-stream.el (proto-stream-open-network): See what the response to
5163         the STARTTLS command is.
5164
5165         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5166         backwards compatibility).
5167         (nnimap-open-connection-1): Really respect nnimap-server-port.
5168
5169         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5170         TLS upgrades we don't really care about the identity of the peer.
5171         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5172         that what we've checked for.
5173         (proto-stream-always-use-starttls): Only default to t if
5174         open-gnutls-stream exists.
5175         (proto-stream-open-network): If STARTTLS failed, then just open a
5176         normal connection.
5177         (proto-stream-open-network): Wait until the greeting before doing
5178         STARTTLS.
5179
5180         * nntp.el (nntp-open-connection): Report what the connection error is.
5181
5182         * proto-stream.el (open-protocol-stream): Rename from
5183         open-proto-stream.
5184
5185 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * nnimap.el (nnimap-stream): Change default to `undecided'.
5188         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5189         first, and then network.
5190         (nnimap-open-connection-1): Respect nnimap-server-port.
5191         (nnimap-open-connection): Be more backwards-compatible.
5192
5193         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5194         (proto-stream-open-starttls): De-duplicate the starttls code.
5195         (proto-stream-open-starttls): Folded back into the main function.
5196         (proto-stream-open-network): Fix typo in the gnutls path.
5197         (proto-stream-command): Refactor out.
5198
5199         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5200
5201         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5202         starttls.el STARTTLS.
5203
5204         * color.el (color-lab->srgb): Fix function call name.
5205
5206         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5207         if we're using tls.el.
5208         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5209         built in, then don't try to establish a STARTTLS connection.
5210
5211         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5212         servers.
5213
5214         * proto-stream.el (open-proto-stream): Use network, not stream.
5215         (open-proto-stream): Add a way to specify what the end of a command is.
5216
5217         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5218         connections types.
5219         (nntp-open-network-stream): Remove.
5220         (nntp-open-ssl-stream): Remove.
5221         (nntp-open-tls-stream): Remove.
5222         (nntp-ssl-program): Remove.
5223
5224         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5225
5226 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5227
5228         * nnir.el: Fix typos.
5229         (nnir-retrieve-headers-override-function): Rename variable to reflect
5230         new semantics.
5231         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5232         macros.
5233         (nnir-request-article, nnir-request-move-article): Use them.
5234         (nnir-categorize): New function.
5235         (nnir-run-query): Use it.
5236         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5237         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5238         sorted.
5239         (nnir-group-full-name): Use gnus-group-full-name instead.
5240         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5241         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5242
5243 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244
5245         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5246
5247         * proto-stream.el: New library to provide protocol-specific
5248         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5249         protocols.
5250         (open-proto-stream): Complete the documentation.
5251         (proto-stream-open-network): Fix some typos.
5252
5253         * nnimap.el (nnimap-open-connection): Use it.
5254
5255 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5256
5257         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5258         negotiation.
5259
5260 2010-11-26  Julien Danjou  <julien@danjou.info>
5261
5262         * color.el: Rename various rgb functions to srgb.
5263
5264 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5267         names.
5268
5269 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * shr.el (shr-insert): Revert last change.
5272         (shr-find-fill-point): Never leave point being at bol;
5273         relax the kinsoku limitation when rendering tables.
5274
5275 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276
5277         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5278         results from -accept-article.
5279
5280         * shr-color.el: Require cl when compiling.
5281
5282         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5283         checkin.
5284
5285         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5286
5287         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5288
5289         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5290         'add and 'delete to set backend marks.
5291
5292         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5293
5294         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5295
5296         * nntp.el (nntp-request-set-mark): Use it.
5297
5298         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5299
5300         * nnml.el (nnml-request-set-mark): Ditto.
5301
5302         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5303         introduces regressions in article selection.
5304         (nnimap-find-uid-response): New function.
5305         (nnimap-request-accept-article): Use the UID returned, if any.
5306         (nnimap-request-move-article): Use the UID returned, if any.
5307         (nnimap-get-groups): Reimplement to work with folded lines.
5308         (nnimap-find-uid-response): The UID is the last element in the list.
5309         (nnimap-request-set-mark): Extend syntax with 'set.
5310
5311         * nnml.el (nnml-request-set-mark): Ditto.
5312
5313         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5314
5315         * nntp.el (nntp-request-set-mark): Ditto.
5316
5317 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * message.el (message-called-interactively-p): A temporary macro.
5320         (message-goto-body): Use it temporarily.
5321
5322 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5325         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5326         (nnimap-last-response-string): Fix last unfolding fix.
5327
5328 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * shr.el (shr-insert): Fix the way to fold lines.
5331
5332 2010-11-25  Julien Danjou  <julien@danjou.info>
5333
5334         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
5335
5336         * color.el: Rename from color-lab.el
5337         (color-rgb->hex): Add.
5338         (color-complement): Add.
5339         (color-complement-hex): Add.
5340
5341         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5342
5343 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * shr-color.el (shr-color-visible): Don't bug out if the color names
5346         don't exist.
5347
5348 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5351         assuming that article displaying or another mml-preview may be
5352         interrupted for an error or for the like.
5353
5354         * shr.el (shr-get-background): Fix argument name.
5355
5356 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5359
5360         * gnus-sum.el (gnus-summary-include-articles): New function.
5361
5362         * message.el (message-goto-body): called-interactively-p needs a
5363         parameter, so use `any'.
5364
5365         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5366         clear marks before moving, since they're synced from the Gnus side
5367         first.
5368
5369         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5370         (gnus-summary-move-article): Copy over all marks before moving, so that
5371         IMAP doesn't think a new article has arrived.
5372
5373 2010-11-24  Julien Danjou  <julien@danjou.info>
5374
5375         * shr.el (shr-insert-background-overlay): Fix typo.
5376         (shr-render-td): Copy the background before rendering.
5377
5378         * shr-color.el (shr-color-visible): Fix docstring.
5379
5380         * shr.el (shr-tag-table): Add bgcolor support.
5381         (shr-render-td): Add bgcolor support.
5382         (shr-get-background): Add.
5383         (shr-insert-foreground-overlay): Use shr-get-background.
5384
5385         * message.el (message-goto-body): Use called-interactively-p.
5386         (message-in-body-p): message-goto-body returns point.
5387
5388 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389
5390         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5391         Fixes something or other in Emacs 23, and is backwards compatible.
5392
5393         * message.el (message-goto-body): Remove the <#secure special-casing,
5394         which is too special.
5395
5396         * shr.el (shr-parse-style): Drop !important from styles.
5397
5398 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5399
5400         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5401         this function to return incorrect results when calling it with an
5402         explicit article argument different from
5403         (gnus-summary-article-number).
5404
5405 2010-11-24  Julien Danjou  <julien@danjou.info>
5406
5407         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5408         (shr-tag-body): Add background support.
5409         (shr-descend): Add background support.
5410         (shr-tag-title): Add.
5411
5412         * shr-color.el (shr-color-visible): Really return original background
5413         if fixed.
5414
5415 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5416
5417         * shr.el (shr-color-check): Protect against non-existent color names.
5418
5419 2010-11-24  Julien Danjou  <julien@danjou.info>
5420
5421         * color-lab.el: Require 'cl when compiling.
5422
5423         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5424
5425         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5426         matched part.
5427
5428         * color-lab.el: Fix all expt calls to use float type.
5429
5430 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5433         expression to shr-color-check as is.
5434
5435         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5436
5437         * color-lab.el: Add coding cookie.
5438         (float-pi): Use eval-and-compile.
5439
5440         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5441         compiled for Emacsen having no `libxml-parse-html-region' support.
5442
5443 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * shr.el (shr-insert-color-overlay): Split stuff like
5446         "#444444 !important" to find the real color.
5447         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5448         parse <font color="red"> entries.
5449
5450 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5451
5452         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5453         point when parsing headers.
5454
5455         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5456         is positioned properly when parsing headers.
5457
5458 2010-11-23  Julien Danjou  <julien@danjou.info>
5459
5460         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5461
5462         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5463
5464         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5465
5466         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5467         Use shr-color-hue-to-rgb.
5468         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5469
5470 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * shr.el (shr-color->hexadecimal): Autoload.
5473         (shr-descend): Add color to all tags.
5474
5475 2010-11-22  Julien Danjou  <julien@danjou.info>
5476
5477         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5478         shr-color->hexadecimal.
5479
5480         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5481         RGB() or HSL() color representation.
5482
5483         * shr.el (shr-tag-font): Add.
5484         (shr-tag-color-check): New function to get better colors.
5485         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5486         tag-span.
5487
5488         * shr-color.el: New file.
5489
5490         * color-lab.el: New file.
5491
5492         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5493
5494 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5495
5496         * nnir.el: Fix typo in comments.
5497         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5498         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5499
5500 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5503
5504         * nnimap.el (nnimap-get-capabilities): Refactor out.
5505         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5506
5507 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5508
5509         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5510         appearing when `mm-uu-hide-markers' is nil.
5511
5512 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * nnimap.el (nnimap-unselect-group): Make into its own function.
5515         (nnimap-request-rename-group): Unselect group before renaming.
5516         This had gotten lost somewhere.
5517         (nnimap-request-accept-article): Keep track of examined groups, and
5518         unselect the group before APPENDing to read-only groups.
5519         (nnimap-request-move-article): Clear flags before moving so that they
5520         can be re-set later.
5521
5522 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5525         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5526
5527 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus-art.el (gnus-mime-display-single):
5530         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5531         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5532         parameter.
5533
5534 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535
5536         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5537         (shr-table-vertical-line): New variable.
5538         (shr-insert-table): Use it.
5539
5540 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * gnus-html.el (gnus-html-wash-images): Don't display images if
5543         gnus-inhibit-images is non-nil; register displayer for cid images.
5544         (gnus-html-display-image): Work for cid image.
5545         (gnus-html-insert-image): Allow arguments.
5546         (gnus-html-put-image): Inhibit read-only.
5547         (gnus-html-prefetch-images): Don't prefetch images if
5548         gnus-inhibit-images is non-nil.
5549
5550 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * shr.el (shr-put-image): Break lines when inserting big pictures.
5553
5554 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5555
5556         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5557         sender, thanks Katsumi Yamaoka.
5558
5559 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5560
5561         * nnir.el (nnir-run-imap): Reverse the article list for each group
5562         rather than the whole list.
5563
5564 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * shr.el (shr-image-displayer): Protect function against non-existent
5567         image source.
5568
5569         * gnus-art.el (gnus-inhibit-images): New user option.
5570         (gnus-mime-display-single): Don't display image if it is non-nil.
5571
5572         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5573         gnus-inhibit-images.
5574
5575         * shr.el (shr-image-displayer): New function.
5576         (shr-tag-img): Use it.
5577
5578 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5579
5580         * mml2015.el (mml2015-epg-sign): Use From header.
5581
5582 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5585
5586         * gnus-util.el (gnus-find-text-property-region): Return markers.
5587
5588         * shr.el (shr-tag-img): Put a displayer in the text property.
5589
5590         * gnus-util.el (gnus-find-text-property-region): New utility function.
5591
5592         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5593         (gnus-html-show-images): Remove.
5594
5595         * gnus-art.el (gnus-article-show-images): New, more general function.
5596
5597         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5598         image url text properties.
5599
5600         * shr.el: Ditto.
5601
5602         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5603         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5604
5605 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5608         work for two or more articles.
5609
5610 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5613         divide an image that's in an html article to two or more when washing
5614         non-ASCII characters in alt text of it.
5615
5616 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5619         smime-decrypt-region using function argument.
5620         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5621
5622         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5623
5624         * smime.el (smime-decrypt-region): Catch it.
5625
5626 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5627
5628         * smime.el (smime-mode-map): Move initialization into declaration.
5629         (gnus-run-mode-hooks): Don't autoload.
5630         (smime-mode): Use define-derived-mode.
5631
5632 2010-11-11  Glenn Morris  <rgm@gnu.org>
5633
5634         * smime.el (from): Restrict declaration to XEmacs.
5635
5636         * nnir.el (gnus-group-topic-name): Autoload.
5637
5638 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * shr.el (shr-insert): Don't break long line if it is because of
5641         kinsoku-bol characters in the line end.
5642
5643 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5644
5645         * nnir.el (nnir-request-move-article): Fix to provide original group
5646         and subject.
5647         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5648         been retrieved.
5649
5650         * gnus-sum.el (gnus-summary-move-article): Use original group and
5651         subject for virtual articles such as those in an nnir summary buffer.
5652
5653 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5656         least 21.5).
5657
5658         * smime.el (from): Declare it again for XEmacs.
5659
5660 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661
5662         * message.el (message-resend): Don't disable encoding unless it's
5663         already encoded.
5664
5665         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5666         low-numbered articles.
5667
5668 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * rfc2047.el (rfc2047-syntax-table): Simplify.
5671
5672         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5673
5674         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5675         set-char-table-range for XEmacs.
5676
5677 2010-11-10  Glenn Morris  <rgm@gnu.org>
5678
5679         * time-date.el (time-to-seconds): Always an alias on Emacs,
5680         never a real function.
5681         (with-no-warnings): Remove compat stub, now unused.
5682         (time-less-p): Doc fix.
5683         (time-to-number-of-days): Simplify.
5684
5685         * smime.el (from): Remove unused declaration.
5686
5687         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5688         (gnus-float-time): On Emacs, always an alias.
5689
5690         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5691         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5692
5693 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * dgnushack.el: Don't use ignore-errors in the top level form since it
5696         is unavailable in XEmacs even if cl is loaded.
5697
5698         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5699
5700 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701
5702         * shr.el (browse-url-mailto): Autoload.
5703
5704         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5705
5706         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5707         regexp doesn't need quoting.
5708
5709 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5710
5711         * message.el (message-subject-trailing-was-ask-regexp)
5712         (message-subject-trailing-was-regexp): Match was: in addition to was.
5713
5714 2010-11-09  Glenn Morris  <rgm@gnu.org>
5715
5716         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5717         (nnbabyl-check-mbox): Use point-at-bol.
5718
5719 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5722
5723         * message.el (message-mailto): New function.
5724         (message-mailto): Should accept other parameters.
5725         (message-mailto): Remove since it duplicates browse-url-mailto
5726         functionality.
5727
5728 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5731         methods.
5732         (gnus-read-active-file): Ditto.
5733
5734         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5735         ": " from the prompt.
5736         (gnus-group-make-group): Ditto.
5737
5738 2010-11-07  Glenn Morris  <rgm@gnu.org>
5739
5740         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5741         (gnus-bookmark-kill-line): Use point-at-eol.
5742
5743 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5746         asterisks in From header.
5747
5748 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5751         string to avoid making the From headers syntactically invalid.
5752
5753         * message.el (message-send-mail): Don't insert courtesy messages if the
5754         message already has List-Post and List-ID messages.
5755
5756 2010-11-06  Glenn Morris  <rgm@gnu.org>
5757
5758         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5759         `condition', `type', `length' a prefix.
5760         (gnus-treat-predicate): Update for above name changes.
5761
5762 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5763
5764         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5765         binding.  Handled by `gnus-summary-refer-thread' instead.
5766         (nnir-warp-to-article): New backend function.
5767
5768         * nnimap.el (nnimap-request-thread): Force dependency updating.
5769
5770         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5771         (gnus-summary-refer-thread): Rework to improve thread-referral.
5772
5773         * gnus-int.el (gnus-warp-to-article): New function.
5774
5775         * gnus-sum.el (gnus-summary-article-map): Bind it.
5776
5777 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5778
5779         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5780         gnus-summary-refer-thread.
5781
5782         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5783         headers.
5784         (gnus-summary-limit-include-thread): Prevent articles in thread from
5785         being cut in gnus-cut-threads.
5786         (gnus-summary-refer-thread): Limit retrieved headers to those in
5787         thread.
5788
5789 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790
5791         * message.el (message-send-mail): Use the value of
5792         message-courtesy-message from the message buffer.
5793
5794         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5795
5796         * shr.el (shr-browse-url): Implement mailto: URLs.
5797
5798         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5799         "raw".
5800
5801         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5802         if it's already selected.
5803
5804         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5805
5806 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5809         to measure the length and truncate alt text.
5810
5811 2010-11-03  Glenn Morris  <rgm@gnu.org>
5812
5813         * nndiary.el (nndiary-generate-nov-databases-1)
5814         (nndiary-generate-active-info): Rename dynamic variable `files' to
5815         something less generic.
5816
5817 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5818
5819         * nnir.el (nnir-request-move-article): Call the underlying backend to
5820         move articles from nnir.
5821
5822 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5825
5826 2010-11-02  Julien Danjou  <julien@danjou.info>
5827
5828         * nnir.el: Remove wais support.
5829
5830 2010-11-02  Glenn Morris  <rgm@gnu.org>
5831
5832         * gnus-html.el: Reorder requirements to quieten compiler.
5833
5834 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5837         properly for XEmacs as well.
5838         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5839         (gnus-article-natural-long-line-p): Use window-width rather than
5840         frame-width.
5841
5842 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5843
5844         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5845         (nnir-read-parms): Don't modify query.
5846         (nnir-run-query): Add ability to search topic on current line.
5847         (nnir-get-active): Clean up.
5848
5849 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5852         degenerate articles.
5853
5854         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5855         (gnus-print-buffer): Just print the buffer as is, without any copying
5856         to a buffer and then re-highlighting.
5857
5858         * nnimap.el (nnimap-request-group): Store the new updated info.
5859         (nnimap-request-group): Select the group when we don't know whether it
5860         exists or not.
5861
5862         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5863         groups.
5864
5865         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5866         groups.
5867
5868         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5869         groups.
5870
5871         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5872         long-lines case by only filling the long lines.
5873
5874         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5875         (bug #7311).
5876
5877 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * shr.el: No need to declare `declare-function' since shr.el is for
5880         only Emacsen that provide `libxml-parse-html-region'.
5881
5882         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5883         effective only in a file it is referred to.
5884
5885 2010-11-01  Glenn Morris  <rgm@gnu.org>
5886
5887         * mm-util.el (gnus-completing-read): Autoload.
5888         (mm-read-coding-system): Simplify Emacs definition.
5889
5890         * nnmail.el (gnus-activate-group):
5891         * nnimap.el (gnutls-negotiate):
5892         * nntp.el (netrc-parse): Fix declarations.
5893
5894 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5897         string-match-p in Emacs >=23.
5898
5899         * gnus-msg.el (gnus-configure-posting-styles):
5900         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5901
5902 2010-11-01  Glenn Morris  <rgm@gnu.org>
5903
5904         * nnir.el (declare-function): Add compat stub.
5905         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5906         (nnir-run-gmane): Require 'mm-url.
5907
5908         * mm-util.el (mm-string-to-multibyte): Simplify.
5909
5910         * shr.el (declare-function): Add compat stub.
5911         (url-cache-create-filename): Declare.
5912         (mm-disable-multibyte, widget-convert-button): Autoload.
5913
5914         * smime.el (ldap-search): Declare.
5915         (smime-cert-by-ldap-1): Require ldap on Emacs.
5916
5917         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5918         (nnimap-keepalive): Use gnus-float-time.
5919
5920         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5921         (mail-source-delete-crash-box): Use gnus-float-time.
5922
5923         * gnus-dired.el (gnus-completing-read): Autoload.
5924
5925         * mm-view.el (gnus-rescale-image): Autoload.
5926
5927         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5928
5929         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5930
5931         * sieve-manage.el: Require 'cl when compiling.
5932
5933         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5934         (gnus-iswitchb-completing-read): Require iswitchb.
5935         (gnus-select-frame-set-input-focus): Silence compiler.
5936
5937 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5938
5939         * message.el (message-subject-trailing-was-query): Change default to t,
5940         since I think that's what most people want.
5941
5942         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5943         appending for easier debugging.
5944         (nnimap-wait-for-connection): Take a regexp.
5945         (nnimap-request-accept-article): Wait for the continuation line before
5946         sending anything unless we're streaming.
5947
5948         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5949         leave the header washing to take place.
5950
5951 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5952
5953         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5954         regular expression match and replace in posting styles.
5955
5956 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5957
5958         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5959         an entire server.
5960         (nnir-get-active): New function.
5961         (nnir-run-imap): Use it.
5962         (nnir-run-gmane): Who knew, gmane search returns an article score!
5963
5964         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5965         server on the current line with nnir.
5966
5967 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968
5969         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5970         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5971         left edge.
5972         (gnus-article-foldable-buffer): Skip past the prefix when determining
5973         raggedness.
5974
5975         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5976         the raw article, and change `C-u g' to show the article without doing
5977         treatments.
5978
5979         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5980         on to `gnus-treat-article'.
5981         (gnus-inhibit-article-treatments): New variable.
5982
5983         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5984
5985         * gnus-art.el (gnus-treatment-function-alist): Have
5986         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5987         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5988         sections.
5989
5990         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5991         parameter.
5992         (gnus-article-fill-cited-long-lines): New function.
5993         (gnus-article-fill-cited-article): Allow filling only long sections.
5994
5995         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5996         and non-punctuation (like after the apostrophe in "'We").
5997
5998         * gnus-sum.el (gnus-summary-select-article): Make sure
5999         gnus-original-article-buffer is alive.
6000
6001         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6002         reflect the order they're in in the digest.
6003
6004         * gnus.el (gnus-group-startup-message): Move point to the start of the
6005         buffer.
6006
6007         * nnimap.el (nnimap-capability): New function.
6008         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6009         is set.
6010
6011 2010-10-31  David Engster  <dengste@eml.cc>
6012
6013         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6014         conform with changes to gnus-completing-read.
6015
6016 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017
6018         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6019
6020 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6021
6022         * nnir.el: Move defvar, defcustom around to keep file organized
6023         and keep byte-compiler quiet.
6024         (nnir-read-parms): Accept search-engine as arg.
6025         (nnir-run-query): Pass search-engine as arg.
6026         (nnir-search-engine): Remove.
6027
6028 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * shr.el (shr-generic): The text nodes should be text, not :text.
6031
6032         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6033         later in the file.
6034
6035 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6036
6037         * nnir.el: General clean up.  Allow searching with multiple engines.
6038         Allow separate extra-parameters for each engine.
6039         Batch queries when possible.
6040         (nnir-imap-default-search-key,nnir-method-default-engines):
6041         Add customize interface.
6042         (nnir-run-gmane): New engine.
6043         (nnir-engines): Use it.  Qualify all prompts with engine name.
6044         (nnir-search-engine): Remove global variable.
6045         (nnir-run-hyrex): Restore for now.
6046         (nnir-extra-parms,nnir-search-history): New variables.
6047         (gnus-group-make-nnir-group): Use them.
6048         (nnir-group-server): Remove in favor of gnus-group-server.
6049         (nnir-request-group): Avoid searching twice.
6050         (nnir-sort-groups-by-server): New function.
6051
6052 2010-10-30  Julien Danjou  <julien@danjou.info>
6053
6054         * gnus-group.el: Remove gnus-group-fetch-control.
6055
6056         * gnus-start.el (gnus-find-new-newsgroups):
6057         Remove gnus-check-first-time-used.
6058
6059         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6060
6061 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6062
6063         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6064         set on groups that don't have \* permanentflags.
6065
6066 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6069         control the background color.
6070         (shr-tag-img): Ignore very small web bug type images.
6071         (shr-put-image): Add help-echo alt texts to the images.
6072         (shr-tag-video): Show the video poster image.
6073
6074 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6075
6076         * shr.el (shr-table-depth): New variable.
6077         (shr-tag-table-1): Only insert the images after the top-level table.
6078
6079         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6080
6081         * gnus-util.el (gnus-list-memq-of-list): New function.
6082
6083         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6084         selected.
6085         (nnimap-unsplittable-articles): New slot.
6086         (nnimap-new-articles): Use it.
6087
6088 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6089
6090         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6091         move to the previous line on `M-g'.
6092
6093 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6096         *-request-group, which seems unnecessary.
6097
6098         * nnimap.el (nnimap-quote-specials): Function copied over from
6099         imap.el.
6100         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6101         they support that.  Suggested by Tom Regner.
6102
6103 2010-10-29  Julien Danjou  <julien@danjou.info>
6104
6105         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6106         defalias.
6107         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6108
6109         * gnus.el: Remove `gnus-nntp-service' variable.
6110         (gnus-secondary-servers): Make obsolete.
6111         (gnus-nntp-server): Make obsolete.
6112
6113         * gnus-start.el (gnus-1): Remove x-splash calls.
6114
6115         * gnus-ems.el (gnus-x-splash): Remove.
6116
6117         * gnus.el (gnus-group-startup-message): Simplify/update code.
6118
6119         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6120         definition.
6121
6122         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6123         capability before doing anything.
6124         (gnus-group-insert-group-line): Remove useless
6125         gnus-group-remove-excess-properties.
6126
6127 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6130
6131 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6132
6133         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6134         config after reselecting.
6135
6136 2010-10-28  Julien Danjou  <julien@danjou.info>
6137
6138         * shr.el (shr-put-image): Use point even if only inserting text.
6139         (shr-put-image): Save excursion when inserting alt text on non-graphic
6140         display, so the behavior is the same when we are on a graphic display.
6141
6142         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6143
6144 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6147         (gnus-mime-copy-part): Check coding system, not charset.
6148         (gnus-mime-view-part-externally): Never remove part.
6149         (gnus-mime-view-part-internally): Don't remove part here.
6150         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6151         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6152         multipart/alternative.
6153
6154         * mm-decode.el (mm-display-part): Take optional arg `force'.
6155
6156 2010-10-26  Julien Danjou  <julien@danjou.info>
6157
6158         * gnus-group.el (gnus-group-default-list-level): Add this function to
6159         compute the default list level.
6160         (gnus-group-default-list-level): Add possibility to use a function.
6161
6162 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6165
6166         * gnus-group.el (gnus-group-completing-read)
6167         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6168         gnus-replace-in-string.
6169
6170 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * shr.el (shr-tag-div): Add.
6173
6174         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6175
6176 2010-10-25  Julien Danjou  <julien@danjou.info>
6177
6178         * gnus-util.el: Remove `gnus-with-local-quit'.
6179
6180         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6181
6182 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183
6184         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6185         the original article buffer.
6186
6187 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * nnimap.el (nnimap-request-head): New function.
6190         (nnimap-request-move-article): Try to be slightly faster by not
6191         requesting the entire message when moving.
6192         (nnimap-transform-headers): Don't bug out on bodiless articles.
6193         (nnimap-send-command): Have no outstanding messages if the IMAP server
6194         doesn't support streaming.
6195         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6196
6197 2010-10-24  Julien Danjou  <julien@danjou.info>
6198
6199         * message.el (message-default-headers): Fix type.
6200
6201 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6202
6203         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6204         prefetching images.
6205
6206         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6207         backend for unknown groups.  This is mainly useful for nnimap groups.
6208
6209         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6210         group isn't covered by the agent.
6211
6212 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6213
6214         * nnir.el (nnir-method-default-engines): New variable.
6215         (nnir-run-query): Use it.
6216         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6217         (gnus-summary-nnir-goto-thread): Change group if needed.
6218
6219         * gnus-group.el (gnus-group-group-map): Add key binding for
6220         gnus-group-make-nnir-group.
6221
6222 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6223
6224         * shr.el (shr-tag-object): Add.
6225
6226         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6227         original article buffer live.
6228         (gnus-summary-select-article-buffer):
6229         Mention gnus-widen-article-buffer.
6230
6231 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * shr.el (shr-tag-strong): Add.
6234
6235 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6238         group names.  They mess up the group buffer badly.
6239
6240         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6241
6242         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6243         instead of the summary one.
6244
6245 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * mml.el (mml-preview): Work properly when editing article.
6248
6249         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6250         gnus-have-read-active-file if it's already been in.
6251
6252 2010-10-22  Tom Tromey  <tromey@redhat.com>
6253
6254         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6255         gnus-group-completing-read.
6256
6257 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6258
6259         * message.el (message-mode-map): Don't bind M-; to comment region, to
6260         allow the global comment-dwim to work.
6261
6262 2010-10-21  Julien Danjou  <julien@danjou.info>
6263
6264         * message.el (message-setup-1): Allow message-default-headers to be a
6265         function.
6266
6267 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * shr.el (shr-tag-table): Simplify.
6270
6271 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272
6273         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6274         to avoid trying to snarf invalid stuff.
6275
6276         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6277
6278         * gnus.el (gnus-message-archive-group): Quote value.
6279         (gnus-message-archive-group): Mark as changed.
6280
6281         * shr.el (shr-add-font): Don't put the font properties on the newline
6282         or the indentation.
6283
6284         * message.el (message-fix-before-sending): Change options when sending
6285         non-printable characters.
6286
6287         * gnus.el (gnus-message-archive-method): Change the default to
6288         monthly outgoing groups.
6289
6290         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6291         that have gotten new numbers.
6292
6293         * nnimap.el (nnimap-request-replace-article): New function.
6294
6295 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6298         (nnrss-request-article): Don't use special html washing code.
6299
6300 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * shr.el (shr-tag-table): Remove useless nconc.
6303
6304 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6305
6306         * gnus-art.el (article-wash-html): Simplify and remove the charset
6307         stuff.  Use the normal html rendering code instead of the special html
6308         washing code.
6309
6310         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6311         `gnus-w3m' symbols.
6312         (mm-text-html-washer-alist): Remove.
6313
6314         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6315         (mm-inline-media-tests): Remove use.
6316         (mm-text-html-renderer): Change default to the `shr' symbol.
6317
6318         * mm-view.el (mm-inline-text-html): Remove use.
6319
6320         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6321         `gnus-blocked-images' to be a function.
6322         (gnus-article-wash-function): Remove.
6323
6324 2010-10-20  Julien Danjou  <julien@danjou.info>
6325
6326         * spam.el (spam-list-of-processors): Mark as obsolete.
6327
6328         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6329         (nnimap-insert-partial-structure): Fix boundary detection.
6330
6331 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6332
6333         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6334         run file-truename on remote files.  This can be expensive and even
6335         prevent one from editing drafts if some unrelated buffer has a stale
6336         connection.
6337
6338 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6341         kinsoku-eol regardless of shr-kinsoku-shorten.
6342         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6343         (shr-tag-table): Support caption, thead, and tfoot.
6344
6345 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6348         lines.
6349         (shr-save-contents): New command and keystroke.
6350
6351         * nndoc.el (nndoc-type-alist): Add git support.
6352         (nndoc-git-type-p): New function.
6353         (nndoc-transform-git-article): Ditto.
6354         (nndoc-transform-git-headers): Ditto.
6355         (nndoc-transform-git-headers): Generate Subject headers.
6356
6357         * shr.el (shr-parse-style): New function.
6358         (shr-tag-span): Ditto.
6359
6360         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6361         to `G G' to avoid collisions.
6362
6363 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * shr.el: Load kinsoku if necessary.
6366         (shr-kinsoku-shorten): New internal variable.
6367         (shr-find-fill-point): Make kinsoku shorten text line if
6368         shr-kinsoku-shorten is bound to non-nil.
6369         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6370         shr-indentation too when testing if table is wider than frame width.
6371         (shr-insert-table): Use `string-width' instead of `length' to measure
6372         text width.
6373         (shr-insert-table-ruler): Make sure indentation is done at bol.
6374
6375 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6376
6377         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6378         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6379         undecoded network data.
6380
6381 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6382
6383         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6384         name in the mode line spec so that the mode line menu works
6385         (bug #2431).
6386
6387         * message.el (message-get-reply-headers): If we're fed `to-address',
6388         then always use that.
6389
6390         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6391         aren't so wide as to need to switch off the edit menu.
6392
6393         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6394         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6395
6396         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6397         `M-g'.
6398         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6399         the permanent marks.
6400
6401 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6402
6403         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6404         Splitting according to references/in-reply-to obeys the ignore-groups
6405         variable, while splitting by sender and subject do not.
6406
6407 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6408
6409         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6410         alist, so that we can look for non-Unicode chars.
6411         (article-translate-strings): Allow both character and string maps.
6412
6413 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * shr.el (shr-insert): Don't insert space behind a wide character
6416         categorized as kinsoku-bol, or between characters both categorized as
6417         nospace.
6418
6419 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6420
6421         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6422         headers to gnus-newsgroup-headers.
6423
6424 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6425
6426         * shr.el (shr-tag-img): Don't align images -- since we're not
6427         rescaling, this often leads to ugly displays.
6428
6429 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6430
6431         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6432         duplicates.
6433
6434 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6435
6436         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6437         call.
6438
6439 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * gnus.el: Autoload gnus-html-show-images.
6442
6443         * nnimap.el: Use nnheader-message throughout.
6444
6445         * shr.el (shr-tag-img): Ignore images with no data.
6446
6447 2010-10-15  Julien Danjou  <julien@danjou.info>
6448
6449         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6450         a possibility to disable format=flow encoding when using hard newlines.
6451
6452 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * shr.el (shr-insert): Remove space inserted before or after a
6455         breakable character or at the beginning or the end of a line.
6456         (shr-find-fill-point): Do kinsoku; find the second best point or give
6457         it up if there's no breakable point.
6458
6459 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6460
6461         * nnimap.el (nnimap-open-connection): Message when opening connection
6462         for debugging purposes.
6463
6464         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6465         on every setup buffer call to allow this to change from article to
6466         article.
6467
6468         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6469         buffers where we have a wide table.
6470
6471 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6472
6473         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6474         uses *-request-thread.
6475
6476 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6479         incantation, which is no longer valid.
6480
6481 2010-10-14  Julien Danjou  <julien@danjou.info>
6482
6483         * shr.el: Fix defcustom type (char -> character).
6484
6485 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6486
6487         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6488         programs.
6489
6490 2010-10-14  Julien Danjou  <julien@danjou.info>
6491
6492         * shr.el (shr-tag-a): Use url-link as widget type.
6493
6494         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6495         `gnus-group-get-icon'.
6496
6497 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6498
6499         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6500         This should make server editing work better.
6501
6502         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6503
6504         * tls.el (tls-program): Remove spurious %s from openssl.
6505
6506         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6507         (nnimap-parse-flags): Fix regexp.
6508
6509         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6510         probably work for CJVK text, too.
6511
6512         * nnimap.el (nnimap-extend-tls-programs): Remove.
6513         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6514
6515         * tls.el (tls-starttls-switches): Remove starttls hack.
6516         (open-tls-stream): Ditto.
6517         (tls-find-starttls-argument): Ditto.
6518
6519 2010-10-13  Julien Danjou  <julien@danjou.info>
6520
6521         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6522         responses.
6523
6524 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6525
6526         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6527
6528         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6529         anything in Emacs.
6530
6531         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6532
6533 2010-10-13  Julien Danjou  <julien@danjou.info>
6534
6535         * shr.el (shr-width): Make shr-width a defcustom with default to
6536         fill-column.
6537         (shr-tag-img): Use shr-width rather than fill-column.
6538
6539 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * dgnushack.el (byte-optimize-apply):
6542         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6543
6544         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6545         position when (X-)Faces exist.
6546         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6547         avatars when called interactively.
6548
6549 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6552         gnus-article-x-face-too-ugly is bound.
6553
6554 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6555
6556         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6557
6558         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6559         mailbox that doesn't exist.
6560
6561 2010-10-12  Julien Danjou  <julien@danjou.info>
6562
6563         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6564         (shr-get-image-data): Encode URL properly when fetching from cache.
6565         (shr-tag-img): Use aligned-to spaces to align correctly images.
6566
6567         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6568         before inserting the Gravatar.
6569
6570         * shr.el (shr-tag-img): Add align attribute support for <img>.
6571
6572 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573
6574         * gnus-gravatar.el (gnus-art): Require.
6575
6576         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6577         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6578         Remove long obsoleted functions.
6579
6580 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6583
6584         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6585
6586         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6587         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6588         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6589         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6590         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6591         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6592         * sieve-manage.el, smime.el, spam.el:
6593         Fix comment for declare-function.
6594
6595 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6596
6597         * nnimap.el (nnimap-request-rename-group): Select group read-only
6598         before renaming it.
6599
6600         * shr.el (shr-insert): Fix up the white space only regexp.
6601
6602         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6603         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6604
6605         * shr.el (shr-current-column): New function.
6606         (shr-find-fill-point): New function.
6607
6608 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6609
6610         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6611         numbers.
6612
6613 2010-10-11  Julien Danjou  <julien@danjou.info>
6614
6615         * shr.el (shr-hr-line): Add.
6616         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6617         display hr lines.
6618         (shr-max-columns): Do not change state to nil if we just inserting
6619         spaces.
6620
6621 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6622
6623         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6624         select the last group.
6625
6626 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6627
6628         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6629
6630 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6631
6632         * dig.el (dig-mode-map): Declare and define in one step.
6633
6634 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6637         for Gnus.
6638         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6639         (nnimap-update-qresync-info): Mark \Seen articles as read.
6640
6641         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6642         non-variable, too.
6643
6644         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6645         available.
6646         (nnimap-update-info): Rely more on the current active than the param
6647         active to avoid marking articles as read too much.
6648
6649         * auth-source.el (auth-source-create): Use (user-login-name) for the
6650         user name default.
6651
6652         * nnimap.el (nnimap-update-info): If the server doesn't return any
6653         useful info, just use the previous info.
6654         (nnimap-update-info): Prefer old info over start-article.
6655         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6656
6657 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6658
6659         * nnir.el (autoload): Clean up autoloads.
6660         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6661         Use key rather than value.
6662         (nnir-imap-search-other): New variable.
6663         (nnir-read-parm): Use it.
6664         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6665         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6666
6667 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6668
6669         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6670         the process, too.
6671
6672 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673
6674         * spam.el (gnus-summary-mode-map): Bind to "$".
6675         Suggested by Russ Allbery.
6676
6677         * shr.el: Rework the way things are indented by <li> slightly.
6678
6679         * gnus.el (gnus-group-set-parameter): Fix typo.
6680
6681         * nnimap.el: Start implementing QRESYNC support.
6682
6683 2010-10-09  Julien Danjou  <julien@danjou.info>
6684
6685         * nnir.el (nnir-engines): Fix too many arguments.
6686
6687 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688
6689         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6690         group is the "last", so that the backends like nnfolder actually save
6691         their folders.
6692
6693         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6694         try to use that for the tls stream.
6695         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6696         UIDVALIDITY and find out which groups are read-only and not.
6697         (nnimap-get-flags): Use the same marks parsing code as the rest of
6698         nnimap.
6699
6700 2010-10-09  Julien Danjou  <julien@danjou.info>
6701
6702         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6703
6704         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6705         retrieving gravatars.
6706
6707         * shr.el (shr-table-corner): Add.
6708         (shr-table-line): Add.
6709         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6710
6711 2010-10-08  Julien Danjou  <julien@danjou.info>
6712
6713         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6714
6715 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6716
6717         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6718
6719         * gnus-sum.el (gnus-mark-article-as-unread)
6720         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6721         (gnus-summary-set-bookmark): Use it.
6722
6723         * gnus-msg.el (gnus-setup-message): Use it.
6724
6725         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6726
6727         * gnus.el (gnus-group-remove-parameter): Use it.
6728
6729         * gnus-group.el (gnus-group-make-web-group): Use it.
6730
6731         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6732
6733         * nnregistry.el: Update docs to mention manual.
6734
6735         * gnus-registry.el: Update docs to mention nnregistry.el.
6736         (gnus-registry-initialize): Don't install nnregistry refer method
6737         automatically.
6738         (gnus-registry-install-nnregistry): Remove it.
6739
6740 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6741
6742         * shr.el (shr-insert): Don't insert double spaces.
6743
6744 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-gravatar.el (gnus-treat-from-gravatar)
6747         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6748         called interactively.
6749
6750         * gnus-art.el (gnus-mime-view-part-externally)
6751         (gnus-mime-view-part-internally): Make predicate function passed to
6752         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6753         of a mime type.
6754
6755         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6756
6757 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * shr.el (require): Require cl when compiling.
6760         (shr-tag-hr): New function.
6761
6762         * nnimap.el (nnimap-update-info): Remove double setting of high.
6763         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6764         This makes nnimap work properly on Courier again.
6765
6766         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6767         the variable for backwards compatibility.
6768
6769         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6770         the file name before using to avoid setting mm-default-directory to
6771         nil.
6772
6773         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6774         bidning gnus-agent variables.
6775
6776         * shr.el (shr-render-td): Use a cache for the table rendering function
6777         to avoid getting an exponential rendering behavior in nested tables.
6778         (shr-insert): Rework the line-breaking algorithm.
6779         (shr-insert): Don't leave trailing spaces.
6780         (shr-insert-table): Also insert empty TDs.
6781         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6782
6783 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6784
6785         * gnus-sum.el (gnus-number): Rename from `number'.
6786         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6787         (gnus-summary-limit-children): Update uses correspondingly.
6788
6789 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6792         (gnus-gravatar-transform-address): Don't show avatars of people of
6793         which mail addresses match gnus-gravatar-too-ugly.
6794
6795 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6796
6797         * shr.el (shr-table-widths): Expand TD elements to fill available
6798         space.
6799
6800 2010-10-07  Julien Danjou  <julien@danjou.info>
6801
6802         * nnimap.el (nnimap-request-rename-group): Add this method.
6803
6804 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6807         name from XEmacs' function-arglist.
6808
6809         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6810         gravatar under XEmacs.
6811
6812 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6813
6814         * auth-source.el: Update docs with TODO items.
6815
6816         * gnus-sync.el: Update docs to explain state and plans.
6817
6818         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6819         Hooks for mark updates.
6820         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6821
6822         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6823         hooks with arguments, which is needed for mark update hooks.
6824
6825 2010-10-06  Julien Danjou  <julien@danjou.info>
6826
6827         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6828         was matched.
6829
6830         * sieve-manage.el: Update example in `Commentary'.
6831
6832         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6833
6834         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6835         not 2000.
6836         (sieve-manage-authenticate): Re-add function.
6837
6838 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6839
6840         * shr.el (shr-insert): Get 'space transition right.
6841         (shr-render-td): Only delete space at the end of the TD.
6842
6843         * nnimap.el (nnimap-open-connection): Prepare to support
6844         open-gnutls-stream.
6845
6846         * shr.el: Rearrange function order to be more logical.
6847
6848 2010-10-06  Julien Danjou  <julien@danjou.info>
6849
6850         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6851         (nnrss-discover-feed): Remove 404 URL in docstring.
6852
6853         * nnir.el: Fix Swish-E URL.
6854         Fix Namazu URL.
6855
6856         * message.el (message-change-subject): Remove 404 URL in a comment.
6857
6858 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6861         called interactively.
6862
6863         * gnus-util.el (gnus-remove-if): Allow hash table.
6864         (gnus-remove-if-not): New function.
6865
6866         * gnus-art.el (gnus-mime-view-part-as-type):
6867         * gnus-score.el (gnus-summary-score-effect):
6868         * gnus-sum.el (gnus-read-move-group-name):
6869         Replace remove-if-not with gnus-remove-if-not.
6870
6871         * gnus-group.el (gnus-group-completing-read):
6872         Regard collection as a hash table if it is not a list.
6873
6874 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6877
6878         * shr.el: Document the table-rendering algorithm.
6879
6880 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6883         for Emacsen having no `libxml-parse-html-region' support.
6884
6885 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6886
6887         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6888         invalid URLs.
6889
6890         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6891         line-broken.
6892         (shr-tag-img): Ignore image fetching errors.
6893         (shr-overlays-in-region): Compute overlay positions correctly.
6894
6895         * mm-decode.el (mm-shr): Require shr.
6896
6897         * gnus-art.el (gnus-blocked-images): Move variable here.
6898
6899         * shr.el (shr-insert-table): Bind free variable.
6900
6901         * mm-decode.el (mm-shr): Bind shr-content-function.
6902
6903         * shr.el (shr-content-function): New variable.
6904
6905         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6906         added for symmetry.
6907
6908         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6909
6910         * gnus-group.el (gnus-group-make-group): Doc fix.
6911
6912         * nnimap.el (nnimap-request-newgroups): Return success.
6913
6914         * shr.el (shr-find-elements): New function.
6915         (shr-tag-table): Put all the images after the table.
6916         (shr-tag-table): Really inhibit images inside the table.
6917         (shr-collect-overlays): Copy over overlays from the TD elements to the
6918         main document.
6919
6920         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6921         gnus-blocked-images.
6922
6923 2010-10-05  Julien Danjou  <julien@danjou.info>
6924
6925         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6926
6927         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6928         (gnus-html-maximum-image-size): Add this function.
6929         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6930
6931         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6932         server-value of the capability is nil.
6933
6934 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935
6936         * shr.el (shr-tag-em): Add <EM> tag.
6937
6938 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6939
6940         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6941         customizable.
6942
6943         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6944         handing broken links to browse-url.
6945
6946 2010-10-05  Julien Danjou  <julien@danjou.info>
6947
6948         * gnus-util.el (gnus-emacs-completing-read)
6949         (gnus-iswitchb-completing-read): Use autoload rather than require.
6950
6951 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6954         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6955         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6956         iswitchb-temp-buflist for XEmacs.
6957
6958         * gnus-util.el (gnus-completing-read-function): Exclude
6959         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6960         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6961         XEmacs.
6962
6963         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6964         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6965
6966         * gnus-html.el: Don't require help-fns under XEmacs.
6967         (gnus-html-schedule-image-fetching): Work for XEmacs.
6968
6969         * mm-decode.el (mm-shr): Decode contents by charset.
6970
6971 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6972
6973         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6974         unknown.
6975
6976         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6977         (shr-get-image-data): Ensure against the cache file missing.
6978
6979         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6980         for data.
6981
6982         * spam-report.el (spam-report-url-ping-plain): Don't query about
6983         killing the process.
6984
6985         * shr.el (shr-render-td): Protect against too-wide text.
6986
6987 2010-10-04  Julien Danjou  <julien@danjou.info>
6988
6989         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6990         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6991
6992         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6993         retrieved.
6994
6995 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * shr.el (browse-url): Require.
6998         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6999         lines.
7000         (shr-show-alt-text, shr-browse-image): New commands.
7001         (shr-browse-url, shr-copy-url): New commands.
7002
7003         * gnus-sum.el (gnus-widen-article-window): New variable.
7004         (gnus-summary-select-article-buffer): Use it.
7005
7006         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7007         without @ signs.
7008
7009 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7010
7011         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7012
7013 2010-10-04  Julien Danjou  <julien@danjou.info>
7014
7015         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7016         for XEmacs.
7017
7018 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7019
7020         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7021
7022         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7023         (nnimap-close-server): Implement.
7024
7025         * dgnushack.el (iswitchb): Require to shut up the compiler.
7026
7027         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7028         (shr-insert): Tweak line breaking.
7029         (shr-insert): Handle <pre> better.
7030         (shr-tag-li): Get <li> indentation right.
7031         (shr-tag-li): Get <li> indentation even righter.
7032         (shr-tag-blockquote): Ensure paragraph start.
7033         (shr-make-table): Tweak table generation.
7034         (shr-make-table): Fix typo.
7035
7036         * shr.el: Implement table rendering.
7037
7038 2010-10-04  Julien Danjou  <julien@danjou.info>
7039
7040         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7041
7042 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * shr.el (shr-insert): Use string anchors instead of line anchors.
7045
7046 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * shr.el: Add headings.
7049         (shr-ensure-paragraph): Actually work.
7050         (shr-tag-li): Make <ul> prettier.
7051         (shr-insert): Get white space at the beginning/end of elements right.
7052         (shr-tag-p): Collapse subsequent <p>s.
7053         (shr-ensure-paragraph): Don't insert double line feeds after blank
7054         lines.
7055         (shr-insert): \t is also space.
7056         (shr-tag-s): Fix "s" tag name function.
7057         (shr-tag-s): Fix face prop name.
7058
7059 2010-10-03  Julien Danjou  <julien@danjou.info>
7060
7061         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7062
7063         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7064         gnus-window-inside-pixel-edges.
7065
7066         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7067         gnus-ems.
7068
7069         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7070
7071         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7072         function.
7073
7074         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7075         resize choice.
7076
7077 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7080         beginning of the buffer.
7081
7082         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7083         article buffer again.
7084
7085         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7086
7087         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7088         when it's at the start of the buffer.
7089
7090         * shr.el (shr-tag-blockquote): Convert name.
7091         (shr-rescale-image): Use the right image-size variant.
7092
7093         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7094         buffer isn't shown, then select the current article first instead of
7095         bugging out.
7096         (gnus-summary-select-article-buffer): Show both the article and summary
7097         buffers again.
7098
7099         * shr.el (shr-fontize-cont): Protect against regions with no text.
7100         Rename tag functions to shr-tag-* for enhanced security.
7101         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7102
7103 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7104
7105         * shr.el (shr-insert):
7106         * pop3.el (pop3-movemail):
7107         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7108         loaded.
7109
7110 2010-10-03  Glenn Morris  <rgm@gnu.org>
7111
7112         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7113
7114         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7115
7116         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7117
7118         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7119
7120         * gnus-util.el (gnus-make-local-hook): Simplify.
7121
7122 2010-10-02  Julien Danjou  <julien@danjou.info>
7123
7124         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7125         (gnus-ido-completing-read): New function.
7126         (gnus-emacs-completing-read): New function.
7127         (gnus-completing-read): Use gnus-completing-read-function.
7128         Add gnus-completing-read-function.
7129
7130 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7131
7132         * shr.el (shr-insert-document): Autoload.
7133         (shr-img): Be silent.
7134         (shr-insert): Add a newline after every picture before text.
7135         (shr-add-font): Use overlays for combining faces.
7136         (shr-insert): Pass upwards the text start point.
7137
7138         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7139         possible.
7140         (mm-shr): New function.
7141
7142 2010-10-02  Julien Danjou  <julien@danjou.info>
7143
7144         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7145         should go backward.
7146
7147 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7148
7149         * shr.el (shr): Fix typo in provide call.
7150
7151 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * shr.el: New file.
7154
7155         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7156
7157         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7158         completing read.
7159
7160 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7161
7162         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7163         we're being queried about.  Suggested by Dan Jacobson.
7164
7165         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7166         Suggested by Jason Eisner.
7167
7168         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7169         table, too.  Suggested by Stefan Wiens.
7170         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7171         the table unnecessary.  Suggested by Stefan Wiens.
7172
7173         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7174         longer needed, and probably doesn't work either, as pointed out by
7175         Stefan Wiens.
7176         (gnus-summary-exit): Remove call to the clearing function.
7177         (gnus-summary-exit-no-update): Ditto.
7178
7179         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7180         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7181         Reported by Stefan Monnier.
7182         (gnus-summary-save-in-rmail): Ditto.
7183
7184         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7185         article buffer, instead of both the article buffer and the summary
7186         buffer.  Sort of suggested by Dan Jacobson.
7187
7188         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7189
7190         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7191         Suggested by Dan Jacobson.
7192
7193         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7194         documentation clearer.
7195
7196         * message.el (message-shorten-references): Comment on the number "21".
7197         Suggested by Stefan Monnier.
7198
7199         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7200         Suggested by Dan Jacobson.
7201
7202         * gnus.el (gnus-large-newsgroup):
7203         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7204
7205         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7206         externalize attachments.  Bug reported by Steve Wen.
7207
7208         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7209         really message anything to the user.
7210
7211         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7212         directly.
7213
7214         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7215         messages in empty groups.
7216
7217 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7218
7219         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7220         non-UIDNEXT group.
7221
7222 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7225         not the value from the collection.
7226
7227         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7228         values.  This sometimes happens on some groups that have no info.
7229         (nnimap-request-newgroups): New function.
7230
7231 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7232
7233         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7234         check into `gnus-registry-initialize'.
7235         (gnus-registry-initialize): Ditto.
7236         Fix and extend header docs.
7237
7238 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7241         regexp backtrace overflows.
7242
7243         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7244         for starttls that tls.el implements; i.e. openssl.
7245
7246         * tls.el (tls-starttls-switches): Give up on using starttls with
7247         gnutls-cli.
7248         (tls-program): Add --insecure to be consistent with the defaults from
7249         openssl s_client.  Now all three commands are insecure.
7250
7251 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * lpath.el: Bind completion-styles-alist for XEmacs.
7254
7255         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7256         (gravatar-create-image): New function that's an alias to
7257         gnus-xmas-create-image, gnus-create-image, or create-image.
7258         (gravatar-data->image): Use it.
7259
7260 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7263         install the nnregistry refer method.
7264         (gnus-registry-install-hooks): Use it.
7265         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7266         unfollowed groups.
7267
7268 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7269
7270         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7271         expanding threads.
7272
7273 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * nnir.el: Use the server names without suffixes (bug #7009).
7276
7277         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7278         unencrypted to STARTTLS, if possible.
7279
7280 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7281
7282         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7283         headers before superseding.
7284
7285 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7286
7287         * nnrss.el (nnrss-use-local): Add documentation.
7288
7289         * nnimap.el (nnimap-extend-tls-programs): New function.
7290         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7291         (nnimap-wait-for-connection): Accept the greeting from the stupid
7292         output from openssl s_client -starttls, too.
7293
7294         * tls.el (tls-starttls-switches): New variable.
7295         (tls-find-starttls-argument): Use it.
7296         (open-tls-stream): Ditto.
7297
7298         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7299         (netrc-machine): Ditto.
7300
7301         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7302         article number.
7303         (nnimap-split-fancy): New variable.
7304         (nnimap-split-incoming-mail): Use it.
7305
7306         * nntp.el (nntp-server-list-active-group): Document.
7307
7308         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7309         SELECT to get the message-id.
7310
7311         * mail-source.el (mail-sources): Remove webmail support.
7312         (defvar): Ditto.
7313         (mail-source-fetcher-alist): Ditto.
7314         (mail-source-fetch-webmail): Remove.
7315
7316         * webmail.el: Remove -- doesn't seem relevant any more.
7317
7318         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7319
7320         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7321         the \r.
7322
7323 2010-09-30  Julien Danjou  <julien@danjou.info>
7324
7325         * gnus-agent.el (gnus-agent-add-group): Fix call to
7326         gnus-completing-read.
7327
7328 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7329
7330         * nndoc.el (nndoc-retrieve-groups): New function.
7331
7332         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7333         `default', use nnmail-split-methods.
7334         (nnimap-request-article): Downcase the NILs so that they are nil.
7335
7336         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7337         symbol.
7338
7339         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7340         code, since if the user has requested network, that's what they ought
7341         to get.
7342         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7343         (nnimap-split-rule): Mark as obsolete.
7344
7345         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7346         New variable.
7347
7348         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7349         correct slot, too.
7350
7351 2010-09-29  Julien Danjou  <julien@danjou.info>
7352
7353         * gnus.el (gnus-local-domain): Declare variable obsolete.
7354
7355         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7356         Fix history computing.
7357         (gnus-ido-completing-read): Require ido.
7358
7359 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7362         build Gnus.
7363
7364         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7365         when interpreting the structures.
7366         (nnimap-request-accept-article): Add \r\n to the lines to make this
7367         work with Cyrus.
7368
7369         * nndraft.el (nndraft-request-expire-articles): Use the group name
7370         instead if "nndraft".  Fix found by Nils Ackermann.
7371
7372 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7373
7374         * nnregistry.el: Add.
7375
7376 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7377
7378         * nnmail.el (group, group-art-list, group-art):
7379         Remove unneeded directives.
7380
7381 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7384         (mm-mime-charset):
7385         * rfc2047.el (rfc2047-syntax-table):
7386         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7387
7388         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7389         rather than `insert-file-contents' and `eval-region'.
7390
7391         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7392         construction.
7393
7394         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7395
7396         * time-date.el: No need to require cl for Emacs 21.
7397
7398 2010-09-29  Julien Danjou  <julien@danjou.info>
7399
7400         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7401         replacement of `gnus-gravatar-relief' to mimic
7402         `gnus-faces-properties-alist'.
7403         Add :version property.
7404
7405 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * mail-source.el (mail-source-report-new-mail):
7408         * message.el (message-default-mail-headers):
7409         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7410
7411         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7412
7413 2010-09-28  Julien Danjou  <julien@danjou.info>
7414
7415         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7416         mail-address contains the same string as real-name.
7417
7418         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7419         non-blank in header, otherwise it'll get stripped.
7420
7421         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7422         real-name, and then for mail address rather than doing : or , search.
7423
7424 2010-09-27  Julien Danjou  <julien@danjou.info>
7425
7426         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7427         right completing-read function.
7428         (gnus-use-ido): New variable
7429         (gnus-completing-read-with-default): Remove.
7430         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7431         (gnus-agent-add-group):
7432         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7433         * mm-view.el (mm-view-pkcs7-decrypt):
7434         * mm-util.el (mm-codepage-setup):
7435         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7436         * mml-smime.el (mml-smime-openssl-sign-query):
7437         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7438         (mml-insert-multipart):
7439         * gnus-msg.el (gnus-summary-yank-message):
7440         * gnus-int.el (gnus-start-news-server):
7441         * mm-decode.el (mm-interactively-view-part):
7442         * gnus-dired.el (gnus-dired-attach):
7443         * gnus.el (gnus-read-method):
7444         * gnus-bookmark.el (gnus-bookmark-jump):
7445         * gnus-art.el (gnus-mime-view-part-as-type)
7446         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7447         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7448         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7449         * nnmairix.el (nnmairix-create-server-and-default-group)
7450         (nnmairix-update-groups, nnmairix-get-server)
7451         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7452         (nnmairix-get-group-from-file-path):
7453         * nnrss.el (nnrss-find-rss-via-syndic8):
7454         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7455         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7456         (gnus-group-browse-foreign-server):
7457         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7458         (gnus-summary-execute-command, gnus-summary-respool-article)
7459         (gnus-read-move-group-name):
7460         * gnus-score.el (gnus-summary-increase-score)
7461         (gnus-summary-score-effect):
7462         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7463
7464 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7467         x-focus-frame.
7468
7469         * nnimap.el (auth-source-forget-user-or-password)
7470         (auth-source-user-or-password): Autoload.
7471
7472         * message.el (message-from-style, message-interactive)
7473         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7474         (message-yank-prefix, message-indentation-spaces, message-signature)
7475         (message-signature-file): Add comment.
7476
7477 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7478
7479         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7480         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7481         new articles.
7482
7483         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7484         parts.
7485         (nnimap-request-article): Work with the t setting, too.
7486
7487         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7488         that you don't get flashes of other buffers.
7489         (gnus-summary-show-complete-article): Intern before setting.
7490
7491 2010-09-27  David Engster  <dengste@eml.cc>
7492
7493         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7494         well as HEADERS.
7495         (nnmairix-retrieve-headers): Provide new argument for the above.
7496
7497 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7498
7499         * gnus-sum.el (gnus-summary-move-article): Don't alter
7500         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7501         group.
7502
7503         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7504
7505         * message.el (message-cite-prefix-regexp): Revert my last edit.
7506
7507         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7508         variable instead of the Gnus variable.
7509
7510         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7511
7512         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7513
7514         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7515         since some servers don't like it.
7516         (nnimap-open-connection): Forget credentials if the server says the
7517         password was wrong.
7518         (nnimap-parse-line): Protect against invalid data.
7519
7520         * gnus-sum.el (gnus-summary-move-article): Add comment.
7521         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7522         nothing alters it while scanning for new messages.
7523
7524         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7525         which may or may not help.
7526         (nnimap-open-connection): If we're doing a stream connection, and then
7527         discover we're on a STARTTLS-capable server, then open a STARTTLS
7528         connection instead.
7529
7530 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531
7532         * nnimap.el (utf7): Require.
7533
7534         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7535         prefix.
7536
7537 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7538
7539         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7540
7541 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7542
7543         * nnimap.el (nnimap-request-accept-article): Message the error on
7544         error.
7545
7546 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7549
7550 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7551
7552         * nndoc.el (nndoc-request-list): Return success always.
7553
7554         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7555         `fetch-old' -- we only want to fetch the articles we've requested.
7556         The rest are in the agent, probably.
7557         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7558         disappeared server" to something low.  It's not important.
7559
7560         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7561         arrived before the FETCH data.
7562
7563         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7564         target here, because we don't know the Gnus name of the group.
7565
7566         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7567         for the correct group.
7568
7569         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7570
7571         * gnus.el (gnus): Give a final warning after startup.
7572
7573         * gnus-util.el (gnus-action-message-log): New variable.
7574         (gnus-message): Use it.
7575         (gnus-final-warning): New function.
7576
7577         * nnimap.el (nnimap-open-connection): Record the greeting.
7578         (nnimap): Add greeting.
7579
7580 2010-09-26  Julien Danjou  <julien@danjou.info>
7581
7582         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7583         arguments.
7584         (gnus-html-wash-images): Fix spec computing to include start/end.
7585
7586         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7587
7588 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7591         deletion.
7592         (nnimap-retrieve-headers): Don't select the group, because that's
7593         already done by nnimap-possibly-change-group.
7594
7595         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7596         (gnus-picon-transform-address): Use it.
7597
7598         * mail-source.el (mail-source-value): Revert previous patch.
7599
7600         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7601         on failure.
7602         (nnimap-open-connection): Look up both virtual and physical server name
7603         credentials.
7604
7605         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7606
7607 2009-02-07  Dave Love  <fx@gnu.org>
7608
7609         * tls.el (open-tls-stream): Don't query killing process.
7610
7611 2009-02-08  Dave Love  <fx@gnu.org>
7612
7613         * gnus-win.el (gnus-window-to-buffer-helper)
7614         (gnus-all-windows-visible-p): Function needn't be a symbol.
7615
7616         * mail-source.el (mail-source-value): Function needn't be a symbol.
7617
7618 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * message.el (message-cite-prefix-regexp): Remove } from the cite
7621         prefix.
7622
7623         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7624         highlight again, so that the highlight is correct.
7625
7626         * gnus-picon.el (gnus-picon): Remove again.
7627         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7628
7629         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7630         doing the header highlightling, so that the background color of the
7631         picon is correct.
7632
7633         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7634         (gnus-picon): Ditto.
7635         (gnus-picon): Reinstate.  The background color for picons is white.
7636         (gnus-picon-insert-glyph): Make the background white.
7637
7638         * nnml.el (nnml-open-nov): Don't return dead buffers.
7639
7640         * auth-source.el (auth-source-create): Query the user for whether to
7641         store the credentials.
7642
7643         * netrc.el (netrc-store-data): New function.
7644
7645         * auth-source.el (auth-source-user-or-password): Use the existing auth
7646         sources, if any, for creation.
7647
7648         * gnus.el (gnus-group-fast-parameter): Return the last matching
7649         parameter instead of the first matching parameter.
7650
7651 2010-09-26  Julien Danjou  <julien@danjou.info>
7652
7653         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7654
7655 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7656
7657         * mml2015.el (mml2015-use): Remove gpg support.
7658
7659         * mml1991.el (mml1991-function-alist): Remove gpg function.
7660         (mml1991-gpg-sign): Remove.
7661
7662 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7663
7664         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7665         (gnus-browse-unsubscribe-current-group): Document it.
7666         (gnus-browse-unsubscribe-group): Use it.
7667
7668 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7671         address to the To list for easier response.
7672
7673         * gnus.el (gnus-play-startup-jingle): Remove.
7674         (gnus-splash): Don't play jingle.
7675         (gnus): Silence gnus-load message.
7676
7677         * gnus-art.el (gnus-treat-play-sounds): Remove.
7678
7679         * gnus.el (gnus-play-jingle): Remove audio support.
7680
7681         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7682
7683         * earcon.el: Remove -- no users.
7684
7685         * gnus-audio.el: Remove -- no users of this package.
7686
7687         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7688
7689         * gnus-start.el (gnus-setup-news): Remove nocem support.
7690
7691         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7692
7693         * gnus.el (gnus-use-nocem): Remove.
7694
7695         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7696         Remove.
7697
7698         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7699         uses NoCeM any more.
7700
7701         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7702         (gnus-button-ctan-handler): Ditto.
7703         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7704         (gnus-button-ctan-directory-regexp): Ditto.
7705         (gnus-button-handle-ctan): Ditto.
7706         (gnus-button-tex-level): Ditto.
7707         (gnus-button-alist): Remove CTAN stuff.
7708
7709 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7710
7711         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7712         nnimap-streaming test.
7713
7714         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7715         servers twice.
7716
7717         * nnimap.el (nnimap-open-connection): Add more error reporting when
7718         nnimap fails early.
7719
7720         * nnheader.el (nnheader-get-report-string): New function.
7721         (nnheader-get-report): Use it.
7722
7723         * gnus-int.el (gnus-check-server): Say what the error was when opening
7724         failed.
7725
7726         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7727         using streaming.
7728
7729 2010-09-25  Julien Danjou  <julien@danjou.info>
7730
7731         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7732         gnus-window-inside-pixel-edges.
7733
7734 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7737
7738         * mm-decode.el (mm-save-part): Allow saving to other directories the
7739         normal Emacs way.
7740
7741         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7742         Suggested by Jay Berkenbilt.
7743
7744         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7745         there isn't a single byte.
7746
7747         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7748         just do it.  It doesn't really seem to matter what the user responds
7749         here, I think, so it's just a confusing question.
7750
7751         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7752         non-streaming case.
7753
7754         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7755         (gnus-article-encrypt-body): Use it.
7756
7757         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7758         keystroke.
7759
7760         * nnimap.el (nnimap-find-wanted-parts-1):
7761         Use gnus-fetch-partial-articles.
7762
7763         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7764
7765         * nnimap.el (nnimap-insert-partial-structure): New function.
7766         (nnimap-get-partial-article): New function.
7767         (nnimap-request-article): Use it.
7768         (nnimap-wait-for-response): Return whether the wait was successful.
7769         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7770         retrieval wasn't successful.
7771         (nnimap-retrieve-group-data-early): Allow throttling servers.
7772         (nnimap-streaming): New variable.
7773         (nnimap-fetch-partial-articles): Remove.
7774
7775         * mm-decode.el (mm-with-part): Protect against killed buffers.
7776
7777         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7778         for prettier summary display.
7779
7780 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7781
7782         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7783
7784 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7785
7786         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7787         apparently third-party libraries depend on it.
7788
7789         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7790         before starting negotiation.
7791
7792         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7793         privacy reasons.
7794         (gnus-treat-mail-gravatar): Ditto.
7795
7796         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7797         buffer when inserting images.  Inserting text into the headers, for
7798         instance, can make them invalid.
7799
7800 2010-09-25  Julien Danjou  <julien@danjou.info>
7801
7802         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7803         variables.
7804
7805         * nnheader.el: Remove useless variables news-reply-yank-from and
7806         news-reply-yank-message-id.
7807
7808         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7809         variables.
7810
7811         * mml1991.el: Remove useless mml1991-verbose.
7812
7813         * gnus.el: Remove useless variable gnus-use-generic-from.
7814         Remove obsolete variable gnus-topic-indentation.
7815
7816         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7817
7818         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7819
7820         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7821
7822         * gnus-group.el: Remove useless gnus-group-icon-cache.
7823         Remove useless gnus-ephemeral-group-server.
7824
7825         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7826
7827         * mml2015.el: Remove useless mml2015-verbose.
7828
7829         * mml-smime.el: Remove useless mml-smime-verbose.
7830
7831         * gnus.el: Remove useless gnus-local-domain.
7832
7833         * gnus-gravatar.el (gnus-gravatar-transform-address):
7834         Use gnus-gravatar-size.
7835
7836         * gnus-art.el: Remove useless gnus-treat-translate.
7837
7838 2010-09-24  Julien Danjou  <julien@danjou.info>
7839
7840         * gnus-sum.el: Add support for Gravatars.
7841
7842         * gnus-art.el: Add support for Gravatars.
7843
7844         * gnus-gravatar.el: Add this file.
7845
7846         * gravatar.el: Add this file.
7847
7848 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7851
7852         * gnus-group.el (gnus-group-fetch-faq): Remove.
7853
7854         * gnus.el (gnus-group-faq-directory): Remove.
7855
7856         * gnus-group.el (gnus-group-fetch-charter): Remove.
7857
7858         * gnus.el (gnus-group-charter-alist): Remove.
7859
7860         * gnus-group.el (gnus-group-archive-directory): Remove.
7861         (gnus-group-recent-archive-directory): Ditto.
7862         (gnus-group-make-archive-group): Remove.
7863
7864         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7865
7866         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7867         use the same article number for all the cached articles.
7868
7869         * nnimap.el (nnimap-command): Register the last command time so
7870         that we can use it for idling NOOPs.
7871         (nnimap-open-connection): Start the keeplive timer.
7872         (nnimap-make-process-buffer): Store all the process buffers.
7873         (nnimap-keepalive): New function.
7874
7875         * starttls.el (starttls-open-stream): Add autoload cookie.
7876
7877 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7878
7879         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7880         handling.
7881
7882 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7883
7884         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7885         its data structures.
7886
7887         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7888         instead of the cl.el copy-list.
7889         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7890         equalp.
7891
7892 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7895         and tool-bar-local-item-from-menu.
7896
7897         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7898         mode-line-highlight face for Emacs.
7899
7900         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7901         loading gnus-sum.elc; fix comment for canlock-verify.
7902         (gnus-article-jump-to-part): Use read-number.
7903         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7904         Remove Emacs pre-21 compatible code for help-echo.
7905         (gnus-article-next-page-1): No need to adjust the number of lines.
7906         (gnus-article-describe-bindings): Always use help-buffer.
7907
7908         * gnus-audio.el (gnus-audio-inline-sound):
7909         * gnus-cus.el (gnus-custom-mode):
7910         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7911
7912         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7913
7914         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7915         compatible code.
7916
7917 2010-09-24  Glenn Morris  <rgm@gnu.org>
7918
7919         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7920         visiting the fcc file in rmail-mode.
7921
7922         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7923
7924 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * nnir.el: Silence the byte compiler.
7927
7928         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7929         alias to browse-url-url-encode-chars if any.
7930         (gnus-html-encode-url): Use it.
7931
7932 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * gnus-start.el (gnus-use-backend-marks): New variable.
7935         (gnus-get-unread-articles-in-group): Use it.
7936
7937         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7938         makeover.
7939
7940 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7941
7942         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7943
7944 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7945
7946         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7947         Remove.
7948         (gnus-setup-news-hook):
7949         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7950
7951         * gnus-int.el (gnus-request-update-info): Protect against backends not
7952         having the function.
7953
7954         * nnimap.el (nnimap-stream): Mention starttls.
7955         (nnimap-open-connection): Add starttls support.
7956
7957 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7958
7959         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7960
7961 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962
7963         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7964         BODYSTRUCTUREs.
7965         (nnimap-transform-headers): Unfold quoted {42} headers.
7966
7967         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7968         the info.
7969         (gnus-get-unread-articles): Only call updatep on backends that support
7970         it.
7971
7972         * nnweb.el (nnweb-request-update-info): NOOP.
7973
7974         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7975
7976         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7977         since it only deals with marks.
7978
7979         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7980         gnus-request-marks, and make a new gnus-request-update-info.
7981
7982         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7983         the active instead of the high number, which is usually too low.
7984
7985 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7986
7987         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7988         * encrypt.el: Remove.
7989
7990 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7991
7992         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7993         server in symbolic form.
7994
7995         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7996
7997 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8000         (nnimap-update-info): Fix up code slightly.
8001
8002         * gnus-int.el (gnus-open-server): Add tracing for performance
8003         debugging.
8004
8005         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8006         (gnus-group-insert-group-line): Pass the real group name so that it
8007         gets the right data.
8008
8009         * gnus-start.el (gnus-get-unread-articles): Don't have
8010         `gnus-get-unread-articles-in-group' update info, since that can be
8011         really slow and doesn't seem to be needed?
8012
8013 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8014
8015         * time-date.el (date-to-time): Try using parse-time-string first before
8016         using the slower timezone-make-date-arpa-standard.
8017
8018 2010-09-22  Julien Danjou  <julien@danjou.info>
8019
8020         * gnus-group.el (gnus-group-insert-group-line):
8021         Call gnus-group-highlight-line.
8022         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8023         default hook list.
8024         (gnus-group-update-eval-form): Add new function.
8025         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8026         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8027
8028 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8031         immediate, then expire all articles.
8032         (nnimap-update-info): Fix off-by-one errors.
8033         (nnimap-flags-to-marks): Would return no marks lists for group with no
8034         flags.  Instead return the other data.
8035
8036 2010-09-22  Julien Danjou  <julien@danjou.info>
8037
8038         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8039         Only return an icon.
8040         (gnus-group-insert-group-line): Compute icon to return.
8041
8042         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8043         (gnus-html-image-fetched): Only cache if
8044         gnus-html-image-automatic-caching is set.
8045         (gnus-html-image-fetched): Check for errors.
8046
8047 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8050         once per method on `g'.  This ensures that backends like nnfolder don't
8051         open all their folders.
8052
8053         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8054         (nnimap-request-list): Nix out group in the correct buffer.
8055         (nnimap-parse-flags): Implement by using `read' instead of
8056         hand-parsing.
8057         (nnimap-flags-to-marks): Pass on permanent-flags.
8058         (nnimap-make-process-buffer): Record the server name.
8059         (nnimap-parse-flags): Fix typo.
8060         (nnimap-request-scan): Run split on the server in general, not just a
8061         single group.
8062
8063         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8064         parameter, and propagate this downwards.
8065
8066         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8067         since EXAMINE changes it on the server.
8068
8069         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8070         this command might take a while.
8071
8072 2010-09-22  Julien Danjou  <julien@danjou.info>
8073
8074         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8075         harmful if you have 2 images side-by-side, they can't be properly
8076         update on text deletion.  Using text-property is safer here.
8077         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8078         data.
8079
8080 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8081
8082         * nnimap.el (nnimap-expunge-inbox): Remove.
8083         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8084         (nnimap-expunge): Flip default to t.
8085
8086         * gnus.el (gnus-method-to-server): Don't push things to the cache
8087         unless it's unique.
8088         (gnus-server-to-method): Ditto.
8089
8090 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8091
8092         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8093
8094 2010-09-22  Julien Danjou  <julien@danjou.info>
8095
8096         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8097         get the start of data.
8098         (gnus-html-encode-url): Add this function to encode special chars in
8099         URL.
8100         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8101         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8102
8103         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8104         default.
8105         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8106
8107         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8108         images alt-text.
8109         (gnus-html-put-image): Put alt-text as help-echo.
8110
8111 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8114         * mm-util.el (mm-decompress-buffer):
8115         * nnir.el (nnir-run-find-grep):
8116         * pop3.el (pop3-list): Use 3rd arg of split-string.
8117
8118         * time-date.el (format-seconds): Comment fix.
8119
8120         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8121         and byte-optimize-form-code-walker.
8122         (dgnushack-make-auto-load): Don't advise make-autoload.
8123
8124         * lpath.el: Remove Emacs 21 stuff.
8125
8126 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8127
8128         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8129         outside the active range.  Suggested by Dan Christensen.
8130
8131         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8132         slightly later to avoid double-getting it.
8133
8134         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8135         previous patch.
8136
8137         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8138
8139 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8140
8141         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8142
8143 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8144
8145         * gnus-int.el (gnus-open-server): Give a better error message in the
8146         "go offline" case.
8147
8148         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8149         marks for nnimap, which is seldom the right thing to do.
8150
8151         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8152         (gnus-same-method-different-name): New function.
8153
8154         * nnimap.el (parse-time): Require.
8155
8156         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8157         method in the presence of many similar methods.
8158
8159         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8160
8161         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8162         nnml-inhibit-expiry.
8163
8164         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8165         find out whether methods are equal.
8166
8167         * nnimap.el (nnimap-find-expired-articles): New function.
8168         (nnimap-process-expiry-targets): New function.
8169         (nnimap-request-move-article): Request the article before looking at
8170         what the Message-ID is.  Fix found by Andrew Cohen.
8171         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8172
8173         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8174         for oldness in addition to being a predicate.
8175
8176         * nnimap.el (nnimap-request-group): When we have zero articles, return
8177         the right data to Gnus.
8178         (nnimap-request-expire-articles): Only delete articles immediately if
8179         the target is 'delete.
8180
8181         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8182         method, this would bug out.
8183
8184         * gnus-group.el (gnus-group-expunge-group): Rename from
8185         gnus-group-nnimap-expunge, and implemented as a normal interface
8186         function.
8187
8188         * gnus-int.el (gnus-request-expunge-group): New function.
8189
8190         * nnimap.el (nnimap-request-create-group): Implement.
8191         (nnimap-request-expunge-group): New function.
8192
8193 2010-09-21  Julien Danjou  <julien@danjou.info>
8194
8195         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8196         (gnus-html-cache-expired): Add new function.
8197         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8198         wethever we should display image for fetch it.
8199         Compute alt-text earlier to pass it to the fetching function too.
8200         (gnus-html-schedule-image-fetching): Change function argument to only
8201         get one image at a time, not a list.
8202         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8203         cache.
8204         (gnus-html-get-image-data): New function to retrieve image data from
8205         cache.
8206         (gnus-html-put-image): Change buffer argument to use image data rather
8207         than file, and place image above region rather than inserting a new
8208         one.  Do not take alt-text as argument, since it's useless now: we place
8209         the image above alt-text.
8210         (gnus-html-prune-cache): Remove.
8211         (gnus-html-show-images): Start to fetch image when we find one, do not
8212         push into a temporary list.
8213         (gnus-html-prefetch-images): Only fetch image if they have expired.
8214         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8215         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8216
8217 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8220
8221 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8222
8223         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8224         spec inser "*" if the group isn't active instead of 0.
8225
8226         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8227         opening the server.
8228         (nnimap-request-delete-group): Implement group deletion.
8229         (nnimap-transform-headers): Return the size of the entire message in
8230         the Bytes header, not just the size of the first part.
8231         (nnimap-request-move-article): When moving an article from nnimap,
8232         request the article first so the accepting form has an article to
8233         accept.  Reported by Dan Christensen.
8234         (nnimap-command): Make sure that the error message doesn't error out.
8235
8236 2010-09-20  David Edmondson  <dme@dme.org>
8237
8238         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8239         we haven't requested anything.
8240
8241 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8242
8243         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8244         "".  Fix found by Andrew Cohen.
8245
8246         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8247         instead of -encode-string.
8248
8249 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8252
8253         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8254         by mm-subst-char-in-string.
8255
8256 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8259         waiting for the connection string.
8260
8261         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8262         arriving.
8263
8264         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8265         bogus characters.  This allows selecting certain Gmail groups.
8266
8267         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8268         (nnimap-fetch-partial-articles): New variable.
8269         (nnimap-open-connection): When looking for credentials, also use the
8270         nnimap-server-port.
8271         (nnimap-request-article): Return the group/article number, so that Gnus
8272         `^' works as expected.
8273         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8274
8275         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8276         comments.
8277         (gnus-methods-sloppily-equal): New function.
8278         (gnus): When using the development version of Gnus, load the gnus-load
8279         file.
8280
8281         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8282         `gnus-open-server' on each method before trying to scan them etc.
8283         This ensures that all the backend parameters are set correctly.
8284
8285         * nnimap.el (nnimap-authenticator): New variable.
8286         (nnimap-open-connection): Allow anonymous login.
8287         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8288         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8289
8290         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8291         patch, found by Knut Anders Hatlen.
8292
8293 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8294
8295         * gnus-agent.el (gnus-agent-batch-confirmation)
8296         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8297         to gnus-message.
8298         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8299         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8300         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8301         * gnus-int.el (gnus-open-server): Likewise.
8302         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8303         (gnus-score-check-syntax): Likewise.
8304         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8305         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8306         Likewise.
8307         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8308
8309 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8310
8311         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8312         calling conventions so that prefetch doesn't bug out.
8313
8314 2010-09-19  Julien Danjou  <julien@danjou.info>
8315
8316         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8317         rather than `subst-char-in-region' in order to be able to replace ASCII
8318         char by UTF-8 ones.
8319
8320         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8321         than curl.
8322         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8323         the right URL and ALT text on images.
8324         (gnus-html-wash-tags): Fix tag case.
8325         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8326         (gnus-article-html): Add -o display_ins_del=2 option.
8327         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8328
8329 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8330
8331         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8332         the extra mail headers, which sometimes seem to happen for unknown
8333         reasons.
8334
8335         * mail-parse.el (mail-header-encode-parameter): Define as
8336         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8337         (or most, perhaps?) mail readers don't understand the latter, but do
8338         understand the former.
8339
8340         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8341         to nil, so that no methods are automatically agentized.  I think this
8342         is probably what most users want.
8343
8344         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8345         from url-retrieve, for instance about invalid URLs.
8346
8347         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8348         groups that have no articles.
8349         (nnimap-request-article): Check that we really got an article when we
8350         requested one.
8351
8352         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8353         doesn't exist.
8354
8355         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8356         nntp buffer so the agent can save it.
8357         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8358         that CRLF doesn't get translated to \n.
8359         (nnimap-open-connection): Don't make 'shell commands only send \n.
8360
8361 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8362
8363         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8364         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8365         Update var name.
8366         (nnml-generate-nov-file): Use dolist.
8367         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8368         Use with-current-buffer.
8369
8370 2010-09-18  Julien Danjou  <julien@danjou.info>
8371
8372         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8373         parallel.
8374
8375 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376
8377         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8378         the range update right.
8379         (nnimap-request-group): Don't make `M-g' bug out on group with no
8380         marks.
8381         (nnoo): Require, so that other packages can require nnimap.
8382         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8383         command we're looking for.  This helps when the server sends more
8384         responses after we've gotten everything we expected.
8385         (nnimap): Add a `newlinep' field to keep track of end-of-line
8386         conventions.
8387         Don't send CRLF to things that don't want it.
8388         (nnimap-request-accept-article): Ditto.
8389
8390 2010-09-18  Julien Danjou  <julien@danjou.info>
8391
8392         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8393         than curl to retrieve images.
8394
8395 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8396
8397         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8398         the marks.
8399         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8400         (nnimap-wait-for-connection): New function.
8401         (nnimap-open-connection): If we have PREAUTH, don't query for login
8402         credentials.
8403         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8404         when doing a partial update.
8405
8406 2010-09-18  Julien Danjou  <julien@danjou.info>
8407
8408         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8409         tags.
8410
8411 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * nnimap.el (nnimap-credentials): New function.
8414         (nnimap-open-connection): Use the new function to look for credentials
8415         also on the numeric equivalents of "imap" and "imaps".
8416
8417         * gnus-start.el (gnus-activate-group): Send the info to
8418         gnus-request-group.
8419
8420         * nnimap.el (nnimap-request-group): Have the "check" version of the
8421         function parse flags and update the info, so that a `M-g' get a total
8422         resync of all flags from the group.
8423
8424         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8425         to allow backends to alter the info on group selection.  Also alter all
8426         the backend -request-group functions to take the parameter.
8427
8428         * nnimap.el (nnimap-store-info): New function.
8429         (nnimap-update-info): Store the info for later usage.
8430         (nnimap-request-group): Use the stored info for the dont-check case, so
8431         that we don't retrieve all marks when we enter a group.
8432
8433         * nnimap.el: Use deffoo instead of defun for interface functions.
8434
8435         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8436         update the group info.  This makes the nndraft groups, for instance, go
8437         back to their old behavior.
8438
8439         * gnus-sum.el (gnus-select-newsgroup): Indent.
8440
8441         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8442         in.
8443         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8444         nothing.
8445
8446         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8447         from methods that are denied.
8448
8449         * gnus-int.el (gnus-method-denied-p): New function.
8450
8451         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8452         store the password instead of netrc.
8453         (nnimap-open-connection): Don't error out when we can't make a
8454         connections.
8455
8456         * auth-source.el (auth-source-create): In the password prompt, say what
8457         we're querying for.  Also prompt for user name if that hasn't been
8458         given.
8459
8460         * nnimap.el (nnimap-with-process-buffer): Remove.
8461
8462 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8463
8464         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8465         method when we're reading from the agent.
8466
8467         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8468
8469         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8470         that's probably most useful for users.
8471
8472         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8473         "failed" all the time.
8474
8475         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8476         ...)) with (with-current-buffer ... ).
8477
8478         * nntp.el (nntp-open-server): Return whether the open was successful or
8479         not.
8480
8481         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8482         select an unread unseen article first.
8483
8484         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8485         /etc/services, supply some sensible port defaults.
8486
8487         * dgnushack.el: Define netrc-credentials.
8488
8489 2010-09-17  Julien Danjou  <julien@danjou.info>
8490
8491         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8492
8493 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8494
8495         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8496         doesn't have any parameters.
8497
8498 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499
8500         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8501         only upcased checks.
8502
8503         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8504
8505         * nnimap.el (nnimap-open-shell-stream): New function.
8506         (nnimap-open-connection): Use it.
8507         (nnimap-transform-headers): Get the number of lines in each message.
8508         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8509         number of lines.
8510         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8511         problem.
8512
8513         * utf7.el (utf7-encode): Autoload.
8514
8515         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8516         to allow the mail splitting to not return a default group.  This is
8517         useful for nnimap, which will leave unmatched mail in the inbox.
8518
8519         * nnimap.el: Rewritten.
8520
8521         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8522         nnimap usage.
8523
8524         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8525         if the move is internal, so that nnimap can do fast internal moves.
8526
8527         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8528         data.
8529         (gnus-read-active-for-groups): Support finishing the early retrieval of
8530         data.
8531
8532         * gnus-range.el (gnus-range-nconcat): New function.
8533
8534         * gnus-int.el (gnus-finish-retrieve-group-infos)
8535         (gnus-retrieve-group-data-early): New functions.
8536
8537 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8538
8539         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8540         (nnrss-retrieve-groups):
8541         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8542         (pop3-quit): Use with-current-buffer.
8543
8544 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8547         instead of nnheader-accept-process-output.
8548
8549         * dgnushack.el (dgnushack-compile): Add comment.
8550
8551         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8552
8553         * gnus-html.el (gnus-html-schedule-image-fetching)
8554         (gnus-html-prefetch-images): Replace process-kill-without-query by
8555         gnus-set-process-query-on-exit-flag.
8556
8557 2010-09-16  Romain Francoise  <romain@orebokech.com>
8558
8559         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8560
8561 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8564         parameter to unintern is mandatory-ish in Emacs 24.
8565
8566         * gnus-html.el (gnus-html-schedule-image-fetching)
8567         (gnus-html-prefetch-images): Check for curl before using it.
8568
8569         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8570         depend on curl, which isn't essential.
8571
8572         * imap.el: Revert back to version
8573         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8574         seem problematic.
8575
8576 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8577
8578         * gnus-registry.el (gnus-registry-install-shortcuts):
8579         Explicitly pass `obarray' to `unintern' to avoid a warning.
8580
8581 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8584         change.
8585
8586         * nnrss.el (nnrss-request-list): Remove this function and related
8587         functions, including the moreover stuff.
8588
8589 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8590
8591         * nnrss.el (nnrss-retrieve-groups): New function.
8592
8593 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8594
8595         * .dir-locals.el: Add no-byte-compile cookie.
8596
8597 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * time-date.el (format-seconds): Comment fix.
8600
8601         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8602         for back end that doesn't support request-scan.
8603
8604 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8607         then do request scans from the backends.
8608
8609         * netrc.el (netrc-credentials): New conveniency function.
8610
8611         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8612         avoid running a hook per line, since this takes a lot of time,
8613         profiling shows.
8614         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8615         directly if gnus-visual-p is true.
8616
8617 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8620         groups; replace mapcar with dolist which is a bit faster; pass groups
8621         info to gnus-read-active-file-1.
8622         (gnus-read-active-file-1): Scan only specified groups if the new
8623         optional arg `infos' is given.
8624
8625 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8628
8629         * pop3.el (pop3-movemail): Remove.
8630         (pop3-streaming-movemail): Rename to pop3-movemail.
8631
8632         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8633         don't restrict end-tag searches to the end of the line.
8634
8635 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8638         articles of every unchecked group to t, which means unknown since the
8639         server has never been opened.
8640
8641 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * gnus-html.el (gnus-html-show-alt-text): New command.
8644         (gnus-html-browse-image): Ditto.
8645         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8646         to browse the image directly.
8647         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8648         better.
8649
8650         * gnus-async.el (gnus-async-article-callback):
8651         Call `gnus-html-prefetch-images' unconditionally.
8652
8653         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8654         before feeding URLs to curl.
8655
8656 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8659         internal images as deletable by `W D D'.
8660
8661         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8662         (gnus-async-article-callback): Fix typo.
8663
8664 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8667         current line to work around bugs in the output from w3m.
8668
8669         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8670         for groups that want that.
8671
8672         * nntp.el (nntp-wait-for-string): Supply a timeout for
8673         accept-process-output to ensure progress.
8674
8675         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8676         level to get unread articles from, then use that for foreign groups,
8677         too.
8678
8679         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8680         confuses the rest of the function.
8681
8682         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8683         for the methods that support -retrieve-groups, too.
8684
8685         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8686
8687 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8690         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8691
8692         * pop3.el: Require cl when compiling.
8693         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8694
8695 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8698         that aren't going to be activated.
8699         (gnus-get-unread-articles): Fix up the last commit.
8700
8701         * gnus-html.el (gnus-article-html): Allow calling without specifying
8702         the handle.  In that case, dissect the buffer first.
8703
8704         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8705
8706         * nnimap.el (nnimap-open-connection): Revert the change that would look
8707         into authinfo for imaps instead of imap.
8708
8709         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8710         say that you don't want to call gnus-request-group with don-check, but
8711         do check the reponse.  This is for virtual groups only.
8712         (gnus-get-unread-articles): Count the archive groups as secondary, so
8713         that they're activated the same way as before.
8714
8715         * imap.el (imap-message-map): Removed optional buffer parameter, since
8716         no callers use it.
8717         (imap-message-get): Ditto.
8718         (imap-message-put): Ditto.
8719         (imap-mailbox-map): Ditto.
8720         (imap-mailbox-put): Ditto.
8721         (imap-mailbox-get): Ditto.
8722         (imap-mailbox-get): Revert last change for this function.
8723
8724         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8725         case-insensitively.
8726         (nnimap-debug): Remove.
8727
8728         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8729         callers to use `imap-fetch' instead.  According to the comments, this
8730         should be safe, since all other IMAP clients use the 1:* syntax.
8731         (imap-enable-exchange-bug-workaround): Remove.
8732         (imap-debug): Remove -- doesn't seem very useful.
8733
8734         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8735         mail from a file, and the file doesn't exist.
8736
8737         * imap.el (imap-log): New convenience function used throughout instead
8738         of repeating the same code all over the place.
8739
8740         * pop3.el (pop3-streaming-movemail): Return t for success.
8741
8742         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8743         .authinfo if we're using ssl connection.
8744
8745         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8746         already have if we're in a main Gnus `g' run.
8747
8748         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8749
8750 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8753
8754         * nnmh.el (nnmh-request-list-1): Bind `file'.
8755
8756         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8757         alias to set-process-query-on-exit-flag or process-kill-without-query.
8758         (pop3-open-server): Use it.
8759
8760 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761
8762         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8763         box to the Incoming file.  Fixes mistake in previous checkin.
8764
8765         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8766         request loop (for debugging purposes) removed.
8767
8768         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8769         culprit is more visible.
8770         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8771         (nnml-add-incremental-nov): New functions to do "incremental" nov
8772         updates, where we just append to the end of the existing nov files
8773         without reading/writing them in full.
8774
8775         * mail-source.el (mail-source-delete-crash-box): Really only check the
8776         incoming files once in a while.
8777
8778         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8779
8780         * mail-source.el (mail-source-delete-crash-box): Only check the
8781         incoming files for deletion once per day to save a lot of file
8782         accesses.
8783
8784         * pop3.el (pop3-logon): Fix up unbound variable typo.
8785
8786         * mail-source.el (pop3-streaming-movemail): Autoload.
8787
8788         * pop3.el (pop3-streaming-movemail):
8789         Respect pop3-leave-mail-on-server.
8790
8791         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8792         retrieval.
8793
8794         * pop3.el (pop3-process-filter): Remove unused function.
8795         (pop3-streaming-movemail, pop3-send-streaming-command)
8796         (pop3-wait-for-messages, pop3-write-to-file)
8797         (pop3-number-of-responses): New functions for streaming pop3
8798         retrieval.
8799
8800         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8801         come from no known methods.
8802         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8803         list.
8804
8805         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8806         message sizes.
8807         (pop3-movemail): Use erase-buffer instead of looping and deleting
8808         regions, which seems rather odd.
8809
8810         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8811         file once per `g' run.
8812
8813         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8814         directories.  This makes the draft queue directory work.
8815
8816         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8817         data from the backends, so that we only request the list of groups from
8818         each method once.  This should speed things up considerably.
8819
8820         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8821         detect that it's not implemented.
8822
8823         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8824         we actually do recurse down into the tree, but don't stat all leaf
8825         nodes.
8826
8827         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8828         then say so instead of bugging out.
8829
8830         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8831         files exist before trying to read them.
8832
8833         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8834         around <pre_int>.
8835
8836         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8837
8838         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8839
8840 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * mm-util.el (mm-image-load-path): Just return the image directories,
8843         not all directories in the path in addition to the image directories.
8844         (mm-image-load-path): Maintain a cache of the image directories so that
8845         the `g' command in Gnus doesn't have to stat dozens of directories each
8846         time.
8847
8848         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8849         (gnus-html-wash-tags): Add a new `i' command to insert images.
8850         (gnus-html-insert-image): New command and keystroke.
8851         (gnus-html-redisplay-with-images): New command and keystroke.
8852         (gnus-html-show-images): Rename command.
8853         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8854         spacers.
8855         (gnus-html-wash-tags): Decode entities at the end, so that entities
8856         inside the tags don't mess up the rest of the "parsing".
8857
8858         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8859         so that nnimap methods aren't agentized by default.  There's apparently
8860         many problems related to agent/imap behavior.
8861
8862         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8863
8864         * gnus-html.el: Doc fix.
8865
8866 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8869         specifier-spec-list for Emacs 21.
8870
8871         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8872         glyph-width and glyph-height instead of display-graphic-p and
8873         image-size; make avoidance of displaying small images work for XEmacs.
8874
8875         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8876         for XEmacs.
8877
8878         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8879         of symbol that holds plist data.
8880         (gnus-process-plist): Remove plist of process after getting it.
8881
8882 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * message.el (message-generate-hashcash): Change default to
8885         'opportunistic if hashcash is installed.
8886
8887         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8888         (gnus-html-put-image): Only call image-size once, since it's somewhat
8889         time-consuming on remote X servers.
8890
8891 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8894         type on data, not a file name.
8895
8896         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8897         window-pixel-edges for Emacs 21.
8898
8899         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8900         decoded contents.
8901         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8902
8903 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8904
8905         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8906         group line format, since it isn't very interesting.
8907
8908         * gnus-agent.el (gnus-agent-short-article),
8909         (gnus-agent-long-article): Increase values for these two variables,
8910         since most people are likely to have more network connection and
8911         storage than before.
8912
8913         * gnus.el (gnus-refer-article-method): Change default to 'current.
8914         When referring an article, the common behavior is to refer it from the
8915         current select method, not the native select method.  The chances of
8916         the native select method having the message in question is rather slim
8917         these days.
8918
8919         * gnus-sum.el (gnus-auto-select-subject): Change default to
8920         `unseen-or-unread'.  I think it's likely that most people want to
8921         select an unseen article over a previously seen, but unread one.
8922
8923         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8924         means that in the article buffer none of the minor mode elements will
8925         be shown, usually, and this is not desirable in most cases.
8926
8927         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8928         that commands like `d' (and the like) go to the next line in the
8929         buffer, instead of the next unread article.  I think this is the
8930         behavior that is most natural for most users.
8931         (gnus-single-article-buffer): Change default to nil, so that people can
8932         have as many article buffers open as they have summary buffer.  I think
8933         this is the most natural way for the groups to behave.
8934
8935         * message.el (message-generate-new-buffers): Change default to
8936         `unsent', so that all new message buffers start their names with the
8937         string "*unsent", and it's easier to find the buffers if you move from
8938         them.
8939
8940 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8943         small.  They're probably tracking images.
8944         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8945         (gnus-html-rescale-image): Yet another try at getting the image sizing
8946         right.
8947
8948         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8949         nntp-marks-file-name is nil.
8950
8951 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8952
8953         * gnus-html.el (gnus-html-wash-tags)
8954         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8955         Better logging.
8956
8957 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958
8959         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8960
8961         * gnus-html.el (gnus-html-wash-tags): Check the value of
8962         gnus-blocked-images in the summary buffer.
8963
8964 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8965
8966         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8967
8968 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8971         like "a", it seems like.
8972         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8973         since it needs to be picked from the correct buffer.
8974
8975         * nnwfm.el: Remove.
8976
8977         * nnlistserv.el: Remove.
8978
8979 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8980
8981         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8982         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8983
8984 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8985
8986         * nnkiboze.el: Remove.
8987
8988         * nndb.el: Remove.
8989
8990         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8991         alt text.
8992         (gnus-html-rescale-image): Try to get the rescaling logic right for
8993         images that are just wide and not tall.
8994
8995         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8996         overshadow variable bindings.
8997
8998 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8999
9000         * gnus-html.el (gnus-html-wash-tags)
9001         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9002         Add extra logging.
9003
9004 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9007         (gnus-max-image-proportion): New variable.
9008         (gnus-html-rescale-image): New function.
9009         (gnus-html-put-image): Rescale images.
9010
9011 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9012
9013         Fix up some byte-compiler warnings.
9014         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9015         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9016         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9017         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9018         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9019         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9020         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9021
9022 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-html.el (gnus-article-html): Decode contents by charset.
9025
9026 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9029         (gnus-html-frame-width, gnus-blocked-images):
9030         * message.el (message-prune-recipient-rules): Add custom version.
9031         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9032
9033         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9034         functions.
9035
9036         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9037         gnus-process-get.
9038
9039 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9040
9041         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9042         instead of lsub directly.
9043
9044 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045
9046         * nnwarchive.el: Remove.
9047
9048         * gnus-soup.el: Remove.
9049
9050         * nnsoup.el: Remove.
9051
9052         * nnultimate.el: Remove.
9053
9054         * gnus-html.el (gnus-blocked-images): New variable.
9055
9056         * message.el (message-prune-recipients): New function.
9057         (message-prune-recipient-rules): New variable.
9058
9059         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9060         guess whether a long line is natural text or not.
9061
9062         * gnus-html.el (gnus-html-schedule-image-fetching):
9063         Use gnus-process-plist and friends for compatibility.
9064
9065 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9066
9067         * gnus-html.el: Require packages that define macros used in this file.
9068         (gnus-article-mouse-face): Declare to silence byte-compiler.
9069         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9070         process-get.
9071         (gnus-html-put-image): Use plist-get to avoid getf.
9072         (gnus-html-prefetch-images): Use with-current-buffer.
9073
9074 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-ems.el: Provide compatibility functions for
9077         gnus-set-process-plist.
9078
9079         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9080         header-line-format for XEmacs 21.4.
9081
9082         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9083         * gnus.el (gnus-valid-select-methods):
9084         * message.el (message-send-mail-partially-limit):
9085         * mm-decode.el (mm-text-html-renderer):
9086         * mml.el (mml-insert-mime-headers-always):
9087         * smiley.el (smiley-regexp-alist): Bump custom version.
9088
9089 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * gnus-html.el: require mm-url.
9092         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9093         with the url to `url'.
9094         (gnus-html-wash-tags): Support cid: URLs/images.
9095
9096 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9097
9098         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9099         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9100         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9101
9102         * gnus-move.el: Remove file, since it doesn't really work.
9103
9104         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9105         UTF-8.  This seems to fix problems with some German web feeds.
9106
9107         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9108         at the top so that the proper colors are applied.
9109
9110         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9111         don't have dots in their names.
9112
9113         * gnus-art.el (gnus-article-view-part): Doc fix.
9114
9115         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9116         XEmacs-compatible.
9117         (gnus-html-put-image): Don't do images on non-graphic displays.
9118
9119         * nnslashdot.el: Remove this unused backend.
9120
9121         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9122         actions.
9123         (gnus-undo-register-1): Revert last change.
9124
9125         * gnus-group.el (gnus-group-completing-read): Protect against not
9126         having completion-styles bound.
9127
9128         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9129         make broken recipients happier.
9130
9131         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9132
9133         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9134         point parameter.
9135
9136         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9137
9138         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9139         completion-styles for group selection.
9140
9141 2009-02-04  Andreas Schwab  <schwab@suse.de>
9142
9143         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9144         headers and regexp-quote the match if necessary.
9145
9146 2009-03-24  Miles Bader  <miles@gnu.org>
9147
9148         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9149         the blinking smiley.
9150
9151 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9152
9153         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9154         blink smiley.
9155
9156 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9157
9158         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9159         where the dribbel file lives exists.
9160
9161         * message.el (message-send-mail-partially-limit): Change the default to
9162         nil, since most people don't want this.
9163
9164         * mm-url.el (mm-url-decode-entities): Also decode entities like
9165         &#x3212.
9166
9167 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9168
9169         * gnus-sum.el (gnus-summary-idna-message):
9170         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9171         Hyperlink urls in docstrings with URL `...'.
9172
9173 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9174
9175         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9176         functions.
9177
9178 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179
9180         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9181         say what the mouseover text should be.
9182
9183         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9184         version of the mm-w3m-safe-url-regexp variable to only download images
9185         in the groups where we want that to happen.
9186
9187         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9188
9189         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9190         easier debugging.
9191         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9192         big pictures in the article buffer.
9193
9194         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9195         gnus-article-html.
9196         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9197         w3m.
9198
9199         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9200
9201 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9202
9203         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9204         which doesn't exist.
9205
9206         * message.el (message-inhibit-ecomplete): New variable to allow some
9207         function to inhibit ecomplete address storage.
9208         (message-resend): Disable ecomplete message storage when resending
9209         messages.
9210
9211         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9212
9213 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9216         Save excursion while copying, moving, and deleting articles in order to
9217         prevent the cursor from jumping to unforeseen place.
9218
9219 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * lpath.el: No need to bind bookmark-current-buffer,
9222         bookmark-yank-point and bookmark-make-record-function.
9223
9224 2010-08-17  Glenn Morris  <rgm@gnu.org>
9225
9226         * gnus-sync.el: Require gnus components whose functions are used.
9227
9228         * gnus-art.el (bookmark-make-record-function):
9229         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9230         Declare for compiler.
9231
9232         * mm-url.el (mml-compute-boundary): Autoload.
9233
9234 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9237
9238 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9239
9240         Typo fix "hoo4a" -> "hook".
9241
9242         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9243
9244 2010-08-14  Glenn Morris  <rgm@gnu.org>
9245
9246         * gnus-sync.el (gnus-sync): Fix defgroup version.
9247
9248 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9249
9250         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9251
9252         * gnus-sync.el: Fix docs.
9253         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9254         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9255
9256 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9257
9258         Optimizations for gnus-sync.el.
9259
9260         * gnus-sync.el: Add docs about gnus-sync-backend
9261         possibilities.
9262         (gnus-sync-save): Remove unnecessary message.
9263         (gnus-sync-read): Optimize and show what groups were skipped.
9264
9265 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9266
9267         Minor bug fixes for gnus-sync.el.
9268
9269         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9270         Don't read the sync on get-new-news.
9271
9272         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9273         quiet.
9274
9275         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9276         (fix typo).
9277
9278 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9279
9280         Make saving and restoring of hidden threads work with overlays.
9281         Patch applied by Ted Zlatanov.
9282
9283         * gnus-sum.el (gnus-hidden-threads-configuration)
9284         (gnus-restore-hidden-threads-configuration): Update to deal with text
9285         properties, rather than searching for a magic character.
9286
9287 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9288
9289         New gnus-sync.el library for synchronization of marks.
9290
9291         * gnus-sync.el: New library for synchronization of marks.
9292
9293         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9294         renamed from `gnus-registry-grep-in-list'.
9295
9296         * gnus-registry.el (gnus-registry-follow-group-p):
9297         Use `gnus-grep-in-list'.
9298
9299         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9300
9301 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9304         determining charset of text fails.
9305
9306 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * nnmail.el (nnmail-get-new-mail-1): Revert.
9309
9310         * nnml.el (nnml-active-number): Make sure names of newly created groups
9311         in nnml-group-alist are encoded.
9312
9313 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9316         containing non-ASCII characters in active file for nnml back end.
9317
9318 2010-07-24  David Engster  <dengste@eml.cc>
9319
9320         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9321         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9322
9323 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9324
9325         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9326         tag (Bug#6654).
9327
9328 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9331         the article buffer, not the summary buffer.
9332
9333 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9336         Emacs 23 as well.
9337
9338 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9341         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9342
9343 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9344
9345         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9346         Patch applied by Karl Fogel.
9347
9348         * gnus-sum.el (gnus-summary-bookmark-make-record):
9349         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9350
9351 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9352
9353         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9354         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9355         C-w still not working correctly from Article buffers; Thierry's
9356         patch to fix that will be applied after this.
9357
9358         * gnus-art.el (bookmark-make-record-function): New local variable.
9359
9360         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9361         article buffer.
9362         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9363
9364 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9365
9366         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9367         on changes in bookmark.el.
9368
9369 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9372         `no-log' instead of message not to log prompt string.
9373
9374 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9375
9376         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9377         the *other* type of HTML form submission.
9378
9379 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9380
9381         * auth-source.el (auth-source-pick): If choice does not contain a
9382         questioned keyword, set the check to t.
9383
9384 2010-06-12  Romain Francoise  <romain@orebokech.com>
9385
9386         * gnus-util.el (gnus-date-get-time): Move up before first use.
9387
9388 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9391         (gnus-article-edit-part): Bind it to make last part that is substituted
9392         or deleted visible.
9393         (gnus-mime-display-single): Buttonize part of which id equals to
9394         gnus-mime-buttonized-part-id.
9395
9396 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9397
9398         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9399         (gnus-dd-mmm): Use gnus-date-get-time.
9400         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9401         simplify logic.
9402         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9403         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9404
9405 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9406
9407         * auth-source.el (top): Autoload `secrets-list-collections',
9408         `secrets-create-item', `secrets-delete-item'.
9409         (auth-sources): Fix tag string.
9410         (auth-get-source, auth-source-retrieve, auth-source-create)
9411         (auth-source-delete): New defuns.
9412         (auth-source-pick): Rewrite in order to avoid 2 passes.
9413         (auth-source-forget-user-or-password): New parameter USERNAME.
9414         (auth-source-user-or-password): New parameters CREATE-MISSING and
9415         DELETE-EXISTING.  Retrieve password interactively, if needed.
9416
9417 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9418
9419         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9420         deleting unused directories when gnus-expert-user is t.
9421
9422 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9425         for each temp file when gnus-article-browse-delete-temp is ask.
9426
9427 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9428
9429         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9430         Replace Lisp calls to delete-backward-char by calls to delete-char.
9431
9432 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9433
9434         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9435
9436 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9437
9438         * password-cache.el (password-cache-remove): Fix docstring.
9439
9440 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9443         article unless decoding article to be saved.
9444
9445 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9448         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9449         generated within the mm-with-unibyte-current-buffer macro.
9450
9451 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9454         to nil when we're in a mml-preview buffer and no group is selected.
9455
9456 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9457
9458         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9459         when catching the `C-g'.  Reported by "Leo".
9460
9461 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * message.el (message-forward-make-body-plain)
9464         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9465         multibyte-string-p.
9466
9467         * lpath.el: Revert.
9468
9469 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * message.el (message-forward-make-body-mml): Assume original message
9472         is multibyte string; error on unibyte.
9473         (message-forward-make-body-plain): Ditto; don't add excessive newline
9474         in body end.
9475
9476         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9477
9478 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9479
9480         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9481         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9482
9483 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * mm-extern.el (mm-extern-url): Don't use
9486         mm-with-unibyte-current-buffer.
9487         (mm-extern-cache-contents): Use with-current-buffer instead of
9488         save-excursion + set-buffer.
9489
9490 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * mm-util.el (mm-emacs-mule): Remove.
9493
9494 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9495
9496         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9497         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9498         change.
9499
9500 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9503         bind the default value of enable-multibyte-characters to nil.
9504
9505 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * message.el (message-forward-make-body-plain)
9508         (message-forward-make-body-mml):
9509         Don't use mm-with-unibyte-current-buffer.
9510
9511 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9512
9513         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9514
9515 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9516
9517         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9518         (Bug#5592).
9519
9520 2010-05-07  Julien Danjou  <julien@danjou.info>
9521
9522         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9523         it to mm-pipe-part.
9524
9525         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9526         it is given.
9527
9528 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * binhex.el (binhex-decode-region-internal):
9531         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9532         (dns-query):
9533         * nnweb.el (nnweb-gmane-search):
9534         * pgg-parse.el (pgg-parse-armor):
9535         * pgg.el (pgg-verify-region):
9536         * sha1.el (sha1-string-external):
9537         * uudecode.el (uudecode-decode-region-internal):
9538         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9539         XEmacs.
9540
9541         * gnus-art.el (gnus-article-browse-html-parts):
9542         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9543         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9544         make-temp-file.
9545
9546         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9547         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9548         compiling.
9549
9550         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9551         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9552         XEmacs when compiling.
9553
9554         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9555         gnus-pick-mode-off-hook for XEmacs when compiling.
9556         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9557         gnus-binary-mode-off-hook for XEmacs when compiling.
9558
9559         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9560         Return nil if char-charset is not available.
9561
9562         * imap.el (imap-disable-multibyte)
9563         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9564         macros.
9565
9566         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9567         instead of encode-coding-string.
9568
9569         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9570         'xemacs) instead of mm-emacs-mule to switch function definitions.
9571         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9572
9573         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9574         bind temporary-file-directory for XEmacs;
9575         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9576         timer-set-function for XEmacs 21.4 and SXEmacs;
9577         bind timer-list for XEmacs 21.4 and SXEmacs;
9578         fbind char-charset and find-charset-region for non-Mule XEmacs;
9579         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9580         encode-coding-region and encode-coding-string for XEmacs having no
9581         file-coding feature.
9582
9583 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9584
9585         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9586
9587 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9590         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9591
9592 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9593
9594         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9595         alias `jka-compr-delete-temp-file' no longer exists.
9596
9597 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9598
9599         Use define-minor-mode in Gnus where applicable.
9600         * mml.el (mml-mode): Use define-minor-mode.
9601         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9602         (gnus-undo-mode): Use define-minor-mode.
9603         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9604         (gnus-dead-summary-mode): Use define-minor-mode.
9605         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9606         Initialize in declaration.
9607         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9608         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9609         (gnus-mailing-list-mode): Use define-minor-mode.
9610         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9611         (gnus-draft-mode): Use define-minor-mode.
9612         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9613         (gnus-dired-mode): Use define-minor-mode.
9614
9615 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9616
9617         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9618         handles on recursive mml-to-mime translation and check them for
9619         boundary delimiter collisions.  Reported by Greg Troxel.
9620
9621 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9624
9625 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9626
9627         * mm-util.el (mm-find-buffer-file-coding-system):
9628         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9629
9630 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9631
9632         * message.el (message-generate-headers): Record insertion of optional
9633         headers as well.  Otherwise the check to prevent repeated insertion of
9634         optional headers is a no-op.
9635
9636 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9637
9638         * smime.el: Don't mention CVS.
9639
9640         * nnrss.el (nnrss-fetch): Don't mention CVS.
9641
9642         * nnir.el: Don't mention CVS.
9643
9644 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9645
9646         * gnus-sum.el (gnus-summary-bookmark-make-record):
9647         Add `location' field.
9648
9649 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * lpath.el: Fbind bookmark-default-handler,
9652         bookmark-get-bookmark-record, bookmark-make-record-default,
9653         bookmark-prop-get for Emacs <23 and XEmacs.
9654
9655 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9656
9657         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9658         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9659         Use with-current-buffer to silence the byte-compiler.
9660         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9661         bother to require `gnus'.
9662         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9663
9664 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9665
9666         * gnus-sum.el (gnus-summary-bookmark-make-record)
9667         (gnus-summary-bookmark-jump): New functions.
9668         (gnus-summary-mode): Setup bookmark support.
9669
9670 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9671
9672         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9673         if set.
9674
9675 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9678         gnus-article-browse-html-save-cid-image; make it work recursively for
9679         forwarded messages as well.
9680         (gnus-article-browse-html-parts): Work when prefix arg is given.
9681         (gnus-article-browse-html-article): Doc fix.
9682
9683 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9684
9685         * message.el (message-default-mail-headers):
9686         (message-default-headers): Carry the value mail-default-headers over
9687         into message-default-mail-headers, rather than message-default-headers.
9688
9689 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9690
9691         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9692         charset.
9693
9694         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9695         charset into the <meta> tag when the article is encoded to utf-8.
9696
9697 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-art.el (gnus-article-browse-delete-temp-files):
9700         Delete directories as well.
9701         (gnus-article-browse-html-parts): Work for images that do not specify
9702         file names; delete temp directory when quitting; insert header at the
9703         right place; use file: scheme for image files.
9704
9705 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9706
9707         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9708         (gnus-article-browse-html-parts): Use it to make temporary cid image
9709         files in addition to html file so that browser may display them.
9710
9711 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9714
9715 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9716
9717         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9718
9719 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9720
9721         * auth-source.el (auth-sources): Change default to be simpler.
9722         Explain about Secret Service API sources.  Improve Customize options.
9723         (auth-source-pick): Change to accept any number of search parameters.
9724         Implement fallbacks iteratively, not recursively.  Add scoring on the
9725         second pass and sort by score.  Call Secret Service API when needed.
9726         (auth-source-user-or-password): Use it.  Call Secret Service API
9727         directly when needed to get the user name and the password.
9728
9729 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9730
9731         * message.el (message-interactive): Doc fix.
9732         (message-qmail-inject-args): Reflow.
9733         (message-kill-to-signature): Fix typo in docstring.
9734
9735         * smiley.el (smiley-buffer): Fix typo in docstring.
9736
9737 2010-03-24  Glenn Morris  <rgm@gnu.org>
9738
9739         * mail-source.el (gnus-message): Declare.
9740         (mail-source-delete-old-incoming): Require gnus-util.
9741
9742 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9745
9746         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9747
9748         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9749         password-cache's default if it is not bound.
9750         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9751         password-cache-expiry's default if it is not bound.
9752
9753         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9754         available in Emacs 21.
9755
9756         * lpath.el: Suppress compiler warnings for:
9757         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9758         XEmacs;
9759         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9760         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9761         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9762
9763 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9764
9765         * auth-source.el (auth-sources): Fix up definition so extra parameters
9766         are always inline.
9767
9768 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9769
9770         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9771         wasn't updated after mismatch.  Clear cached mailbox info correctly
9772         when uidvalidity changes.
9773         (nnimap-group-prefixed-name): New function to avoid some code
9774         duplication.
9775         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9776         (nnimap-request-group): Use it.
9777         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9778         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9779         with many imap folders.  This is done by caching the group status from
9780         the imap server persistently in a group parameter `imap-status'.  (This
9781         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9782         but not persistently, so every Gnus startup was still very slow.)
9783
9784 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9785
9786         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9787         delete the extra newline.  Otherwise editing of :string and :number
9788         types don't work.
9789
9790 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9791
9792         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9793         secrets.el dependency.
9794         (auth-sources): Add optional user name.  Add secrets.el configuration
9795         choice (unused right now).
9796
9797 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9798
9799         * gnus-sum.el (gnus-summary-make-menu-bar):
9800         Let `gnus-registry-install-shortcuts' fill in the functions.
9801
9802         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9803         warnings.
9804         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9805         (gnus-registry-install-shortcuts): Populate and use it in a
9806         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9807
9808 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9809
9810         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9811         In-place substitutions for the group name encoding/decoding.
9812         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9813         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9814         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9815         (nnimap-update-unseen, nnimap-request-list)
9816         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9817         (nnimap-request-set-mark, nnimap-split-to-groups)
9818         (nnimap-split-articles, nnimap-request-newgroups)
9819         (nnimap-request-create-group, nnimap-request-accept-article)
9820         (nnimap-request-delete-group, nnimap-request-rename-group)
9821         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9822         `encoded-mbx' for consistency.
9823         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9824         variable `imap-current-mailbox'.
9825
9826         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9827         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9828
9829 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9830
9831         * pop3.el (pop3-display-message-size-flag): Display message size byte
9832         counts during POP3 download.
9833         (pop3-movemail): Use it.
9834         (pop3-list): Implement listing of available messages.
9835
9836 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9837
9838         * nnir.el (nnir-get-article-nov-override-function): New function to
9839         override the normal NOV retrieval.
9840         (nnir-retrieve-headers): Use it.
9841
9842 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9843
9844         * auth-source.el (netrc-machine-user-or-password): Autoload.
9845
9846 2010-03-19  Glenn Morris  <rgm@gnu.org>
9847
9848         Stop message.el from loading about 40 libraries it doesn't always need.
9849         The general approach is to autoload rather than require, and to
9850         require in the specific functions rather than the file.  (Bug#5642)
9851
9852         * gmm-utils.el: Don't require wid-edit.
9853         (widget-create-child-value, widget-convert, widget-default-get):
9854         Autoload.
9855
9856         * gnus-util.el: Don't require time-date, netrc.
9857         (message-fetch-field, gnus-group-name-decode): Declare rather than
9858         autoloading.
9859         (gnus-fetch-field): Require message.
9860         (gnus-decode-newsgroups): Require gnus-group.
9861
9862         * ietf-drums.el: Don't require time-date.
9863
9864         * message.el: Don't require hashcash, canlock, ecomplete.
9865         Do require mail-utils.  Require nnheader only when compiling.
9866         (smtpmail-default-smtp-server): Remove declaration.
9867         (message-send-mail-function): Check smtpmail-default-smtp-server
9868         is bound rather than requiring smtpmail.
9869         (message-auto-save-directory, message-insert-signature):
9870         Use expand-file-name rather than nnheader-concat.
9871         (nnheader-insert-file-contents): Autoload.
9872         (hashcash-wait-async): Declare.
9873         (message-send-mail): Only call gnus-setup-posting-charset if
9874         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9875         (message-send-mail-with-sendmail): Require sendmail.
9876         (canlock-password, canlock-password-for-verify): Declare.
9877         (message-canlock-password): Require canlock.
9878         (nnheader-get-report): Autoload.
9879         (gnus-setup-posting-charset): Declare.
9880         (message-send-news): Require gnus-msg.
9881         (message-make-references, message-make-in-reply-to): Use mail-header-id
9882         rather than the alias mail-header-message-id.
9883         (ecomplete-add-item, ecomplete-save): Declare.
9884         (message-put-addresses-in-ecomplete): Require ecomplete.
9885         (ecomplete-display-matches): Autoload.
9886
9887         * mm-decode.el: Don't require mailcap, gnus-util.
9888         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9889         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9890         Autoload.
9891         (mailcap-mime-extensions): Declare.
9892
9893         * mm-encode.el: Don't require mailcap.
9894         (mailcap-extension-to-mime): Autoload.
9895
9896         * mml-sec.el: Don't require password-cache.
9897
9898         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9899         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9900         (mml-minibuffer-read-type): Require mailcap.
9901         (mml-preview): Require gnus-msg.
9902
9903         * mml1991.el: Require password-cache.
9904         (password-cache-expiry): Remove declaration.
9905
9906         * mml2015.el: Require password-cache.
9907         (password-cache-expiry): Remove declaration.
9908
9909         * nneething.el (mailcap): Require mailcap.
9910
9911         * nnheader.el (declare-function): Add compatibility stub.
9912         (message-remove-header): Declare rather than autoload.
9913         (nnheader-replace-header): Require message.
9914
9915         * nnimap.el (declare-function): Add compatibility stub.
9916         (netrc-parse, netrc-machine-user-or-password): Declare.
9917         (nnimap-open-connection): Require netrc.
9918
9919         * nntp.el (declare-function): Add compatibility stub.
9920         (netrc-parse, netrc-machine, netrc-get): Declare.
9921         (nntp-send-authinfo): Require netrc.
9922
9923         * rfc2047.el: Don't require qp.
9924         (quoted-printable-encode-region, quoted-printable-decode-string):
9925         Autoload.
9926
9927         * sieve-mode.el: Don't require easymenu.
9928         (easy-menu-add-item): Autoload it.
9929
9930         * spam-stat.el (time-to-number-of-days): Autoload it.
9931
9932 2010-03-19  Glenn Morris  <rgm@gnu.org>
9933
9934         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9935
9936 2010-03-18  Glenn Morris  <rgm@gnu.org>
9937
9938         * hashcash.el (declare-function): Remove duplicate definition.
9939
9940 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9941
9942         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9943         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9944         value if any backslash escapes).
9945
9946 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9949         if it is available.  (bug#5647)
9950
9951         * lpath.el: Suppress compiler warning for coding-system-from-name for
9952         Emacs 21 and XEmacs.
9953
9954 2010-03-14  Juri Linkov  <juri@jurta.org>
9955
9956         * hmac-def.el:
9957         * hmac-md5.el:
9958         * netrc.el: Fix keywords.
9959
9960 2010-02-26  Glenn Morris  <rgm@gnu.org>
9961
9962         * message.el (message-send-mail-function): Change the default, so that
9963         it inherits from a customized send-mail-function.  (Bug#5643)
9964
9965 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9966
9967         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9968         shell-command-to-string signals an error (bug#5299).
9969
9970 2010-02-24  Glenn Morris  <rgm@gnu.org>
9971
9972         * message.el (message-smtpmail-send-it)
9973         (message-send-mail-with-mailclient): Doc fixes.
9974
9975 2010-02-16  Glenn Morris  <rgm@gnu.org>
9976
9977         * message.el (message-default-mail-headers): Change the default value
9978         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9979
9980 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9983         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9984
9985 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9986
9987         * time-date.el (date-to-time): Doc fix (Bug#5408).
9988
9989 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9990
9991         * message.el (message-mail): Just pass yank-action on to message-setup.
9992         (message-setup): Handle (FUN . ARGS) form of yank-action.
9993         (message-with-reply-buffer, message-widen-reply)
9994         (message-yank-original): Handle non-buffer values of
9995         message-reply-buffer (Bug#4080).
9996         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9997
9998 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9999
10000         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10001         Fix typo in docstring.
10002
10003 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10004
10005         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10006         response.
10007
10008 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10011
10012         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10013
10014         * message.el (message-check-news-header-syntax): Protect against a
10015         string that `rfc822-addresses' returns when parsing fails.
10016
10017 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10020         (gnus-previous-char-property-change): New functions.
10021
10022         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10023
10024 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10025
10026         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10027         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10028
10029 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10030
10031         * message.el (message-exchange-point-and-mark): Rework last change to
10032         avoid using optional arg of exchange-point-and-mark, for backward
10033         compatibility.
10034
10035 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10036
10037         * message.el (message-exchange-point-and-mark):
10038         Call exchange-point-and-mark with an argument rather than setting
10039         mark-active by hand (Bug#5175).
10040
10041 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * nntp.el (nntp-service-to-port): Work for service expressed with
10044         numeric string; replace [:digit:] with [0-9] for XEmacs.
10045
10046 2009-12-17  Glenn Morris  <rgm@gnu.org>
10047
10048         * gnus-group.el (gnus-bug-group-download-format-alist):
10049         Change emacs entry to debbugs.gnu.org.  Bump :version.
10050
10051 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10054
10055 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * message.el (message-info): Explain why we use `Info-goto-node'.
10058
10059 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10062
10063 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10064
10065         * message.el (message-completion-in-region): New compatibility function.
10066         (message-expand-group): Use it.
10067
10068 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10071         with no unread article should be listed if the 2nd arg `predicate' is
10072         given.
10073
10074 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10077
10078 2009-11-29  Juri Linkov  <juri@jurta.org>
10079
10080         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10081         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10082         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10083
10084 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10085
10086         * sha1.el (sha1-string-external): default-directory "/" in case
10087         otherwise non-existent.  process-connection-type pipe for touch of
10088         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10089
10090 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10091
10092         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10093         it's comms related and sgml-mode.el has "comm" on that basis too.
10094
10095 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10098         containing tspecial characters if they have been already quoted.
10099
10100 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10101
10102         * dns-mode.el (auto-mode-alist): Purecopy string.
10103
10104 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10105
10106         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10107
10108 2009-10-24  Glenn Morris  <rgm@gnu.org>
10109
10110         * gnus-art.el (help-xref-stack-item): Define for compiler.
10111
10112 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10113
10114         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10115
10116 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10119
10120 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10123         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10124
10125 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10128         (gnus-overlays-in): New alias to overlays-in.
10129
10130         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10131         gnus-overlay-get, and gnus-delete-overlay.
10132         (gnus-summary-show-thread): Make it work as well for systems in which
10133         next-single-char-property-change is not available.
10134         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10135
10136         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10137         (gnus-overlay-get): New alias to extent-property.
10138         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10139
10140         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10141         SXEmacs.
10142
10143         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10144         SXEmacs.
10145
10146 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10147
10148         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10149
10150 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10151
10152         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10153         and XEmacs that don't have `remove-overlays'.
10154
10155 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10156
10157         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10158         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10159         selective display.  Use overlays instead.
10160
10161 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10162
10163         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10164
10165 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10166
10167         * spam-stat.el (spam-stat-load): Fix typo in message.
10168
10169 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10170
10171         * dig.el (dig-invoke): Fix typo in docstring.
10172         (query-dig): Reflow docstring.
10173
10174 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10175
10176         * gnus-art.el (gnus-article-encrypt-body):
10177         * message.el (message-check-recipients):
10178         * mm-util.el (mm-codepage-setup):
10179         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10180         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10181
10182 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10183
10184         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10185         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10186         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10187         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10188         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10189
10190 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10191
10192         * dig.el: Add "Keywords: comm", as per net-utils.el.
10193
10194 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10195
10196         * dig.el (dig-mode): Use define-derived-mode.
10197
10198 2009-09-19  Glenn Morris  <rgm@gnu.org>
10199
10200         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10201
10202 2009-09-18  Glenn Morris  <rgm@gnu.org>
10203
10204         * gnus-diary.el (gnus-diary-check-message):
10205         * message.el (message-insert-formatted-citation-line):
10206         * nnbabyl.el (top-level):
10207         * nndiary.el (nndiary-schedule):
10208         Fix typos in condition-case handlers.
10209
10210 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10213         configuration that provides the sole article window in a frame;
10214         position point correctly after deleting a part.
10215
10216 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10217
10218         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10219         (spam-resolve-registrations-routine): Use it to unregister articles
10220         that change status.
10221
10222 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10225         with XEmacs.
10226         (parse-time-string-chars): Use it.
10227
10228 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10229
10230         * imap.el (imap-interactive-login): Better messages.
10231         (imap-open): Fix bug with renamed buffer on reconnect.
10232         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10233         for easier debugging and cleaner code.  On successful (guessed based on
10234         server capabilities) secondary authentication, set imap-state
10235         correctly.
10236         (imap-last-authenticator): Define imap-last-authenticator as a variable
10237         to avoid warnings.
10238
10239 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * nnrss.el (nnrss-request-article): Remove binding of
10242         default-enable-multibyte-characters that has gotten needless by
10243         the 2007-07-13 change in rfc2047-encode-message-header.
10244
10245         * mml.el (mml-insert-multipart): Error on the message header.
10246         (mml-insert-part): Error on the message header; position point at
10247         the end of a MIME tag.
10248
10249 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * time-date.el (autoload): Expand define-obsolete-function-alias into
10252         defalias and make-obsolete for old Emacsen that Gnus supports.
10253         (with-no-warnings): Define it for old Emacsen.
10254         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10255         is available.
10256         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10257         float-time is available; suppress compile warning for time-to-seconds.
10258
10259         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10260         (gnus-float-time): Alias to float-time if it exists.
10261
10262         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10263         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10264         float-time is available; suppress compile warning for time-to-seconds.
10265
10266         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10267         XEmacs.
10268
10269 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10270
10271         * imap.el (imap-message-map): Docstring fix.
10272
10273 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10276         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10277         Add the optional argument `encoding' that overrides the default.
10278
10279         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10280         mm-encode-buffer.
10281
10282 2009-09-04  Glenn Morris  <rgm@gnu.org>
10283
10284         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10285         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10286         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10287         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10288         * mm-util.el (mm-with-unibyte-current-buffer)
10289         (mm-find-buffer-file-coding-system):
10290         * yenc.el (yenc-decode-region): Use default-value rather than
10291         default-enable-multibyte-characters.
10292
10293 2009-09-03  Glenn Morris  <rgm@gnu.org>
10294
10295         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10296         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10297         than default-enable-multibyte-characters.
10298
10299 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10300
10301         * gnus-art.el (gnus-article-read-summary-keys):
10302         Fix gnus-buffer-configuration's value temporarily used.
10303
10304 2009-09-02  Glenn Morris  <rgm@gnu.org>
10305
10306         * gnus-util.el (gnus-float-time): New function.
10307         * gnus-delay.el (gnus-delay-article):
10308         * gnus-sum.el (gnus-thread-latest-date):
10309         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10310         * nnspool.el (nnspool-request-newgroups):
10311         Use gnus-float-time rather than time-to-seconds.
10312         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10313
10314         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10315         (gnus-header-subject-face, gnus-header-newsgroups-face)
10316         (gnus-header-name-face, gnus-header-content-face):
10317         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10318         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10319         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10320         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10321         (gnus-cite-face-11):
10322         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10323         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10324         (gnus-server-closed-face, gnus-server-denied-face)
10325         (gnus-server-offline-face):
10326         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10327         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10328         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10329         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10330         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10331         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10332         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10333         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10334         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10335         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10336         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10337         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10338         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10339         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10340         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10341         (gnus-summary-high-undownloaded-face)
10342         (gnus-summary-low-undownloaded-face)
10343         (gnus-summary-normal-undownloaded-face)
10344         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10345         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10346         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10347         (gnus-splash-face):
10348         * message.el (message-header-to-face, message-header-cc-face)
10349         (message-header-subject-face, message-header-newsgroups-face)
10350         (message-header-other-face, message-header-name-face)
10351         (message-header-xheader-face, message-separator-face)
10352         (message-cited-text-face, message-mml-face):
10353         * sieve-mode.el (sieve-control-commands-face)
10354         (sieve-action-commands-face, sieve-test-commands-face)
10355         (sieve-tagged-arguments-face):
10356         * spam.el (spam-face):
10357         Mark face aliases with "-face" in the name as obsolete.
10358
10359 2009-09-01  Glenn Morris  <rgm@gnu.org>
10360
10361         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10362         than goto-line.
10363
10364 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10367         Don't move point if the command is invoked inside the message header.
10368
10369 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10370
10371         * imap.el (imap-send-command): Simplify.
10372         (imap-wait-for-tag): point-max -> buffer-size.
10373
10374 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10375
10376         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10377         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10378         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10379         * nnir.el (nnir-swish-e-index-file):
10380         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10381         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10382         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10383         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10384         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10385         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10386
10387 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10390         Don't save excursion.
10391
10392 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10393
10394         * nnheader.el (nnheader-find-file-noselect):
10395         * mm-util.el (mm-insert-file-contents):
10396         Use (default-value 'major-mode) instead of default-major-mode.
10397
10398 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10399
10400         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10401
10402 2009-08-26  Glenn Morris  <rgm@gnu.org>
10403
10404         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10405         than placing in files.el.
10406
10407 2009-08-25  Glenn Morris  <rgm@gnu.org>
10408
10409         * nnir.el (top-level): Don't require cl at run-time.
10410         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10411         Replace cl-function substitute with gnus-replace-in-string.
10412         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10413         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10414         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10415         simplified expansions.
10416
10417 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10418
10419         * dig.el (dig): Add autoload cookie.
10420
10421 2009-08-22  Glenn Morris  <rgm@gnu.org>
10422
10423         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10424         goto-line.
10425
10426 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10427
10428         * parse-time.el (parse-time-string-chars): Save match data.
10429
10430 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10431
10432         * parse-time.el (parse-time-string-chars): Compute using character
10433         classes, to handle non-ascii characters (Bug#3190).
10434
10435 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10438
10439         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10440         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10441         (gnus-mm-display-part, gnus-mime-display-single)
10442         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10443         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10444
10445         * gnus-sum.el
10446         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10447         (gnus-summary-move-article): Add expirable mark to articles copied or
10448         moved to group that has auto-expire turned on if the option is non-nil.
10449
10450 2009-07-24  Glenn Morris  <rgm@gnu.org>
10451
10452         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10453         Fix typo.  (Bug#3903)
10454
10455 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10458         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10459         that should not be used for draft articles.
10460         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10461         that has no concern in minor mode keys.
10462         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10463         Abolish.
10464
10465 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10468         article without making inquiry to a user for unknown encoding.
10469
10470         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10471         (nnmaildir--scan): Assume i-node and device number that file-attributes
10472         returns might be cons-cell.
10473
10474         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10475
10476         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10477
10478 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10479
10480         * auth-source.el: Remove docs now in auth.texi.  Don't use
10481         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10482         `auth-source-hide-passwords' and use them.
10483
10484 2009-07-15  Glenn Morris  <rgm@gnu.org>
10485
10486         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10487
10488 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10491         excessive whitespace from the default values of title and description.
10492
10493 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10496         mail-fetch-field to fetch Content-Description header in order to
10497         exclude newlines.
10498
10499 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10500
10501         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10502         format used by GnuPG 2.0.11.
10503
10504 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10507         to deleted part.
10508
10509 2009-05-30  David Engster  <dengste@eml.cc>
10510
10511         * nnmairix.el: Remove old documentation in the commentary block.
10512         (nnmairix-request-group): Do not update active file for nnml back ends.
10513         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10514         end so that overview files are ignored.
10515         (nnmairix-update-groups): Make updating the groups more robust by using
10516         marks.
10517         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10518         with dollar characters in message-id.
10519
10520 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10523         2008-12-25 in dns.el.
10524
10525 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10526
10527         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10528         could happen if the text is only composed of spaces and/or tabs.
10529
10530 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10531
10532         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10533         when sending a queued message to avoid extra mml tags.
10534
10535 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10538
10539 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10542         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10543         rmail-toggle-header for XEmacs;
10544         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10545
10546 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-dired.el: Remove autoload for gnus-setup-message.
10549         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10550         displaying Gnus logo; always use compose-mail.
10551
10552 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10555
10556 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10559         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10560         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10561         available.
10562         (gnus-nocem-epg-verify): New function.
10563
10564 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10567
10568 2009-02-15  Glenn Morris  <rgm@gnu.org>
10569
10570         * gnus-util.el (rmail-insert-rmail-file-header)
10571         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10572         autoloads.
10573         (rmail-default-rmail-file): Remove unnecessary declaration.
10574         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10575
10576 2009-02-14  Glenn Morris  <rgm@gnu.org>
10577
10578         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10579         variable (only used in gnus-util, which declares it anyway).
10580         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10581         which was only needed by gnus-art (changed to not use it any more).
10582         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10583         only used in gnus-util, which autoloads it itself.
10584         (rmail-update-summary): Fix autoload.
10585
10586         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10587         rather than rmail-output-to-rmail-file.
10588
10589 2009-02-07  Glenn Morris  <rgm@gnu.org>
10590
10591         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10592         autoload of function that no longer exists.
10593         (rmail-toggle-header): Declare.
10594         (message-forward-rmail-make-body): Handle mbox Rmail.
10595
10596 2009-01-31  Glenn Morris  <rgm@gnu.org>
10597
10598         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10599         2009-01-09 change.
10600
10601 2009-01-31  Dave Love  <fx@gnu.org>
10602
10603         * imap.el (imap-fetch-safe): Bind debug-on-error.
10604         (imap-debug): Add imap-fetch-safe.
10605
10606 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10607
10608         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10609         (auth-source-forget-all-cached): New convenience function.
10610         (auth-source-user-or-password): Accept list of modes or a single mode.
10611
10612         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10613         auth-source modes.
10614
10615         * netrc.el (netrc-machine-user-or-password): Use list of
10616         auth-source modes.
10617
10618         * nnimap.el (nnimap-open-connection): Use list of
10619         auth-source modes.
10620
10621         * nntp.el (nntp-send-authinfo): Use list of
10622         auth-source modes.
10623
10624 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10625
10626         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10627         now.
10628
10629 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10632         coding system in XEmacs; add a workaround for XEmacs.
10633
10634         * lpath.el: Fbind coding-system-aliasee.
10635
10636 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10639         of current-language-environment.
10640
10641 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10644         available at runtime.
10645
10646 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10649
10650 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10651
10652         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10653         the greatest positive fixnum value doesn't work under an XEmacs with
10654         bignum support; use the most-positive-fixnum constant instead,
10655         available since Emacs 21.1 with cl and XEmacs 21.1.
10656
10657 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10660         XEmacs gets not to work.
10661
10662 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * mm-util.el (mm-coding-system-priorities): Allow the value like
10665         "Japanese (UTF-8)" of current-language-environment.
10666
10667 2009-01-09  Glenn Morris  <rgm@gnu.org>
10668
10669         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10670         with last-command-event.
10671
10672 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10673
10674         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10675         in the doc string.
10676
10677         * message.el (message-fix-before-sending): Amend comment.
10678
10679 2009-01-08  Dave Love  <fx@gnu.org>
10680
10681         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10682
10683 2009-01-07  David Engster  <dengste@eml.cc>
10684
10685         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10686         simplified server definitions by converting it via
10687         gnus-server-to-method.
10688
10689 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10692         parameter's operands.
10693
10694 2009-01-06  David Engster  <dengste@eml.cc>
10695
10696         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10697         primary select method (for gnus-group-mark-article-as-read).
10698
10699 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10700
10701         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10702         `(gnus)Face', not `(gnus)X-Face'.
10703
10704 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * mm-util.el (mm-ucs-to-char): New function.
10707
10708         * mm-url.el (mm-url-decode-entities): Use it.
10709
10710         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10711         unicode-to-char.
10712
10713 2009-01-05  Dave Love  <fx@gnu.org>
10714
10715         * time-date.el: Require cl for `declare'.
10716
10717 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10720         Dave Love.
10721
10722 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * message.el (message-fix-before-sending): Add `eight-bit' to
10725         illegible-text check.
10726
10727 2009-01-03  Michael Olson  <mwolson@gnu.org>
10728
10729         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10730         `headers' is nil.  This can occur if the IMAP server does not have
10731         permissions to read messages from a folder, but can write new messages
10732         to the folder.
10733         (nnimap-request-article-part): Do not insert `data' if it is nil.
10734
10735         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10736         characters which will confuse `read', so skip past them.
10737
10738 2009-01-01  Dave Love  <fx@gnu.org>
10739
10740         * imap.el (imap-string-to-integer): Fix typo.
10741         (imap-fetch-safe): New function.
10742         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10743
10744         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10745
10746         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10747         (imap-parse-greeting): Fix doc strings.
10748         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10749         (imap-parse-flag-list): Make messages unique.
10750         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10751
10752         * nnimap.el: Fix author email.
10753         (nnimap-split-rule): Add FIXME comment.
10754         (nnimap-debug): Fix doc string.
10755
10756 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10759
10760 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10761
10762         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10763         nslookup if resolv.conf isn't available.
10764         (dns-query): Rename from query-dns.
10765         (dns-query-cached): Rename from query-dns-cached.
10766
10767 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10770         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10771         to check if those variables exist (first appeared in Emacs 18.50).
10772
10773 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * mm-util.el (mm-line-number-at-pos): New function.
10776
10777         * spam-report.el (spam-report-process-queue): Use it.
10778
10779 2008-12-24  David Engster  <dengste@eml.cc>
10780
10781         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10782         parameters that haven't existed as variables as buffer-local variables.
10783
10784 2008-12-23  Dave Love  <fx@gnu.org>
10785
10786         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10787         cadar.
10788
10789         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10790         imap-starttls-p.
10791         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10792
10793 2008-12-22  Dave Love  <fx@gnu.org>
10794
10795         * imap.el: Fix author email.  Doc fixes.
10796         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10797         reply.
10798
10799 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10800
10801         * spam-report.el (spam-report-gmane-max-requests): New constant.
10802         (spam-report-gmane-wait): New variable.
10803         (spam-report-gmane-ham, spam-report-gmane-spam)
10804         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10805         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10806         the server.
10807
10808         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10809         Add explanations.
10810
10811         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10812         nnheader-accept-process-output and nnheader-read-timeout if available.
10813         (pop3-movemail): Use it.
10814
10815         * message.el (message-check-news-body-syntax): Fix signature check if
10816         there's an attachment.
10817
10818 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * mm-util.el: Add comments to the mm- emulating functions.
10821
10822 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10825         Reported by Stephen Berman <stephen.berman@gmx.net>.
10826
10827 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * mm-util.el (mm-substring-no-properties): New function.
10830         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10831         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10832         (mm-string-to-multibyte): Doc fix.
10833
10834         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10835
10836 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * mml.el (mml-attach-file): Strip text properties from file name.
10839         (Bug#1574)
10840
10841 2008-12-16  Glenn Morris  <rgm@gnu.org>
10842
10843         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10844
10845 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10848         knows since the charset specified might be a bogus alias that
10849         mm-charset-synonym-alist provides.
10850
10851 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10854         "ISO_8859-1".
10855
10856         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10857
10858 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * mm-util.el (mm-charset-eval-alist):
10861         Define it before mm-charset-to-coding-system.
10862         (mm-charset-to-coding-system): Add optional argument `silent';
10863         define it before mm-charset-override-alist.
10864         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10865         default value if it can be used in Emacs currently running;
10866         silence mm-charset-to-coding-system.
10867
10868 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10871         `allow-override' which says whether to use `mm-charset-override-alist'.
10872         (rfc2047-decode-encoded-words): Use it.
10873
10874         * mm-util.el (mm-charset-override-alist): Fix custom type;
10875         add `(gb2312 . gbk)' to choices.
10876
10877 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10880         fast.
10881
10882         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10883
10884         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10885
10886 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10887
10888         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10889         on links.
10890
10891         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10892
10893 2008-12-03  Lute Kamstra  <lute@gnu.org>
10894
10895         * sha1.el: Remove leading * from docstrings of defcustoms,
10896         deffaces, defconsts and defuns.
10897
10898 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10901         users' addresses that don't have domain parts.
10902         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10903         rather than message-narrow-to-head since there will be the message
10904         header separator.
10905
10906 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10907
10908         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10909         since the result is inserted in a unibyte buffer anyway.
10910         (nnimap-demule-use-string-to-multibyte): Remove.
10911         (nnimap-demule): Alias it to mm-string-to-multibyte.
10912
10913 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10916         variable for debugging bug#464 and bug#1174.
10917         (nnimap-demule): Use it.
10918
10919 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10922         score calculation correctly.
10923
10924 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10925
10926         * message.el (message-send-mail): Just set the buffer to unibyte
10927         rather than use mm-with-unibyte-current-buffer which does a lot more.
10928         (message-send-mail-partially): Don't bother with
10929         mm-with-unibyte-current-buffer since it's already been made unibyte by
10930         message-send-mail.
10931
10932 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10933
10934         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10935
10936 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10937
10938         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10939
10940 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10943         require itself and to remove `with-no-warnings'.
10944
10945 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10946
10947         * starttls.el (starttls-any-program-available): Get the name of the
10948         available TLS layer program.
10949         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10950         well as the host name in the "opening" message.
10951
10952         * auth-source.el (auth-source-cache, auth-source-do-cache)
10953         (auth-source-user-or-password): Cache passwords and logins by default,
10954         allow override with `auth-source-do-cache'.
10955         (auth-source-forget-user-or-password): Allow users to remove cache
10956         entries if needed.
10957
10958 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10959
10960         * md4.el (md4-buffer): Fix typo in docstring.
10961         (md4, md4-64): Doc fixes.
10962         (md4-pack-int32): Reflow docstring.
10963
10964 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10965
10966         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10967         condition-case to only the forward-sexp call.
10968
10969 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10970
10971         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10972         quotes contained.  Make it more robust regardless by an extra
10973         condition-case wrapper.
10974
10975 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10978
10979 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * nnml.el (nnml-request-expire-articles): Check if the function set to
10982         `nnmail-expiry-target' returns the symbol `delete'.
10983
10984         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10985
10986         * nnmail.el (nnmail-expiry-target): Fix custom type.
10987
10988 2008-10-02  Glenn Morris  <rgm@gnu.org>
10989
10990         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10991         Silence compiler warning.
10992
10993 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10994
10995         * tls.el (open-tls-stream): Show the actual command being
10996         executed, instead of the format string.
10997
10998 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * lpath.el: Fbind codepage-setup for Emacs 23.
11001
11002 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11003
11004         * mml.el (mml-menu): Don't assume mml2015 is bound.
11005
11006 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11009         exists.
11010
11011 2008-09-27  Glenn Morris  <rgm@gnu.org>
11012
11013         * gnus-util.el (mail-header-remove-comments): Autoload it.
11014
11015 2008-09-27  Andreas Schwab  <schwab@suse.de>
11016
11017         * gnus-util.el (gnus-split-references): Strip comments.
11018         (gnus-parent-id): Likewise.
11019
11020 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * message.el (message-confirm-send): Fix version.
11023
11024 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * message.el (message-idna-to-ascii-rhs-1): Use
11027         mail-extract-address-components rather than mail-header-parse-addresses
11028         that is an alias by default to ietf-drums-parse-addresses that does not
11029         support non-ASCII names in headers' contents.
11030
11031 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11032
11033         * message.el (message-confirm-send): Fix variable documentation to
11034         avoid the "y/n" wording.
11035
11036 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11037
11038         * message.el (message-set-auto-save-file-name): Save to a different
11039         filename so multiple messages (especially drafts) can be recovered.
11040
11041 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11042
11043         * message.el (message-confirm-send): Add appropriate version.
11044
11045 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11046
11047         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11048         defvar.
11049
11050 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11051
11052         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11053         (mm-pkcs7-enveloped-magic): Ditto.
11054
11055 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11056
11057         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11058         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11059
11060 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11061
11062         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11063         default, it's better.
11064
11065 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11066
11067         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11068         summary line gnus-number property and ignore them (with a warning
11069         message).
11070
11071 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11074         macro caddr in the interactive form since it won't be expanded.
11075
11076 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11079         `charset'; fix name of function called recursively.
11080         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11081
11082 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11085         (gnus-mime-set-charset-parameters): New function.
11086         (gnus-mime-view-part-as-charset): Use it to correctly display part
11087         specifying wrong charset.
11088
11089 2008-09-08  David Engster  <dengste@eml.cc>
11090
11091         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11092         in completing-read for back end server.
11093
11094 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11095
11096         * message.el (message-confirm-send): New variable to confirm sending a
11097         message.
11098         (message-send): Use it.
11099
11100 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11101
11102         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11103
11104 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11107
11108 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11109
11110         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11111         prevent tracking too many groups.
11112         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11113         Use it.
11114
11115 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11116
11117         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11118         moving point to the bottom of the window in order to avoid recentering.
11119
11120 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11123
11124         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11125         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11126         (gnus-article-beginning-of-window): Fix calculation.
11127
11128 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * gnus-msg.el (gnus-summary-supersede-article)
11131         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11132         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11133         message header.
11134
11135 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11136
11137         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11138         pending output coming after the status change.
11139
11140 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11141
11142         * message.el:
11143         * gnus-start.el:
11144         * gnus-registry.el: Remove VMS support.
11145
11146 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11149         macro.
11150         (rfc2104-hash): Use it.
11151
11152 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11155         (gnus-summary-sort-by-most-recent-date): New commands.
11156         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11157         and menu entries.
11158
11159 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11162         don't redisplay article for raw contents; remove plural articles stuff.
11163
11164         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11165         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11166         on gnus-summary-save-article; display results properly.
11167
11168 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * lpath.el: No need to fbind ns-focus-frame.
11171
11172 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11175
11176 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * gnus-art.el (gnus-summary-save-in-pipe):
11179         Consider gnus-save-all-headers.
11180
11181 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11182
11183         * gnus-util.el (ns-focus-frame): Remove declaration.
11184         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11185         like x.
11186
11187 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11188
11189         * rfc2104.el (rfc2104-zero): Delete defconst.
11190         (rfc2104-hex-alist): Likewise.
11191         (rfc2104-hex-to-int): Delete func.
11192         (rfc2104-hexstring-to-bitstring): Likewise.
11193         (rfc2104-nybbles): New defconst.
11194         (rfc2104-hash): Rewrite for speed.
11195
11196 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * tls.el (open-tls-stream): Make it work with the 2nd argument
11199         BUFFER that is a string but does not exist as a buffer object, as
11200         mentioned in the doc-string.
11201
11202 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11205         SXEmacs.
11206
11207 2008-07-16  Glenn Morris  <rgm@gnu.org>
11208
11209         * gnus-util.el (ns-focus-frame): Declare for compiler.
11210
11211 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11214         set as a group parameter.
11215         (gnus-summary-save-in-pipe): Work when it is called independently.
11216         (gnus-summary-pipe-to-muttprint): Don't modify
11217         gnus-summary-pipe-output-default-command.
11218
11219 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11220
11221         * message.el (message-send-mail-with-sendmail):
11222         Display the error message.
11223
11224 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-art.el (gnus-default-article-saver):
11227         Add gnus-summary-save-in-pipe to choices.
11228         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11229         gnus-summary-pipe-output-default-command as the default command.
11230         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11231         instead of gnus-last-shell-command.
11232
11233         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11234         New user option.
11235         (gnus-summary-muttprint-program): Mention the value will be changed.
11236         (gnus-summary-save-article): Force showing of all headers.
11237         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11238
11239 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11240
11241         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11242
11243 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11244
11245         * nnimap.el (nnimap-id):
11246         * sieve-manage.el (sieve-manage-open): Doc fixes.
11247
11248 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11249
11250         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11251         if available.
11252
11253 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11254
11255         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11256
11257         * nnkiboze.el (nnkiboze-generate-group):
11258         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11259
11260         * nnmairix.el: Require CL.
11261
11262 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * dgnushack.el: Autoload get-display-table and put-display-table for
11265         XEmacs 21.5.
11266
11267         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11268         21.4 and SXEmacs.
11269
11270 2008-06-15  David Engster  <dengste@eml.cc>
11271
11272         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11273
11274 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11275
11276         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11277         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11278         runtime choice under XEmacs.
11279
11280         * gnus-sum.el (gnus-summary-set-display-table):
11281         Use `gnus-put-display-table', `gnus-get-display-table',
11282         `gnus-set-display-table' for the display table, instead of `aset'.
11283
11284         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11285         Use `gnus-put-display-table', `gnus-get-display-table',
11286         `gnus-set-display-table' for the display table.
11287
11288 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * nnmairix.el: Add autoloads.
11291
11292 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * nnmairix.el (nnmairix-delete-recreate-group)
11295         (nnmairix-update-and-clear-marks): Fix error messages.
11296
11297 2008-06-14  David Engster  <dengste@eml.cc>
11298
11299         * nnmairix.el: Upgrade to version 0.6.
11300         (nnmairix-group-toggle-propmarks-this-group)
11301         (nnmairix-group-toggle-readmarks-this-group)
11302         (nnmairix-group-delete-recreate-this-group)
11303         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11304         (nnmairix-remove-tick-mark-original-article): New commands.
11305         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11306         (nnmairix-propagate-marks-to-nnmairix-groups)
11307         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11308         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11309         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11310         functions needed for marks propagation and manipulation of read marks.
11311         (nnmairix-update-groups): New function.
11312         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11313         (nnmairix-determine-original-group-from-registry)
11314         (nnmairix-determine-original-group-from-path)
11315         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11316         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11317         New helper functions.
11318         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11319         keystrokes for new commands.
11320         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11321         (nnmairix-request-group): Check allow-fast group parameter.
11322         (nnmairix-request-create-group): Set allow-fast group parameter if
11323         nnmairix-allowfast-default is set.
11324         (nnmairix-close-group): Propagate marks upon closing if needed.
11325         (nnmairix-group-toggle-threads-this-group): Use new.
11326         nnmairix-group-toggle-parameter helper function.
11327         (nnmairix-search): Better check for empty search result.
11328         (nnmairix-goto-original-article): Use new helper functions for
11329         determining original article.
11330         (nnmairix-show-original-article): Make sure message-id is in brackets.
11331         (nnmairix-call-mairix-binary): Change variable name.
11332         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11333         helper function.
11334         (nnmairix-widget-toggle-activate): Fix doc string.
11335
11336 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * nnir.el: Require edmacro when compiling with XEmacs.
11339         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11340         available in Emacs 21.
11341
11342 2008-06-11  Glenn Morris  <rgm@gnu.org>
11343
11344         * gnus-util.el (x-focus-frame):
11345         * gnus.el (image-size):
11346         * mm-decode.el (image-size): Declare.
11347
11348         * gnus-picon.el (declare-function): Add compat definition.
11349         (image-size): Declare.
11350
11351         * gnus-group.el (tool-bar-map):
11352         * gnus-sum.el (tool-bar-map): Define for compiler.
11353
11354         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11355
11356         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11357
11358         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11359         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11360         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11361         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11362         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11363         * sieve-manage.el, spam-report.el, spam.el:
11364         Remove unnecessary eval-and-compile of autoloads.
11365
11366 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11367
11368         * auth-source.el: Precise Tramp doc.
11369
11370 2008-06-07  Glenn Morris  <rgm@gnu.org>
11371
11372         * nnmairix.el: Remove unnecessary eval-when-compile.
11373
11374 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * lpath.el: Fbind propertize for XEmacs 21.4.
11377
11378 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * nnir.el: Move here from ../contrib.
11381
11382 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11383
11384         * gnus-util.el (gnus-read-shell-command): New function.
11385         * mm-decode.el (mm-pipe-part):
11386         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11387
11388 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11391
11392 2008-06-03  Glenn Morris  <rgm@gnu.org>
11393
11394         * pop3.el (nnheader-accept-process-output): Autoload it.
11395
11396 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11399         are not 2-digit hexadecimal characters that follow `%'s.
11400
11401 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11402
11403         * message.el (message-bogus-recipient-p): Fix type in doc string.
11404         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11405         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11406         Improve custom options.
11407         (message-bogus-recipient-p): Adjust accordingly.
11408
11409 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11410
11411         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11412         long-form month and day names.
11413
11414 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * dgnushack.el: Autoload debug, eudc-expand-inline and
11417         pgg-snarf-keys-region for XEmacs.
11418
11419         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11420
11421         * nnmairix.el: Require edmacro when compiling with XEmacs.
11422
11423 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11426         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11427
11428 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11429
11430         * auth-source.el: Add more docs.
11431
11432         * netrc.el (netrc-machine): Always match if the port is not given.
11433
11434 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435
11436         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11437         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11438         retrieval faster in some cases, but might make CPU usage larger.
11439         If this has any bad side effects, we might revert this change.
11440
11441         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11442         seems to make mail retrieval much, much faster.
11443         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11444         unconditionally.
11445
11446         * gnus-draft.el (gnus-group-send-queue):
11447         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11448
11449 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11452
11453         * message.el (message-bogus-address-regexp): Fix and improve custom
11454         type.
11455         (message-setup-hook): Add message-check-recipients as custom option.
11456
11457 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * message.el (message-cite-function): Remove bogus autoload which crept
11460         in during merge from v5-10.
11461
11462 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11463
11464         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11465
11466         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11467
11468         * auth-source.el: Preliminary Tramp docs.
11469         (auth-sources): Change the default auth-sources to use
11470         EPA .gpg files.
11471
11472 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11473
11474         * nntp.el: Autoload `auth-source-user-or-password'.
11475         (nntp-send-authinfo): Use it.
11476
11477         * nnimap.el: Autoload `auth-source-user-or-password'.
11478         (nnimap-open-connection): Use it.
11479
11480         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11481         for the gnus-message function.
11482         (auth-source-user-or-password): Use it.
11483
11484 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11485
11486         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11487         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11488         (rfc2104-hash): Use it.
11489
11490 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11491
11492         * gnus-art.el (gnus-article-toggle-truncate-lines):
11493         Don't use `iff' in docstring.
11494
11495 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11496
11497         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11498
11499         * gnus-util.el (gnus-extract-address-component-name)
11500         (gnus-extract-address-component-email): Convenience functions around
11501         `gnus-extract-address-components'.
11502
11503         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11504         Use `gnus-extract-address-component-email' to fix bug of comparing full
11505         sender name to `user-mail-address'.
11506
11507 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11508
11509         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11510         catch/throw to optimize.
11511         (gnus-registry-find-keywords): Just use member to find a keyword.
11512
11513 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11514
11515         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11516         is current before calling gnus-server-prepare.
11517         (gnus-server-setup-buffer, gnus-server-update-server)
11518         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11519
11520 2008-05-04  Juri Linkov  <juri@jurta.org>
11521
11522         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11523         (mailcap-file-default-commands): Use mailcap-replace-in-string
11524         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11525         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11526
11527 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11528
11529         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11530
11531 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11532
11533         * gnus.el: Bump version to 0.11.
11534
11535 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11536
11537         * gnus.el: No Gnus v0.10 is released.
11538
11539 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11540
11541         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11542         hooks.
11543         (gnus-update-read-articles): Speed up non-marks-using users.
11544         (gnus-use-marks): Define gnus-use-marks.
11545         (gnus-propagate-marks): Rename variable to something more sensible.
11546
11547 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11548
11549         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11550         (gmm-image-load-path-for-library): Fix typos in docstrings.
11551         (gmm-message): Reflow docstring.
11552
11553 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11554
11555         * mail-source.el (mail-source-set-1, mail-source-bind):
11556         Move auth-source code out of the macro to clean it up and fix bugs.
11557
11558 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11559
11560         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11561         by sender if it's equal to user-mail-address, it's likely to be
11562         useless.
11563
11564         * mail-source.el (mail-source-bind): Don't use user or password if they
11565         are not bound.  Unintern them if they are nil.  Don't use server unless
11566         it's bound, and default it to empty string otherwise.
11567
11568 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11569
11570         * mail-source.el: Load auth-source.el.
11571         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11572         get user name or password, if auth-sources is set up.
11573
11574         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11575         strategy of splitting with parent.
11576         (gnus-registry-split-fancy-with-parent)
11577         (gnus-registry-post-process-groups): Use it and fix prior
11578         bug (returning a list as the split result).
11579
11580         * auth-source.el (auth-sources): Remove server parameter.
11581         (auth-source-pick, auth-source-user-or-password)
11582         (auth-source-user-or-password-imap)
11583         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11584         (auth-source-user-or-password-sftp)
11585         (auth-source-user-or-password-smtp): Remove server parameter.
11586
11587 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11588
11589         * smime.el (smime-sign-region, smime-encrypt-region)
11590         (smime-decrypt-region):
11591         Remove redundant calls to `generate-new-buffer-name'.
11592
11593 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11594
11595         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11596         Don't use QP for message/rfc822.
11597         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11598
11599 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11600
11601         * sieve-manage.el (sieve-string-bytes): Remove.
11602         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11603         correct byte-length only if the process's coding-system is the same as
11604         the one used internally by Emacs to represent strings.
11605
11606 2008-04-22  Juri Linkov  <juri@jurta.org>
11607
11608         * mailcap.el (mailcap-file-default-commands): New function.
11609
11610 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * message.el (message-signature-separator, message-cite-function):
11613         Change custom version.
11614
11615 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11616
11617         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11618         commands.
11619         (tls-checktrust): Ditto.
11620
11621 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11622
11623         * mm-decode.el (mm-display-external): Make temp file read-only.
11624
11625 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11628         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11629         `C-c C-f d'.
11630
11631 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11632
11633         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11634
11635 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * gnus.el: Bump version to 0.9.
11638
11639 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * gnus.el: No Gnus v0.8 is released.
11642
11643 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11644
11645         * mail-source.el (mail-source-value):
11646         Prefer fboundp to functionp so it works with macros as well.
11647
11648 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11649
11650         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11651         Fix last change in case the element is not even a symbol.
11652
11653 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11654
11655         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11656         Prefer fboundp to functionp so it works with macros as well.
11657
11658 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11659
11660         * auth-source.el: Add docs.
11661         (auth-sources): Modify format to support server.
11662         (auth-source-pick, auth-source-user-or-password)
11663         (auth-source-user-or-password-imap)
11664         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11665         (auth-source-user-or-password-sftp)
11666         (auth-source-user-or-password-smtp): Add server parameter.
11667
11668 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11669
11670         * gnus-registry.el: Initialize the registry when gnus-registry-install
11671         is t.
11672
11673 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * compface.el (uncompface): Make buffer unibyte.
11676
11677 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11678
11679         * mail-source.el (mail-source-value):
11680         Prefer fboundp to functionp so it works with macros as well.
11681
11682 2008-04-05  Glenn Morris  <rgm@gnu.org>
11683
11684         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11685
11686 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11687
11688         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11689         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11690
11691         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11692         multibyteness after rather than before erasing it.
11693
11694         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11695         mm-with-multibyte.
11696         (gnus-request-article-this-buffer): Make sure the proper decoding is
11697         used if gnus-original-article-buffer happens to be unibyte.
11698
11699         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11700         default-enable-multibyte-characters.
11701
11702         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11703         default-enable-multibyte-characters.
11704
11705         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11706
11707         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11708
11709 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11710
11711         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11712         Fix last change in case the element is not even a symbol.
11713
11714 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11715
11716         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11717         (imap-message-copyuid-1): Use it.
11718         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11719         J. Williams in
11720         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11721
11722         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11723         imap-enable-exchange-bug-workaround.
11724         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11725
11726 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11727
11728         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11729         a 100 byte status-checks into a 2-3MB transfer for each group.
11730         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11731         to enable bug workaround or not.
11732         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11733
11734 2008-03-31  Glenn Morris  <rgm@gnu.org>
11735
11736         * message.el (mml2015-use): Declare for compiler.
11737         (message-info): Require mml2015 when appropriate.
11738
11739 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11742         whitespace.
11743
11744 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11745
11746         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11747         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11748         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11749         (nntp-service-to-port): New function.
11750         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11751         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11752         (nntp-open-netcat-stream): New function.
11753         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11754
11755 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11756
11757         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11758
11759 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11760
11761         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11762
11763 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11764
11765         * dns.el (dns-write): Use set-buffer-multibyte.
11766
11767 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11768
11769         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11770
11771 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11772
11773         * message.el (message-signature-separator): Change default.
11774         Improve custom type.
11775         (message-cite-function): Change default to
11776         message-cite-original-without-signature.
11777
11778         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11779         toggle.
11780
11781         * message.el (message-check-news-body-syntax): Fix signature check.
11782         (message-setup-1): Mark buffer as unmodified _after_ running
11783         message-setup-hook and handling message-alternative-emails.
11784         (message-shorten-references): Be more strict when building list of
11785         valid references to comply with GNKSA.
11786
11787         * gnus-group.el (gnus-read-ephemeral-bug-group)
11788         (gnus-read-ephemeral-debian-bug-group)
11789         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11790
11791         * message.el (message-info): Don't use booleanp which isn't supported
11792         in Emacs 21 and XEmacs.
11793
11794 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11795
11796         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11797         gnus-group-gmane-group-download-format.
11798         (gnus-group-read-ephemeral-gmane-group): Rename from
11799         gnus-group-read-ephemeral-gmane-group.
11800         (gnus-read-ephemeral-gmane-group-url): Rename from
11801         gnus-group-read-ephemeral-gmane-group-url.
11802         (gnus-bug-group-download-format-alist): New variable.
11803         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11804         (gnus-read-ephemeral-emacs-bug-group): New commands.
11805
11806 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11809         (gnus-visible-headers): Improve custom type.
11810
11811 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * mml.el (mml-menu): Add workarounds for XEmacs.
11814
11815         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11816         X-Boundary header.
11817
11818         * message.el (message-simplify-recipients): Fix previous commit.
11819
11820 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11821
11822         * mm-util.el (mm-set-buffer-multibyte): New function.
11823         * mm-decode.el (mm-copy-to-buffer): Use it.
11824
11825         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11826         Prefer fboundp to functionp so it works with macros as well.
11827
11828 2008-03-19  Glenn Morris  <rgm@gnu.org>
11829
11830         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11831         Accidentally removed in the sync process with Emacs.
11832
11833 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11834
11835         * message.el (message-alter-recipients-discard-bogus-full-name):
11836         New function.
11837         (message-alter-recipients-function): New variable.
11838         (message-get-reply-headers): Use it.
11839         (message-replace-header): New helper function.
11840         (message-recipients-without-full-name): New variable.
11841         (message-simplify-recipients): New command.
11842
11843         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11844
11845         * message.el (message-info): Handle EasyPG manual.
11846
11847         * mml.el (mml-menu): Add entry for EasyPG.
11848
11849 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11850
11851         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11852         parameter.
11853
11854         * message.el (message-disassociate-draft): Specify drafts group name
11855         fully.
11856
11857 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11858
11859         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11860         Eliminate unnecessary duplicates from the match list.
11861
11862 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11865
11866         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11867
11868         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11869         args of `how-many' of which the XEmacs version doesn't take; declare
11870         Info-index-next as function.
11871
11872 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * gnus-score.el (gnus-score-headers): Fix handling of
11875         gnus-inhibit-slow-scoring.
11876
11877         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11878         string.
11879         (gnus-button-url-regexp): Improve handling of parenthesis.
11880         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11881         (gnus-button-handle-info-keystrokes): Handle index entries.
11882
11883 2008-03-15  Glenn Morris  <rgm@gnu.org>
11884
11885         * parse-time.el (parse-time-string): Simplify.
11886
11887 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11890         Incoming* files.
11891
11892 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11893
11894         * auth-source.el (auth-sources): Rename from auth-source-choices.
11895         (auth-source-pick): Use it.
11896
11897 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11898
11899         * binhex.el (binhex-decode-region-internal):
11900         * uudecode.el (uudecode-decode-region-internal):
11901         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11902         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11903         setting default-enable-multibyte-characters.
11904
11905 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11906
11907         * auth-source.el (auth-source-protocols)
11908         (auth-source-protocols-customize, auth-source-choices): Add and
11909         modified variable customizations and defaults.
11910         (auth-source-pick, auth-source-user-or-password)
11911         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11912         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11913         (auth-source-user-or-password-sftp)
11914         (auth-source-user-or-password-smtp): Use new variables and provide an
11915         interface to netrc.el.
11916
11917 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11920         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11921         Make sure the nntp port to specify is a string.
11922
11923 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11924
11925         * nntp.el: Use with-current-buffer.
11926         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11927         dubious mm-with-unibyte-current-buffer.
11928         (nntp-with-open-group-function): New function extracted from
11929         nntp-with-open-group macro.
11930         (nntp-with-open-group): Use the function, so it's easier to debug.
11931         Add indentation and debugging info.
11932         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11933         Recommend the use of the netcat alternatives.
11934
11935         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11936         Avoid mm-string-as-multibyte as well.
11937
11938         * nnweb.el (nnweb-insert-html):
11939         Remove use of nnheader-string-as-multibyte.
11940
11941         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11942         (nnheader-string-as-multibyte): Remove.
11943
11944         * mm-view.el: Use inhibit-read-only.
11945         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11946         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11947         or unibyte-string.
11948
11949         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11950         (mm-uu-yenc-extract): Use with-current-buffer.
11951
11952         * gnus-soup.el (gnus-soup-send-packet): Don't use
11953         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11954
11955         * nnmh.el: Use with-current-buffer.
11956         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11957         mm-string-as-multibyte on the output of mm-encode-coding-string.
11958
11959         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11960         (nnimap-request-move-article): Use with-current-buffer.
11961
11962         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11963         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11964         conversion uses string-make-unibyte rather than string-as-unibyte.
11965
11966         * gnus-msg.el: Use with-current-buffer.
11967
11968         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11969
11970 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11971
11972         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11973         string for caching if it is 'PIN.
11974
11975 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * lpath.el: Consider the case without Emacs/W3.
11978
11979 2008-03-08  Glenn Morris  <rgm@gnu.org>
11980
11981         * time-date.el (date-to-time, time-subtract, time-add)
11982         (safe-date-to-time): Doc fixes.
11983
11984 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * mail-source.el (mail-source-delete-old-incoming-confirm):
11987         Change default to nil.
11988         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11989
11990 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * lpath.el: Rearrange.
11993
11994         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11995         (gnus-article-goto-prev-page): Work for articles having ^L's.
11996
11997         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11998
11999         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12000
12001 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12002
12003         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12004         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12005         (gnus-bookmark-jump): Adjust some variable names.
12006
12007 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12008
12009         * auth-source.el: New package.
12010         (auth-source-choices): Add customization entry point variable.
12011
12012         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12013         bug.
12014
12015 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12016
12017         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12018         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12019         (gnus-registry-install-shortcuts): Rename from
12020         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12021         the `gnus-registry-mark-map' keymap dynamically from
12022         `gnus-registry-marks'.  The generated functions update the summary line
12023         when a registry mark is added or deleted, and will call
12024         `gnus-registry-install-p' (see the comments in the code).
12025         (gnus-registry-user-format-function-M): Use concat intelligently.
12026
12027         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12028         the registry mark functions.
12029
12030 2008-03-05  Glenn Morris  <rgm@gnu.org>
12031
12032         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12033         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12034         gnus-art.
12035         (top-level): No need to load own source when compiling.
12036
12037 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12038
12039         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12040         Suggested by <chris.anderton@zetnet.co.uk>.
12041
12042 2008-03-04  Glenn Morris  <rgm@gnu.org>
12043
12044         * gnus-sum.el (top-level): No need to require gnus when compiling,
12045         since unconditionally required near start of file.
12046         (gnus-summary-display-while-building): Move definition before use.
12047
12048 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12049
12050         * gnus-registry.el (gnus-registry-user-format-function-M):
12051         Add formatting function.
12052
12053 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12054
12055         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12056         with plists.
12057         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12058         Use new format.
12059
12060 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12063         `where-is-internal' that returns a range of key sequences.
12064
12065 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12066
12067         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12068
12069         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12070         (gnus-summary-jump-to-group): Consider windows on other displayed
12071         frames as well.  Similar changes might be needed elsewhere, but that's
12072         the one I've bumped into during my use.
12073
12074         * nndoc.el (nndoc-oe-dbx-type-p):
12075         * gnus-msg.el (gnus-debug):
12076         * gnus-group.el (gnus-update-group-mark-positions):
12077         Use mm-string-to-multibyte.
12078
12079 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12082         doesn't handle NotDashEscaped.
12083
12084         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12085         (mml-dnd-attach-options): Fix typo in custom choice.
12086
12087         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12088         Change nndoc-article-type to mbox.
12089         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12090
12091         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12092         to nil, instead of html2text.
12093
12094         * imap.el (imap-debug): Add `imap-ping-server'.
12095
12096         * gnus-bookmark.el: Add FIXMEs.
12097
12098         * message.el (message-form-letter-separator)
12099         (message-send-form-letter-delay): New variables.
12100         (message-send-form-letter): Use them.  New command to send form
12101         letters.  Requested by Uwe Siart.
12102         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12103
12104 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * Update copyright years.
12107
12108 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12109
12110         Sync from EMACS_22_BASE.
12111
12112         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12113
12114 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12115
12116         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12117         empty author.
12118
12119 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12120
12121         * gnus-registry.el (gnus-registry-marks): Add variable for
12122         customization of marks and their appearance.
12123         (gnus-registry-read-mark): Use it.
12124         (gnus-registry-do-marks): Add utility function to loop through
12125         `gnus-registry-marks'.
12126         (gnus-registry-install-shortcuts-and-menus): Add function to install
12127         shortcuts and menus.
12128         (gnus-registry-initialize): Use it.
12129         (gnus-registry-default-mark): Clarify documentation.
12130
12131 2008-02-29  Glenn Morris  <rgm@gnu.org>
12132
12133         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12134         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12135         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12136         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12137         Change defcustom :version from 23.0 to 23.1.
12138
12139 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12140
12141         * gnus-registry.el (gnus-registry-follow-group-p)
12142         (gnus-registry-post-process-groups): Add functions to aid registry
12143         splitting and improve logging.  Clarify behavior in function
12144         documentation.
12145         (gnus-registry-split-fancy-with-parent): Use them.
12146
12147 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12148
12149         * gnus-art.el: Use with-current-buffer.
12150
12151 2008-02-27  David Engster  <dengste@eml.cc>
12152
12153         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12154         Express real group name in the response.
12155
12156 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12159         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12160         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12161         autoload gnus-registry-fetch-group when compiling.
12162         (nnmairix-request-group-with-article-number-correction):
12163         Remove unreferenced argument passed to nnmairix-call-backend.
12164
12165 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12166
12167         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12168         (mm-uu-extract): Improve face for low color ttys.
12169         Reported by Sascha Wilde.
12170
12171 2008-02-27  Glenn Morris  <rgm@gnu.org>
12172
12173         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12174         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12175         variables to defconsts.  Convert comments to doc-strings.
12176         (nnmairix-last-server, nnmairix-current-server): Convert from free
12177         variables to defvars.  Convert comments to doc-strings.
12178         (gnus-registry-fetch-group): Autoload.
12179         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12180         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12181         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12182         caddr.
12183         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12184         nnmairix-request-group-with-article-number-correction call.
12185         (nnmairix-fast, nnmairix-group): New, less general names, for free
12186         variables passed from nnmairix-request-group to
12187         nnmairix-request-group-with-article-number-correction.  Declare.
12188         (nnmairix-request-group-with-article-number-correction):
12189         Use nnmairix-fast, nnmairix-group rather than fast, group.
12190
12191 2008-02-26  David Engster  <dengste@eml.cc>
12192
12193         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12194         version 0.5.
12195
12196 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12197
12198         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12199         instead of making an extra function call.  Don't add the current group
12200         to articles only when they have the group.  Use
12201         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12202         Reported by David <de_bb@arcor.de>.
12203
12204 2008-02-24  Miles Bader  <miles@gnu.org>
12205
12206         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12207         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12208         (mm-find-mime-charset-region):
12209         * mm-bodies.el (mm-encode-body):
12210         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12211
12212 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12215         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12216
12217 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * mail-source.el (mail-source-delete-incoming): Change default.
12220         Supplement doc string.
12221
12222         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12223
12224 2008-02-14  Glenn Morris  <rgm@gnu.org>
12225
12226         * time-date.el (format-seconds): New function.
12227
12228 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * nnmail.el (nnmail-message-id-cache-file): Derive from
12231         `gnus-home-directory'.
12232
12233 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12234
12235         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12236         Document negative prefix.
12237
12238         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12239
12240 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12241
12242         * message.el (message-unsent-separator): Add the Exim bounce
12243         separator.
12244
12245 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12246
12247         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12248         list.
12249         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12250         recipient/signer list.
12251
12252 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * Makefile.in (datarootdir): Define.
12255         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12256         name that might contain whitespace.
12257
12258 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12261         fbound (Emacs 23 unicode), signal an error.
12262
12263 2008-02-08  Glenn Morris  <rgm@gnu.org>
12264
12265         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12266
12267 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12268
12269         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12270         ports to the calls to `netrc-machine-user-or-password' in addition to
12271         "imap" and "imaps".
12272
12273 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12274
12275         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12276
12277         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12278
12279 2008-02-01  Kenichi Handa  <handa@m17n.org>
12280
12281         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12282         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12283         (rfc2104-hash): Convert the result of concat to unibyte string.
12284
12285 2008-02-01  Dave Love  <fx@gnu.org>
12286
12287         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12288         coding-system-for-read.
12289         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12290
12291 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12294         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12295         <hanche@math.ntnu.no>.
12296
12297 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12300
12301         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12302
12303 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12304
12305         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12306         * message.el (message-beginning-of-line): Use featurep instead of bound
12307         tests in order to resolve conditionals at compile time.
12308
12309 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12310
12311         * mail-source.el (mail-sources): Add `group' choice.
12312
12313         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12314         parameter `in-group' to control into which group the articles go.
12315         Add treatment of `group' mail-source.
12316
12317 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12318
12319         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12320
12321         * mm-decode.el (mm-dissect-buffer): Decode description.
12322
12323         * mml.el (mml-to-mime): Encode message header first.
12324
12325 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12328         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12329
12330         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12331         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12332
12333 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12334
12335         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12336
12337 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12340         prefix keys.
12341         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12342         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12343         gnus-xmas.el.
12344
12345         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12346         (gnus-xmas-article-describe-bindings): New function.
12347         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12348         gnus-xmas-article-describe-bindings.
12349
12350         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12351
12352 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12353
12354         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12355         Add new variables for article mark management.
12356         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12357         list of extra data entries which, when present, will indicate that the
12358         article ID should not be trimmed from the registry.
12359         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12360         functions.
12361         (gnus-registry-read-mark): New function to read a mark name from the
12362         user.
12363         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12364         (gnus-registry-set-article-mark-internal): New functions to add and
12365         remove marks.
12366         (gnus-registry-get-article-marks): New function to show the marks for
12367         an article, or retrieve them for further use.
12368
12369 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12372         keys when no argument is given.
12373
12374 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * imap.el (imap-ping-server): New variable.
12377         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12378         (imap-ping-server): Minor doc string fixes.
12379
12380 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12381
12382         * imap.el (imap-ping-server): New function.
12383         (imap-opened): Call imap-ping-server.
12384
12385 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12386
12387         * gnus-sum.el (gnus-article-sort-by-random)
12388         (gnus-thread-sort-by-random): Fix doc strings.
12389         Reported by jidanni@jidanni.org.
12390
12391 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * gnus-art.el (gnus-article-describe-bindings): New function.
12394         (gnus-article-read-summary-keys): Use it.
12395         (gnus-article-mode-map): Bind `C-h b' to it.
12396
12397 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12400         XEmacs.
12401         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12402         Protect against non-character events.
12403
12404         * lpath.el: Fbind map-keymap for Emacs 21.
12405
12406 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12407
12408         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12409         New command.
12410         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12411         instead of END.  Change name of the temp file.
12412         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12413         customizable.
12414
12415 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12418         bind `S W' to gnus-article-wide-reply-with-original; set default
12419         binding to gnus-article-read-summary-send-keys.
12420         (gnus-article-read-summary-keys): Fix the order of keys; display
12421         continuation keys correctly in the echo area; describe bindings
12422         correctly when keys end with `C-h'.
12423         (gnus-article-read-summary-send-keys): New function.
12424         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12425         Work for gnus-article-read-summary-send-keys; display continuation keys
12426         correctly in the echo area.
12427         (gnus-article-reply-with-original): Ignore prefix argument.
12428         (gnus-article-wide-reply-with-original): New function.
12429
12430         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12431         Emacs 21.
12432
12433 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12436         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12437
12438 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12441         (gnus-group-read-ephemeral-gmane-group): New command.
12442
12443 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12444
12445         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12446
12447 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * message.el (message-send-mail-function): Increase custom version.
12450
12451         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12452         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12453
12454 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12455
12456         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12457         for the cases where imap-authenticate is called with a nil buffer
12458         parameter.
12459
12460 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12463         html parts correctly; support forwarded messages.
12464         (gnus-article-browse-html-article): Remove work buffers.
12465
12466         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12467         compiling.
12468         (netrc-bound-and-true-p): New macro.
12469         (netrc-parse): Use it instead of bound-and-true-p that is not available
12470         in XEmacs 21.4.
12471
12472 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12473
12474         * gnus-registry.el (gnus-registry-mark-article)
12475         (gnus-registry-article-marks): Add functionality to mark articles
12476         through the Gnus registry.
12477
12478         * encrypt.el: Clarify documentation for the new pgg method.
12479         (encrypt-file-alist): Add PGG option.
12480         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12481         functionality.  Abstract password key and messaging to external
12482         functions.
12483         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12484         (encrypt-message-method-and-cipher): Add new convenience external
12485         functions.
12486         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12487         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12488
12489         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12490         (netrc-parse): Use encrypt-file-alist to determine if
12491         encrypt-find-model or encrypt-insert-file-contents should be used.
12492
12493         * encrypt.el: Clarify documentation.  Load password-cache or
12494         password, whichever one is found first, instead of autoloading.
12495
12496 2007-12-19  Glenn Morris  <rgm@gnu.org>
12497
12498         * mml.el (message-options-set, message-narrow-to-head)
12499         (message-in-body-p, message-mail-p, message-encode-message-body):
12500         Autoload.
12501         (message-remove-header, message-narrow-to-headers-or-head)
12502         (message-subscribed-p, message-make-mail-followup-to)
12503         (message-position-on-field, message-news-p)
12504         (message-options-set-recipient, message-generate-headers)
12505         (message-sort-headers): Declare as functions.
12506
12507 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12510         convention in doc string.
12511
12512 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12515         title to html parts.
12516         (gnus-article-browse-html-article): Pass message header to it.
12517
12518         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12519
12520 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12523         or password compatible with XEmacs.
12524
12525 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12528         format document.
12529         (gnus-mime-delete-part): Don't write description line if empty.
12530         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12531
12532 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12533
12534         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12535         (gnus-summary-mark-read-and-unread-as-read)
12536         (gnus-summary-mark-current-read-and-unread-as-read)
12537         (gnus-summary-mark-unread-as-ticked): Doc fix.
12538         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12539
12540 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12543         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12544
12545 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12548         yes-or-no-p.
12549
12550 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * mm-decode.el (mm-add-meta-html-tag): New function.
12553         (mm-save-part-to-file, mm-pipe-part): Use it.
12554
12555         * gnus-art.el (gnus-article-browse-delete-temp-files):
12556         Use gnus-y-or-n-p instead of y-or-n-p.
12557         (gnus-article-browse-html-parts): Work with message/external-body; use
12558         mm-add-meta-html-tag.
12559
12560 2007-12-11  Glenn Morris  <rgm@gnu.org>
12561
12562         * gnus-cache.el: Require gnus-sum not just when compiling.
12563
12564         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12565
12566         * gnus-int.el (gnus-server-opened, gnus-status-message):
12567         Move definitions before use.
12568
12569         * mm-decode.el: Require gnus-util.
12570         (mm-remove-part): Only call delete-annotation on XEmacs.
12571
12572         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12573
12574         * nnmail.el: Require gnus-int.
12575
12576         * spam.el: Move `require's before `eval-when-compile's.
12577
12578         * gnus-ems.el (gnus-alive-p):
12579         * gnus-fun.el (message-goto-eoh):
12580         * gnus-util.el (gnus-group-name-decode):
12581         * mail-source.el (gnus-compress-sequence):
12582         * message.el (Info-goto-node, format-spec):
12583         * mm-bodies.el (message-options-get):
12584         * mm-decode.el (mm-view-pkcs7):
12585         * mm-util.el (gmm-write-region):
12586         * mml-smime.el (mml-compute-boundary)
12587         (gnus-completing-read-with-default):
12588         * mml.el (widget-button-press, gnus-make-hashtable):
12589         * mml1991.el (mm-decode-content-transfer-encoding)
12590         (mm-encode-content-transfer-encoding)
12591         (message-options-get, message-options-set):
12592         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12593         * nnfolder.el (gnus-request-group):
12594         * nnheader.el (ietf-drums-unfold-fws):
12595         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12596         * smime.el (gnus-run-mode-hooks):
12597         * spam-stat.el (gnus-message): Autoload.
12598
12599         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12600         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12601         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12602         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12603         Add declare-function compatibility definition.
12604
12605         * gnus-cache.el (nnvirtual-find-group-art):
12606         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12607         (gnus-add-image, gnus-add-wash-type):
12608         * gnus-group.el (nnkiboze-score-file):
12609         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12610         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12611         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12612         (message-tokenize-header, gnus-get-buffer-create)
12613         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12614         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12615         * gnus.el (gnus-group-decoded-name):
12616         * mail-source.el (imap-capability):
12617         * mm-bodies.el (message-options-set):
12618         * mm-decode.el (gnus-configure-windows):
12619         * mm-extern.el (message-goto-body):
12620         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12621         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12622         (epg-sub-key-validity, message-options-set):
12623         * mml.el (widget-event-point, gnus-configure-windows):
12624         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12625         * mml2015.el (epg-check-configuration, epg-configuration)
12626         (message-options-set):
12627         * nndb.el (nndb-request-article):
12628         * nnfolder.el (gnus-request-create-group):
12629         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12630         * nnmaildir.el (gnus-group-mark-article-read):
12631         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12632         * rfc1843.el (message-fetch-field):
12633         * spam.el (gnus-extract-address-components):
12634         Declare as functions.
12635
12636 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12639
12640         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12641
12642         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12643         bind show-trailing-whitespace for XEmacs.
12644
12645 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12648         new no-op macro for backward compatibility.
12649
12650         * imap.el (imap-string-to-integer): New function.
12651
12652 2007-12-09  Glenn Morris  <rgm@gnu.org>
12653
12654         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12655
12656         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12657         * message.el, mm-view.el, sieve-manage.el, smime.el:
12658         Add declare-function compatibility definition.
12659
12660         * gnus-art.el (w3-region, w3m-region, Info-menu):
12661         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12662         * gnus-sum.el (gnus-get-predicate):
12663         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12664         * message.el (mail-abbrev-in-expansion-header-p):
12665         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12666         (w3m-detect-meta-charset, w3m-region):
12667         * sieve-manage.el (password-read, password-cache-add)
12668         (password-cache-remove):
12669         * smime.el (password-read-and-add): Declare as functions.
12670
12671 2007-12-08  David Kastrup  <dak@gnu.org>
12672
12673         * gnus-sum.el (gnus-summary-simplify-subject-query):
12674         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12675         `message'.
12676
12677 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12680         it to bind idna-program, installation-directory, defined-colors, and
12681         face-attribute for XEmacs of the version that compiles defcustom forms.
12682
12683 2007-12-07  Glenn Morris  <rgm@gnu.org>
12684
12685         * gnus-art.el (article-make-date-line): Revert previous change.
12686
12687 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12690
12691 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12692
12693         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12694         Call gnus-add-to-range ranges only once with a prepared article-list.
12695
12696 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12697
12698         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12699         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12700         group names with backslashes.
12701         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12702
12703 2007-12-06  Deepak Goel  <deego3@gmail.com>
12704
12705         * gnus-art.el (article-make-date-line):
12706         * gnus-start.el (gnus-load):
12707         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12708
12709 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * gnus-art.el (gnus-use-idna):
12712         * gnus-start.el (gnus-site-init-file):
12713         * message.el (message-use-idna):
12714         * mm-uu.el (mm-uu-hide-markers):
12715         * smiley.el (smiley-style): Revert changes that suppress warnings.
12716
12717 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12720         specify charset to html source.
12721         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12722
12723 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12726         idna-program in order to suppress byte compile warning issued by XEmacs
12727         that came to byte compile the default value section of defcustom forms
12728         recently.
12729
12730         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12731         value of installation-directory.
12732
12733         * message.el (message-use-idna): Don't directly refer to the value of
12734         idna-program.
12735
12736         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12737
12738         * smiley.el (smiley-style): Don't directly call face-attribute.
12739
12740 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12743
12744         * gnus-dired.el: Reduce Gnus dependencies.
12745         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12746         Don't require.  Use autoloads instead.
12747         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12748         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12749         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12750         (gnus-dired-mode): Adjust doc string.
12751         (gnus-dired-mail-mode): New variable.
12752         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12753         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12754         (gnus-dired-mail-buffers): New function.  Return mail or message
12755         composition buffers.
12756         (gnus-dired-attach): Use it.
12757         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12758         NO-DECODE.
12759         (gnus-dired-print): Use `gnus-print-buffer' depending on
12760         `gnus-dired-mail-mode'.
12761
12762 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * rfc2047.el (rfc2047-encoded-word-regexp)
12765         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12766         explaining what regexp patterns are for.
12767
12768 2007-12-04  Glenn Morris  <rgm@gnu.org>
12769
12770         * password.el: Move to password-cache.el.
12771
12772         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12773         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12774         * mml-smime.el (password-read, password-cache-add)
12775         (password-cache-remove):
12776         No need to autoload, since mml-sec requires password.
12777
12778         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12779         * message.el (gnus-extract-address-components):
12780         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12781
12782         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12783         password.
12784
12785 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12786
12787         * mailcap.el: Reduce dependencies.
12788         (mail-header-parse-content-type): Autoload.
12789         (mailcap-delete-duplicates): New alias.
12790         (mailcap-mime-info): Add optional argument NO-DECODE.
12791         (mailcap-mime-types): Use mailcap-delete-duplicates.
12792
12793         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12794
12795 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12796
12797         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12798         (imap-parse-status): Upcase status-att for servers that sends them
12799         lower-case (e.g., MS Exchange 2007).
12800
12801 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12802
12803         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12804         function.
12805
12806         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12807         (gnus-uu-yenc-article): New function.
12808
12809         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12810
12811         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12812
12813 2007-12-02  Glenn Morris  <rgm@gnu.org>
12814
12815         * binhex.el (binhex): New custom group.
12816         (binhex-decoder-program, binhex-decoder-switches)
12817         (binhex-use-external): Move to the binhex custom group.
12818
12819         * uudecode.el (uudecode): New custom group.
12820         (uudecode-decoder-program, uudecode-decoder-switches)
12821         (uudecode-use-external): Move to the uudecode custom group.
12822
12823         * netrc.el (top-level): Don't load `encrypt' features.
12824         (netrc-parse): Don't use encrypt.
12825         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12826
12827         * encrypt.el: Remove file.
12828
12829 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12832         matches on patches.
12833
12834         * gnus-art.el (gnus-article-browse-html-article):
12835         Mention `mm-text-html-renderer' in the doc string.
12836
12837         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12838         string.  Add comments.
12839
12840         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12841         if rhs is ASCII.
12842
12843 2007-12-01  Glenn Morris  <rgm@gnu.org>
12844
12845         * mail-source.el (top-level): Require format-spec before
12846         eval-when-compile.
12847
12848 2007-11-30  Glenn Morris  <rgm@gnu.org>
12849
12850         * encrypt.el: Require password, rather than autoloading password-read.
12851
12852 2007-11-29  Glenn Morris  <rgm@gnu.org>
12853
12854         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12855         (sasl-make-client, sasl-next-step, sasl-step-data)
12856         (sasl-step-set-data): Declare as functions.
12857
12858 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12861
12862 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12863
12864         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12865         certs should be verified and what is to be done in the event of a
12866         verification failure.
12867
12868         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12869         caller can indicate whether the cache should be disregarded for this
12870         call.  This way the result of the call is reproducible at all times and
12871         can be considered a canonical server name for the supplied method.
12872         (gnus-agent-method-p): Canonicalize server names by pushing their
12873         method through `gnus-method-to-server' using the no-cache argument.
12874
12875         * gnus-srvr.el (gnus-server-insert-server-line):
12876         Call `gnus-method-to-server' with `no-cache' argument.
12877
12878         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12879         gnus-agent-possibly-synchronize-flags as this should be called when the
12880         server is actually being opened.
12881         (gnus-agent-possibly-synchronize-flags)
12882         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12883         flags file of an agentized server to the latter function.
12884
12885         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12886         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12887         after a connection has been established successfully.
12888
12889 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-art.el (article-display-face): Force to display face if called
12892         interactively; check if gnus-article-x-face-too-ugly matches author.
12893         (article-display-x-face): Display face even if From header is missing
12894         as article-display-face does.
12895
12896 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12897
12898         * hashcash.el (message-narrow-to-headers-or-head)
12899         (message-fetch-field, message-goto-eoh)
12900         (message-narrow-to-headers): Declare as functions.
12901
12902 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * mail-source.el (mail-sources): Default to fetch from file for
12905         compatibility with default of nnmail-spool-file.
12906
12907 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12910         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12911         to look for encoded word that should be encoded again.
12912         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12913         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12914         encoding pattern.
12915         (rfc2047-decode-region): Switch strict regexp and loose one according
12916         to rfc2047-allow-irregular-q-encoded-words.
12917
12918 2007-11-25  Romain Francoise  <romain@orebokech.com>
12919
12920         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12921
12922 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * tls.el (tls-program): Provide more custom choices from
12925         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12926         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12927
12928 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12931         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12932
12933         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12934         `nnmail-spool-file'.
12935
12936         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12937         `nnmail-spool-file'.
12938
12939         * gnus-move.el (gnus-change-server): Ditto.
12940
12941         * gnus-kill.el (gnus-batch-score): Ditto.
12942
12943         * gnus-cache.el (gnus-jog-cache): Ditto.
12944
12945         * gnus-msg.el (gnus-summary-reply):
12946         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12947
12948 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12951         version.  Minor improvement to doc strings.
12952         (tls-program): Add comment.
12953
12954 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12955
12956         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12957         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12958         mismatch between the hostname provided in the certificate and the name
12959         of the host connnecting to.
12960         (open-tls-stream): Use them.  Check certificates against trusted root
12961         certificates.
12962
12963 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12964
12965         * gnus-cache.el (gnus-cache-generate-nov-databases):
12966         Use nnml-generate-nov-databases-directory instead of
12967         nnml-generate-nov-databases-1.
12968
12969 2007-11-24  Glenn Morris  <rgm@gnu.org>
12970
12971         * message.el (message-tool-bar-retro): Update for rename
12972         mail_send.xpm->mail-send.xpm.
12973
12974 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12975
12976         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12977         `smime-ldap-search' for Emacs 22 and up.
12978
12979 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12980
12981         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12982
12983         * message.el (message-send-mail-function): Fix error convention.
12984         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12985         (message-widen-reply, message-send-mail, message-talkative-question)
12986         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12987         (message-clone-locals, message-send-news): Use with-current-buffer.
12988         (message-insert-or-toggle-importance): Remove unused var `valid'.
12989         (message-make-references): Remove unused var `new-references'.
12990         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12991
12992 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12993
12994         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12995         (spam-split-symbolic-return-positive): Reflow docstring.
12996         (spam-backends, spam-summary-exit-behavior)
12997         (spam-mark-ham-unread-before-move-from-spam-group)
12998         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12999         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13000         (spam-clear-cache, spam-backend-check, spam-install-backend)
13001         (spam-install-statistical-backend, spam-list-of-processors)
13002         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13003         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13004         (spam-check-crm114, spam-initialize, spam-unload-hook):
13005         Fix typos in docstrings.
13006
13007 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13010         been checked if they have never been read and those group levels are
13011         higher than the one that a user specified.
13012
13013 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13016         foreign groups unless a group level is specified by a user.
13017         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13018
13019 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * message.el (message-send-mail-function): Require sendmail.
13022
13023 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * message.el (message-send-mail-function): Check for smtpmail too.
13026
13027         * utf7.el (utf7-encode, utf7-decode): Use coding system
13028         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13029
13030         * message.el (message-send-mail-function): New function.
13031         (message-send-mail-function): Set default using
13032         message-send-mail-function.  Adjust doc string.
13033         (message-send-mail-with-mailclient): New function.
13034
13035 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13036
13037         * smime.el (from):
13038         * rfc2047.el (message-posting-charset):
13039         * qp.el (mm-use-ultra-safe-encoding):
13040         * pop3.el (parse-time-months):
13041         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13042         * nnml.el (files):
13043         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13044         (jka-compr-compression-info-list, ange-ftp-path-format)
13045         (efs-path-regexp):
13046         * nndiary.el (files):
13047         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13048         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13049         (epg-digest-algorithm-alist, inhibit-redisplay)
13050         (password-cache-expiry):
13051         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13052         (pgg-output-buffer, password-cache-expiry):
13053         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13054         (efs-path-regexp):
13055         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13056         (inhibit-redisplay):
13057         * mm-uu.el (file-name, start-point, end-point, entry)
13058         (gnus-newsgroup-name, gnus-newsgroup-charset):
13059         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13060         (latin-unity-ucs-list):
13061         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13062         (mm-uu-binhex-decode-function):
13063         * message.el (gnus-message-group-art, gnus-list-identifiers)
13064         (rmail-enable-mime-composing, gnus-local-organization)
13065         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13066         (gnus-read-active-file, facemenu-add-face-function)
13067         (facemenu-remove-face-function, gnus-article-decoded-p)
13068         (tool-bar-mode):
13069         * mail-source.el (display-time-mail-function):
13070         * gnus-util.el (nnmail-pathname-coding-system)
13071         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13072         (gnus-original-article-buffer, gnus-user-agent)
13073         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13074         (xemacs-codename, sxemacs-codename, emacs-program-version):
13075         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13076         * gnus-start.el (gnus-agent-covered-methods)
13077         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13078         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13079         (gnus-newsgroup-headers, gnus-group-list-mode)
13080         (gnus-group-mark-positions, gnus-newsgroup-data)
13081         (gnus-newsgroup-unreads, nnoo-state-alist)
13082         (gnus-current-select-method, mail-sources)
13083         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13084         (nnmail-spool-file, gnus-cache-active-hashtb):
13085         * gnus-mh.el (mh-lib-progs):
13086         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13087         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13088         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13089         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13090         (gnus-group-buffer):
13091         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13092         (font-lock-set-defaults):
13093         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13094         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13095         (gnus-summary-post-menu, total-parts, type, condition, length):
13096         * gnus-agent.el (gnus-agent-read-agentview):
13097         * flow-fill.el (show-trailing-whitespace):
13098         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13099         eval-and-compile wrappers for byte compiler pacifiers.
13100
13101         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13102         (mm-display-inline-fontify): Check for featurep 'xemacs not
13103         extent-list.
13104
13105         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13106         itimer-list.
13107         (mm-create-image-xemacs): Only do something for XEmacs.
13108         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13109
13110         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13111
13112         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13113         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13114
13115 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13116
13117         * nnimap.el (nnimap-split-download-body):
13118         * gnus-demon.el (gnus-demon):
13119         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13120
13121 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13124         New macros.
13125         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13126         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13127         copy data from unibyte buffer to multibyte current buffer.
13128         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13129         to copy data from unibyte current buffer to multibyte buffer.
13130         (nntp-make-process-buffer): Make process buffer unibyte.
13131
13132         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13133
13134 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13135
13136         * pop3.el (pop3-open-server): Accept and process data more robustly at
13137         connection start to avoid spurious "POP SSL connection failed" errors.
13138
13139 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13142         read group names.
13143
13144 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13147
13148 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13151         (nnmail-save-active): Use a unibyte buffer when saving active file,
13152         which may contain non-ASCII group names.
13153
13154         * nnml.el (nnml-request-group): Decode group names in messages.
13155
13156 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * message.el (message-citation-line-function)
13159         (message-insert-formatted-citation-line): Fix spelling of
13160         `message-insert-formated-citation-line'.
13161
13162 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13165
13166 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13169         nnmail-pathname-coding-system.
13170
13171         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13172         that a user enters; decode group names in messages.
13173
13174         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13175
13176 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13177
13178         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13179
13180         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13181
13182         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13183         risky local variable.
13184
13185         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13186
13187 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13188
13189         * encrypt.el: Improve documentation to fix function name typo.
13190         Reported by Daiki Ueno <ueno@unixuser.org>.
13191
13192 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13195         even if the point is not in the last page of an article.
13196         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13197         back to the previous page.
13198
13199 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13200
13201         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13202
13203 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13206
13207 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13208
13209         * message.el (message-check-news-body-syntax):
13210         Avoid mm-string-as-multibyte.
13211         (message-hide-headers): Don't assume (point-min)==1.
13212
13213 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13214
13215         * message.el (message-remove-blank-cited-lines): Fix if remove is
13216         given.
13217         (message-bogus-address-regexp): New variable.
13218         (message-bogus-recipient-p): New function.
13219         (message-check-recipients): New command.
13220         (message-syntax-checks): Add `bogus-recipient'.
13221         (message-fix-before-sending): Add `bogus-recipient'.
13222
13223         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13224         (gnus-treat-body-boundary): Don't test window-system.
13225
13226 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13227
13228         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13229
13230 2007-10-28  Miles Bader  <miles@gnu.org>
13231
13232         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13233         at compile-time too.
13234
13235 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * gnus-msg.el (gnus-message-setup-hook):
13238         Add `message-remove-blank-cited-lines' to options.
13239
13240 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * message.el (message-remove-blank-cited-lines): New function.
13243         Suggested by Karl Plästerer.
13244
13245 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13248         mapc.
13249
13250         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13251         (top-level): Use mapc to set functions to be traced for debugging.
13252
13253         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13254         called for effect with while loop.
13255
13256         * message.el (message-talkative-question): Replace mapcar called for
13257         effect with mapc.
13258
13259         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13260         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13261         called for effect with dolist.
13262
13263         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13264
13265         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13266         gnus-extra-headers and nnmail-extra-headers.
13267
13268         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13269         called for effect with dolist.
13270         (top-level): Use mapc to set functions to be traced for debugging.
13271
13272         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13273         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13274         dolist.
13275
13276         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13277         Replace mapcar called for effect with mapc.
13278         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13279         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13280         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13281         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13282
13283         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13284         remove-if that's a cl function.
13285
13286         * webmail.el (webmail-debug): Replace mapcar called for effect with
13287         dolist.
13288
13289         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13290         with mapc.
13291
13292 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13295         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13296         with while loop.
13297
13298         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13299         functions from article-* functions.
13300         (gnus-multi-decode-header): Replace mapcar called for effect with
13301         dolist.
13302
13303         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13304         (gnus-bookmark-show-details): Replace mapcar called for effect with
13305         while loop.
13306
13307         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13308         called for effect with while loop.
13309
13310         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13311         with dolist.
13312
13313         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13314         Replace mapcar called for effect with dolist.
13315
13316         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13317
13318         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13319         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13320         Replace mapcar called for effect with dolist.
13321         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13322         mapc.
13323
13324         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13325         Replace mapcar called for effect with dolist.
13326         (gnus-topic-list): Replace mapcar called for effect with mapc.
13327
13328         * gnus.el: Use mapc instead of mapcar to add autoloads.
13329
13330 2007-10-23  Richard Stallman  <rms@gnu.org>
13331
13332         * gnus-group.el (gnus-group-highlight): Mark as risky.
13333
13334 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus.el (gnus-server-to-method): Return method found first in
13337         gnus-newsrc-alist.
13338
13339         * gnus-art.el (gnus-article-highlight-signature)
13340         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13341         button overlay without the front stickiness.
13342
13343 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13344
13345         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13346         overview buffer needed a catch to receive its throw.
13347         (gnus-agent-flush-cache): Declare as interactive to make this function
13348         easier to use.
13349
13350 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13353         `next-line'.
13354
13355 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13358         exclude address matching message-dont-reply-to-names.
13359
13360 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * gnus-util.el (gnus-string<): New function.
13363
13364         * gnus-sum.el (gnus-article-sort-by-author)
13365         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13366
13367 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13370         the frame-focus tag is set in gnus-buffer-configuration.
13371
13372 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13375         the front stickiness.
13376
13377 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13380         url pattern; remove duplicate one.
13381         (gnus-article-extend-url-button): New function.
13382         (gnus-article-add-buttons): Use it.
13383         (gnus-button-push): Use concatenated url that it makes.
13384
13385 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13386
13387         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13388
13389 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13390
13391         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13392         Don't hardcode point-min==1.
13393
13394 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13397         Fix comment about "iso8859-1".
13398
13399 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13400
13401         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13402         ones returned from the verify-function.
13403
13404         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13405         Call mml2015-extract-cleartext-signature if extraction failed.
13406
13407 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13408
13409         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13410         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13411         failed.
13412
13413 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13414
13415         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13416
13417 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13420         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13421         recommends to use EasyPG instead of PGG.
13422
13423         * pgg.el: Revert to revision 6.23.2.16.
13424
13425         * pgg-def.el: Revert to revision 6.6.2.14.
13426
13427         * pgg-gpg.el: Revert to revision 6.23.2.34.
13428
13429 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13430
13431         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13432         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13433         thread for both the null and zero (kill/expire thread) universal prefix
13434         cases.
13435         (gnus-summary-expire-thread): Add new function to expire a thread,
13436         using gnus-summary-kill-thread.
13437         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13438         shortcuts for gnus-summary-expire-thread.
13439         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13440         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13441
13442 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13443
13444         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13445         extras value, so an extras entry can be deleted.
13446         (gnus-registry-delete-extra-entry): Use it.
13447         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13448         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13449         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13450         storage through the gnus-registry, and provide an appropriate API for
13451         it.
13452
13453 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13456         Suggested by Leo <sdl.web@gmail.com>.
13457
13458         * gnus.el: Do.
13459
13460 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13463         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13464
13465         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13466
13467         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13468         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13469
13470 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13473         newline.
13474         (nnmbox-request-accept-article): Don't change article in source buffer;
13475         narrow to header to use message-fetch-field rather than
13476         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13477         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13478         as delimiters; make sure article ends with newline.
13479         (nnmbox-delete-mail): Correct last position of article to be deleted;
13480         ignore X-Gnus-Newsgroup header in article body.
13481         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13482         positions; make sure article ends with newline.
13483
13484         * message.el (message-display-abbrev): Don't infloop when a user
13485         inserts SPC in the beginning of header.
13486
13487         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13488         coding-system-for-read and coding-system-for-write for XEmacs having no
13489         file-coding feature.
13490
13491         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13492
13493 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13494
13495         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13496         list of groups not followed by default.  Fix type to be regexp.
13497         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13498
13499 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13500
13501         * hmac-def.el (define-hmac-function): Switch from old-style to
13502         new-style backquotes.
13503
13504         * md4.el (md4-make-step): Likewise.
13505
13506 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13509         raw-text coding system when saving .newsrc file, which may contain
13510         non-ASCII group names.
13511
13512 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * gnus-cus.el (gnus-score-extra): New widget.
13515         (gnus-score-extra-convert): New function.
13516         (gnus-score-customize): Use it for Extra.
13517
13518 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13519
13520         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13521         (mml2015-mailcrypt-clear-verify): Use it.
13522         (mml2015-gpg-clear-verify): Use it.
13523         (mml2015-pgg-clear-verify): Use it.
13524         (mml2015-epg-clear-verify): Replace the current part with the output
13525         from GnuPG; don't extract the plaintext by itself.
13526
13527         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13528         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13529         mml2015-clear-verify-function; don't touch the armor headers or
13530         dash-escaped text here.
13531
13532 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13535         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13536         parts, or application/octet-stream as a last resort.
13537         (gnus-mime-view-part-as-type): Don't toggle display.
13538         (gnus-mime-view-part-as-charset): Don't turn off display before
13539         querying charset.
13540
13541         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13542         stuff to undisplayer function in Emacs.
13543         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13544
13545         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13546         text/calendar parts.
13547
13548 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13551         decoding text/calendar parts.
13552
13553         * message.el (message-forward-make-body-mime): Always mark body as
13554         having no illegible text; remove signed-or-encrypted argument.
13555         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13556
13557         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13558         (mml-generate-mime-1): Don't encode body if it is specified to be in
13559         raw form; don't make buffer be unibyte when inserting multibyte string.
13560
13561 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13562
13563         * sha1.el: Fix up comment style.
13564         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13565         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13566
13567         * hex-util.el: Fix up comment style.
13568         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13569
13570         * gnus-salt.el: Use with-current-buffer.
13571         (gnus-pick-setup-message): Fix long-standing typo.
13572
13573 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * imap.el (imap-logout-timeout): New variable.
13576         (imap-logout, imap-logout-wait): New functions.
13577         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13578
13579         * nnimap.el (nnimap-logout-timeout): New server variable.
13580         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13581         nnimap-logout-timeout.
13582
13583         * gnus-art.el (gnus-article-summary-command-nosave)
13584         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13585
13586 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus.el (gnus-maximum-newsgroup): New variable.
13589
13590         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13591         according to gnus-maximum-newsgroup.
13592
13593         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13594         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13595         Limit the range of articles according to gnus-maximum-newsgroup.
13596
13597 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13598
13599         * gnus-art.el (gnus-sticky-article): Fix problems described in
13600         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13601         Don't perform gnus-configure-windows here; reuse existing sticky
13602         article buffer.
13603
13604         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13605         it doesn't exist in gnus-article-mode.
13606
13607 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13610         (gnus-agent-decoded-group-name): New function.
13611         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13612         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13613
13614 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13615
13616         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13617         Add binding for gnus-sticky-article.
13618         (gnus-summary-exit): Don't kill sticky article buffers.
13619
13620         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13621         article buffer.
13622         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13623         (gnus-kill-sticky-article-buffers): New commands.
13624
13625 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * nntp.el (nntp-xref-number-is-evil): New server variable.
13628         (nntp-find-group-and-number): If it is non-nil, don't trust article
13629         numbers in the Xref header.
13630
13631 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-agent.el (gnus-agent-read-group): New function.
13634         (gnus-agent-flush-group, gnus-agent-expire-group)
13635         (gnus-agent-regenerate-group): Use it.
13636         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13637         nnmail-pathname-coding-system.
13638
13639 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13642
13643         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13644         that are unread as unread, and also as selected so that information of
13645         marks having been changed by a user may be updated when exiting group.
13646
13647 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13648
13649         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13650
13651 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13654         calculated ignoring signature parts to gnus-treat-article.
13655
13656 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13659         a point here in order to keep the window start.
13660         (gnus-insert-mime-security-button): Make a button overlay without the
13661         front stickiness.
13662         (gnus-mime-display-security): Goto the end of a button.
13663
13664         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13665
13666 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13667
13668         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13669         group-name-at-point.
13670         (gnus-group-completing-read): New function that offers decoded
13671         non-ASCII group names for completion.
13672         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13673         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13674         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13675         (gnus-group-fetch-control): Use it.
13676         (gnus-fetch-group): Use group-name-at-point for the initial value
13677         rather than the default value; use gnus-alive-p.
13678
13679         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13680         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13681         (gnus-summary-post-news): Use gnus-group-completing-read.
13682
13683         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13684         (gnus-read-move-group-name): Decode group name for completion.
13685
13686 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13687
13688         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13689         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13690         Yamaoka slightly modified the code).
13691
13692 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13695         (nnmail-split-incoming): Bind it.
13696
13697         * nnml.el (nnml-group-name-charset): New function.
13698         (nnml-decoded-group-name): Use it; don't decode group name if
13699         nnmail-group-names-not-encoded-p is non-nil.
13700         (nnml-encoded-group-name): New function.
13701         (nnml-group-pathname): Inline nnml-decoded-group-name.
13702         (nnml-request-expire-articles): Decode group name in message.
13703         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13704         nnmail-pathname-coding-system.
13705         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13706         not decoded ones according to nnmail-group-names-not-encoded-p.
13707         (nnml-generate-active-info): Use nnml-encoded-group-name.
13708
13709 2007-08-08  Glenn Morris  <rgm@gnu.org>
13710
13711         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13712         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13713         doc-strings and comments.
13714
13715 2007-07-25  Glenn Morris  <rgm@gnu.org>
13716
13717         * Relicense all FSF files to GPLv3 or later.
13718
13719 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-sum.el (gnus-summary-move-article):
13722         Make gnus-summary-respool-article work.
13723
13724 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13725
13726         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13727         string.
13728
13729 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13730
13731         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13732         that should be ignored when comparing distant RSS articles with local
13733         ones.
13734         (nnrss-make-hash-index): New function.  Create a hash index according
13735         to the ignored fields.
13736         (nnrss-check-group): Use it.
13737
13738 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13741
13742         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13743
13744         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13745         the new optional argument ENCODED is non-nil.
13746         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13747         coding system for encoding group name.
13748         (gnus-group-make-rss-group): Pass un-encoded group name to
13749         gnus-group-make-group.
13750         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13751         encoded.
13752
13753         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13754         Encode group name to which articles are moved or copied.
13755         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13756         coding system for encoding Newsgroup, Followup-To and Xref headers.
13757
13758         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13759         marks; use nnheader-file-coding-system to write a file.
13760         (nnagent-retrieve-headers): Bind file-name-coding-system to
13761         nnmail-pathname-coding-system.
13762
13763         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13764
13765         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13766         (nnml-request-article, nnml-request-create-group)
13767         (nnml-request-rename-group, nnml-find-id)
13768         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13769         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13770         (nnml-save-marks): Use nnml-group-pathname instead of
13771         nnmail-group-pathname.
13772
13773         (nnml-request-create-group, nnml-request-expire-articles)
13774         (nnml-request-move-article, nnml-request-delete-group)
13775         (nnml-deletable-article-p, nnml-possibly-create-directory)
13776         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13777         (nnml-open-marks): Bind file-name-coding-system to
13778         nnmail-pathname-coding-system.
13779
13780         (nnml-request-article): Pass server argument to nnml-find-group-number.
13781         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13782         Pass server argument to nnml-possibly-create-directory.
13783         (nnml-request-accept-article): Pass server argument to
13784         nnml-active-number and nnml-save-mail.
13785         (nnml-find-group-number): Pass server argument to nnml-find-id.
13786         (nnml-request-update-info): Pass server argument to
13787         nnml-marks-changed-p.
13788
13789         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13790         (nnml-save-mail, nnml-active-number): Add server argument.
13791
13792         (nnml-request-delete-group): Warn if group is missing.
13793         (nnml-get-nov-buffer): Decode group name.
13794         (nnml-generate-active-info): Encode group name.
13795         (nnml-open-marks): Decode group name in messages.
13796
13797 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13800         if it is not specified.
13801         (gnus-article-pipe-part, gnus-article-save-part)
13802         (gnus-article-interactively-view-part, gnus-article-copy-part)
13803         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13804         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13805         (gnus-article-replace-part, gnus-article-delete-part)
13806         (gnus-article-view-part-as-type): Pass raw prefix argument to
13807         gnus-article-part-wrapper.
13808
13809 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * gnus-agent.el (gnus-agent-save-active):
13812         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13813
13814         * gnus-cache.el (gnus-cache-save-buffers)
13815         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13816         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13817         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13818         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13819         (gnus-cache-generate-active, gnus-cache-rename-group)
13820         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13821         (gnus-cache-update-overview-total-fetched-for):
13822         Bind file-name-coding-system to nnmail-pathname-coding-system.
13823         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13824         New variables.
13825         (gnus-cache-decoded-group-name): New function.
13826         (gnus-cache-file-name): Use it.
13827         (gnus-cache-generate-active): Use non-decoded group name for active.
13828
13829         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13830         right place.
13831         (gnus-write-active-file): Don't break non-ASCII group names.
13832
13833         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13834         nnmail-pathname-coding-system.
13835
13836         * lpath.el: Bind default-file-name-coding-system,
13837         file-name-coding-system and language-info-alist for XEmacs.
13838
13839         * gnus-uu.el (gnus-uu-decode-save): Typo.
13840
13841 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13844
13845 2007-07-14  David Kastrup  <dak@gnu.org>
13846
13847         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13848         finishing actions if we did not edit the article.
13849
13850 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13853         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13854         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13855         (gnus-agent-flush-group, gnus-agent-flush-cache)
13856         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13857         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13858         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13859         (gnus-agent-regenerate-group)
13860         (gnus-agent-update-files-total-fetched-for)
13861         (gnus-agent-update-view-total-fetched-for):
13862         Bind file-name-coding-system to nnmail-pathname-coding-system.
13863         (gnus-agent-group-pathname): Don't encode file names by
13864         nnmail-pathname-coding-system.
13865         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13866         coding-system-for-write instead of buffer-file-coding-system to
13867         gnus-agent-file-coding-system.
13868
13869         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13870         Decode group name.
13871
13872         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13873
13874         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13875         (gnus-read-newsrc-el-file): Make group names unibyte.
13876
13877         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13878         nnmail-pathname-coding-system.
13879
13880         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13881         (nnrss-request-delete-group): Bind file-name-coding-system to
13882         nnmail-pathname-coding-system.
13883         (nnrss-read-server-data, nnrss-read-group-data):
13884         Bind file-name-coding-system correctly.
13885         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13886
13887         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13888         (nntp-server-to-method-cache): New variable.
13889         (nntp-group-pathname): New function that decodes non-ASCII group names.
13890         (nntp-possibly-create-directory, nntp-marks-changed-p)
13891         (nntp-save-marks, nntp-open-marks): Use it.
13892         (nntp-possibly-create-directory, nntp-open-marks):
13893         Bind file-name-coding-system to nnmail-pathname-coding-system.
13894         (nntp-open-marks): Decode group names when bootstrapping marks.
13895
13896         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13897         Newsgroups and Followup-To headers.
13898
13899 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13902         (gnus-server-closed-face, gnus-server-denied-face)
13903         (gnus-server-offline-face): Remove variable.
13904         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13905
13906         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13907         of modifying message-stack directly for XEmacs.
13908
13909         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13910         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13911         if the coding-system argument is nil for XEmacs.
13912
13913         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13914         mm-charset-override-alist.
13915
13916         * rfc2047.el: Don't require base64; require rfc2045 for the function
13917         rfc2045-encode-string.
13918         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13919         to quote the parameter value.
13920
13921 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13924         form in gnus-group-name-charset-method-alist.
13925
13926         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13927         overrides the default layout edit-form.
13928
13929         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13930
13931         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13932
13933 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13936         as unfetched articles.
13937
13938 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13941
13942 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13945         original back end that keeps marks in the local system.
13946
13947 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13950         arg of pop-to-buffer for XEmacs.
13951         (gnus-article-read-summary-keys): Ditto; don't restore window
13952         configuration if summary command ends up with neither article buffer
13953         nor summary buffer; describe bindings if summary keys end with C-h.
13954
13955 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * message.el (message-fix-before-sending): Skip raw message part to be
13958         forwarded while checking illegible text.
13959         (message-forward-make-body-mime, message-forward-make-body):
13960         Mark signed or encrypted raw message as having no illegible text.
13961
13962 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13965         (gnus-message-with-timestamp-1): New macro.
13966         (gnus-message-with-timestamp): New function.
13967         (gnus-message): Use them.
13968
13969         * nnheader.el (nnheader-message): Use them.
13970
13971 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13972
13973         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13974         .newsrc.eld file.
13975
13976 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * gnus-agent.el (gnus-agent-fetch-headers)
13979         (gnus-agent-retrieve-headers):
13980         Bind gnus-decode-encoded-address-function to identity.
13981
13982         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13983         available also when the server returns simply a dot.
13984
13985         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13986
13987 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13990
13991 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * gnus-ems.el (gnus-x-splash): Make it work.
13994
13995         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13996         from being used.
13997
13998         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13999
14000 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14003         4th and the 5th arguments.
14004
14005         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14006         the front stickiness.
14007         (gnus-article-summary-command-nosave): Correct the order of the
14008         arguments passed to pop-to-buffer.
14009         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14010         summary command ends up with the article buffer.
14011
14012         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14013         the same faces.
14014
14015 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14016
14017         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14018
14019 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14020
14021         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14022         * gnus-sum.el (gnus-summary-highlight):
14023         * pgg.el (pgg-sign-region, pgg-sign):
14024         * mail-source.el (mail-source-delete-old-incoming-confirm):
14025         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14026
14027 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gnus-art.el (gnus-mime-view-part-externally)
14030         (gnus-mime-view-part-internally): Fix predicate function passed to
14031         completing-read.
14032
14033         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14034
14035         * gnus.el (gnus-update-message-archive-method): Add :version.
14036
14037 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * gnus.el (gnus-update-message-archive-method): New variable.
14040
14041         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14042         according to gnus-message-archive-method if
14043         gnus-update-message-archive-method is non-nil.
14044
14045 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14048         Suggested by Loic Dachary <loic@dachary.org>.
14049         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14050
14051 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * message.el (message-pop-to-buffer): Add switch-function argument.
14054         (message-mail): Pass switch-function argument to it.
14055
14056 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14059         Improve doc string.
14060
14061 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14064         (gnus-header-content):
14065         * gnus-cite.el (gnus-cite-10):
14066         * gnus-srvr.el (gnus-server-closed):
14067         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14068         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14069         (gnus-group-mail-3-empty, gnus-group-mail-low)
14070         (gnus-group-mail-low-empty, gnus-splash):
14071         * message.el (message-header-to, message-header-cc)
14072         (message-header-subject, message-header-other, message-header-name)
14073         (message-header-xheader, message-separator, message-cited-text)
14074         (message-mml): Lighten colors of faces used for dark background.
14075
14076 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14077
14078         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14079         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14080
14081 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * message.el (message-narrow-to-headers-or-head):
14084         Ignore mail-header-separator in the body.
14085
14086 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14089         same as window size.
14090
14091 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14092
14093         * message.el (message-font-lock-keywords): Use message-header-xheader
14094         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14095         ahead of the anything pattern, to get it recognized.
14096
14097 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14100         spam.el loads uses it in the compiled defadvice form.
14101
14102 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14103
14104         * gnus-sum.el (gnus-articles-to-read)
14105         (gnus-summary-insert-old-articles): Don't truncate group name for
14106         `read-string'.
14107
14108         * gnus-util.el (gnus-limit-string): Delete this function.
14109
14110         * gnus-sum.el (gnus-simplify-subject-fully):
14111         Use `truncate-string-to-width' instead.
14112
14113 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14114
14115         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14116         Tell if, on summary exit, the next group has to be selected.
14117         (gnus-summary-exit): Use it.
14118
14119 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14122         non-break space.
14123
14124 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14127         Check if group is not a directory.
14128         (nnfolder-request-expire-articles): Don't delete articles if the target
14129         group is not available.
14130
14131         * nnml.el (nnml-request-create-group): Properly check if group is not a
14132         file.
14133         (nnml-request-expire-articles): Don't delete articles if the target
14134         group is not available.
14135
14136         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14137         Don't quote characters that are within parentheses.
14138
14139 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14142         (gnus-handle-ephemeral-exit): Select article according to it.
14143
14144 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * message.el (message-insert-formated-citation-line): Remove newline.
14147         (message-citation-line-format): Add final \n here so that the user can
14148         avoid a blank line.
14149
14150 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14151
14152         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14153         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14154         Update lanl/arXiv support.
14155
14156 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * gnus.el: Bump version number.
14159
14160 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14161
14162         * gnus.el (gnus-version-number): Bump version.
14163
14164 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14165
14166         * gnus.el: No Gnus v0.6 is released.
14167
14168 2007-04-27  Didier Verna  <didier@xemacs.org>
14169
14170         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14171         * gmm-utils.el (gmm-regexp-concat): ... here.
14172         * message.el: Don't require 'gnus-util.
14173         (message-dont-reply-to-names): Handle name change above.
14174         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14175
14176 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14179         since the initial value varies according to the system.
14180
14181 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14184
14185 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14186
14187         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14188
14189 2007-04-24  Didier Verna  <didier@xemacs.org>
14190
14191         Improve the type of gnus-ignored-from-addresses.
14192         * gnus-util.el (gnus-orify-regexp): New function.
14193         * message.el (gnus-util): Require it.
14194         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14195         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14196         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14197
14198 2007-04-24  Didier Verna  <didier@xemacs.org>
14199
14200         * gnus-sum.el:
14201         * gnus-utils.el: Fix some trailing whitespaces.
14202
14203 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14206         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14207         article's Message-ID; refer parent article in summary buffer.
14208
14209         * message.el (message-bounce): Call mime-to-mml.
14210
14211         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14212         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14213         optimize and/or forms properly.
14214
14215 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14218         URL.
14219
14220 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14223
14224 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14227         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14228         displayed of multipart/alternative part if it is invoked from summary
14229         buffer.
14230
14231         * mm-view.el (mm-inline-text-html-render-with-w3m)
14232         (mm-inline-text-html-render-with-w3m-standalone)
14233         (mm-inline-render-with-function): Use mail-parse-charset by default.
14234
14235 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14236
14237         * parse-time.el (parse-time-string-chars): Check if CHAR
14238         is less than the length of parse-time-syntax.
14239
14240 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14243         from gnus-newsgroup-processable.
14244
14245 2007-04-16  Didier Verna  <didier@xemacs.org>
14246
14247         * gnus-msg.el (gnus-configure-posting-styles):
14248         Handle message-signature-directory properly with :file syntax.
14249         Reported by "Leo".
14250
14251 2007-04-11  Didier Verna  <didier@xemacs.org>
14252
14253         New user option: message-signature-directory.
14254         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14255         * message.el (message-insert-signature): Ditto.
14256         * message.el (message-signature-file): Doc update.
14257         * message.el (message-signature-directory): New.
14258
14259 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-msg.el (gnus-inews-yank-articles):
14262         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14263
14264 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * message.el (message-yank-original): Make sure cited text ends with
14267         newline; don't exchange point and mark.
14268
14269 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14270
14271         * tls.el (open-tls-stream): Properly handle case where there
14272         is no associated buffer.
14273
14274 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14275
14276         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14277         message-yank-original, make sure (< mark TEXT point).
14278
14279 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14280
14281         * message.el (message-fill-column): New variable.
14282         (message-mode): Use it.  Add comment on a possible new hook.
14283
14284         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14285         (nnmail-get-new-mail): Reformat.
14286
14287         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14288
14289         * gmm-utils.el: Fix Commentary.
14290         (gmm-tool-bar-from-list): Fix typo in doc string.
14291
14292 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14293
14294         * message.el (message-yank-original): Don't switch point and mark
14295         unnecessarily to put point and mark as documented.
14296
14297 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14298
14299         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14300         from the message heads.
14301
14302 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14303
14304         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14305         article buffer does not have a window.  This may not be the best
14306         solution but is certainly better than setting the start of the null,
14307         that is the current, window.
14308
14309 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14312         (gnus-draft-setup): Run it.
14313
14314         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14315         gnus-score-fast-scoring.  Allow regexp.
14316         (gnus-score-headers): Use it.
14317
14318         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14319         XEmacs.
14320
14321         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14322         string.
14323         (gnus-button-alist): Also catch `<f1> k ...'.
14324         (gnus-treat-display-x-face): Fix doc string.
14325
14326 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14327
14328         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14329         evaluation of gnus-extended-version to ensure correct generation of the
14330         User-Agent header when message-generate-headers-first is used.
14331
14332 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14333
14334         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14335         hashcash-path is nil.  Don't call callback with incorrect number of
14336         parameters if val is 0.
14337
14338 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14339
14340         * message.el (message-required-news-headers):
14341         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14342
14343 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14344
14345         * tls.el (open-tls-stream): In handshake-waiting loop,
14346         don't wait more if there is output available to process.
14347
14348 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14349
14350         * tls.el (tls-program): Doc fix.
14351
14352 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * message.el (message-generate-new-buffers): Change the meaning of the
14355         nil value; add `standard' to the choices; treat t as `unique'; improve
14356         doc string.
14357         (gnus-select-frame-set-input-focus): Autoload.
14358         (message-buffer-name): Search for the existing message buffer if
14359         message-generate-new-buffers is nil or `standard'; treat the value t of
14360         message-generate-new-buffers as `unique'.
14361         (message-pop-to-buffer): Raise the frame already displaying the message
14362         buffer; clear the echo area after querying.
14363         (message-setup): Pass the `continue' argument to compose-mail.
14364         (message-mail): Prefer `switch-function' if it is given; search for the
14365         existing message buffer if the `continue' argument is non-nil; pass
14366         continue and switch-function arguments to compose-mail by way of
14367         message-setup.
14368         (message-mail-other-window): Adjust argument of message-setup.
14369         (message-mail-other-frame): Ditto.
14370
14371 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14374         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14375         to turn font-lock on when turning gnus-message-citation-mode on.
14376
14377 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14378
14379         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14380         (mml-smime-function-alist): New variable; add epg as the backend.
14381         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14382         mml-smime- functions instead.
14383         * mm-view.el: Require smime.
14384
14385 2007-03-05  Didier Verna  <didier@xemacs.org>
14386
14387         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14388         instead of just inheritance for posting styles.
14389         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14390
14391 2007-02-24  Chris Moore  <dooglus@gmail.com>
14392
14393         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14394         * pgg-pgp.el (pgg-pgp-encrypt-region):
14395         * pgg-gpg.el (pgg-gpg-encrypt-region):
14396         Check pgg-encrypt-for-me if no other recipients.
14397
14398 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14399
14400         * tls.el (tls-certtool-program): Fix custom type.
14401
14402 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14405         and point-at-eol instead of line-(beginning|end)-position.
14406
14407         * assistant.el (assistant-parse-buffer): Ditto.
14408
14409         * netrc.el (netrc-parse-services): Ditto.
14410
14411 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14412
14413         * mml2015.el (mml2015-epg-find-usable-key): New function.
14414         (mml2015-epg-sign): Use it.
14415         (mml2015-epg-encrypt): Use it.
14416
14417 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * message.el (message-make-in-reply-to): Quote name containing
14420         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14421         if there are special characters.  Reported by NAKAJI Hiroyuki
14422         <nakaji@jp.freebsd.org>.
14423
14424 2007-02-27  Didier Verna  <didier@xemacs.org>
14425
14426         Include the group parameters as well as the topic ones in the
14427         inheritance filter process.
14428         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14429         argument GROUP-PARAMS-LIST.
14430         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14431
14432 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * nntp.el (nntp-never-echoes-commands)
14435         (nntp-open-connection-functions-never-echo-commands): New variables.
14436         (nntp-send-command): Use them.
14437
14438 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14439
14440         * mml2015.el (mml2015-epg-verify): Simplify.
14441
14442 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * mml.el (mml-content-disposition-alist): New user option.
14445         (mml-content-disposition): New function.
14446         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14447         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14448
14449 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14450
14451         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14452         verification.
14453
14454 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14455
14456         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14457         articles posted in the last 24 hours.
14458
14459 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14460
14461         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14462
14463 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14464
14465         * nntp.el (nntp-send-command): Don't wait for echoes when
14466         nntp-open-ssl-stream is used.
14467
14468 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14471         (gnus-message-add-citation-keywords)
14472         (gnus-message-remove-citation-keywords): Remove.
14473         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14474         directly, make the variables in font-lock-defaults buffer-local, add
14475         gnus-message-citation-keywords to them and then update the value of
14476         font-lock-keywords.
14477
14478 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * message.el (message-cite-original-1): Don't call
14481         gnus-article-highlight-citation.
14482
14483         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14484         citations; fix line count.
14485
14486 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14489         (gnus-message-add-citation-keywords)
14490         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14491         versions of font-lock-add-keywords and font-lock-remove-keywords to
14492         work with XEmacs correctly.
14493
14494 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-cite.el (gnus-cite-face-list): Set the values of
14497         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14498         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14499         (gnus-message-cite-prefix-regexp): New variable.
14500         (gnus-message-search-citation-line): Use it; protect against long
14501         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14502         the 0th match data for Emacs.
14503         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14504         (gnus-message-add-citation-keywords): Append keywords rather than
14505         prepending; emulate font-lock-add-keywords if it is not available.
14506         (gnus-message-remove-citation-keywords):
14507         Emulate font-lock-remove-keywords if it is not available.
14508
14509         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14510
14511         * message.el (message-cite-prefix-regexp): Set the value of
14512         gnus-message-cite-prefix-regexp.
14513
14514 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14515
14516         * nnweb.el (nnweb-google-parse-1): Update parser.
14517
14518 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14519
14520         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14521
14522 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14523
14524         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14525         regexp.
14526
14527 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14530         string-to-multibyte.
14531         (uudecode-decode-region-internal): Use it.
14532
14533         * lpath.el: Fbind string-as-multibyte for XEmacs.
14534
14535 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14536
14537         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14538         Fix custom choice.
14539
14540         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14541
14542 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14543
14544         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14545
14546         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14547         `write-region' to respect `mm-inhibit-file-name-handlers'.
14548
14549 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14552         Use gnus-home-directory instead of "~/" or "$HOME".
14553
14554 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14555
14556         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14557         to mention filename.
14558         Add comments at beginning regarding usage.
14559         (encrypt-write-file-contents): Change interactive so a string is
14560         acceptable.  If the file has no associated model, show an error instead
14561         of a nonsense prompt.
14562
14563 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14564
14565         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14566         Thanks to Yoshihiko Yamada for kind notification of this typo.
14567
14568 2007-01-12  Kenichi Handa  <handa@m17n.org>
14569
14570         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14571         multibyte buffer.
14572
14573 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14574
14575         * gnus-score.el (gnus-score-fast-scoring): New variable.
14576         (gnus-score-headers): Use it.
14577
14578         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14579
14580         * message.el (message-cite-original-1):
14581         Call gnus-article-highlight-citation if requested.
14582         (message-make-from): Allow name and address as optional arguments.
14583
14584         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14585
14586         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14587         bugs to doc string.
14588         (gnus-button-alist): Add mid\\|message-id.
14589         (gnus-button-fetch-group): Extend for use in
14590         `browse-url-browser-function'.
14591         (gnus-button-url-regexp): Try to catch paired parentheses like in
14592         Wikipedia URLs.
14593
14594         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14595         Suggested by Simon Krahnke <overlord@gmx.li>.
14596
14597 2007-01-13  Romain Francoise  <romain@orebokech.com>
14598
14599         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14600         Update copyright.
14601
14602 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14603
14604         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14605
14606 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14607
14608         * gnus-registry.el (gnus-registry-unfollowed-groups)
14609         (gnus-registry-split-fancy-with-parent): Fix documentation.
14610
14611 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14612
14613         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14614         from nnweb groups.
14615
14616 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14617
14618         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14619         Xref urls.  Erase buffer before requesting head.
14620
14621         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14622
14623 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14626         customizable.
14627
14628 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14629
14630         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14631         no signing key is found.
14632         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14633         no encrypting and/or signing key is found.
14634
14635 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14636
14637         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14638
14639 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14640
14641         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14642         headers read from disk with the ones newly found in the current search.
14643         This should no longer cause problems, because the article numbers in
14644         Gmane's `nov.php' output are ignored since the previous change.
14645
14646 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14647
14648         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14649
14650 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14653         replace-regexp-in-string; bind url-version; fbind display-images-p and
14654         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14655         find-face and set-itimer-function for Emacs; bind itimer-list for
14656         Emacs.
14657
14658         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14659
14660 2007-01-01  Romain Francoise  <romain@orebokech.com>
14661
14662         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14663
14664 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14665
14666         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14667         `define-minor-mode' macro definition expanded properly.
14668         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14669         exclude it there.
14670
14671         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14672         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14673         `fboundp' test.
14674         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14675         This is OK to autoload in (S)XEmacs now.
14676
14677 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14678
14679         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14680         keystroke.
14681         (gnus-summary-limit-to-singletons): Fix typo.
14682
14683         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14684         else fails.
14685
14686 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14687
14688         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14689         docstring.
14690
14691         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14692         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14693         (gnus-summary-insert-dormant-articles): Fix typo in message.
14694
14695 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14698         nil for XEmacs.
14699         (gnus-message-citation-mode): Don't autoload in XEmacs.
14700
14701         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14702
14703 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14704
14705         * nnimap.el (nnimap-expunge-search-string):
14706         Mention nnimap-search-uids-not-since-is-evil in docstring.
14707
14708 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * spam.el: Revert to make-obsolete-variable because
14711         define-obsolete-variable-alias is not supported in Emacs 21.
14712
14713         * spam.el (spam-ifile-path, spam-ifile-database-path)
14714         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14715         make-obsolete-variable.
14716         (spam-bsfilter-path, spam-bsfilter-program)
14717         (spam-spamassassin-path, spam-spamassassin-program)
14718         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14719         Don't use "path" inappropriately.
14720         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14721         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14722         variable names.
14723
14724 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14725
14726         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14727         summary buffer.
14728
14729         * password.el (password-cache-remove): Use clear-string to burn
14730         password, if available.
14731
14732 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14735
14736         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14737
14738         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14739         (gnus-message-highlight-citation): Move defcustom here from
14740         gnus-cite.el.
14741         (gnus-message-citation-mode): Autoload.
14742
14743         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14744         checks to make it compile with XEmacs.
14745         (gnus-message-citation-mode): New minor mode.
14746         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14747         (gnus-message-highlight-citation): New variables.
14748         (gnus-message-search-citation-line)
14749         (gnus-message-add-citation-keywords)
14750         (gnus-message-remove-citation-keywords)
14751         (turn-on-gnus-message-citation-mode)
14752         (turn-off-gnus-message-citation-mode): New functions.
14753
14754 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14755
14756         * gnus-cite.el: Enable highlighting of different citation levels in
14757         message-mode.
14758
14759 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14760
14761         * message.el (message-make-fqdn): Fix comment.
14762         (message-bogus-system-names): Add ".local".
14763
14764         * spam.el (spam-ifile-path, spam-ifile-program)
14765         (spam-ifile-database-path, spam-ifile-database)
14766         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14767         Don't use "path" inappropriately.
14768         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14769         strings.
14770         (spam-check-ifile, spam-ifile-register-with-ifile)
14771         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14772         Use new variable names.
14773
14774         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14775         (gnus-treat-display-smileys): Simplify using
14776         gnus-image-type-available-p.
14777
14778         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14779         available.
14780
14781         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14782         Use `display-images-p' if available.
14783
14784 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14787         one after turning on the buffer's multibyteness instead of decoding
14788         them directly in the unibyte buffer that causes unexpected conversion
14789         in Emacs 23 (unicode).
14790
14791 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14792
14793         * message.el (message-generate-hashcash): Fix custom type.
14794
14795 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14798
14799 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14802         disconnect icons.  Add help text.
14803
14804 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14805
14806         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14807         negated to be consistent with the others we handle.
14808
14809 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14810
14811         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14812         version of gnus-summary-buffer to something, so that we can use two
14813         article buffers at the same time.
14814
14815 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14816
14817         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14818         trigger all the extra headers.
14819         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14820         sorting.
14821
14822 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14823
14824         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14825         solid groups.
14826
14827 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14828
14829         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14830
14831 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * legacy-gnus-agent.el: Add Copyright notice.
14834
14835 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14836
14837         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14838
14839 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14840
14841         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14842
14843         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14844         to make it work reliably in CVS Emacs.
14845         (gnus-summary-limit-strange-charsets-predicate)
14846         (gnus-summary-limit-to-predicate): New functions.
14847
14848 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14849
14850         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14851         specifying array size.
14852         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14853         array if it is too small.
14854         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14855         (gnus-sort-threads-loop): New function.
14856
14857 2006-12-06  Chris Moore  <dooglus@gmail.com>
14858
14859         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14860         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14861
14862 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14863
14864         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14865         options.
14866
14867 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14868
14869         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14870         DOS-ing the recipient.
14871
14872         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14873         the headers when creating the mapping to avoid mismappings.
14874         (nnweb-gmane-create-mapping): Always nix out old mapping.
14875
14876 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14879         and mm-verify-option to never.
14880
14881 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * message.el (message-signed-or-encrypted-p): New function.
14884         (message-forward-make-body): Use it.
14885
14886         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14887         Replace encode-coding-string with mm-encode-coding-string.
14888
14889 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * nneething.el (nneething-decode-file-name):
14892         Replace decode-coding-string with mm-decode-coding-string.
14893
14894         * gnus-int.el (gnus-open-server): Say failed server's name.
14895
14896 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14897
14898         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14899         strings to a single string.  Quote `errors-file-name'.
14900         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14901         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14902         Adjust calls.  Use `shell-quote-argument'.
14903
14904 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14905
14906         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14907         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14908
14909         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14910         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14911         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14912         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14913         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14914         (gnus-subscribe-newsgroup, gnus-1):
14915         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14916         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14917         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14918         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14919
14920 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14921
14922         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14923         keystroke.
14924         (gnus-summary-limit-to-bodies): Implement headersp.
14925
14926 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14927
14928         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14929
14930 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14933
14934 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14935
14936         * message.el (message-generate-hashcash): Expand range of values to
14937         include `opportunistic'.
14938         (message-send-mail): Use it.
14939
14940 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14941
14942         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14943         and comment it.
14944
14945         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14946
14947 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14948
14949         * gnus-util.el (gnus-extract-address-components): Improve comment.
14950
14951 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-util.el (gnus-extract-address-components): Work with address in
14954         which the name portion contains @.
14955
14956         * lpath.el: Fbind custom-autoload.
14957
14958 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14959
14960         * gnus.el (gnus-start): Move custom group up.
14961         (gnus-select-method): Don't autoload, but make it available for
14962         `customize-variable'.
14963         (gnus-getenv-nntpserver): Don't autoload.
14964
14965 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14966
14967         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14968
14969 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14970
14971         * message.el (message-sendmail-extra-arguments): New variable.
14972         (message-send-mail-with-sendmail): Use it.
14973
14974 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14977         mm-with-unibyte-current-buffer to make string unibyte.
14978
14979         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14980         mm-string-as-multibyte.
14981
14982 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14983
14984         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14985         Reported by Werner Koch <wk@gnupg.org>.
14986
14987 2006-11-14  Daiki Ueno  <ueno@p360>
14988
14989         * mml2015.el: Autoload epa-select-keys when compiling.
14990
14991 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14992
14993         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14994         message-options.
14995         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14996
14997 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14998
14999         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15000         EasyPG (< 0.0.6).
15001         (mml2015-always-trust): New user option.
15002         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15003         prompt.
15004
15005 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * nntp.el (nntp-authinfo-force): New variable.
15008         (nntp-send-authinfo): Use it.
15009
15010 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15013         decode encoded words.  Improve prompt.  Add comment about forwarding.
15014         (message-replacement-char): Move up.
15015
15016 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15017
15018         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15019         instead of gnus-intersection because arguments of gnus-sorted-nunion
15020         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15021
15022 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15025         (message-simplify-subject-functions):
15026         Enable message-strip-subject-encoded-words by default.
15027
15028 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * message.el (message-strip-subject-encoded-words): New function.
15031         (message-simplify-subject-functions): New variable.
15032         (message-simplify-subject): Use it.  Fix typo in doc string.
15033         Support message-strip-subject-encoded-words.
15034
15035 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15036
15037         * gnus-diary.el (gnus-diary-delay-format-function):
15038         * nndiary.el (nndiary-reminders):
15039         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15040
15041 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * gnus-art.el (article-hide-boring-headers): Fetch date from
15044         gnus-original-article-buffer to avoid problems with localized date
15045         strings.
15046
15047 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15050
15051 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15052
15053         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15054         New variables.
15055         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15056         (mm-charset-synonym-alist): Move some entries to
15057         mm-codepage-iso-8859-list.
15058         (mm-charset-synonym-alist, mm-charset-override-alist):
15059         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15060
15061 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15064
15065 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15066
15067         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15068         with Emacs 21 and XEmacs.
15069
15070 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15071
15072         * spam.el (spam-parse-address): New function for better parsing,
15073         catching errors, etc.
15074         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15075
15076 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * mm-view.el: Add interactive arg to html2text autoload.
15079
15080 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15083
15084 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15085
15086         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15087         New variables.
15088         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15089         (mm-charset-synonym-alist): Move some entries to
15090         mm-codepage-iso-8859-list.
15091
15092         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15093
15094 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * message.el (message-citation-line-format)
15097         (message-insert-formated-citation-line): Fix implementation of %E, %N
15098         and %n according to the doc string.
15099
15100 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15101
15102         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15103         Use car-safe to avoid bad parses.
15104
15105 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15108         names.
15109
15110         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15111
15112 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15115         header.
15116
15117         * message.el (message-draft-headers): Add Date.
15118         (message-headers-to-generate): Fix typo in docstring.
15119
15120         * nndraft.el (nndraft-required-headers): New variable.
15121         (nndraft-generate-headers): Use it.
15122
15123         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15124
15125 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15126
15127         * gnus-registry.el (gnus-registry-wash-for-keywords)
15128         (gnus-registry-find-keywords): New functions to allow easy searching of
15129         articles that are in the registry.
15130
15131 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15132
15133         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15134         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15135         Reported by Damien Elmes <damien@repose.cx>.
15136
15137 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15138
15139         * gnus.el (gnus-mime): Remove unused custom group.
15140
15141 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15142
15143         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15144         "blank line" when searching for end of armor headers.
15145
15146 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * gmm-utils.el (gmm-write-region): Fix variable name.
15149
15150 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15151
15152         * gmm-utils.el (gmm-write-region): New function based on compatibility
15153         code from `mm-make-temp-file'.
15154
15155         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15156
15157         * nnmaildir.el (nnmaildir--update-nov)
15158         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15159         Use `gmm-write-region'.
15160
15161 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15164         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15165
15166         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15167
15168         * message.el (message-replacement-char): New variable.
15169         (message-fix-before-sending): Use it.
15170         (message-simplify-subject): New function to remove duplicate code.
15171         (message-reply, message-followup): Use it.
15172
15173         * gnus-sum.el (gnus-summary-make-menu-bar):
15174         Clarify gnus-summary-limit-to-articles.
15175
15176 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-util.el (gnus-with-local-quit): New macro.
15179
15180         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15181
15182 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15183
15184         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15185         ignore non-string data.
15186
15187 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15188
15189         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15190         non-string data (needs to be done in the registry too).
15191
15192 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15193
15194         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15195         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15196         (gnus-registry-split-fancy-with-parent)
15197         (gnus-registry-fetch-simplified-message-subject-fast)
15198         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15199         Remove text properties on ingress into the registry and when it's saved.
15200         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15201         registry from entries with no groups.
15202
15203 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15204
15205         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15206         function to remove string properties.
15207
15208 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15209
15210         * gmm-utils.el (gmm): Adjust custom version.
15211
15212         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15213         Adjust custom version.
15214
15215         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15216
15217 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * gnus-art.el (gnus-insert-prev-page-button)
15220         (gnus-insert-next-page-button): Simplify.  Reformat.
15221
15222 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15223
15224         * gnus-art.el (gnus-insert-prev-page-button)
15225         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15226
15227 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15228
15229         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15230
15231 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15232
15233         * gnus-art.el (gnus-insert-mime-button)
15234         (gnus-insert-mime-security-button):
15235         Apply gnus-article-button-face to MIME and security buttons.
15236
15237 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15240         readable.
15241
15242 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15245
15246 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15247
15248         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15249         `browse-url-of-file' instead of `browse-url'.
15250
15251 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15252
15253         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15254         regexp.  Articles containing quotation were cut prematurely.
15255
15256 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * message.el (message-cite-original-1): Use nobody by default for the
15259         value of From header.
15260         (message-reply): Ditto.
15261
15262 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15263
15264         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15265         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15266         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15267
15268 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15271         mails in the doc string.  Add some URLs in comment.
15272         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15273
15274 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15277         backslashes handling and the way to find boundaries of quoted strings.
15278
15279 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15280
15281         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15282         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15283         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15284         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15285
15286 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15287
15288         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15289         doc string.
15290         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15291
15292 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * lpath.el: Fbind epg-check-configuration.
15295
15296 2006-09-06  Simon Josefsson  <jas@extundo.com>
15297
15298         * mml2015.el (mml2015-use): Doc fix, mention epg.
15299
15300 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15301
15302         * mml2015.el (mml2015-use): Default to epg, if available.
15303
15304 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15305
15306         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15307         message-sender.
15308         (mml1991-epg-encrypt): Ditto.
15309         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15310         message-sender.
15311         (mml2015-epg-encrypt): Ditto.
15312
15313 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15314
15315         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15316         several common directories.
15317
15318 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15319
15320         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15321         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15322
15323 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * gnus-art.el (article-decode-encoded-words): Make it fast.
15326
15327 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15330
15331         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15332         in quoted string into `\'.
15333
15334 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15337         Use standard-syntax-table.
15338
15339 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * gnus-art.el (gnus-decode-address-function): New variable.
15342         (article-decode-encoded-words): Use it to decode headers which are
15343         assumed to contain addresses.
15344         (gnus-mime-delete-part): Remove useless `or'.
15345
15346         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15347         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15348         (gnus-nov-parse-line): Use it to decode From header.
15349         (gnus-get-newsgroup-headers): Ditto.
15350         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15351
15352         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15353         (mail-decode-encoded-address-string): New alias.
15354
15355         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15356         New function.
15357         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15358         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15359         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15360         (rfc2047-decode-string): Ditto.
15361         (rfc2047-decode-address-region): New function.
15362         (rfc2047-decode-address-string): New function.
15363
15364 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * message.el (message-caesar-buffer-body): Allow rotating headers.
15367
15368         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15369
15370         * message.el (message-insert-formated-citation-line): Fix %f.
15371         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15372
15373 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15376         (gnus-bookmark-mouse-available-p): New macro.
15377         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15378         (gnus-bookmark-bmenu-show-infos): Use it.
15379         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15380         (gnus-bookmark-bmenu-hide-infos): Ditto.
15381         (gnus-bookmark-remove-properties): New function.
15382         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15383         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15384         (gnus-bookmark-write-file): Bind coding-system-for-write.
15385         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15386         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15387         group before selecting it.
15388         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15389         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15390         quit-window if it is not available; use gnus-mouse-2 and bind it to
15391         gnus-bookmark-bmenu-select-by-mouse.
15392         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15393         (gnus-bookmark-bmenu-select-by-mouse): New function.
15394
15395 2006-08-13  Romain Francoise  <romain@orebokech.com>
15396
15397         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15398         space.
15399
15400 2006-08-10  Romain Francoise  <romain@orebokech.com>
15401
15402         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15403         (dns-mode-soa-auto-increment-serial): New user option.
15404         (dns-mode-soa-maybe-increment-serial): New function.
15405         (dns-mode): Add the latter to `write-contents-functions'.
15406
15407 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * compface.el (uncompface): Use binary rather than raw-text-unix.
15410
15411 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * compface.el (uncompface): Make sure the eol conversion doesn't take
15414         place when communicating with the external programs.
15415         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15416
15417 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15420
15421 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15422
15423         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15424         Make it more robust by parsing author and date independently.
15425
15426 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15429
15430 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15431
15432         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15433         first matching secret key.
15434         (mml2015-epg-encrypt): Ditto.
15435
15436         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15437         first matching secret key.
15438         (mml1991-epg-encrypt): Ditto.
15439
15440         * mml2015.el (mml2015-encrypt-to-self): New user option.
15441         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15442         mml2015-epg-encrypt-to-self is set.
15443
15444         * mml1991.el (mml1991-encrypt-to-self): New variable.
15445         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15446         mml1991-epg-encrypt-to-self is set.
15447
15448         * mml2015.el (mml2015-signers): New user option.
15449         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15450         (mml2015-epg-encrypt): Allow to select signing keys.
15451
15452         * mml1991.el (mml1991-signers): New variable.
15453         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15454         (mml1991-epg-encrypt): Allow to select signing keys.
15455
15456 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * nnheader.el (nnheader-insert-head): Make it work even if the file
15459         uses CRLF for the line-break code.
15460
15461 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15462
15463         * mml2015.el: Require mml-sec instead of password.
15464         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15465         (mml2015-cache-passphrase): Inherit the default value from
15466         mml-secure-cache-passphrase.
15467         (mml2015-passphrase-cache-expiry): Inherit the default value from
15468         mml-secure-passphrase-cache-expiry.
15469
15470         * mml1991.el: Require mml-sec instead of password.
15471         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15472         (mml1991-cache-passphrase): Inherit the default value from
15473         mml-secure-cache-passphrase.
15474         (mml1991-passphrase-cache-expiry): Inherit the default value from
15475         mml-secure-passphrase-cache-expiry.
15476
15477         * mml-sec.el: Require password.
15478         (mml-secure-verbose): New user option.
15479         (mml-secure-cache-passphrase): New user option.
15480         (mml-secure-passphrase-cache-expiry): New user option.
15481
15482 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15483             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15484
15485         * pgg-def.el (pgg-truncate-key-identifier):
15486         Truncate the key ID to 8 letters from the end.
15487
15488 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15489
15490         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15491         workaround for the url package included with Emacs.
15492
15493         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15494
15495 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15498         correctly.  This fixes a bug caused by the 2006-05-12 change.
15499
15500 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15501
15502         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15503         some information about the error when saying that the `bogus' mail
15504         group will be used.
15505
15506 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15507
15508         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15509         string.
15510
15511 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15512
15513         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15514
15515 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15516
15517         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15518
15519 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15520
15521         * mml1991.el (mml1991-function-alist): Add epg.
15522         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15523         (mml1991-epg-encrypt): New functions.
15524
15525 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15526
15527         * mml2015.el (mml2015-verbose): New variable.
15528         (mml2015-cache-passphrase): Ditto.
15529         (mml2015-passphrase-cache-expiry): Ditto.
15530         (mml2015-function-alist): Add epg.
15531         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15532         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15533         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15534         New functions.
15535
15536 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15537
15538         * message.el (message-cite-original-1): Preserve region when removing
15539         quoted text due to X-No-Archive in order to avoid bogus attribution
15540         when citing multiple messages.
15541
15542 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15543
15544         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15545         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15546
15547 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15548
15549         * gnus-diary.el (gnus-user-format-function-d)
15550         (gnus-user-format-function-D): Autoload.
15551
15552         * imap.el (Commentary): Fix typo.
15553
15554         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15555         2006-04-22 contribution.
15556
15557 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15558
15559         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15560         It didn't really fix the bogosity I'm seeing with solid web groups.
15561
15562 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15563
15564         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15565         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15566         created using server names.  If we use the feature without declaring
15567         it, Gnus does not properly manage server and group state.
15568
15569         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15570         bound.
15571
15572 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15573
15574         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15575         looking up the method using GROUP's prefix before inventing a new one.
15576         It is used on killed/unknown groups in various places where returning
15577         an all-new method isn't expected by the caller.
15578
15579         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15580         and match semantics of gnus-group-real-prefix.
15581
15582 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15583
15584         * nnmail.el (nnmail-broken-references-mailers): New variable.
15585         (nnmail-ignore-broken-references): New function generalizing
15586         nnmail-fix-eudora-headers.
15587         (nnmail-fix-eudora-headers): Now obsolete.
15588
15589         * gnus-art.el (gnus-button-handle-custom):
15590         Support `customize-apropos*'.
15591
15592 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15593
15594         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15595
15596         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15597         articles.
15598
15599 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * message.el (message-cite-reply-above): New variable.
15602         (message-yank-original): Use it.
15603
15604 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15607
15608 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15609
15610         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15611         as read.
15612
15613         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15614
15615 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15616
15617         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15618         (gnus-bookmark-default-file): Use gnus-directory.
15619         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15620         Remove "*" in doc string.
15621         (gnus-bookmark-write-file): Simplify.
15622         (gnus-bookmark-maybe-sort-alist): Use `when'.
15623         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15624         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15625         Add FIXME about Emacs 21 and XEmacs compatibility.
15626         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15627         compatibility.
15628         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15629         compatibility.
15630         (gnus-bookmark-menu-heading): Fix version.
15631
15632 2006-06-19  Bastien Guerry  <bzg@altern.org>
15633
15634         * gnus-bookmark.el: New file.
15635
15636 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * message.el (message-syntax-checks): Doc fix.
15639
15640 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15641
15642         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15643         unsubscribed groups as if they were killed ones.  It causes duplicate
15644         entries in gnus-newsrc-alist.
15645
15646 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * message.el (message-syntax-checks): Doc fix.
15649         (message-send-mail): Add check for continuation headers.
15650         (message-check-news-header-syntax): Fix regexp used to check for
15651         continuation headers.
15652
15653 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15656
15657 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15658
15659         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15660
15661 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15664         default-truncate-lines.
15665
15666 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15669         to fill the utf-8 entry.
15670
15671         * lpath.el: Fbind unicode-precedence-list.
15672
15673 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15674
15675         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15676
15677 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15678
15679         * gnus-agent.el (directory-files-and-attributes): Move all the way
15680         forward (the third and final move).
15681         (gnus-agent-read-agentview): Trap reconstruction errors due to
15682         nonexistent directory.  Handle by returning nil.
15683
15684 2006-05-30  Didier Verna  <didier@xemacs.org>
15685
15686         * message.el (message-dont-reply-to-names): Update the custom type.
15687         * message.el (message-dont-reply-to-names): New defsubst: potentially
15688         convert a list of regexps into a single one.
15689         * message.el (message-get-reply-headers): Use it.
15690         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15691
15692 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus-agent.el (directory-files-and-attributes): Move forward.
15695
15696 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * gnus-ml.el (gnus-mailing-list-subscribe)
15699         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15700         (gnus-mailing-list-message): Fix doc strings.
15701
15702 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15703
15704         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15705         of doing it manually.
15706
15707 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15708
15709         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15710         comment.
15711
15712 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15713
15714         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15715         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15716         (gnus-agent-read-local): All symbols allocated in my-obarray.
15717         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15718         (gnus-agent-regenerate-group): Check numeric names to see if they are
15719         messages or groups.
15720         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15721         better way of do this...)
15722
15723         * gnus-cache.el (gnus-agent-total-fetched-for):
15724         Ignore 'dummy.group' (there should be a better way of do this...)
15725
15726 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15729         (gnus-saved-headers): Ditto.
15730         (gnus-default-article-saver): Mention functions may have properties.
15731         (gnus-article-save): Override gnus-save-all-headers and
15732         gnus-saved-headers by :headers property which saver function may have.
15733         (gnus-summary-save-in-file): Add :headers property.
15734         (gnus-summary-write-to-file): Ditto.
15735
15736         * gnus-sum.el (gnus-summary-save-article): Bind
15737         gnus-prompt-before-saving to t when saving many articles in a file;
15738         always show all headers.
15739
15740         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15741
15742 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15743
15744         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15745         marks.
15746
15747         * message.el (message-indent-citation): Add optional arguments to allow
15748         using it outside of message buffers.
15749
15750         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15751         (gnus-article-treat-unfold-headers): Use it.
15752         (gnus-article-truncate-lines): New variable.
15753         (gnus-article-mode): Use it.
15754         (gnus-article-toggle-truncate-lines): New function.
15755
15756         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15757         Add gnus-article-toggle-truncate-lines.
15758
15759         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15760         coding system in XEmacs, use binary.
15761
15762 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15765         after-load-alist.
15766
15767         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15768         this function should save decoded articles.
15769         (gnus-summary-write-to-file): Use property to specify this function
15770         should save decoded articles and specify gnus-summary-save-in-file
15771         should be used to save articles other than the first one when saving
15772         many articles.
15773         (gnus-summary-save-body-in-file): Use property to specify this
15774         function should save decoded articles.
15775         (gnus-summary-write-body-to-file): Use property to specify this
15776         function should save decoded articles and specify
15777         gnus-summary-save-body-in-file should be used to save articles other
15778         than the first one when saving many articles.
15779
15780         * gnus-sum.el (gnus-summary-save-article): Simplify.
15781
15782 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-art.el (gnus-default-article-saver):
15785         Add gnus-summary-write-body-to-file.
15786         (gnus-article-save-coding-system): Don't use coding system object
15787         in XEmacs.
15788         (gnus-read-save-file-name): Add optional `dir-var' argument which
15789         specifies directory in which files are saved; work even if optional
15790         `variable' argument is not specified.
15791         (gnus-summary-write-to-file): Read file name.
15792         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15793         (gnus-summary-write-body-to-file): New function.
15794
15795         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15796         (gnus-summary-local-variables): Add it.
15797         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15798         (gnus-summary-save-article): Remove optional `decode' argument;
15799         determine whether to decode articles by the value of
15800         gnus-default-article-saver; when saving many files using
15801         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15802         it first and use gnus-summary-save-in-file or
15803         gnus-summary-save-body-in-file thereafter unless
15804         gnus-prompt-before-saving is always; move point to article which
15805         will be saved.
15806         (gnus-summary-save-article-file): Revert.
15807         (gnus-summary-write-article-file): Revert.
15808         (gnus-summary-save-article-body-file): Revert.
15809         (gnus-summary-write-article-body-file): New function.
15810
15811 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-art.el (gnus-default-article-saver): Doc fix.
15814         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15815         from gnus-summary-save-article-coding-system, and default to a
15816         certain coding system.
15817         (gnus-output-to-file): Add coding cookie and encode text according
15818         to gnus-article-save-coding-system; don't use mm-append-to-file.
15819
15820         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15821         gnus-art.el and rename to gnus-article-save-coding-system.
15822         (gnus-summary-save-article): Require gnus-art; don't show all
15823         headers if it decodes articles; don't add coding cookie here;
15824         don't bind mm-text-coding-system-for-write.
15825         (gnus-summary-save-article-file): Save decoded articles.
15826         (gnus-summary-write-article-file): When saving many files, use
15827         gnus-summary-write-to-file first and gnus-summary-save-in-file
15828         thereafter unless gnus-prompt-before-saving is always.
15829         (gnus-summary-save-article-body-file): Save decoded articles.
15830
15831         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15832
15833 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * nnrss.el (nnrss-check-group): Bind hash-index.
15836
15837 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15838
15839         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15840         its hash index.  Store this hash in `nnrss-group-data'.
15841         (nnrss-read-group-data): Update accordingly.
15842
15843 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15846         entry.
15847
15848         * gnus-sum.el (gnus-summary-make-menu-bar):
15849         Add gnus-article-browse-html-article.
15850
15851 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15852
15853         * gnus-sum.el (gnus-summary-mime-map):
15854         Add gnus-article-browse-html-article.
15855
15856         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15857
15858 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15859
15860         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15861         suitable coding systems in customize.
15862
15863 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15864
15865         * mail-source.el (mail-sources): Fix custom type.
15866
15867 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15868
15869         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15870         (gnus-summary-expire-articles-now): Shorten prompt.
15871
15872         * gmm-utils.el (wid-edit): Require.
15873         (defun-gmm): Rename from `gmm-defun-compat'.
15874         (gmm-image-search-load-path): Use it.
15875         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15876
15877 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-sum.el (gnus-summary-save-article-coding-system):
15880         New variable.
15881         (gnus-summary-save-article): Add optional `decode' argument.
15882         If it is set and gnus-summary-save-article-coding-system is non-nil,
15883         save decoded article.
15884         (gnus-summary-write-article-file): Save decoded article if
15885         gnus-summary-save-article-coding-system is non-nil.
15886
15887         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15888         type.
15889
15890 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15893
15894 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15897         first to test gnus-single-article-buffer which may be buffer-local.
15898
15899         * gnus-sum.el (gnus-summary-setup-buffer):
15900         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15901         group; make gnus-article-buffer, gnus-article-current, and
15902         gnus-original-article-buffer always buffer-local.
15903         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15904         group.
15905         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15906
15907 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15908
15909         * nnml.el (nnml-request-compact-group): Compressed files might not
15910         have .gz extension.
15911
15912 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15913
15914         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15915         (mm-copy-to-buffer): Use with-current-buffer.
15916         (mm-display-part): Simplify.
15917         (mm-inlinable-p): Add optional arg `type'.
15918
15919 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15920
15921         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15922         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15923         Try harder to show the attachment internally or externally using
15924         gnus-mime-view-part-as-type.
15925
15926 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * message.el (message-from-style, message-signature-separator)
15929         (message-user-organization-file, message-send-mail-function)
15930         (message-citation-line-function, message-yank-prefix)
15931         (message-indent-citation-function, message-signature)
15932         (message-signature-file, message-signature-insert-empty-line):
15933         Remove autoloads.
15934
15935         * gnus-art.el (gnus-buttonized-mime-types):
15936         Remove "multipart/signed".  Revert 2006-04-26 change.
15937
15938 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15939
15940         * gnus.el (gnus-version-number): Bump version.
15941
15942 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15943
15944         * gnus.el: No Gnus v0.5 is released.
15945
15946 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15947
15948         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15949         fetching articles by message-id.
15950
15951 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15952
15953         * message.el (hashcash): Require hashcash as normal.
15954
15955         * ecomplete.el (ecomplete-highlight-match-line):
15956         Use point-at-eol.
15957         (ecomplete-highlight-match-line): Use `highlight', because that
15958         face exists in both Emacs and XEmacs.
15959
15960         * message.el (message-display-abbrev): Use point-at-bol.
15961
15962         * mail-source.el: Don't require timer/timer-funcs.
15963
15964         * gnus-async.el: Ditto.
15965
15966         * password.el: Ditto.
15967
15968         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15969
15970         * mm-url.el: Ditto.
15971
15972         * gnus-xmas.el: Don't require timer-funcs.
15973
15974         * mm-util.el: Require timer/timer-funcs.
15975
15976 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15977
15978         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15979         Close.
15980
15981 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15984         unibyte after clear-decrypt function runs.
15985
15986         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15987         returns as a unibyte string.
15988
15989 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * lpath.el: Revert.
15992
15993         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15994         (pgg-gpg-process-sentinel): Revert.
15995
15996         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15997         (pgg-pgp-lookup-key): Revert.
15998
15999         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16000         (pgg-pgp5-lookup-key): Revert.
16001
16002         * pgg.el (pgg-fetch-key): Revert.
16003
16004 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16005
16006         * lpath.el: Fbind string-as-multibyte for XEmacs.
16007
16008         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16009         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16010         (mml1991-pgg-encrypt): Ditto.
16011
16012         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16013         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16014         a multibyte buffer.
16015
16016         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16017         (pgg-pgp-lookup-key): Ditto.
16018
16019         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16020         (pgg-pgp5-lookup-key): Ditto.
16021
16022         * pgg.el (pgg-fetch-key): Ditto.
16023
16024 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16025
16026         * message.el (message-user-organization-file): Check several
16027         locations of the organization file.
16028
16029         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16030         Add gnus-article-view-part-as-type.
16031
16032         * gnus-art.el (gnus-article-view-part-as-type): New function.
16033
16034         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16035         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16036
16037         * mml.el: Simplify autoload.
16038         (mml-mode): defvar dnd-protocol-alist instead of using
16039         symbol-value.
16040         (mml-default-directory): New variable.
16041         (mml-minibuffer-read-file): Use it.
16042         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16043
16044         * message.el (message-citation-line-format): New variable.
16045         (message-insert-formated-citation-line): New function.
16046         (message-citation-line-function):
16047         Add `message-insert-formated-citation-line' to custom type.
16048
16049         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16050         to doc string.
16051
16052         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16053         depending on mm-verify-option.
16054
16055 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16058         binding pgg-* variables; reimplement the section which prevents
16059         MIME header from being signed.
16060         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16061         pgg-text-mode; remove a blank line at the top of body.
16062
16063         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16064         lines at the top of body; use gnus-newsgroup-charset if there's no
16065         Charset header.
16066
16067 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * message.el (message-self-insert-commands): Doc fix.
16070
16071         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16072         (mm-uu-pgp-encrypted-test): Ditto.
16073         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16074         between header and body; return application/pgp-encrypted handle
16075         if decryption failed; decode decrypted body by charset.
16076
16077         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16078         element match to application/pgp-*.
16079
16080 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16081
16082         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16083         HTML.
16084
16085 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16086
16087         * mail-source.el (mail-source-call-script): Message the error
16088         string.
16089
16090 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16091
16092         * gnus-util.el (gnus-byte-compile): Use it.
16093
16094 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16095
16096         * gnus-util.el (kill-empty-logs): New function.
16097
16098 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16099
16100         * message.el (message-mail-alias-type): Doc fix.
16101         (message-mail-alias-type-p): New function.
16102         (message-send): Use it.
16103         (message-mode): Ditto.
16104         (message-strip-forbidden-properties): Ditto.
16105
16106         * ecomplete.el (ecomplete-database-file-coding-system):
16107         New variable.
16108         (ecomplete-save): Use it.
16109         (ecomplete-setup): Use it.
16110
16111 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * message.el (message-self-insert-commands): New variable.
16114         (message-strip-forbidden-properties): Use it.
16115
16116 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16117
16118         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16119         that doesn't make XEmacs choke.
16120
16121 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16122
16123         * gnus-util.el (gnus-replace-in-string):
16124         Prefer replace-regexp-in-string over of replace-in-string.
16125
16126 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * gnus-util.el (gnus-select-frame-set-input-focus):
16129         Use select-frame-set-input-focus if it is available in XEmacs; use
16130         definition defined in Emacs 22 for old Emacsen.
16131
16132         * dgnushack.el: Autoload unmorse-region for XEmacs.
16133
16134         * lpath.el: Bind cursor-in-non-selected-windows and
16135         select-frame-set-input-focus for XEmacs.
16136
16137 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16140
16141 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16142
16143         * gnus-registry.el (gnus-registry-cache-save): Remove text
16144         properties when saving via the temp buffer.
16145
16146 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * message.el (message-generate-hashcash): Honor custom type.
16149
16150 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16151
16152         * message.el (message-generate-hashcash): Default to non-nil when
16153         hashcash is found.
16154
16155         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16156         (gnus-refer-thread-limit): Increase default to 500.
16157
16158         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16159
16160         * flow-fill.el (fill-flowed): Allow delete-space.
16161
16162 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16165         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16166         Remove autoloads.
16167
16168 2006-04-18  Simon Josefsson  <jas@extundo.com>
16169
16170         * message.el (message-generate-hashcash): Default to.
16171
16172 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16175         concatenating segments rather than before concatenating them.
16176
16177 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16178
16179         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16180
16181 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16182
16183         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16184
16185         * message.el (message-forward-make-body-plain):
16186         Allow message-forward-ignored-headers to be a list.
16187         (message-remove-ignored-headers): Factor out into function.
16188         (message-forward-make-body-mml): Use it.
16189
16190         * imap.el (imap-quote-specials): New function.
16191         (imap-login-auth): Quote specials.
16192
16193         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16194         (rfc2231-parse-string): Allow concatanation of parameters that
16195         aren't contiguous.  The test case is
16196           (mail-header-parse-content-type "message/external-body;
16197             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16198             access-type=LOCAL-FILE;
16199             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16200
16201 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16202
16203         * nntp.el (nntp-accept-process-output): Return the value of
16204         `nnheader-accept-process-output'.
16205
16206 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16207
16208         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16209         (gnus-button-alist): Recognize more diff formats.
16210         (gnus-button-patch): Strip directory.
16211
16212 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16213
16214         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16215         Emacs 22 when setting focus.
16216
16217 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16218
16219         * gnus-art.el (gnus-article-treat-types): Do treatment of
16220         text/x-verbatim parts.
16221         (gnus-button-patch): New command.
16222
16223         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16224         addresses that contain invalid characters.
16225
16226 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16227
16228         * message.el (message-put-addresses-in-ecomplete):
16229         Use gnus-replace-in-string.
16230         (message-is-yours-p): Use the more correct
16231         mail-header-parse-address instead of
16232         mail-extract-address-components.
16233         (message-put-addresses-in-ecomplete): Fix typo.
16234
16235         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16236         keystroke.
16237
16238         * gnus-art.el (gnus-treatment-function-alist): Change order of
16239         newsgroups/generic header folding to avoid double-folding.
16240
16241         * message.el (message-hidden-headers): Add X-Draft-From.
16242
16243         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16244         New command.
16245         (gnus-summary-repeat-search-article-backward): New command.
16246
16247         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16248         groups in the parent topic.
16249
16250 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16251
16252         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16253         (spam-extra-header-to-number): Return the CRM114 number as a
16254         number instead of a string.
16255
16256 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16257
16258         * gnus-art.el (gnus-face-properties-alist): Move here from
16259         gnus-fun.
16260
16261         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16262
16263 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16264
16265         * message.el (message-strip-forbidden-properties): Only display on
16266         self-insert-command.
16267
16268         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16269         reindent.
16270         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16271
16272 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16273
16274         * smiley.el (smiley-style): Fix typo.
16275
16276 2006-03-23  Kenichi Handa  <handa@m17n.org>
16277
16278         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16279         instead of set-buffer-multibyte.
16280
16281 2006-03-23  Kenichi Handa  <handa@m17n.org>
16282
16283         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16284         buffer and then decode the buffer text if necessary.
16285         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16286         first, and after mm-encode-body, change the buffer to unibyte.
16287
16288 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16289
16290         * hashcash.el (hashcash-insert-payment-async-2):
16291         Use message-goto-eoh instead of doing it manually.
16292         (mail-add-payment): Use message-narrow-to-header instead of trying
16293         to do the same itself.
16294
16295         * message.el (message-hidden-headers): Add Face.
16296
16297         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16298         reparenting code.
16299         (gnus-summary-reparent-children): Refactored out code.
16300         (gnus-summary-thread-map): New keystroke.
16301         (gnus-summary-reparent-children): Make into command.
16302
16303         * smiley.el (smiley-style): Default to `medium' if using a large
16304         font.
16305
16306         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16307         does it itself.
16308
16309         * message.el (message-point-in-header-p): Simplify definition.
16310
16311 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16312
16313         * nnagent.el (nnagent-request-set-mark): Silence log file
16314         writing.
16315         (nnagent-request-set-mark): Use write-region instead of
16316         append-to-file.
16317
16318         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16319         strange select method.
16320
16321         * ecomplete.el (ecomplete-display-matches): Get highlightling
16322         right.
16323         (ecomplete-display-matches): Use literals.
16324         (ecomplete-display-matches): Disable message logging.
16325
16326         * message.el (message-display-abbrev): Small optimization.
16327
16328         * ecomplete.el (ecomplete-display-matches): Allow automatic
16329         display.
16330
16331         * message.el (message-strip-forbidden-properties):
16332         Display abbrevs.
16333         (message-display-abbrev): Get automatic display right.
16334
16335         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16336         keystrokes.
16337
16338 2006-04-13  Romain Francoise  <romain@orebokech.com>
16339
16340         TODO: Backport to v5-10!
16341
16342         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16343         Move here (and rename) from gnus-registry.el.
16344
16345         * gnus-registry.el: Require gnus-util.
16346         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16347
16348 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16349
16350         * gnus-group.el (gnus-group-catchup-current):
16351         Change if-then-else-if-then-else into cond.
16352         (gnus-group-catchup): Indent.
16353         (group-name-at-point): New function.
16354         (gnus-fetch-group): Provide default from thing at point.
16355
16356 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16357
16358         * message.el (message-display-abbrev): Fix regexp.
16359
16360         * ecomplete.el (ecomplete-highlight-match-line):
16361         Reimplement choosing.
16362         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16363         dead variables.
16364
16365         * message.el (message-newline-and-indent): Remove debugging.
16366         (message-display-abbrev): Use new implementation.
16367
16368 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * gnus-art.el (gnus-article-mode):
16371         Set cursor-in-non-selected-windows to nil.
16372
16373         * smiley.el: Revert previous change.
16374         (smiley-data-directory): defvar it before using it in the
16375         defcustom of `smiley-style'.
16376
16377 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16378
16379         * message.el (message-newline-and-indent): New function.
16380
16381         * ecomplete.el: Implement more bits.
16382
16383         * message.el (message-put-addresses-in-ecomplete): Clean up the
16384         string.
16385
16386         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16387
16388         * gnus-sum.el (gnus-summary-save-parts):
16389         Bind gnus-summary-save-parts-counter and use it to make unique file
16390         names.
16391
16392         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16393
16394         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16395         parameter to say whether to actually parse the individual
16396         addresses.
16397
16398         * message.el (message-put-addresses-in-ecomplete): New function.
16399         (ecomplete): Require.
16400         (message-mail-alias-type): Add ecomplete as an option.
16401
16402 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16403
16404         * flow-fill.el (fill-flowed): Remove trailing space from blank
16405         quoted lines.
16406
16407 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16408
16409         * smiley.el (smiley-style): Move definition later to avoid a
16410         compilation warning.
16411
16412 2006-04-12  Kenichi Handa  <handa@m17n.org>
16413
16414         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16415         buffer and then decode the buffer text if necessary.
16416         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16417         first, and after mm-encode-body, change the buffer to unibyte.
16418         Use mm-disable-multibyte instead of set-buffer-multibyte.
16419
16420 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16423         Content-Type header instead of Content-Disposition header.
16424         (gnus-mime-inline-part): Ditto.
16425         (gnus-mime-view-part-as-charset): Ignore charset that the part
16426         specifies.
16427
16428         * mm-decode.el (mm-display-part): Work with external parts and
16429         usual parts similarly.
16430
16431         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16432         instead of gnus-display-mime.
16433
16434         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16435         instead of with-temp-buffer.
16436
16437         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16438         tag to summarized topics part in order to encode non-ASCII text.
16439
16440 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * smiley.el (smiley-style): New variable.
16443         (smiley-directory): New function.
16444         (smiley-data-directory): Derive from `smiley-style' using
16445         `smiley-directory'.
16446         (smiley-regexp-alist): Add new entries.
16447
16448         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16449         (gnus-article-browse-delete-temp): Add :version.
16450
16451 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16452
16453         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16454         the sieve region.
16455
16456 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16457
16458         * gnus.el (gnus-version-number): Bump version.
16459
16460 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16461
16462         * gnus.el: No Gnus v0.4 is released.
16463
16464 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16465
16466         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16467         layout.
16468
16469         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16470         unknown charset.
16471
16472         * message.el (message-header-synonyms): Add Original-To to the
16473         default.
16474
16475         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16476         optional parameter.
16477
16478 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16479
16480         * gnus-fun.el (gnus): Require it for gnus-directory.
16481
16482 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16485
16486 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16487
16488         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16489
16490 2006-04-05  Simon Josefsson  <jas@extundo.com>
16491
16492         * password.el (password-reset): New function.
16493
16494 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16495
16496         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16497         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16498
16499 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16500
16501         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16502         Some whitespace was matched into the url, which broke browsing hits
16503         > 100 when mm-url-use-external was nil.
16504
16505 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16506
16507         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16508         Check gnus-extra-headers for 'Newsgroups.
16509
16510         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16511         bound.
16512
16513 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16514
16515         * pgg-gpg.el: Clean up process buffers every time gpg processes
16516         complete.
16517
16518 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16519
16520         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16521         doc string.
16522
16523 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16524
16525         * pgg-gpg.el (pgg-gpg-process-filter)
16526         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16527
16528         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16529         lines, temporary fix.
16530
16531 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16534
16535 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16536
16537         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16538         default-enable-multibyte-characters.  This reverts the change from
16539         revision 6.17 which is no longer necessary because the passphrase
16540         is sent separately now.  GnuPG messages are unreadable under
16541         multibyte locales with default-enable-multibyte-characters set to
16542         nil.
16543
16544 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16545
16546         * message.el (message-tool-bar-gnome): Move "spell".
16547
16548 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16551         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16552         instead.
16553
16554 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16555
16556         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16557         Improve newsgroups handling for NNTP overviews which don't include
16558         Newsgroups.
16559
16560 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16561
16562         * message.el (message-resend): Bind message-generate-hashcash to nil.
16563
16564 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16565
16566         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16567         when searching for already-paid recipients.
16568
16569 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16570
16571         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16572         passphrases when it is not needed.
16573         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16574         passphrase stuff from gpg, should only be necessary when you use
16575         gpg with a smartcard.
16576
16577 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * mml.el (mml-insert-mime): Ignore cached contents of
16580         message/external-body part.
16581
16582         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16583         (mm-insert-part): Ditto.
16584
16585 2006-03-23  Simon Josefsson  <jas@extundo.com>
16586
16587         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16588         Reiner.
16589         (pgg-gpg-use-agent-p): Use it again.
16590
16591 2006-03-23  Simon Josefsson  <jas@extundo.com>
16592
16593         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16594         older emacsen.
16595         (pgg-gpg-use-agent-p): Don't use it.
16596
16597 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16598
16599         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16600         if we can.
16601
16602 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16603
16604         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16605         (pgg-gpg-update-agent): New function.
16606         (pgg-gpg-use-agent-p): New function.
16607         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16608         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16609         (pgg-gpg-sign-region): Use it.
16610
16611 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16614         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16615
16616 2006-03-21  Simon Josefsson  <jas@extundo.com>
16617
16618         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16619         <wilde@sha-bang.de>.
16620         (pgg-gpg-use-agent): New variable.
16621         (pgg-gpg-process-region): Use it.
16622         (pgg-gpg-encrypt-region): Likewise.
16623         (pgg-gpg-encrypt-symmetric-region): Likewise.
16624         (pgg-gpg-decrypt-region): Likewise.
16625         (pgg-gpg-sign-region): Likewise.
16626         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16627
16628 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16629
16630         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16631
16632         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16633         Add comment on version.
16634
16635 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16636
16637         * smiley.el: Add missing test smiley.
16638
16639 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * mm-decode.el (mm-with-part): New macro.
16642         (mm-get-part): Use it; work with message/external-body as well.
16643         (mm-save-part): Treat name and filename equally.
16644
16645         * mm-extern.el (mm-extern-cache-contents): New function.
16646         (mm-inline-external-body): Use it; force the part to be displayed;
16647         move undisplayer added to the cached handle to the parent.
16648
16649         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16650         (gnus-mime-view-part-as-type): Work with message/external-body.
16651
16652         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16653
16654 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16655
16656         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16657         images in image-load-path.  [Sync with image.el, revision 1.60, in
16658         Emacs.]
16659
16660 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16661
16662         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16663         path rather than symbol.  Always return list of directories.
16664         Guarantee that image directory comes first.  [Sync with image.el,
16665         revision 1.59, in Emacs.]
16666
16667         * message.el (message-make-tool-bar): Adjust to new API of
16668         `gmm-image-load-path-for-library'.
16669
16670         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16671
16672         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16673
16674 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16675
16676         * gnus-art.el (gnus-article-only-boring-p):
16677         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16678         intangible text.
16679         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16680
16681 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16684         Use `defun' instead of `gmm-defun-compat'.
16685
16686 2006-03-14  Simon Josefsson  <jas@extundo.com>
16687
16688         * message.el (message-unique-id): Don't use message-number-base36
16689         if (user-uid) is a float.
16690         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16691
16692 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16695
16696         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16697         empty line between a part and a message part.
16698
16699 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16700
16701         * smiley.el: Add more test smileys.
16702         (smiley-data-directory, smiley-regexp-alist)
16703         (gnus-smiley-file-types): Fix doc strings.
16704         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16705         adding new elements.
16706         (smiley-mouse-map): Unused code.  Make it a comment.
16707
16708 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16711         scan latest NoCeM messages instead of old ones.
16712         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16713         delimiters that are recently used.
16714         (gnus-nocem-load-cache): Add autoload cookie.
16715
16716         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16717
16718         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16719         level which is larger than gnus-use-nocem is specified.
16720
16721         * gnus-group.el (gnus-group-get-new-news): Ditto.
16722
16723 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gnus-util.el (gnus-tool-bar-update): New function.
16726
16727         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16728         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16729
16730         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16731
16732         * gnus-group.el (gnus-group-redraw-when-idle)
16733         (gnus-group-redraw-check): Remove.
16734         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16735
16736 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16739         if optional last element is specified in splits (FIELD VALUE...).
16740
16741 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16742
16743         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16744         to gmm-image-load-path-for-library.  Call with no-error argument.
16745         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16746
16747         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16748
16749         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16750
16751         * gmm-utils.el (gmm-image-load-path): Remove alias.
16752
16753 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16754
16755         * gmm-utils.el (gmm-image-load-path): Add alias.
16756
16757         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16758         nnml-generate-nov-databases-1.
16759         (nnml-generate-nov-databases): Use it.
16760         (nnml-generate-nov-databases-directory): Document no-active
16761         argument.
16762
16763         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16764         directory if path is t.  Add no-error.
16765
16766         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16767         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16768
16769         * gnus-art.el (gnus-article-browse-delete-temp-files):
16770         Simplify resetting gnus-article-browse-html-temp-list.
16771
16772         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16773         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16774         Add example to docstring.  Rename local variables.  Move error
16775         checks to default case in cond and simplify.
16776
16777 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16780         handle is multipart when calling it recursively.
16781         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16782
16783 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16784
16785         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16786         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16787
16788 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16791         is loaded.
16792
16793         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16794         loaded.
16795
16796 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16797
16798         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16799         to "Emacs 23 (unicode)" in doc string.
16800
16801         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16802         "Emacs 23 (unicode)" in comment.
16803
16804 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16807
16808         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16809         characters 160 through 255 in Emacs 23.
16810
16811 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16812
16813         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16814         gnus-article-browse-html-temp.
16815         (gnus-article-browse-delete-temp): Make it customizable.
16816         Add `file'.  Adjust doc string.
16817         (gnus-article-browse-delete-temp-files): Add argument.
16818         Allow query for each file.  Adjust doc string.
16819         (gnus-article-browse-html-parts):
16820         Add `gnus-article-browse-delete-temp-files' to
16821         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16822
16823 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16824
16825         * gnus-art.el (gnus-article-browse-html-temp)
16826         (gnus-article-browse-delete-temp): New variables.
16827         (gnus-article-browse-delete-temp-files): New function.
16828         (gnus-article-browse-html-parts): Use it.
16829
16830 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16831
16832         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16833
16834         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16835         string.
16836
16837         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16838         gnus-summary-insert-new-articles when unplugged.
16839         Remove gnus-summary-search-article-forward.
16840
16841         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16842         display-visual-class instead of display-color-cells.
16843
16844 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * dgnushack.el: Autoload customize-group for XEmacs.
16847
16848         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16849         message/* containing non-ASCII text properly.
16850
16851 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16852
16853         * message.el: Require gmm-utils, remove autoloads.
16854         (message-tool-bar): Set default based on
16855         gmm-tool-bar-style.
16856         (message-tool-bar-gnome): Add gmm-customize-mode.
16857
16858         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16859         gmm-tool-bar-style.
16860         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16861
16862         * gnus-group.el (gnus-group-tool-bar): Set default based on
16863         gmm-tool-bar-style.
16864         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16865
16866         * gmm-utils.el (gmm-image-directory): Rename variable from
16867         gmm-image-load-path.
16868         (gmm-image-load-path): Use gmm-image-directory.
16869         (gmm-customize-mode): New function.
16870         (gmm-tool-bar-style): New variable.
16871
16872         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16873         gnus-group-redraw-line-number.
16874         (gnus-group-redraw-check): Simplify.
16875         (gnus-group-tool-bar-update): Remove redraw check.
16876         (gnus-group-make-tool-bar): Add redraw check.
16877
16878 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16879
16880         * gnus-art.el (gnus-button): Add missing parentheses.
16881
16882 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * lpath.el: Fbind line-number-at-pos.
16885
16886 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16887
16888         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16889
16890 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * gnus-art.el (gnus-button): New face.
16893         (gnus-article-button-face): Use it.
16894
16895         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16896         Add gnus-summary-next-page.  Re-order.
16897
16898         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16899         next-node are now included.
16900         (gnus-group-redraw-line-number): New internal variable.
16901         (gnus-group-redraw-check): Helper function for updating the tool
16902         bar.
16903         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16904
16905         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16906
16907         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16908         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16909         Use it to match format of Spamassassin 3.0 and later.
16910         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16911         (spam-check-bogofilter)
16912         (spam-bogofilter-register-with-bogofilter): Fix args of
16913         `gnus-error' calls.
16914
16915 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16918         unnecessary interaction when sending queued mails.
16919         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16920
16921 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16922
16923         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16924         first or last are nil.
16925
16926 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16927
16928         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16929
16930 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16931
16932         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16933
16934 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16935
16936         * dns.el (query-dns): Protect more against buggy tcp output.
16937
16938 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16939
16940         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16941         nov.php.
16942
16943 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16944
16945         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16946         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16947         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16948         output on the server side.
16949         (nnweb-google-create-mapping): Update regexps and add some
16950         progress indication.
16951
16952 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * gnus-group.el (gnus-group-tool-bar-gnome):
16955         Fix gnus-agent-toggle-plugged.  Re-order icons.
16956         (gnus-group-tool-bar-gnome):
16957         Add gnus-group-{prev,next}-unread-group.
16958         (gnus-group-tool-bar-gnome): Re-order icons.
16959
16960         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16961         Move gnus-summary-insert-new-articles.
16962
16963         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16964         Fix comments.
16965
16966         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16967         also available in Emacs 21.3.
16968
16969         * message.el (message-fix-before-sending): Change "Emacs 22" to
16970         "Emacs 23 (unicode)" in comment.
16971
16972         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16973         "Emacs 23 (unicode)" in comment.
16974
16975         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16976         comment.
16977         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16978
16979         * mm-view.el (mm-fill-flowed): Add :version.
16980
16981 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16984         and load-path.
16985
16986 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * message.el: Autoload gmm-image-load-path.
16989         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16990         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16991         consitency.
16992
16993         * gmm-utils.el (gmm-image-load-path): Also search in
16994         "../etc/images".  Don't set gmm-image-load-path if we don't find
16995         the image.
16996
16997 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * gmm-utils.el (gmm-image-load-path): Don't make
17000         `gmm-image-load-path' include subdirectories which the second arg
17001         `image' might specify.
17002
17003         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17004         subdirectory to icon file names.
17005
17006         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17007
17008 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17011         gmm-image-load-path calls.
17012
17013         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17014
17015         * message.el (message-make-tool-bar): Ditto.
17016
17017         * mml.el (mml-preview): Add comment concerning tool bar icons.
17018
17019         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17020         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17021
17022         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17023         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17024
17025         * message.el (message-tool-bar-gnome): Use new icon names.
17026         (message-make-tool-bar): Use `gmm-image-load-path'.
17027
17028         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17029         New functions from MH-E.
17030         (gmm-image-load-path): New variable from MH-E.
17031         (gmm-image-load-path): New function from MH-E.  Add arguments
17032         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17033         *-image-load-path-called-flag.
17034
17035 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17036
17037         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17038
17039 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17040
17041         * nnimap.el (nnimap-request-move-article): Change folder back to
17042         source group before deleting.
17043
17044 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17045
17046         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17047
17048         * gnus-art.el (mm-url-insert-file-contents-external):
17049         Autoload mm-url.
17050
17051         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17052
17053 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17056         coding system which mm-charset-to-coding-system returns for a
17057         given charset is valid.
17058
17059 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17060
17061         * html2text.el (html2text-remove-tag-list):
17062         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17063
17064 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17065
17066         * gnus-cus.el: Revert 2005-10-17 change.
17067
17068 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * gnus-art.el (article-strip-banner):
17071         Call article-really-strip-banner only when the regexp match is made.
17072
17073 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * gnus-art.el (article-strip-banner):
17076         Use gnus-extract-address-components instead of
17077         mail-header-parse-addresses to make it work with non-ASCII text;
17078         remove mail-encode-encoded-word-string.
17079
17080         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17081         values which are surrounded with \"...\"; make it never cause a
17082         Lisp error; give up parsing of parameters if it failed in
17083         extracting type.
17084
17085 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17086
17087         * smime.el (smime-cert-by-ldap-1): Fix bug where
17088         `smime-ldap-search' returns results without userCertificates.
17089
17090 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17093
17094 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17095
17096         * spam.el (spam-check-spamassassin-headers): Adapt format for
17097         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17098         <ari@mbf.ocn.ne.jp>.
17099         (spam-list-of-processors): Add spam-use-gmane.
17100
17101 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17104         make-temp-file; make it work with XEmacs as well.
17105
17106         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17107         mm-make-temp-file.
17108
17109         * mm-decode.el (mm-display-external): Use the 3rd arg of
17110         mm-make-temp-file.
17111         (mm-create-image-xemacs): Ditto.
17112
17113 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17116         with message-narrow-to-headers.
17117         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17118         (gnus-draft-check-draft-articles): New function.
17119         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17120
17121 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17122
17123         * gnus-art.el (gnus-article-browse-html-parts):
17124         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17125         Don't use suffix argument for mm-make-temp-file for Emacs 21
17126         compatibility.  Remove useless `format'.
17127
17128 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17129
17130         * nnweb.el (nnweb-google-wash-article): Update regexps.
17131         (nnweb-group-alist): Use defvoo instead of defvar.
17132
17133 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17136         re-loading nn* modules.
17137
17138 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17139
17140         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17141         for `tool-bar-mode' and don't check it's default-value.
17142
17143         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17144
17145         * message.el (message-make-tool-bar): Ditto.
17146
17147         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17148         `substring'.  Shorten tmp-file name.
17149
17150         * gnus.el: Remove bogus comment.
17151
17152 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17153
17154         * gnus-art.el (gnus-article-browse-html-parts): New function.
17155         (gnus-article-browse-html-article): New function for viewing html
17156         articles with a browser.
17157
17158 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17159
17160         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17161         in elisp.
17162         (pgg-gpg-encrypt-symmetric-region): Ditto.
17163         (pgg-gpg-sign-region): Ditto.
17164
17165         * pgg-def.el (pgg-text-mode): New variable.
17166
17167         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17168         (mml2015-pgg-encrypt): Ditto.
17169
17170         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17171         (mml1991-pgg-encrypt): Ditto.
17172
17173 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * nnfolder.el (nnfolder-insert-newsgroup-line):
17176         Use message-make-date instead of current-time-string.
17177
17178         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17179         to gnus-decoded which mm-uu might set.
17180
17181 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17184         don't decode quoted parameters; remove misimported Emacs code.
17185         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17186         (rfc2231-decode-encoded-string): Don't use split-string which
17187         behaves differently according to Emacs version; use
17188         mm-decode-coding-region to convert charset to coding-system.
17189         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17190         (rfc2231-encode-string): Remove misimported Emacs code.
17191
17192 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17195         when calling mail-header-parse-content-type.
17196         (article-de-quoted-unreadable): Ditto.
17197         (article-de-base64-unreadable): Ditto.
17198         (article-wash-html): Ditto.
17199
17200         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17201         calling mail-header-parse-content-type and
17202         mail-header-parse-content-disposition.
17203         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17204         mail-header-parse-content-type.
17205
17206         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17207         insert charset and format parameters; encode description after
17208         inserting it to buffer.
17209         (mml-insert-parameter): Fold lines properly even if a parameter is
17210         segmented into two or more lines; change the max column to 76.
17211
17212         * rfc1843.el (rfc1843-decode-article-body): Don't use
17213         ignore-errors when calling mail-header-parse-content-type.
17214
17215         * rfc2231.el (rfc2231-parse-string): Return at least type if
17216         possible; don't cause an error even if it fails in parsing of
17217         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17218         (rfc2231-encode-string): Don't break lines at the beginning, leave
17219         it to mml-insert-parameter.
17220
17221         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17222         calling mail-header-parse-content-type.
17223
17224 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17225
17226         * spam-report.el (spam-report-gmane-use-article-number):
17227         Improve doc string.
17228         (spam-report-gmane-internal): Check if a suitable header was found
17229         in the article.
17230
17231 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17234         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17235
17236 2006-02-05  Romain Francoise  <romain@orebokech.com>
17237
17238         Update copyright notices of all files in the gnus directory.
17239
17240 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17241
17242         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17243
17244 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17247         segmented lines of parameter value to cope with Thunderbird 1.5
17248         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17249         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17250         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17251
17252 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17253
17254         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17255         parts.
17256
17257 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17258
17259         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17260         there's only one active file for all servers.
17261         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17262         solid groups.  Gnus might have used a FAST request to select the group.
17263         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17264         and nnweb-search redundantly in the active file.
17265         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17266         (nnweb-request-create-group): Don't use ARGS.
17267         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17268         initializations.  Let nnoo do the work.
17269
17270 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17273         Say the part has been decoded.
17274
17275         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17276
17277 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17278
17279         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17280         mailcap-viewer-test-cache when there's no 'test clause, since that
17281         will invert the meaning of a "nil" test previously determined by
17282         mailcap-mailcap-entry-passes-test.
17283
17284 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17287         compiling.
17288
17289         * gnus-sum.el: Ditto.
17290
17291         * message.el: Don't bind tool-bar-map when compiling.
17292
17293 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17294
17295         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17296
17297 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17298
17299         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17300         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17301         current Google Groups.
17302
17303 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17304
17305         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17306         and tool-bar-mode.
17307
17308         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17309         and tool-bar-mode.
17310
17311         * message.el (message-tool-bar-update): Simplify.
17312         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17313
17314         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17315         gnus-summary-buffer.
17316         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17317         gnus-summary-reply.
17318
17319         * gmm-utils.el (gmm): Add :version.
17320
17321 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * Makefile.in (clean): New rule.
17324         (distclean): Use it.
17325
17326 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17327
17328         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17329         Don't autoload.
17330
17331 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * gmm-utils.el (gmm-verbose): Add :group.
17334
17335 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17336
17337         * message.el: Change some comments WRT tool-bars.
17338
17339         * gnus-sum.el (gnus-summary-tool-bar)
17340         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17341         (gnus-summary-tool-bar-zap-list): New variables.
17342         (gnus-summary-make-tool-bar): Complete rewrite using
17343         `gmm-tool-bar-from-list'.
17344
17345         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17346         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17347         New variables.
17348         (gnus-group-make-tool-bar): Complete rewrite using
17349         `gmm-tool-bar-from-list'.
17350         (gnus-group-tool-bar-update): New function.
17351
17352         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17353
17354 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17357         is dissected into a single part of which the type is the same as
17358         the given one; decode charset.
17359
17360 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17361
17362         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17363         into alists as symbol not string, since that's what
17364         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17365         look for.
17366
17367 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17368
17369         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17370         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17371
17372         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17373
17374 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17377         (gnus-xmas-mime-security-button-menu): New function.
17378
17379         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17380         (gnus-mime-security-button-menu): New definition.
17381         (gnus-mime-security-button-map): Use them.
17382         (gnus-mime-security-button-menu): New function.
17383         (gnus-insert-mime-security-button): Addition to help echo.
17384         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17385         (gnus-mime-security-pipe-part): New functions.
17386
17387         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17388         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17389
17390         * mm-decode.el (mm-handle-set-disposition): Remove.
17391         (mm-handle-set-description): Remove.
17392
17393 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17396         (mm-w3m-standalone-supports-m17n-p): New function.
17397         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17398         w3m usage.
17399
17400         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17401         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17402
17403 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17404
17405         * message.el (message-tool-bar-zap-list):
17406         Use gmm-tool-bar-zap-list as custom type.
17407         (message-tool-bar-update): New function.
17408         (message-tool-bar, message-tool-bar-gnome)
17409         (message-tool-bar-retro): Add message-tool-bar-update.
17410         (message-tool-bar-gnome): Add flyspell-buffer.
17411
17412         * gnus-util.el (gnus-error): Describe `args'.
17413
17414         * gmm-utils.el (gmm-error): Describe `args'.
17415         (gmm-tool-bar-zap-list): New widget.
17416         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17417
17418 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17421         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17422         the number of recursive calls.
17423
17424         * mm-decode.el (mm-handle-set-disposition): New macro.
17425         (mm-handle-set-description): New macro.
17426
17427 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17430         encoding.
17431
17432 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17433
17434         * message.el (message-tool-bar-zap-list, message-tool-bar)
17435         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17436         (message-tool-bar-local-item-from-menu): Remove.
17437         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17438         (message-make-tool-bar): New function.
17439         (message-mode): Use `message-make-tool-bar'.
17440
17441         * gmm-utils.el: New file.
17442         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17443         (gmm-lazy): New widget copied from `nnmail.el'.
17444         (gmm-tool-bar-from-list): New function for creating customizable
17445         tool bars.
17446         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17447         output.
17448         (gmm): Add :prefix to defgroup.
17449
17450 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17451
17452         * gmm-utils.el (gmm-widget-p): New function.
17453
17454 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17455
17456         * mml.el (mml-attach-file): Describe `description' in doc string.
17457         (mml-menu): Add Emacs MIME manual and PGG manual.
17458
17459 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17460
17461         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17462
17463 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17464
17465         * nntp.el (nntp-end-of-line): Doc fix.
17466
17467 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17468
17469         * imap.el (imap-open): Handle case where buffer is a buffer
17470         object.
17471
17472 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17473
17474         * gnus-delay.el (gnus-delay): Don't autoload.
17475         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17476         to be re-loaded when customizing the `gnus-delay' group.
17477
17478 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17479
17480         * message.el (message-insert-citation-line): Use newlines.
17481
17482 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17483
17484         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17485         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17486         these routines, so the passphrase can be managed externally and
17487         passed in to the system.
17488         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17489         pgg-add-passphrase-to-cache function.
17490
17491         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17492         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17493         these routines, so the passphrase can be managed externally and
17494         passed in to the system.
17495         (pgg-pgp5-sign-region): Use new name of
17496         pgg-add-passphrase-to-cache function.
17497
17498 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17499
17500         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17501         part of the decoded armor to find the key-identifier.
17502         (pgg-gpg-lookup-key-owner): New function to return the
17503         human-readable identifier of a key owner.
17504         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17505         itself.
17506         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17507         the key value) if we have a key and can match it against a secret
17508         key.  Also, added a note pointing out fact that the prompt only
17509         indicates the first matching key.
17510
17511         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17512         pgg-decrypt-region.
17513         (pgg-add-passphrase-to-cache): Rename from
17514         `pgg-add-passphrase-cache' to reduce confusion (all callers
17515         changed).
17516         (pgg-remove-passphrase-from-cache): Rename from
17517         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17518         changed).
17519         (pgg-read-passphrase, pgg-add-passphrase-cache)
17520         (pgg-remove-passphrase-cache): Add informative docstrings.
17521         (pgg-decrypt): Convey provided passphrase in subordinate call to
17522         pgg-decrypt-region.
17523
17524 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17525
17526         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17527         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17528         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17529         'passphrase' argument, so the passphrase can be managed externally
17530         and then passed in to the system.
17531
17532         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17533         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17534         so the passphrase cache can be used reliably with identifiers
17535         besides a pgp packet's key id.
17536
17537         * pgg-gpg.el (pgg-gpg-encrypt-region)
17538         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17539         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17540         these routines, so the passphrase can be managed externally and
17541         passed in to the system.
17542
17543         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17544         'notruncate' argument, so the passphrase cache can be used
17545         reliably with identifiers besides a pgp packet's key id.
17546
17547 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17548
17549         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17550         symmetric encryption.
17551         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17552         encrypted session key.
17553         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17554         message ask for the passphrase in a proper way.
17555
17556         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17557         New user commands for symmetric encryption.
17558
17559 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17562
17563         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17564
17565 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17566
17567         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17568
17569 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * mm-decode.el (mm-inlined-types): Add application/pgp.
17572         (mm-automatic-display): Ditto.
17573
17574         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17575         part as text.
17576
17577 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17578
17579         * nnrss.el: Update copyright.
17580         (nnrss-opml-import): Query whether to subscribe to each entry.
17581
17582         * gnus-art.el:
17583         * gnus-sum.el:
17584         * gnus-xmas.el:
17585         * messagexmas.el:
17586         * mm-uu.el:
17587         * mm-view.el: Update copyright.
17588
17589 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17590
17591         * message.el (message-info): New function.
17592         (message-mode-menu): Add it.
17593         Update copyright.
17594
17595         * ChangeLog: Fix and update copyright.
17596
17597 2006-01-13  Romain Francoise  <romain@orebokech.com>
17598
17599         * message.el (message-forward-subject-name-subject): Prefer the
17600         address to 'nowhere' if the sender has no name.
17601         Fix typo.  Update copyright year.
17602
17603 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17604
17605         * gnus-art.el (article-wash-html):
17606         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17607         (gnus-article-wash-html-with-w3m-standalone): New function.
17608
17609         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17610         mm-inline-text-html-render-with-w3m-standalone.
17611         (mm-text-html-washer-alist): Map w3m-standalone to
17612         gnus-article-wash-html-with-w3m-standalone.
17613         (mm-inline-text-html-render-with-w3m-standalone): New function.
17614
17615 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17618         Improve LaTeX.
17619
17620 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17623         (nnrss-request-article): Render text/plain parts as HTML.
17624
17625         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17626         the buffer.
17627
17628 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17629
17630         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17631         custom definition of `gnus-posting-styles'.
17632
17633         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17634         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17635
17636 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17637
17638         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17639         Use nntp for bug archive.
17640
17641 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17644         parts.
17645         (nnrss-normalize-date): New function converts ISO 8601 date into
17646         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17647         (nnrss-check-group): Use it.
17648
17649 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17652
17653         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17654         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17655         (nnrss-insert-w3): Ditto.
17656
17657 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17660         the articles to be forwarded including the case where neither a
17661         number of articles nor a region is specified.
17662
17663 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * nnrss.el (nnrss-request-article): Fix last change; fill
17666         text/plain parts.
17667
17668 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17671         in text/plain part.
17672         (nnrss-check-group): Don't add excessive newline to dc:subject.
17673
17674 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17675
17676         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17677         article.
17678
17679 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17680
17681         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17682         (nnml-use-compressed-files, nnml-save-mail): Support other
17683         comression programs such as bzip2.
17684
17685 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686
17687         * dns.el (query-dns): Make sure we check the buffer size before
17688         removing tcp headers.
17689
17690 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17693         remove MIME buttons associated with multipart/alternative parts.
17694         (gnus-mime-display-alternative): Tag buttons using `article-type'
17695         text property.
17696
17697         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17698         associated with multipart/alternative parts.
17699
17700         * gnus-art.el (gnus-signature-separator): Fix custom type.
17701
17702         * mm-decode.el (mm-inlined-types): Fix custom type.
17703         (mm-keep-viewer-alive-types): Ditto.
17704         (mm-automatic-display): Ditto.
17705         (mm-attachment-override-types): Ditto.
17706         (mm-inline-override-types): Ditto.
17707         (mm-automatic-external-display): Ditto.
17708
17709 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17710
17711         * spam-report.el (spam-report-user-mail-address)
17712         (spam-report-user-agent): New variables.
17713         (spam-report-url-ping-plain): Use spam-report-user-agent.
17714
17715 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17716
17717         * gnus-art.el (gnus-button-handle-custom): Do not just use
17718         `customize-apropos' for any "M-x customize-*" button but the
17719         function called for.  Accept both the function name and its
17720         argument in order to achieve this.
17721         (gnus-button-alist): Remove support for "custom:" URL's.
17722         Pass function name to `gnus-button-handle-custom' in case of "M-x
17723         customize-*" buttons.
17724
17725 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17728         multipart/alternative and add xref to mm-discouraged-alternatives
17729         in doc string.
17730
17731         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17732         gnus-buttonized-mime-types in doc string.
17733
17734 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17737         Suggest image/.* in the doc string.
17738
17739 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17742         message-marks (Debian bug #342521).
17743
17744 2005-12-12  Simon Josefsson  <jas@extundo.com>
17745
17746         * password.el (password-read-from-cache): Add.
17747         (password-read): Use it.
17748
17749 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * rfc2047.el (rfc2047-charset-to-coding-system):
17752         Recognize us-ascii as a MIME charset.
17753
17754         * mm-bodies.el (mm-decode-content-transfer-encoding):
17755         Protect against the case where the 2nd arg TYPE is nil.
17756
17757 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17758
17759         * pop3.el (pop3-stream-type): Fix custom version.
17760
17761         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17762
17763 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17764
17765         * mm-decode.el (mm-display-external): Add missing cdr.
17766
17767 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17770         RFC1524) if it is in mailcap or add a suffix according to
17771         mailcap-mime-extensions when generating a temp filename; postpone
17772         deleting a temp file for 2 seconds for some wrappers, shell
17773         scripts, and so on, which might exit right after having started a
17774         viewer command as a background job.
17775
17776 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17777
17778         * nntp.el (nntp-marks-directory): Fix custom group.
17779
17780         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17781         steps when < 10.
17782
17783         * gnus-start.el (gnus-no-server-1):
17784         Mention `gnus-level-default-subscribed' in doc string.
17785
17786 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17787
17788         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17789         parens.
17790
17791 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * gnus-xmas.el (gnus-use-toolbar): Revert.
17794         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17795         gnus-use-toolbar is default.
17796
17797         * messagexmas.el (message-use-toolbar): Revert.
17798         (message-setup-toolbar): Use global default-toolbar if
17799         message-use-toolbar is default.
17800
17801 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17804         according to default-toolbar-visible-p.
17805
17806         * messagexmas.el (message-use-toolbar): Ditto.
17807
17808 2005-11-26  Dave Love  <fx@gnu.org>
17809
17810         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17811         (tls-program, tls-success): Provide openssl alternative.
17812
17813         * starttls.el: Doc fixes.
17814         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17815         SERVICE to PORT.
17816
17817         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17818         port null or service name.
17819         (starttls-negotiate): Autoload.
17820
17821 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * message.el (message-kill-to-signature): Fix interactive spec.
17824
17825 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * pop3.el (pop3-open-server): Recognize a string as a service name.
17828
17829 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17830
17831         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17832
17833 2005-11-23  Dave Love  <fx@gnu.org>
17834
17835         Add pop3s, pop3/starttls.
17836
17837         * pop3.el (pop3-authentication-scheme): Clarify doc.
17838         (open-tls-stream, starttls-open-stream): Autoload.
17839         (pop3-stream-type): New.
17840         (pop3-open-server): Use it.
17841
17842         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17843         for POP.
17844         (mail-source-keyword-map): Add :stream for POP.
17845         (mail-source-fetch-pop): Use pop3-stream-type.
17846
17847 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17850         of current-time-string.
17851
17852 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17853
17854         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17855         date header.
17856
17857 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17858
17859         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17860         it can seriously impact performance as it bypasses the agent's
17861         local caches.
17862
17863 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17864
17865         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17866         must be explicitly online rather than "not explicitly offline" for
17867         its flags to be synchronized.
17868
17869         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17870         that gnus-uu-unmark-thread will function correctly.
17871
17872         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17873         1024K is instead displayed as 1M.
17874
17875 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17876
17877         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17878
17879 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17880
17881         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17882
17883 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17884
17885         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17886         error message to display actual error condition.
17887         (gnus-agent-save-local): Avoid saving symbols that are bound to
17888         nil as they simply result in a warning message in
17889         gnus-agent-read-local.
17890
17891 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17894         rather than make-variable-buffer-local for file-precious-flag.
17895
17896 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17897
17898         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17899         for duplicates which are removed.  The invalid sort check then
17900         triggers a rescan after the sort as sorting may have moved
17901         duplicate entries such that they can be cheaply detected.
17902
17903 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17906
17907 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17908
17909         * gnus-agent.el (gnus-agent-article-alist-save-format):
17910         Change internal variable to a custom variable.  Change default value
17911         from compressed(2) to uncompressed(1).
17912         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17913         support for uncompressed agentview files.  Taken together, reading
17914         the agentview file should now be 6-7 times faster.
17915
17916 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17917
17918         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17919         as a buffer-local variable.  This avoids creating truncated
17920         dribble files as a result of a hang up, eg.
17921
17922 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17923
17924         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17925         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17926         XEmacs.
17927
17928 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17929
17930         * gnus-start.el (gnus-start-draft-setup):
17931         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17932
17933         * gnus.el (gnus-splash): Change custom group.
17934         (gnus-group-get-parameter, gnus-group-parameter-value):
17935         Describe allow-list argument.
17936
17937         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17938         string.
17939
17940 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17941
17942         * gnus-art.el (gnus-default-article-saver): Add user-defined
17943         `function' to custom type.
17944
17945 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17946
17947         * imap.el (imap-open): Handle case where buffer is a buffer
17948         object.
17949
17950 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17951
17952         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17953         long lines.
17954         (gnus-cache-delete-group): Wrap doc strings.
17955
17956         * gnus-agent.el (gnus-agent-rename-group)
17957         (gnus-agent-delete-group): Wrap doc strings.
17958
17959 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * messagexmas.el (message-use-toolbar): Change the valid values
17962         into default, top, bottom, left, and right.
17963         (message-toolbar-thickness): New variable.
17964         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17965         well.
17966         (message-setup-toolbar): Make it work.
17967
17968         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17969         (gnus-use-toolbar): Change the valid values into default, top,
17970         bottom, left, and right.
17971         (gnus-toolbar-thickness): New variable.
17972         (gnus-xmas-setup-toolbar): New function.
17973         (gnus-xmas-setup-group-toolbar): Use it.
17974         (gnus-xmas-setup-summary-toolbar): Use it.
17975
17976 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17977
17978         * gnus-start.el (gnus-1): Add "native" to
17979         gnus-predefined-server-alist.
17980
17981         * gnus.el (gnus-method-to-server): Don't add "native" to the
17982         lists here, because that leads to problems when
17983         gnus-select-method is bound.
17984
17985 2005-11-09  Simon Josefsson  <jas@extundo.com>
17986
17987         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17988         use (not sort-by-date) instead.
17989
17990 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17991
17992         * gnus-delay.el (gnus-delay-group): Don't autoload.
17993         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17994         to be re-loaded when customizing the `gnus-delay' group.
17995
17996 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17997
17998         * message.el: Revert last changes.
17999         (message-insert-citation-line): Use newlines.
18000
18001 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18002
18003         * message.el (message-courtesy-message)
18004         (message-mark-insert-begin, message-mark-insert-end)
18005         (message-elide-ellipsis, message-cancel-message)
18006         (message-add-header, message-change-subject)
18007         (message-cross-post-followup-to-header)
18008         (message-cross-post-insert-note, message-reduce-to-to-cc)
18009         (message-widen-reply, message-delete-not-region)
18010         (message-kill-to-signature, message-insert-signature)
18011         (message-insert-importance-high, message-insert-importance-low)
18012         (message-insert-or-toggle-importance)
18013         (message-insert-disposition-notification-to)
18014         (message-indent-citation, message-yank-original)
18015         (message-cite-original-without-signature, message-cite-original)
18016         (message-insert-citation-line, message-position-on-field)
18017         (message-fix-before-sending, message-send-mail-partially)
18018         (message-send-mail, message-send-mail-with-sendmail)
18019         (message-send-mail-with-qmail, message-send-news)
18020         (message-check-news-header-syntax, message-generate-headers)
18021         (message-insert-courtesy-copy, message-fill-address)
18022         (message-fill-header, message-shorten-references)
18023         (message-setup-1, message-cancel-news)
18024         (message-forward-make-body-plain, message-forward-make-body-mime)
18025         (message-forward-make-body-mml, message-encode-message-body)
18026         (message-forward-make-body-digest-plain)
18027         (message-forward-make-body-digest-mime)
18028         (message-use-alternative-email-as-from): Insert `hard-newline'
18029         instead of ordinary newlines.
18030
18031 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * message.el (message-generate-headers): Downcase the argument
18034         given to message-check-element.
18035
18036 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18037
18038         * nntp.el (nntp-authinfo-rejected): New error condition.
18039         (nntp-wait-for): Use new error condition to signal authentication
18040         error.
18041         (nntp-retrieve-data): Rethrow new error condition to break out of
18042         recursive call to nntp-send-authinfo.
18043
18044 2005-11-08  Romain Francoise  <romain@orebokech.com>
18045
18046         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18047         (gnus-summary-exit-map): Bind to `Z p'.
18048         (gnus-summary-make-menu-bar): Add menu item.
18049
18050 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18051
18052         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18053         (gnus-treat-*): Add `first' in all doc strings.
18054
18055         * gnus-group.el (gnus-group-compact-group): Fix typo.
18056
18057 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * gnus.el (gnus-parameters-case-fold-search): New variable.
18060         (gnus-parameters-get-parameter): Use it.
18061
18062         * gnus-score.el (gnus-home-score-file): Doc fix.
18063
18064 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18065
18066         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18067
18068 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * mm-util.el (mm-special-display-p): New function.
18071
18072         * mml.el (mml-preview): Use it; doc fix.
18073
18074 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18075
18076         * imap.el (imap-open): Handle case where buffer is a buffer object.
18077
18078 2005-10-29  Romain Francoise  <romain@orebokech.com>
18079
18080         * message.el (message-fix-before-sending): Fix comment.
18081
18082 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18083
18084         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18085
18086 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18087
18088         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18089         Used in gnus-score.el.
18090
18091 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18092
18093         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18094
18095 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18096
18097         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18098         whitespace removed in revision 7.8.  Use concatenated string to
18099         protect trailing whitespace.
18100
18101 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18102
18103         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18104         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18105         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18106         Courier IMAP ("some version from 2004").  Mostly based on similar
18107         code in the same function.
18108
18109 2005-10-26  Didier Verna  <didier@xemacs.org>
18110
18111         * gnus-group.el (gnus-group-compact-group): Invalidate original
18112         article buffer.
18113         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18114         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18115         NOV database and in article itself.
18116         Invalidate article backlog.
18117
18118 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18119
18120         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18121
18122 2005-10-26  Simon Josefsson  <jas@extundo.com>
18123
18124         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18125         part of 2004-07-25 change.
18126
18127 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * message.el (message-display-completion-list): New function.
18130         (message-expand-group): Use it; make sure the Completions buffer
18131         is modifiable.
18132 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18133
18134         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18135         user-mail-name is an empty string.
18136
18137 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18140         depending on gnus-score-decay-constant.
18141
18142         * encrypt.el (encrypt-insert-file-contents)
18143         (encrypt-write-file-contents): Don't use `gnus-message'.
18144
18145         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18146         arguments.
18147         (mm-uu-type-alist): Add message-marks and insert-marks.
18148         Pass arguments to mm-uu-verbatim-marks-extract.
18149         (mm-uu-hide-markers): New variable.
18150         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18151
18152         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18153         (gnus-convert-image-to-face-command): Use "convert" by default to
18154         allow other input image formats.
18155         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18156         accordingly.
18157
18158 2005-10-23  Simon Josefsson  <jas@extundo.com>
18159
18160         * imap.el (imap-gssapi-program): Align command line parameters
18161         with latest GNU SASL.
18162         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18163
18164 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18165
18166         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18167         HTML.
18168         (nnslashdot-request-article): Ditto.
18169
18170         * lpath.el (featurep): Add nobreak-char-display.
18171
18172 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18173
18174         * mail-source.el (mail-source-fetch-pop): Require pop3.
18175         (mail-source-check-pop): Ditto.
18176
18177 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18180         errors.
18181
18182 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18183
18184         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18185         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18186
18187         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18188
18189         * mm-bodies.el (mm-decode-string):
18190         Call `mm-charset-to-coding-system' with allow-override argument.
18191
18192 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18195         (rfc2047-charset-to-coding-system): New function.
18196         (rfc2047-decode-encoded-words): New function.
18197         (rfc2047-decode-region): Use them.
18198         (rfc2047-decode-cte): Remove.
18199         (rfc2047-parse-and-decode): Remove.
18200         (rfc2047-decode): Remove.
18201
18202 2005-10-15  Kenichi Handa  <handa@m17n.org>
18203
18204         * rfc2047.el (rfc2047-decode-cte): New function.
18205         (rfc2047-decode-region): Change the way to decode successive
18206         encoded-words: decode B- or Q-encoding in each encoded-word,
18207         concatenate them, and decode it as charset.
18208
18209 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * lpath.el: Fbind codepage-setup for XEmacs.
18212
18213 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18214
18215         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18216         widget-move-and-invoke.
18217         (gnus-custom-mode): Use gnus-custom-map.
18218
18219 2005-10-15  Bill Wohler  <wohler@newt.com>
18220
18221         * message.el (message-tool-bar-map): Rename image file from
18222         mail_send to mail/send.
18223
18224 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18225
18226         * message.el (message-expand-group): Pass the common
18227         prefix substring of completion to `display-completion-list'.
18228
18229 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18230
18231         * mml-sec.el (mml-secure-method): New internal variable.
18232         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18233         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18234         New functions using mml-secure-method.
18235
18236         * mml.el (mml-mode-map): Add key bindings for those functions.
18237         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18238         Harder <harder@myrealbox.com>.
18239         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18240         Goto end of message if point is the headers of the message.
18241
18242         * message.el (message-in-body-p): New function.
18243
18244         * assistant.el: Autoload gnus-util and netrc.
18245
18246         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18247         Use `mm-charset-override-alist' only when decoding.
18248
18249         * mm-bodies.el (mm-decode-body):
18250         Call `mm-charset-to-coding-system' with allow-override argument.
18251
18252         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18253         `filename' from Content-Disposition if Content-Type doesn't
18254         provide `name'.
18255         (gnus-mime-view-part-as-type): Set default instead of
18256         initial-input.
18257
18258 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18259
18260         * format-spec.el (format-spec): Propagate text properties of % spec.
18261
18262 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18263
18264         * gnus-art.el (gnus-treat-predicate): Add `first'.
18265
18266 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18267
18268         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18269         (mm-charset-override-alist): New variable.
18270         (mm-charset-to-coding-system): Use it.
18271         (mm-codepage-setup): New helper function.
18272         (mm-charset-eval-alist): New variable.
18273         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18274         Warn about unknown charsets.
18275
18276         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18277
18278 2005-10-04  David Hansen  <david.hansen@gmx.net>
18279
18280         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18281         (nnrss-check-group): Ditto.
18282
18283 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18284
18285         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18286         Rename x-gnus-verbatim to x-verbatim.
18287         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18288
18289         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18290         x-verbatim.
18291
18292         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18293
18294         * gnus-util.el (gnus-remove-duplicates): Remove.
18295
18296         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18297         instead of gnus-remove-duplicates.
18298
18299         * message.el (message-remove-duplicates): Remove.
18300         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18301         message-remove-duplicates.
18302
18303         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18304         available, else use implementation from `delete-dups'.
18305
18306         * message.el (message-insert-expires): New function.
18307         (message-mode-map): Add key binding.
18308         (message-mode-field-menu): Add menu entry.
18309         (message-mode): Document it.
18310         (message-make-expires-date): Use `message-make-date'.
18311
18312 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18313
18314         * message.el (message-make-expires-date): New function.
18315
18316 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * Makefile.in (list-installed-shadows): New entry.
18319         (install): Use it.
18320         (remove-installed-shadows): New entry.
18321
18322         * dgnushack.el (dgnushack-default-load-path): New variable.
18323         (dgnushack-find-lisp-shadows): New function.
18324         (dgnushack-remove-lisp-shadows): New function.
18325
18326 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * Makefile.in (install-el-elc): New entry.
18329         (install): Use it so that .el files are necessarily installed.
18330
18331 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18332
18333         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18334
18335 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18336
18337         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18338         function rather than the diff-mode.el package.
18339         (mm-display-external): Use with-current-buffer.
18340         (mm-viewer-completion-map, mm-viewer-completion-map):
18341         Move initialization inside declaration.
18342
18343 2005-09-29  Simon Josefsson  <jas@extundo.com>
18344
18345         * spam.el: Load hashcash when compiling, to avoid warnings.
18346         Don't autoload mail-check-payment.
18347         (spam-check-hashcash): Define unconditionally, since hashcash.el
18348         is part of Gnus now.  Ignore errors from payment checking.
18349
18350 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18351
18352         * message.el (message-bold-region, message-unbold-region):
18353         Rename from `bold-region' and `unbold-region'.
18354
18355         * message.el: Remove useless autoloads.
18356
18357 2005-09-28  Simon Josefsson  <jas@extundo.com>
18358
18359         * message.el (message-use-idna): Default to t.
18360         (message-use-idna): Test whether encoding works too.  Doc fix.
18361
18362 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18363
18364         * nntp.el (nntp-warn-about-losing-connection): Remove.
18365
18366 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18367
18368         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18369         customizable.  Change default value.
18370         (mm-uu-diff-groups-regexp): Change default value.
18371         (mm-uu-type-alist): Add doc string.
18372         (mm-uu-configure): Add doc string.  Make it interactive.
18373         (mm-uu-tex-groups-regexp): New variable.
18374         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18375         (mm-uu-type-alist): Add LaTeX documents.
18376         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18377         of "text/verbatim".
18378         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18379
18380         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18381         instead of "text/verbatim".
18382
18383         * message.el (message-mark-inserted-region)
18384         (message-mark-insert-file): Use slrn style marks when called with
18385         prefix argument.
18386
18387 2005-09-27  Simon Josefsson  <jas@extundo.com>
18388
18389         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18390
18391 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18392
18393         * message.el (message-remove-duplicates): New function.
18394         Implementation borrowed from `gnus-remove-duplicates'.
18395         (message-idna-to-ascii-rhs): Also encode idna addresses in
18396         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18397         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18398         only ask about the same idna domain once per header and also tell
18399         in what header to replace the idna domain.
18400
18401         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18402         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18403         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18404         a header is decoded and not just the last one.
18405
18406 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18409         has been decoded.
18410
18411         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18412         (mm-insert-part): Don't modify text if it has been decoded.
18413
18414         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18415         decoded.
18416
18417         * mm-view.el (mm-inline-text): Don't strip text props unless
18418         decoding enriched or richtext parts.
18419
18420 2005-09-25  Romain Francoise  <romain@orebokech.com>
18421
18422         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18423         * gnus-start.el (gnus-subscribe-interactively):
18424         * gnus-uu.el (gnus-uu-grab-articles):
18425         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18426         space.
18427
18428 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18429
18430         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18431         * mm-view.el (mm-view-pkcs7-decrypt):
18432         * gnus-sum.el (gnus-summary-limit-to-extra)
18433         (gnus-summary-respool-article, gnus-read-move-group-name):
18434         * gnus-score.el (gnus-summary-increase-score):
18435         * gnus-util.el (gnus-completing-read-with-default):
18436         * gnus-art.el (gnus-read-save-file-name)
18437         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18438         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18439         * message.el (message-check-news-header-syntax):
18440         Follow convention for reading with the minibuffer.
18441
18442 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18443
18444         * spam-report.el (spam-report-url-ping-plain):
18445         Use gnus-extended-version as User-Agent.
18446
18447         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18448         default value is nil.
18449
18450         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18451         (mm-uu-verbatim-marks-extract): New function.
18452         (mm-uu-extract): New face.
18453         (mm-uu-copy-to-buffer): Use it.
18454
18455         * spam-report.el (spam-report-gmane-ham): Rename from
18456         `spam-report-gmane-unspam'.
18457         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18458         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18459
18460         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18461         Autoload.
18462         (spam-report-gmane-unregister-routine):
18463         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18464
18465 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18466
18467         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18468         (spam-report-gmane-unregister-routine): Add support for gmane
18469         unregistration.
18470
18471         * spam-report.el (spam-report-gmane-unspam)
18472         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18473         (spam-report-gmane): Change to take a single article and do unspam
18474         registration.
18475
18476 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18477
18478         * mm-url.el (mm-url-decode-entities): Fix regexp.
18479
18480 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18481
18482         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18483         default to nil, to be able to use Gnus at all.  If the default
18484         switches to something else, then the function should be fixed not
18485         be exceedingly slow.
18486
18487 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18488
18489         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18490         fail hard.
18491
18492         * spam-report.el: Add better Keywords line.
18493
18494         * spam.el: Add Maintainer and better Keywords line.
18495
18496 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18497
18498         * gnus-art.el (gnus-article-replace-part)
18499         (gnus-mime-replace-part): New functions.
18500         (gnus-mime-action-alist, gnus-mime-button-commands)
18501         (gnus-mime-save-part-and-strip): Add file argument.
18502         (gnus-article-part-wrapper): Add interactive argument.
18503
18504         * gnus-sum.el (gnus-summary-mime-map):
18505         Add `gnus-article-replace-part'.
18506
18507 2005-09-19  Didier Verna  <didier@xemacs.org>
18508
18509         The nnml compaction feature:
18510         * nnml.el (nnml-request-compact-group): New function.
18511         * nnml.el (nnml-request-compact): New function.
18512         * gnus-int.el (gnus-request-compact-group): New function.
18513         * gnus-int.el (gnus-request-compact): New function.
18514         * gnus-group.el (gnus-group-compact-group): New function.
18515         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18516         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18517         * gnus-srvr.el (gnus-server-compact-server): New function.
18518         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18519         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18520
18521 2005-09-18  Deepak Goel  <deego@gnufans.org>
18522
18523         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18524         format spec.
18525
18526 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18529
18530 2005-09-15  Romain Francoise  <romain@orebokech.com>
18531
18532         * message.el (message-fill-paragraph): Clarify docstring.
18533
18534 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * gnus-art.el (gnus-mime-display-part): Protect against broken
18537         MIME messages.
18538
18539 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18542         before parsing header.
18543
18544 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18545
18546         * html2text.el (html2text-replace-list): Add new entities.
18547
18548 2005-09-11  Romain Francoise  <romain@orebokech.com>
18549
18550         * message.el (message-alternative-emails): Improve docstring.
18551         (message-setup-1): Call `message-use-alternative-email-as-from'
18552         after `message-setup-hook' to give it precedence over posting
18553         styles, etc.
18554         (message-use-alternative-email-as-from): Add docstring.
18555         Remove the original From header if present.
18556
18557         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18558         (nnml-save-mail): Use it.
18559
18560         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18561         articles.  Add new argument `silent'.
18562         (gnus-uu-mark-all): Report the total number of marked articles.
18563
18564 2005-09-10  Romain Francoise  <romain@orebokech.com>
18565
18566         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18567         (gnus-uu-mark-series): Likewise.
18568
18569 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18570
18571         * spam-report.el (spam-report-gmane): Fix generation of spam
18572         report URL.
18573
18574 2005-09-10  Simon Josefsson  <jas@extundo.com>
18575
18576         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18577         t, based on discussion on the ding list with Robert Epprecht
18578         <epprecht@solnet.ch>.
18579
18580 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18581
18582         * spam-report.el (spam-report-gmane): Make it work without
18583         X-Report-Spam header.  Gmane now only provides Archived-At.
18584         This is only used if `spam-report-gmane-use-article-number' is nil.
18585         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18586
18587         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18588         make `gnus-summary-sort-by-recipient' work with threading.
18589
18590         * nnweb.el (nnweb-google-wash-article): Print a message if article
18591         is not available.
18592
18593 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18594
18595         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18596         change.  Decode text/* parts content before displaying.
18597
18598 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18599
18600         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18601
18602 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18605
18606         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18607         url-package-name, url-package-version,
18608         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18609         w3m-display-inline-images, and w3m-minor-mode-map.
18610
18611 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18612
18613         * message.el (message-tab-body-function): Fix mismatched custom type.
18614
18615         * gnus.el (gnus-group-change-level-function): Ditto.
18616
18617         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18618
18619         * gnus-art.el (gnus-signature-limit)
18620         (gnus-article-mime-part-function): Ditto.
18621
18622 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * mml.el (mml-mode): Silence the byte compiler.
18625
18626         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18627         using `(sit-for 0)' before moving the point to the specified part;
18628         skip unbuttonized parts.
18629         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18630         return to the summary window if gnus-auto-select-part is non-nil.
18631
18632 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18633
18634         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18635         New variables.
18636         (mml-dnd-attach-file, mml-mode): Use them.
18637
18638         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18639         Make fetching article by MID work again for Google Groups.
18640         Add FIXME concerning gnus-group-make-web-group.
18641
18642         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18643         Don't depend on Gnus by using mail-extract-address-components if
18644         gnus-extract-address-components is not bound.
18645
18646 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18647
18648         * gnus-art.el (gnus-mime-display-security): Don't display the
18649         signature, but only the signed part.
18650
18651 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18654
18655         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18656         list, not listp.
18657
18658 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18659
18660         * mm-encode.el (mm-encode-content-transfer-encoding):
18661         Likewise when encoding.
18662
18663         * mm-bodies.el (mm-decode-content-transfer-encoding):
18664         De-canonicalize CRLF for all text content types, not just
18665         text/plain.
18666
18667 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18668
18669         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18670         valid article; point arrow and cursor at the MIME button.
18671
18672 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18673
18674         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18675         Suggested by Dan Christensen <jdc@uwo.ca>.
18676
18677         * mm-decode.el (mm-save-part): Enable change of prompt.
18678
18679 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18680
18681         * gnus-msg.el (gnus-inews-add-send-actions):
18682         Make `message-post-method' lambda parameter ARG `&optional'.
18683
18684 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18685
18686         * gnus-sum.el (gnus-summary-mime-map):
18687         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18688         gnus-article-jump-to-part.
18689
18690         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18691         (gnus-article-edit-part): Use it.
18692         (gnus-article-part-wrapper): Add no-handle argument.
18693         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18694         New functions.
18695
18696 2005-08-29  Romain Francoise  <romain@orebokech.com>
18697
18698         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18699         docstring.
18700         (gnus-face-from-file): Likewise.
18701
18702 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18703
18704         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18705         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18706         non-nil.
18707         (gnus-auto-select-part): New variable.
18708         (gnus-article-jump-to-part): New function.
18709         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18710         (gnus-mime-delete-part): Allow selecting specified part after
18711         deleting or stripping parts.
18712         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18713         part if argument is bogus.
18714
18715 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18716
18717         * gnus-art.el (w3m-minor-mode-map):
18718         * gnus-spec.el (gnus-newsrc-file-version):
18719         * gnus-util.el (nnmail-active-file-coding-system)
18720         (gnus-original-article-buffer, gnus-user-agent):
18721         * gnus.el (gnus-ham-process-destinations)
18722         (gnus-parameter-ham-marks-alist)
18723         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18724         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18725         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18726         * mm-decode.el (gnus-current-window-configuration):
18727         * mm-extern.el (gnus-article-mime-handles):
18728         * mm-url.el (url-current-object, url-package-name)
18729         (url-package-version):
18730         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18731         (smime-keys, w3m-cid-retrieve-function-alist)
18732         (w3m-current-buffer, w3m-display-inline-images)
18733         (w3m-minor-mode-map):
18734         * mml-smime.el (gnus-extract-address-components):
18735         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18736         (gnus-newsrc-hashtb, message-default-charset)
18737         (message-deletable-headers, message-options)
18738         (message-posting-charset, message-required-mail-headers)
18739         (message-required-news-headers):
18740         * mml1991.el (mc-pgp-always-sign):
18741         * mml2015.el (mc-pgp-always-sign):
18742         * nnheader.el (nnmail-extra-headers):
18743         * rfc1843.el (gnus-decode-encoded-word-function)
18744         (gnus-decode-header-function, gnus-newsgroup-name):
18745         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18746
18747 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18748
18749         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18750         the end of the date treatments.
18751
18752 2005-08-15  Simon Josefsson  <jas@extundo.com>
18753
18754         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18755         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18756         Capello and Romain Francoise.
18757         (pgg-fetch-key-function): Remove, not used?
18758         (pgg-insert-url-with-w3): Require url, to get
18759         url-insert-file-contents regardless of where it is defined.
18760
18761 2005-08-13  Romain Francoise  <romain@orebokech.com>
18762
18763         * message.el (message-cite-original-1): New function.
18764         (message-cite-original): Use it.
18765         (message-cite-original-without-signature): Ditto.
18766
18767 2005-08-08  Romain Francoise  <romain@orebokech.com>
18768
18769         * message.el (message-yank-empty-prefix): New variable.
18770         (message-indent-citation): Use it.
18771         (message-cite-original-without-signature): Respect X-No-Archive.
18772
18773 2005-08-08  Simon Josefsson  <jas@extundo.com>
18774
18775         * pgg.el: Autoload url-insert-file-contents instead of loading
18776         w3/url.
18777         (pgg-insert-url-with-w3): Don't load url here.
18778
18779 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18780
18781         * message.el (message-kill-to-signature): Don't insert newline at
18782         bol.
18783         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18784
18785 2005-08-06  Romain Francoise  <romain@orebokech.com>
18786
18787         * message.el (message-user-fqdn): Fix typo in docstring.
18788
18789 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18790
18791         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18792
18793         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18794
18795 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * mm-bodies.el (mm-encode-body): Use coding system rather than
18798         charset to encode text.
18799
18800         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18801         number of charsets if utf-8 is available (XEmacs).
18802
18803 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18804
18805         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18806         taken from `gnus-button-mid-or-mail-regexp'.
18807         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18808         (gnus-button-alist): Improve regexp for domain part of the MIDs
18809         for news:localpart@domain buttons.
18810         (gnus-button-ctan-directory-regexp): Update.
18811
18812 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18813
18814         * sieve-manage.el (sieve-manage-interactive-login):
18815         Use make-local-variable rather than make-variable-buffer-local.
18816         (sieve-manage-open): Ditto.
18817         (sieve-manage-authenticate): Ditto.
18818
18819         * mml.el (mml-generate-mime-1): Make the content type default to
18820         text/plain if the filename is not specified.
18821
18822 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18825         instead of insert-buffer.
18826
18827         * message.el (message-yank-original): Ditto; set the mark at the
18828         end of the yanked message.
18829
18830 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18833         lines to scroll rather than to stop it.
18834
18835         * mml.el (mml-generate-default-type): Add doc string.
18836         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18837         default to application/octet-stream when determining the content
18838         type if it is not specified for the part or the mml contents; add
18839         a comment about mml-generate-default-type.
18840
18841 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18842
18843         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18844         make it default to application/octet-stream when determining the
18845         content type if it is not specified for the external contents.
18846
18847 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18850         segmented parameter but also other parameters might be there.
18851
18852 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18853
18854         * mm-decode.el (mm-display-external): Delete temp file, directory
18855         and buffer immediately if the external process is exited.
18856
18857 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18860         fewer lines than that of scroll-margin.
18861         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18862
18863 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * gnus-art.el (gnus-article-next-page): Revert.
18866         (gnus-article-beginning-of-window): New macro.
18867         (gnus-article-next-page-1): Use it.
18868         (gnus-article-prev-page): Ditto.
18869         (gnus-article-edit-part): Use insert-buffer-substring instead of
18870         insert-buffer.
18871         (gnus-article-edit-exit): Ditto.
18872
18873         * gnus-util.el (gnus-beginning-of-window): Remove.
18874         (gnus-end-of-window): Remove.
18875
18876         * lpath.el: Don't bind header-line-format and scroll-margin.
18877
18878 2005-07-25  Simon Josefsson  <jas@extundo.com>
18879
18880         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18881         to have the url package without w3.  Reported by Daiki Ueno
18882         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18883
18884 2005-07-20  Didier Verna  <didier@xemacs.org>
18885
18886         * gnus-diary.el: Remove the description comment (nndiary is now
18887         properly documented in the Gnus manual).
18888         Fix the spelling of "Back End".
18889         * nndiary.el: Ditto.
18890         Fix the copyright notice.
18891
18892 2005-07-18  Romain Francoise  <romain@orebokech.com>
18893
18894         * gnus-sum.el (gnus-summary-to-prefix)
18895         (gnus-summary-newsgroup-prefix): New variables.
18896         (gnus-summary-from-or-to-or-newsgroups): Use them.
18897
18898 2005-07-17  Romain Francoise  <romain@orebokech.com>
18899
18900         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18901         space as it's generally not especially interesting to the user.
18902
18903 2005-07-16  Romain Francoise  <romain@orebokech.com>
18904
18905         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18906         nil to avoid prompting and file modification if one of the
18907         messages at the top of the nnfolder file contains a copyright
18908         notice.
18909         Update copyright notice.
18910
18911         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18912         instead of `current-time-string' as the latter creates a time
18913         string that is not RFC 2822 compliant (it lacks the zone).
18914         Update copyright notice.
18915
18916 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18917
18918         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18919         for text/rtf.  Display default in prompt.  Pass default for M-n.
18920
18921         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18922
18923 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18924
18925         * gnus-msg.el (gnus-button-mailto):
18926         Remove save-selected-window-window hackery because it relies on
18927         save-selected-window internals.
18928
18929 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18932         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18933         (gnus-article-prev-page): Ditto.
18934
18935         * gnus-util.el (gnus-beginning-of-window): New function.
18936         (gnus-end-of-window): New function.
18937
18938         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18939
18940 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18941
18942         * gnus-score.el (gnus-score-edit-all-score):
18943         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18944         gnus-message.
18945
18946 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18947
18948         * gnus-msg.el (gnus-button-mailto):
18949         Remove save-selected-window-window hackery because it relies on
18950         save-selected-window internals.
18951
18952 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18955         add-minor-mode.
18956         (gnus-binary-mode): Ditto.
18957
18958         * gnus-topic.el (gnus-topic-mode): Ditto.
18959
18960 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18961
18962         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18963         (gnus-article-prev-page): Take scroll-margin into consideration.
18964
18965 2005-07-04  Lute Kamstra  <lute@gnu.org>
18966
18967         Update FSF's address in GPL notices.
18968
18969 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18970
18971         * gnus.el (gnus-exit):
18972         * gnus-group.el (gnus-group-icons):
18973         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18974
18975         * gnus-nocem.el (gnus-nocem):
18976         * message.el (message-various, message-buffers, message-sending)
18977         (message-interface, message-forwarding, message-insertion)
18978         (message-headers, message-news, message-mail):
18979         * pgg-gpg.el (pgg-gpg):
18980         * pgg-parse.el (pgg-parse):
18981         * pgg-pgp.el (pgg-pgp):
18982         * pgg-pgp5.el (pgg-pgp5):
18983         * pop3.el (pop3): Finish `defgroup' description with period.
18984
18985 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * gnus-art.el (article-display-face): Improve the efficiency.
18988         (article-display-x-face): Ditto; remove gray x-face stuff.
18989
18990 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * gnus-art.el (article-display-face): Correct the position in
18993         which Faces are inserted.
18994
18995 2005-06-29  Didier Verna  <didier@xemacs.org>
18996
18997         * gnus-art.el (article-display-face): Display faces in correct
18998         order.
18999
19000 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19003         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19004         (gnus-nocem-check-article): Fetch the Type header.
19005         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19006         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19007         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19008         make sure gnus-nocem-hashtb is initialized.
19009         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19010         (gnus-nocem-unwanted-article-p): Ditto.
19011
19012         * pgg.el (pgg-verify): Return the verification result.
19013
19014 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19015
19016         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19017         is ascii.
19018
19019 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19020
19021         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19022         `show-nonbreak-escape'.
19023
19024 2005-06-23  Lute Kamstra  <lute@gnu.org>
19025
19026         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19027
19028         * dig.el (dig-mode):
19029         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19030
19031 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19032
19033         * nnimap.el (nnimap-split-download-body): Fix spellings.
19034
19035 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19036
19037         * gnus-art.el (gnus-article-encrypt-body):
19038         * gnus-cus.el (gnus-score-customize):
19039         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19040         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19041
19042 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19043
19044         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19045         header by looking for magic "MII" at the beginning.
19046
19047 2005-06-16  Miles Bader  <miles@gnu.org>
19048
19049         * gnus-xmas.el (gnus-xmas-group-startup-message):
19050         Use renamed gnus-splash face.
19051
19052         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19053         (assistant-field-face): New backward-compatibility alias for renamed
19054         face.
19055         (assistant-render-text): Use renamed assistant-field face.
19056
19057         * spam.el (spam): Remove "-face" suffix from face name.
19058         (spam-face): New backward-compatibility alias for renamed face.
19059         (spam-face, spam-initialize): Use renamed spam face.
19060
19061         * message.el (message-header-to, message-header-cc)
19062         (message-header-subject, message-header-newsgroups)
19063         (message-header-other, message-header-name)
19064         (message-header-xheader, message-separator, message-cited-text)
19065         (message-mml): Remove "-face" suffix from face names.
19066         (message-header-to-face, message-header-cc-face)
19067         (message-header-subject-face, message-header-newsgroups-face)
19068         (message-header-other-face, message-header-name-face)
19069         (message-header-xheader-face, message-separator-face)
19070         (message-cited-text-face, message-mml-face):
19071         New backward-compatibility aliases for renamed faces.
19072         (message-font-lock-keywords): Use renamed message faces.
19073
19074         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19075         (sieve-test-commands, sieve-tagged-arguments):
19076         Remove "-face" suffix from face names.
19077         (sieve-control-commands-face, sieve-action-commands-face)
19078         (sieve-test-commands-face, sieve-tagged-arguments-face):
19079         New backward-compatibility aliases for renamed faces.
19080         (sieve-control-commands-face, sieve-action-commands-face)
19081         (sieve-test-commands-face, sieve-tagged-arguments-face):
19082         Use renamed sieve faces.
19083
19084         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19085         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19086         (gnus-group-news-3-empty, gnus-group-news-4)
19087         (gnus-group-news-4-empty, gnus-group-news-5)
19088         (gnus-group-news-5-empty, gnus-group-news-6)
19089         (gnus-group-news-6-empty, gnus-group-news-low)
19090         (gnus-group-news-low-empty, gnus-group-mail-1)
19091         (gnus-group-mail-1-empty, gnus-group-mail-2)
19092         (gnus-group-mail-2-empty, gnus-group-mail-3)
19093         (gnus-group-mail-3-empty, gnus-group-mail-low)
19094         (gnus-group-mail-low-empty, gnus-summary-selected)
19095         (gnus-summary-cancelled, gnus-summary-high-ticked)
19096         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19097         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19098         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19099         (gnus-summary-low-undownloaded)
19100         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19101         (gnus-summary-low-unread, gnus-summary-normal-unread)
19102         (gnus-summary-high-read, gnus-summary-low-read)
19103         (gnus-summary-normal-read, gnus-splash):
19104         Remove "-face" suffix from face names.
19105         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19106         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19107         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19108         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19109         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19110         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19111         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19112         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19113         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19114         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19115         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19116         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19117         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19118         (gnus-summary-normal-ticked-face)
19119         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19120         (gnus-summary-normal-ancient-face)
19121         (gnus-summary-high-undownloaded-face)
19122         (gnus-summary-low-undownloaded-face)
19123         (gnus-summary-normal-undownloaded-face)
19124         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19125         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19126         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19127         (gnus-splash-face):
19128         New backward-compatibility aliases for renamed faces.
19129         (gnus-group-startup-message): Use renamed gnus faces.
19130
19131         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19132         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19133         (gnus-server-agent): Remove "-face" suffix from face names.
19134         (gnus-server-agent-face, gnus-server-opened-face)
19135         (gnus-server-closed-face, gnus-server-denied-face)
19136         (gnus-server-offline-face):
19137         New backward-compatibility aliases for renamed faces.
19138         (gnus-server-agent-face, gnus-server-opened-face)
19139         (gnus-server-closed-face, gnus-server-denied-face)
19140         (gnus-server-offline-face): Use renamed gnus faces.
19141
19142         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19143         Remove "-face" suffix from face names.
19144         (gnus-picon-xbm-face, gnus-picon-face):
19145         New backward-compatibility aliases for renamed faces.
19146
19147         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19148         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19149         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19150         (gnus-cite-11): Remove "-face" suffix from face names.
19151         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19152         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19153         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19154         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19155         New backward-compatibility aliases for renamed faces.
19156         (gnus-cite-attribution-face, gnus-cite-face-list)
19157         (gnus-article-boring-faces): Use renamed gnus faces.
19158
19159         * gnus-art.el (gnus-signature, gnus-header-from)
19160         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19161         (gnus-header-content): Remove "-face" suffix from face names.
19162         (gnus-signature-face, gnus-header-from-face)
19163         (gnus-header-subject-face, gnus-header-newsgroups-face)
19164         (gnus-header-name-face, gnus-header-content-face):
19165         New backward-compatibility aliases for renamed faces.
19166         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19167
19168         * gnus-sum.el (gnus-summary-selected-face)
19169         (gnus-summary-highlight): Use renamed gnus faces.
19170         * gnus-group.el (gnus-group-highlight): Likewise.
19171
19172 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19173
19174         * gnus-sieve.el (gnus-sieve-article-add-rule):
19175         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19176         * spam-stat.el (spam-stat-buffer-change-to-spam)
19177         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19178
19179         * message.el (message-is-yours-p):
19180         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19181
19182 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * mm-view.el (mm-inline-text): Withdraw the last change.
19185
19186 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19189         executing enriched-decode.
19190
19191 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19192
19193         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19194         charset of tar files.
19195
19196 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19197
19198         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19199
19200 2005-06-04  Lute Kamstra  <lute@gnu.org>
19201
19202         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19203         information is never recorded.
19204
19205 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19206
19207         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19208
19209 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19210
19211         * pop3.el (pop3-apop): Run md5 in the binary mode.
19212
19213         * starttls.el (starttls-set-process-query-on-exit-flag):
19214         Use eval-and-compile.
19215
19216 2005-05-31  Simon Josefsson  <jas@extundo.com>
19217
19218         * smime.el (smime-replace-in-string): Define.
19219         (smime-cert-by-ldap-1): Use it.
19220
19221 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19222
19223         * gnus-art.el (article-display-x-face): Replace
19224         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19225
19226         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19227         set-process-query-on-exit-flag or process-kill-without-query.
19228
19229         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19230         loop instead of replace-regexp.
19231
19232         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19233         instead of process-kill-without-query if it is available.
19234
19235         * lpath.el: Fbind ldap-search-entries.
19236
19237         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19238         instead of find-file-hooks if it is available.
19239
19240         * mml1991.el: Bind pgg-default-user-id when compiling.
19241
19242         * mml2015.el: Bind pgg-default-user-id when compiling.
19243
19244         * nndraft.el (nndraft-request-associate-buffer):
19245         Use write-contents-functions instead of write-contents-hooks if it is
19246         available.
19247
19248         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19249         instead of find-file-hooks if it is available.
19250
19251         * nntp.el (nntp-open-connection): Replace
19252         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19253         (nntp-open-ssl-stream): Ditto.
19254         (nntp-open-tls-stream): Ditto.
19255
19256         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19257         set-process-query-on-exit-flag or process-kill-without-query.
19258         (starttls-open-stream-gnutls): Use it instead of
19259         process-kill-without-query.
19260         (starttls-open-stream): Ditto.
19261
19262 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19263
19264         * smime.el (smime-cert-by-ldap-1): Don't use
19265         replace-regexp-in-string.
19266
19267 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19268
19269         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19270
19271         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19272         in PEM format.  Adjust to the XEmacs compatibility.
19273
19274 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19275
19276         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19277         by `string-to-number'.
19278         * gnus-agent.el (gnus-agent-regenerate-group)
19279         (gnus-agent-fetch-articles): Ditto.
19280         * gnus-art.el (gnus-button-fetch-group): Ditto.
19281         * gnus-cache.el (gnus-cache-generate-active)
19282         (gnus-cache-articles-in-group): Ditto.
19283         * gnus-group.el (gnus-group-set-current-level)
19284         (gnus-group-insert-group-line): Ditto.
19285         * gnus-score.el (gnus-score-set-expunge-below)
19286         (gnus-score-set-mark-below, gnus-summary-score-effect)
19287         (gnus-summary-score-entry): Ditto.
19288         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19289         (gnus-soup-pack): Ditto.
19290         * gnus-spec.el (gnus-xmas-format): Ditto.
19291         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19292         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19293         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19294         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19295         * nndb.el (nndb-get-remote-expire-response): Ditto.
19296         * nndiary.el (nndiary-parse-schedule-value)
19297         (nndiary-string-to-number, nndiary-request-replace-article)
19298         (nndiary-request-article): Ditto.
19299         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19300         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19301         * nneething.el (nneething-make-head): Ditto.
19302         * nnfolder.el (nnfolder-request-article)
19303         (nnfolder-retrieve-headers): Ditto.
19304         * nnheader.el (nnheader-file-to-number): Ditto.
19305         * nnkiboze.el (nnkiboze-request-article): Ditto.
19306         * nnmail.el (nnmail-process-unix-mail-format)
19307         (nnmail-process-babyl-mail-format): Ditto.
19308         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19309         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19310         (nnmh-request-create-group, nnmh-request-list-1)
19311         (nnmh-request-group, nnmh-request-article): Ditto.
19312         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19313         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19314         * nnsoup.el (nnsoup-make-active): Ditto.
19315         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19316         * nntp.el (nntp-find-group-and-number)
19317         (nntp-retrieve-headers-with-xover): Ditto.
19318         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19319         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19320         (pgg-format-key-identifier): Ditto.
19321         * pop3.el (pop3-last, pop3-stat): Ditto.
19322         * qp.el (quoted-printable-decode-region): Ditto.
19323
19324         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19325         of concat.
19326
19327 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19330
19331         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19332
19333         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19334
19335         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19336
19337         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19338
19339         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19340
19341         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19342         (gnus-carpal-mode): Ditto.
19343
19344         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19345         (gnus-browse-mode): Ditto.
19346
19347         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19348
19349         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19350
19351 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19352
19353         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19354
19355 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * gnus-util.el (gnus-run-mode-hooks): New function.
19358
19359         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19360
19361         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19362         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19363
19364 2005-05-27  Lute Kamstra  <lute@gnu.org>
19365
19366         * dns-mode.el (dns-mode): Specify customization group.
19367
19368 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19369
19370         * gnus-agent.el (gnus-agent-make-mode-line-string):
19371         Use mode-line-highlight as mouse-face.
19372
19373 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * canlock.el (canlock): Change the parent group to news.
19376
19377         * deuglify.el (gnus-outlook-deuglify): Add :group.
19378
19379         * dig.el (dig): Add :group.
19380
19381         * dns-mode.el (dns-mode): Add :group.
19382
19383         * encrypt.el (encrypt): Add :group.
19384
19385         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19386         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19387         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19388         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19389         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19390
19391         * gnus-diary.el (gnus-diary): Add :group.
19392
19393         * gnus.el (gnus-group-news-1-face): Add :group.
19394         (gnus-group-news-1-empty-face): Ditto.
19395         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19396         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19397         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19398         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19399         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19400         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19401         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19402         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19403         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19404         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19405         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19406         (gnus-summary-high-ticked-face): Ditto.
19407         (gnus-summary-low-ticked-face): Ditto.
19408         (gnus-summary-normal-ticked-face): Ditto.
19409         (gnus-summary-high-ancient-face): Ditto.
19410         (gnus-summary-low-ancient-face): Ditto.
19411         (gnus-summary-normal-ancient-face): Ditto.
19412         (gnus-summary-high-undownloaded-face): Ditto.
19413         (gnus-summary-low-undownloaded-face): Ditto.
19414         (gnus-summary-normal-undownloaded-face): Ditto.
19415         (gnus-summary-high-unread-face): Ditto.
19416         (gnus-summary-low-unread-face): Ditto.
19417         (gnus-summary-normal-unread-face): Ditto.
19418         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19419         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19420
19421         * hashcash.el (hashcash): New custom group.
19422         (hashcash-default-payment): Add :group.
19423         (hashcash-payment-alist): Ditto.
19424         (hashcash-default-accept-payment): Ditto.
19425         (hashcash-accept-resources): Ditto.
19426         (hashcash-path): Ditto.
19427         (hashcash-extra-generate-parameters): Ditto.
19428         (hashcash-double-spend-database): Ditto.
19429         (hashcash-in-news): Ditto.
19430
19431         * message.el (message-minibuffer-local-map): Add :group.
19432
19433         * netrc.el (netrc): Add :group.
19434
19435         * sieve-manage.el (sieve-manage-log): Add :group.
19436         (sieve-manage-default-user): Diito.
19437         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19438         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19439         (sieve-manage-authenticators): Ditto.
19440         (sieve-manage-authenticator-alist): Ditto.
19441         (sieve-manage-default-port): Ditto.
19442
19443         * sieve-mode.el (sieve-control-commands-face): Add :group.
19444         (sieve-action-commands-face): Ditto.
19445         (sieve-test-commands-face): Ditto.
19446         (sieve-tagged-arguments-face): Ditto.
19447
19448         * smime.el (smime): Add :group.
19449
19450         * spam-report.el (spam-report): Add :group.
19451
19452         * spam.el (spam, spam-face): Add :group.
19453
19454 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19455
19456         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19457         return \n.\n.\n at the end of articles.  Protect against that.
19458         (nntp-with-open-group): Allow debugging.
19459
19460         * nnheader.el (mail-header-set-extra): Make into a function
19461         because I just could't understand how to quote the list properly.
19462
19463         * dns.el (query-dns-cached): New function.
19464
19465 2005-05-26  Lute Kamstra  <lute@gnu.org>
19466
19467         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19468
19469 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19470
19471         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19472
19473         * gnus-art.el: Don't autoload mail-extract-address-components.
19474
19475         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19476         eval-and-compile to evaluate it.
19477
19478         * hashcash.el: Don't autoload executable-find.
19479
19480         * nndb.el: Don't declare the nndb back end two or more times; don't
19481         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19482
19483         * nntp.el: Autoload format-spec instead of format; use
19484         eval-and-compile to evaluate autoload forms.
19485
19486 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19487
19488         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19489
19490 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19491
19492         * gnus.el (gnus-version-number): Bump version.
19493
19494 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19495
19496         * gnus.el: No Gnus v0.3 is released.
19497
19498 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19499
19500         * lpath.el (featurep): Bind show-nonbreak-escape.
19501
19502 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19503
19504         * gnus-art.el (gnus-article-edit-part): Disable undo.
19505
19506 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19507
19508         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19509         gnus-article-date-lapsed-new-header is t if date timer is active;
19510         skip headers in which the original date value is empty.
19511         (gnus-article-save-original-date): Redefine it as a macro.
19512         (gnus-display-mime): Use it.
19513
19514 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19515
19516         * gnus-art.el (article-date-ut): Support converting date in
19517         forwarded parts as well.
19518         (gnus-article-save-original-date): New function.
19519         (gnus-display-mime): Use it.
19520
19521 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19522
19523         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19524         enclosure element of <item>.
19525
19526 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19527
19528         * message.el (message-kill-buffer-query): Rename from
19529         `message-kill-buffer-query-if-modified'.  Add :version.
19530
19531 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19534         window layout.
19535
19536 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19537
19538         * mml.el: Autoload dnd when compiling.
19539
19540 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19541
19542         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19543         x-dnd-*.
19544
19545 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19546
19547         * qp.el (quoted-printable-encode-region): Save excursion.
19548
19549 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19550
19551         * message.el (message-kill-buffer-query-if-modified): Add new variable
19552         so the user can kill a modified message buffer quickly.
19553         (message-kill-buffer): Use it.
19554
19555 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19556
19557         * lpath.el: Fbind display-time-event-handler; don't fbind
19558         string-to-multibyte.
19559
19560         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19561
19562 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19563
19564         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19565         contained in text because xml.el decodes entities) with LFs.
19566
19567 2005-04-11  Lute Kamstra  <lute@gnu.org>
19568
19569         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19570         differently.
19571
19572 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19573
19574         * mm-util.el (mm-detect-coding-region): Typo.
19575
19576 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19577
19578         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19579
19580 2005-04-06  Deepak Goel  <deego@gnufans.org>
19581
19582         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19583         user-function allow user modifications of the scores.
19584         (spam-stat-score-buffer-user): New function, to allow
19585         user-computed modifications to the score.
19586         (spam-stat-score-buffer-user-functions): List of additional
19587         scoring functions.
19588         (spam-stat-error-holder): Global temporary error holder.
19589         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19590         variable.
19591
19592 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19593
19594         * gnus-registry.el (gnus-registry-clean-empty-function)
19595         (gnus-registry-trim, gnus-registry-fetch-groups)
19596         (gnus-registry-delete-group): Groups that match
19597         `gnus-registry-ignored-groups' are removed from the registry
19598         entries, not just ignored for splitting.  This helps clean up the
19599         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19600         to get all the groups a message ID is in.
19601
19602         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19603         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19604         (spam-stat-score-buffer-user-functions): Add :number custom type.
19605
19606 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19607
19608         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19609         argument in XEmacs.
19610
19611         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19612         (nnrss-request-group): Decode group name first.
19613         (nnrss-request-article): Make a text/plain article if mml-to-mime
19614         failed.
19615         (nnrss-get-encoding): Return a compatible encoding according to
19616         nnrss-compatible-encoding-alist.
19617         (nnrss-find-el): Use consp instead of listp.
19618         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19619
19620 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19623         which Emacs 20 doesn't support.
19624         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19625
19626 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19627
19628         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19629         silence the byte compiler inside the defun.
19630
19631         * gnus-demon.el (parse-time-string): Add autoload.
19632
19633         * gnus-delay.el (parse-time-string): Add autoload.
19634
19635         * gnus-art.el (parse-time-string): Add autoload.
19636
19637         * nnultimate.el (parse-time): Require for `parse-time-string'.
19638
19639 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19640
19641         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19642
19643         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19644
19645         * smime.el (smime-ldap-host-list): Add :version.
19646
19647 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19648
19649         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19650         pass it to `gnus-browse-read-group'.
19651         (gnus-browse-read-group): Add NUMBER argument and pass it to
19652         `gnus-group-read-ephemeral-group'.
19653
19654         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19655         argument and pass it to `gnus-group-read-group'.
19656
19657 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19658
19659         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19660         mm-xemacs-find-mime-charset-1 if we have the mule feature
19661         available at runtime.
19662
19663 2005-03-25  Werner Lemberg  <wl@gnu.org>
19664
19665         * nnmaildir.el: Replace `illegal' with `invalid'.
19666
19667 2005-03-23  Lute Kamstra  <lute@gnu.org>
19668
19669         * time-date.el: Add comment on time value formats.
19670         Don't require parse-time.
19671         (with-decoded-time-value): New macro.
19672         (encode-time-value): New function.
19673         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19674         (days-to-time): Return a valid time value when arg is huge.
19675         (time-since): Use time-subtract.
19676         (time-to-number-of-days): Use time-to-seconds.
19677
19678 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19679
19680         * gnus-start.el (gnus-display-time-event-handler):
19681         Check display-time-timer at runtime rather than only at load time
19682         in case display-time-mode is turned off in the mean time.
19683
19684 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19685
19686         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19687         used.
19688
19689         * nneething.el (nneething-map-file-directory): Derive from
19690         `gnus-directory'.
19691
19692         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19693         the To/Cc button.
19694
19695 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19696
19697         * nnmaildir.el (nnmaildir-request-accept-article):
19698         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19699
19700 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19701
19702         * gnus-async.el: Require timer-funcs at compile time when in
19703         XEmacs for `run-with-idle-timer'.
19704
19705 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19706
19707         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19708         autoloaded function.
19709
19710 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19711
19712         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19713
19714 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19715
19716         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19717
19718 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19719
19720         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19721         Add gnus-expert-user to default.
19722
19723 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19724
19725         * nnimap.el (nnimap-open-server): Ditto.
19726
19727         * imap.el (imap-authenticate): Fix typo.
19728
19729 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19730
19731         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19732         buffer (since IMAP server might return FETCH response out of
19733         order, and the nntp buffer must be sorted).
19734
19735 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19736
19737         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19738         comparison on string.
19739
19740         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19741         (gnus-agent-score): Rename category keywords to match gnus-cus.
19742         (gnus-agent-summary-fetch-series): Modify to protect against
19743         gnus-agent-summary-fetch-group clearing processable flags.
19744         (gnus-agent-synchronize-group-flags): Update live group buffer as
19745         synchronization may occur due to the user toggle the plugged
19746         status.
19747         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19748         successfully downloaded.
19749         (gnus-agent-expire-group-1): Avoid using markers when the overview
19750         is in ascending order; greatly improves performance.
19751         (gnus-agent-regenerate-group):
19752         Use gnus-agent-synchronize-group-flags to reset read status in both
19753         gnus and server.
19754         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19755
19756 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19757
19758         * message.el: Don't autoload former message-utils variables.
19759         (message-strip-subject-trailing-was): Change doc string.
19760
19761         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19762         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19763         (nnweb-google-search): Add "hl=en" here.
19764         (nnweb-google-parse-1, nnweb-google-create-mapping):
19765         Don't hardcode URL.
19766
19767 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19768
19769         * message.el (message-get-reply-headers, message-followup):
19770         Mention related variables `message-use-followup-to' and
19771         `message-use-mail-followup-to', in the information buffer.
19772
19773         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19774         of broken groups(-beta).google.com.
19775
19776 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19777
19778         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19779         parameter to invoked gnus-request-move-article; remove the
19780         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19781         all at once instead of once per article.
19782         (gnus-summary-remove-process-mark): Accept a list of articles as
19783         well as a single article for processing.
19784
19785         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19786         parameter.
19787
19788         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19789
19790         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19791
19792         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19793         parameter.
19794
19795         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19796         parameter.
19797
19798         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19799         parameter and remove the gnus-sum-hint-move-is-internal variable.
19800
19801         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19802         parameter.
19803
19804         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19805         parameter.
19806
19807         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19808         parameter.
19809
19810         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19811
19812         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19813         parameter.
19814
19815         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19816         parameter.
19817
19818 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19819
19820         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19821         a more conservative way.
19822
19823 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19824
19825         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19826         buffer, so it moves the window's cursor.
19827
19828 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19829
19830         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19831         `mm-dissect-multipart' and receive the from field as an (optional)
19832         argument from `mm-dissect-multipart'.
19833         (mm-dissect-multipart): Receive the from field as an argument and
19834         pass it on when we call `mm-dissect-buffer' on MIME parts.
19835         Fixes verification/decryption of signed/encrypted MIME parts.
19836
19837 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19838
19839         * gnus-sum.el (gnus-summary-move-article):
19840         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19841         whatever it calls (right now, only nnimap-request-move article
19842         respects it).
19843
19844         * nnimap.el (nnimap-request-move-article):
19845         When gnus-sum-hint-move-is-internal is set, don't do the extra
19846         nnimap-request-article.
19847
19848 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19849
19850         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19851
19852         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19853         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19854
19855         * gnus-sum.el (gnus-summary-caesar-message):
19856         Apply `gnus-treat-article' after rotation.
19857
19858         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19859         doc string.
19860
19861 2005-02-22  Simon Josefsson  <jas@extundo.com>
19862
19863         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19864         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19865         <arne@arnested.dk>.
19866         (encrypt): Add password-cache and password-cache-expiry as group
19867         members.
19868
19869 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19870
19871         * smime.el (smime-ldap-host-list): Doc fix.
19872         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19873         cache) password.
19874         (smime-sign-region): Use it.
19875         (smime-decrypt-region): Use it.
19876         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19877         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19878         fails.
19879         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19880         certificate from DER to PEM format rather than calling openssl.
19881
19882         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19883
19884         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19885         for signing/encryption.
19886
19887         * mml.el (mml-parse-1): Use them.
19888
19889 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19890
19891         * nnrss.el (nnrss-verbose): Remove.
19892         (nnrss-request-group): Use `nnheader-message' instead.
19893
19894 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19895
19896         * nnrss.el (nnrss-verbose): New variable.
19897         (nnrss-request-group): Make it say nnrss is requesting a group.
19898
19899 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19900
19901         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19902         Handle news URL with given port correctly.
19903
19904 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19907         containing special characters.
19908
19909         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19910
19911         * mml.el (mime-to-mml): Ditto.
19912
19913         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19914         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19915         (rfc2047-decode-region): Quote decoded words containing special
19916         characters when rfc2047-quote-decoded-words-containing-tspecials
19917         is non-nil.
19918
19919 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19920
19921         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19922
19923         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19924
19925 2005-02-15  Simon Josefsson  <jas@extundo.com>
19926
19927         * nnimap.el (nnimap-debug): Doc fix.
19928
19929         * imap.el (imap-debug): Doc fix.
19930
19931 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19932
19933         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19934
19935 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19936
19937         * gnus.el (spam-contents): Improve docs for spam-contents
19938         parameter in its variable incarnation.
19939
19940 2005-02-14  Simon Josefsson  <jas@extundo.com>
19941
19942         * smime-ldap.el: Use require instead of load-library for ldap.
19943         (smime-ldap-search): Indent.
19944         (smime-ldap-search-internal): Shorten line.
19945
19946         * smime.el (smime-cert-by-dns): Add doc-string.
19947         (smime-cert-by-ldap-1): Indent.
19948
19949         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19950         mml-smime-get-dns-ldap.
19951         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19952
19953 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19954
19955         * smime.el: Require smime-ldap.
19956         (smime-ldap-host-list): New variable.
19957         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19958
19959         * mml-smime.el (mml-smime-encrypt-query): New function.
19960         (mml-smime-encrypt-query): Use it.
19961
19962         * smime-ldap.el: New file.
19963
19964 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19965
19966         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19967
19968 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19969
19970         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19971         argument in doc string.  Make query for type more clear.
19972
19973 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19974
19975         * gnus.el (gnus-group-startup-message): Search for gnus images in
19976         etc/images/gnus.
19977         * mm-util.el (mm-image-load-path): Likewise.
19978         * smiley.el (smiley-data-directory): Search for smilies in
19979         etc/images/smilies.
19980
19981 2005-02-09  Kim F. Storm  <storm@cua.dk>
19982
19983         Change Emacs release version from 21.4 to 22.1 throughout.
19984         Change Emacs development version from 21.3.50 to 22.0.50.
19985
19986 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19987
19988         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19989
19990         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19991         non-Mule XEmacs as well.
19992         (mm-decompress-buffer): Signal an error intentionally if it does
19993         not decompress compressed data because auto-compression-mode is
19994         disabled.
19995
19996 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19997
19998         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19999         an ID in the registry even if it has no groups.
20000
20001 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20004         merge it into mm-decompress-buffer.
20005         (gnus-mime-copy-part): Use the MIME part charset, the value which
20006         a user specified or gnus-newsgroup-charset for decoding, like
20007         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20008         save-buffer what was used.  Suggested by Kevin Ryde
20009         <user42@zip.com.au>.
20010         (gnus-mime-inline-part): Allow the name parameter as well as the
20011         filename parameter; force decompressing of compressed data; always
20012         display contents being not decoded as unibyte.
20013
20014         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20015         as well as the filename parameter.
20016
20017         * mm-util.el (mm-decompress-buffer):
20018         Merge gnus-mime-jka-compr-maybe-uncompress.
20019         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20020         of compressed data.
20021
20022 2005-02-08  Simon Josefsson  <jas@extundo.com>
20023
20024         * imap.el (imap-log): Doc fix.
20025
20026 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20027
20028         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20029         the coding cookies; decompress compressed parts.
20030
20031         * mml.el (mml-generate-mime-1): Add the charset parameter according
20032         to the value which a user specified manually or the coding cookie.
20033
20034         * mm-util.el (mm-string-to-multibyte): New function.
20035         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20036         (mm-coding-system-to-mime-charset): New function.
20037         (mm-decompress-buffer): New function.
20038         (mm-find-buffer-file-coding-system): New function.
20039
20040         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20041         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20042         parts.
20043
20044 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20045
20046         * mm-view.el (mm-display-inline-fontify): Decode a part according
20047         to the charset parameter.
20048
20049 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20050
20051         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20052         prefix arg is neither nil nor a number, as info specifies.
20053
20054 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20057         timestamps.
20058
20059 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20060
20061         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20062         groups error checking and notify user.
20063
20064 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20065
20066         * message.el (message-send-mail-function): Check existence of
20067         sendmail-program first before using default value
20068         `message-send-mail-with-sendmail'.  Otherwise use more generic
20069         `smtpmail-send-it'.
20070
20071 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20072
20073         * nntp.el (nntp-request-update-info): Always return nil.
20074
20075 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20076
20077         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20078
20079 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20080
20081         * message.el (message-beginning-of-line): Change the behavior when
20082         invoked between BOL and : so that it first moves backward.
20083
20084 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20085
20086         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20087         article buffer when editing of the article is discarded.
20088         (gnus-article-prepare): Revert.
20089
20090 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20091
20092         * gnus-art.el (gnus-article-prepare):
20093         Remove message-strip-forbidden-properties from the local hook.
20094
20095 2005-01-27  Simon Josefsson  <jas@extundo.com>
20096
20097         * password.el (password-cache-add): Only start one timer per key.
20098         Reported by Derek Atkins <warlord@MIT.EDU>.
20099
20100 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20101
20102         * run-at-time.el: Remove.  It is no longer needed as
20103         timer-funcs.el in the xemacs-base package has a working version of
20104         `run-at-time'.
20105
20106         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20107
20108         * password.el: Require timer-funcs instead of run-at-time in
20109         XEmacs.
20110         Remove `password-run-at-time' macro.
20111         (password-cache-add): Use `run-at-time' instead of
20112         `password-run-at-time'.
20113
20114         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20115         Remove `nnheader-cancel-function-timers' alias,
20116         `cancel-function-timers' exists in XEmacs in timer-funcs.
20117
20118         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20119         for `run-with-idle-timer'.
20120
20121         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20122         for `run-at-time'.
20123
20124         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20125         for `with-timeout'.
20126
20127         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20128         the same as for XEmacs 21.4.
20129         No need to ignore `run-with-idle-timer', this function exists in
20130         XEmacs now in timer-funcs.el in the xemacs-base package.
20131         (dgnushack-compile): No need to delete
20132         run-at-time.el from the list of files to compile because it
20133         doesn't exist anymore.
20134
20135 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20136
20137         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20138         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20139
20140 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20141
20142         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20143         sensitively.
20144
20145 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20146
20147         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20148
20149 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20150
20151         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20152         which will be inserted according to the multibyteness of a buffer
20153         rather than the type of contents.  Suggested by ARISAWA Akihiro
20154         <ari@mbf.ocn.ne.jp>.
20155
20156         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20157         of string which old xml.el may return rather than a string.
20158
20159 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20160
20161         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20162
20163 2005-01-16  Simon Josefsson  <jas@extundo.com>
20164
20165         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20166         idn/idna.el isn't available.
20167         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20168         <michael@waxrat.com>.
20169
20170         * hashcash.el: Remove non-FSF copyright header.
20171
20172         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20173         (hashcash-generate-payment): Use it.
20174         (hashcash-generate-payment-async): Use it.
20175
20176 2005-01-15  Simon Josefsson  <jas@extundo.com>
20177
20178         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20179         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20180
20181         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20182         gnus-summary-idna-message.
20183         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20184         (gnus-summary-idna-message): New function.
20185
20186 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20187
20188         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20189         gnus-novice-user.
20190
20191 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * nnrss.el (nnrss-request-delete-group): Delete entries in
20194         nnrss-group-alist as well.
20195         (nnrss-save-server-data): Insert newline.
20196
20197 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20198
20199         * gnus.el (gnus-user-agent): Use list of symbols instead of
20200         symbols.  Display full version number for (S)XEmacs.
20201         Optionally display (S)XEmacs codename.
20202
20203         * gnus-util.el (gnus-emacs-version): Update for new
20204         `gnus-user-agent'.
20205
20206         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20207         Gnus version.
20208
20209 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20210
20211         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20212         which is unreadable in some setups.
20213
20214 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * gnus-spec.el (gnus-update-format-specifications): Flush the
20217         group format spec cache if it doesn't support decoded group names.
20218
20219 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20220
20221         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20222         Allow to apply decay on score files matching a regexp.
20223
20224 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20227         compatibility in %g and %c.
20228
20229 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20230
20231         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20232         name for only %g and %c.
20233         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20234         of gnus-tmp-group to decoded group name.
20235         (gnus-group-make-rss-group): Exclude `/'s from group names.
20236
20237 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20238
20239         * nnrss.el (nnrss-get-encoding): Fix regexp.
20240
20241 2004-12-27  Simon Josefsson  <jas@extundo.com>
20242
20243         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20244         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20245         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20246
20247 2004-12-17  Kim F. Storm  <storm@cua.dk>
20248
20249         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20250
20251         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20252
20253 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20254
20255         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20256
20257 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20258
20259         * nnrss.el: Require rfc2047 and mml.
20260         (nnrss-file-coding-system): New variable.
20261         (nnrss-format-string): Redefine it as an inline function.
20262         (nnrss-decode-group-name): New function.
20263         (nnrss-string-as-multibyte): Remove.
20264         (nnrss-retrieve-headers): Decode group name; don't use
20265         nnrss-format-string.
20266         (nnrss-request-group): Decode group name.
20267         (nnrss-request-article): Decode group name; allow a Message-ID as
20268         well as an article number; don't use nnrss-format-string; encode a
20269         Message-ID string which may contain non-ASCII characters; use
20270         mml-to-mime to compose a MIME article.
20271         (nnrss-request-expire-articles): Decode group name.
20272         (nnrss-request-delete-group): Decode group name.
20273         (nnrss-fetch): Clarify error message.
20274         (nnrss-read-server-data): Use insert-file-contents instead of load;
20275         bind file-name-coding-system; use multibyte buffer.
20276         (nnrss-save-server-data): Bind coding-system-for-write to the
20277         value of nnrss-file-coding-system; bind file-name-coding-system;
20278         add coding cookie.
20279         (nnrss-read-group-data): Use insert-file-contents instead of load;
20280         bind file-name-coding-system; use multibyte buffer.
20281         (nnrss-save-group-data): Bind coding-system-for-write to the
20282         value of nnrss-file-coding-system; bind file-name-coding-system.
20283         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20284         make it work with non-ASCII text.
20285         (nnrss-find-el): Make it work with old xml.el as well.
20286
20287 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20288
20289         * nnrss.el (nnrss-get-encoding): New function.
20290         (nnrss-fetch): Use unibyte buffer initially; bind
20291         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20292         decode contents according to the encoding attribute.
20293         (nnrss-save-group-data): Add coding cookie.
20294         (nnrss-mime-encode-string): New function.
20295         (nnrss-check-group): Use it to encode subject and author.
20296
20297 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20298
20299         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20300         imaginary variable.
20301
20302 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20303
20304         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20305         correctly even if there are wide characters.
20306
20307 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20308
20309         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20310         downcased symbol names; make a new cache instead of reusing
20311         bbdb-hashtable.
20312
20313 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20314
20315         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20316         concatenating segments rather than before concatenating them.
20317         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20318
20319         * message.el (message-get-reply-headers): Bind `extra'.
20320
20321 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20322
20323         * message.el (message-extra-wide-headers): New variable.
20324         (message-get-reply-headers): Use it.
20325
20326 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20327
20328         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20329         (gnus-agent-group-pathname): Ditto.
20330
20331         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20332
20333         * gnus-group.el (gnus-group-make-group): Decode group name.
20334         (gnus-group-make-rss-group): Register the group data after opening
20335         the nnrss group.
20336
20337 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20338
20339         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20340         by expiry now get marked as read.
20341
20342 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20343
20344         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20345
20346 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20347
20348         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20349         unify Latin characters in XEmacs.
20350         (mm-find-mime-charset-region): Use it.
20351
20352 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20353
20354         * gnus-util.el (gnus-delete-directory): New function.
20355
20356         * gnus-agent.el (gnus-agent-delete-group): Use it.
20357
20358         * gnus-cache.el (gnus-cache-delete-group): Use it.
20359
20360 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20361
20362         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20363         names.
20364
20365 2004-12-16  Simon Josefsson  <jas@extundo.com>
20366
20367         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20368
20369 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20370
20371         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20372
20373         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20374         (gnus-group-set-current-level): Decode group name.
20375
20376 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20377
20378         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20379         failed.
20380
20381 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20382
20383         * gnus-group.el (gnus-group-delete-group): Decode group name.
20384         (gnus-group-make-rss-group): Encode group name.
20385         (gnus-group-catchup-current): Decode group name.
20386         (gnus-group-kill-group): Decode group name.
20387
20388 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20389
20390         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20391
20392 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20393
20394         * gnus-group.el (gnus-group-make-rss-group):
20395         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20396
20397         * gnus-start.el (gnus-setup-news): Honor user's setting to
20398         gnus-message-archive-method.  Suggested by Lute Kamstra
20399         <lute@gnu.org>.
20400
20401 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20402
20403         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20404         global counterparts of the buffer-local variables.
20405
20406 2004-11-16  Romain Francoise  <romain@orebokech.com>
20407
20408         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20409         counterparts of the buffer-local variables.
20410
20411 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20412
20413         * message.el (message-forbidden-properties): Fix typo in doc
20414         string.
20415
20416 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20417
20418         * gnus-util.el (gnus-replace-in-string): Add doc string.
20419
20420         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20421         to avoid problems when splitting mails with many recipients.
20422
20423 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20424
20425         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20426         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20427
20428 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20429
20430         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20431         if there is no hashtable in memory or file modification time is
20432         newer than cached timestamp.
20433
20434 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20435
20436         * gnus-sum.el (gnus-summary-limit-to-recipient):
20437         Implement not-matching option.
20438
20439 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20440
20441         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20442         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20443         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20444         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20445         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20446         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20447
20448 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20449
20450         * message.el (message-forward-make-body-mml): Remove headers
20451         according to message-forward-ignored-headers if a message is decoded.
20452
20453 2004-12-02  Romain Francoise  <romain@orebokech.com>
20454
20455         * message.el (message-forward-make-body-plain): Always remove
20456         headers according to message-forward-ignored-headers.
20457
20458 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20459
20460         * spam.el (spam-summary-prepare-exit): Remove the
20461         gnus-summary-limit pop for now, it has problems with ham marks for
20462         me.
20463
20464 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20465
20466         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20467         correctly.
20468
20469 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20470
20471         * format-spec.el (format-spec): Message the char.
20472
20473 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20474
20475         * gnus-art.el (gnus-split-methods): Reformat comments.
20476
20477         * spam.el (spam-summary-prepare-exit): Remove article limits
20478         before exiting the summary buffer.
20479
20480 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20481
20482         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20483         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20484
20485         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20486         order to silence the byte compiler.
20487
20488         * spam.el: Fix the way to silence the byte compiler, which
20489         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20490         bbdb-search-simple, spam-BBDB-register-routine,
20491         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20492         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20493         spam-stat-buffer-is-spam, spam-stat-load,
20494         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20495         spam-stat-save and spam-stat-split-fancy.
20496
20497 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20498
20499         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20500         which may confuse users.
20501         (canlock-password-for-verify): Ditto.
20502
20503         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20504
20505         * gnus-art.el (gnus-emphasis-alist): Ditto.
20506
20507         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20508
20509         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20510
20511         * gnus-start.el (gnus-save-killed-list): Ditto.
20512
20513         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20514         (gnus-sum-thread-tree-root): Ditto.
20515         (gnus-sum-thread-tree-false-root): Ditto.
20516         (gnus-sum-thread-tree-single-indent): Ditto.
20517
20518         * message.el (message-courtesy-message): Ditto.
20519         (message-archive-note): Ditto.
20520         (message-subscribed-address-file): Ditto.
20521         (message-user-fqdn): Ditto.
20522
20523         * spam-report.el (spam-report-gmane-regex): Ditto.
20524
20525         * spam.el (spam-blackhole-good-server-regex): Ditto.
20526
20527 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * mml.el (mml-preview): Widen the message buffer before copying
20530         the contents to the preview buffer; sort headers before previewing.
20531
20532         * message.el (message-hidden-headers): Fix the way to avoid a bug
20533         in the `repeat' widget in Emacs 21.3 or earlier.
20534
20535 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20536
20537         * message.el (message-hidden-headers): Default to "^References:".
20538         Improve customization type.  Suggested by Reiner Steib
20539         <Reiner.Steib@gmx.de>.
20540
20541 2004-11-25  Romain Francoise  <romain@orebokech.com>
20542
20543         * message.el (message-strip-forbidden-properties): Remove check for
20544         obsolete `message-hidden' text property, hidden headers are not
20545         accessible in the buffer anymore.
20546
20547 2004-11-22  Romain Francoise  <romain@orebokech.com>
20548
20549         * message.el (message-header-format-alist): Add `From' in list
20550         so that it can be sorted.
20551         (message-fix-before-sending): Widen and sort headers before
20552         sending.
20553         (message-hide-headers): Use narrowing to hide headers by moving
20554         them to the top of the buffer and narrowing to the region
20555         underneath.
20556
20557 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20558
20559         * message.el (message-strip-forbidden-properties):
20560         Bind buffer-read-only (etc) to nil.
20561
20562 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20563
20564         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20565         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20566
20567 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20568
20569         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20570
20571 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20572
20573         * dns.el (query-dns): Use sit-for to time instead of
20574         accept-process-output, since that doesn't seem to work on udp
20575         sockets.
20576
20577 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20580
20581 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20582
20583         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20584         doc string.  Improve doc string.
20585
20586 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20587
20588         * nntp.el (nntp-request-update-info): Return nil if
20589         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20590         may not call gnus-activate-group which uselessly issues the GROUP
20591         commands for all nntp groups and wastes time.  Reported by Romain
20592         Francoise <romain@orebokech.com>.
20593
20594         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20595
20596 2004-11-15  Simon Josefsson  <jas@extundo.com>
20597
20598         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20599         headers separately.
20600         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20601         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20602
20603 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20604
20605         * gnus-start.el (gnus-convert-old-newsrc):
20606         Assign legacy-gnus-agent to 5.10.7.
20607
20608 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20609
20610         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20611         start of the lines.
20612
20613 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20614
20615         * hashcash.el (hashcash-default-payment): Change default to 20.
20616         (hashcash-default-accept-payment): Change default to 20.
20617         (hashcash-process-alist): New variable.
20618         (hashcash-generate-payment-async): Add.
20619         (hashcash-already-paid-p): Add.
20620         (hashcash-insert-payment): Don't generate payments twice.
20621         (hashcash-insert-payment-async): Add.
20622         (hashcash-insert-payment-async-2): Add.
20623         (hashcash-cancel-async): Add.
20624         (hashcash-wait-async): Add.
20625         (hashcash-processes-running-p): Add.
20626         (hashcash-wait-or-cancel): Add.
20627         (mail-add-payment): New optional argument.  Conditionally start
20628         asynchronous calculation.
20629         (mail-add-payment-async): Add.
20630
20631         * message.el (message-send-mail): Wait for asynchronous hashcash
20632         results.  Don't clobber existing X-Hashcash headers.
20633         (message-setup-1): Call mail-add-payment-async when
20634         message-generate-hashcash is non-nil.
20635
20636 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20637
20638         * message.el (message-use-alternative-email-as-from): Examine the
20639         From header as well; use message-make-from in order to include a
20640         user's full name.
20641
20642 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20643
20644         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20645         default; improve customization type.
20646         (gnus-emphasis-custom-with-format): New macro.
20647         (gnus-emphasis-custom-value-to-external): New function.
20648         (gnus-emphasis-custom-value-to-internal): New function.
20649
20650 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20651
20652         * dns.el (query-dns): Resolve reverse addresses.
20653
20654 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20655
20656         * gnus-group.el (gnus-group-get-new-news): Use it.
20657
20658         * gnus-start.el (gnus-check-reasonable-setup): New function.
20659
20660 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20663         "Args out of range" error.  Reported by Arnaud Giersch
20664         <arnaud.giersch@free.fr>.
20665
20666 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20667
20668         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20669
20670 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20671
20672         * spam.el (spam group): Add :version.
20673
20674         * pgg-def.el (pgg group): Add :version.
20675
20676 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20677
20678         * gnus-art.el (gnus-article-edit-article): Don't associate the
20679         article buffer with a draft file.  This is a temporary measure
20680         against the 2004-08-22 change to gnus-article-edit-mode.
20681
20682 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20685         (html2text-format-tags): Remove unused variable `attr'.
20686
20687 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20688
20689         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20690
20691         * tls.el (tls-process-connection-type, tls-success)
20692         (tls-certtool-program): Add :version.
20693
20694         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20695         (starttls-extra-arguments, starttls-process-connection-type)
20696         (starttls-connect, starttls-failure, starttls-success): Add :version.
20697
20698         * spam-stat.el (spam-stat): Add :version.
20699
20700         * sieve.el (sieve): Add :version.
20701
20702         * sha1.el (sha1): Add :version.
20703         (sha1-use-external): Remove redundant version.
20704
20705         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20706         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20707         (nnmail-split-fancy-match-partial-words)
20708         (nnmail-split-lowercase-expanded): Add :version.
20709
20710         * nndiary.el (nndiary): Add :version.
20711
20712         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20713
20714         * mml-sec.el (mml-default-sign-method)
20715         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20716         Add :version.
20717
20718         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20719
20720         * mm-url.el (mm-url-use-external, mm-url-program)
20721         (mm-url-arguments): Add :version.
20722
20723         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20724         (mm-attachment-file-modes, mm-decrypt-option)
20725         (mm-w3m-safe-url-regexp): Add :version.
20726
20727         * message.el (message-cite-prefix-regexp)
20728         (message-sendmail-envelope-from, message-minibuffer-local-map)
20729         (message-user-fqdn, message-completion-alist): Add :version.
20730
20731         * gnus-win.el (gnus-configure-windows-hook)
20732         (gnus-use-frames-on-any-display): Add :version.
20733
20734         * gnus-art.el (gnus-article-address-banner-alist)
20735         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20736         (gnus-treat-from-picon, gnus-treat-mail-picon)
20737         (gnus-treat-x-pgp-sig): Add :version.
20738
20739         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20740         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20741         (gnus-summary-article-delete-hook)
20742         (gnus-summary-display-while-building): Add :version.
20743
20744         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20745         (gnus-get-top-new-news-hook): Add :version.
20746
20747         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20748         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20749
20750         * gnus-registry.el (gnus-registry): Add :version.
20751
20752         * gnus-spec.el (gnus-use-correct-string-widths)
20753         (gnus-make-format-preserve-properties): Add :version.
20754
20755         * gnus.el (gnus-group-charter-alist)
20756         (gnus-group-fetch-control-use-browse-url)
20757         (gnus-install-group-spam-parameters): Add :version.
20758
20759         * gnus-diary.el (gnus-diary): Add :version.
20760
20761         * gnus-delay.el (gnus-delay): Add :version.
20762
20763         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20764         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20765         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20766         Add :version.
20767
20768         * gnus-agent.el (gnus-agent-max-fetch-size)
20769         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20770         (gnus-agent-prompt-send-queue): Add :version.
20771
20772         * deuglify.el (gnus-outlook-deuglify): Add :version.
20773
20774         * html2text.el: Beautify code.  Improve doc strings.
20775         Some checkdoc cleanup.
20776         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20777
20778 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20779
20780         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20781
20782 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20783
20784         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20785         when package is loaded.
20786
20787         * spam.el (spam-summary-score-preferred-header): Add global preference
20788         for people who want to override the default SpamAssassin over
20789         Bogofilter preference (when both are set).
20790         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20791         (spam-user-format-function-S):
20792         Check spam-summary-score-preferred-header.
20793         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20794         (spam-user-format-function-S): Format the score correctly.
20795
20796 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20797
20798         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20799         signature file.  Suggested by Manoj Srivastava
20800         <srivasta@golden-gryphon.com>.
20801
20802         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20803         iso-2022-jp even in the Japanese language environment.
20804         Suggested by Jason Rumney <jasonr@gnu.org>.
20805
20806 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20807
20808         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20809         use the same characters as the dummy marks; make it free from
20810         getting affected by the language environment.
20811         (gnus-summary-read-group-1): Update mark positions only when the
20812         format spec is updated.
20813
20814         * gnus-spec.el (gnus-update-format-specifications): Return a list
20815         of updated types.
20816
20817 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20818
20819         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20820         of boundp to check if display-warning is available.
20821
20822 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20823
20824         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20825
20826 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20827
20828         * nnspool.el (nnspool-spool-directory): Use news-path if the
20829         news-directory variable is not bound.
20830
20831         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20832         function instead of display-warning if it is not available.
20833
20834 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20835
20836         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20837         v5-10: Use `point-at-bol'.
20838
20839 2004-10-26  Simon Josefsson  <jas@extundo.com>
20840
20841         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20842         <chenggao@gmail.com>.
20843
20844 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20845
20846         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20847         instead.
20848
20849 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20850
20851         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20852         to remove a server from the nnimap-server-buffer-alist.
20853         (nnimap-open-connection, nnimap-close-server): Use it.
20854
20855         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20856
20857 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20858
20859         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20860         running the major-mode function.
20861
20862 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20863
20864         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20865         dummy marks in the right way.
20866
20867 2004-10-18  David Edmondson  <dme@dme.org>
20868
20869         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20870         excessively.
20871
20872 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20873
20874         * gnus-util.el (gnus-split-references): Accept a nil references
20875         string and go on blissfully.
20876
20877         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20878         cases where the references string is non-nil but has no references.
20879
20880         * encrypt.el: Add autoload tags.
20881
20882         * spam.el (spam-resolve-registrations-routine): Remove article
20883         from unregistration list too.  Reported by David Hanak
20884         <dhanak@isis.vanderbilt.edu>
20885
20886 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20887
20888         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20889         nil.  Change custom type.
20890
20891 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20892
20893         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20894
20895         * gnus-sum.el (gnus-summary-move-article): Use it.
20896
20897 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20898
20899         * encrypt.el: Add autoload cookies.
20900
20901         * spam.el (spam-backend-article-list-property)
20902         (spam-backend-get-article-todo-list)
20903         (spam-backend-put-article-todo-list)
20904         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20905         Resolve registrations separately.
20906         (spam-register-routine): Format comments.
20907         (spam-unregister-routine, spam-register-routine): Always call with
20908         specific-articles, no default list.
20909         (spam-summary-prepare-exit): Use the spam-classifications function.
20910
20911         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20912         gnus-encrypt.el.
20913
20914         * encrypt.el: Copied from gnus-encrypt.el.
20915
20916         * gnus-encrypt.el: Commented that it's obsolete.
20917
20918 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20919
20920         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20921         (gnus-score-save): Use it.
20922
20923         * message.el (message-bury): Use `window-dedicated-p'.
20924
20925 2004-10-15  Simon Josefsson  <jas@extundo.com>
20926
20927         * pop3.el (top-level): Don't require nnheader.
20928         (pop3-read-timeout): Add.
20929         (pop3-accept-process-output): Add.
20930         (pop3-read-response, pop3-retr): Use it.
20931
20932 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20933
20934         * spam.el (spam-register-routine): Move comment.
20935         (spam-verify-bogofilter): Use 'unknown for the initial
20936         spam-bogofilter-valid state, not 'never.
20937
20938         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20939         for netrc-machine.
20940
20941         * nnimap.el (nnimap-open-connection):
20942         Use netrc-machine-user-or-password.
20943
20944 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20945
20946         * gnus-registry.el (gnus-registry-unload-hook):
20947         Set as a variable with add-hook.
20948
20949         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20950         of news-path.
20951
20952         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20953
20954         * spam.el: Delete duplicate `provide'.
20955         (spam-unload-hook): Set as a variable with add-hook.
20956
20957 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20958
20959         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20960         in the doc string.
20961
20962         * message.el (message-ignored-news-headers)
20963         (message-ignored-supersedes-headers)
20964         (message-ignored-resent-headers)
20965         (message-forward-ignored-headers): Improve custom type.
20966
20967 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20968
20969         * message.el (message-tokenize-header): Fix 2004-09-06 change
20970         which used point-min in the wrong place.
20971
20972 2004-10-12  Simon Josefsson  <jas@extundo.com>
20973
20974         * tls.el (tls-certtool-program): New variable.
20975         (tls-certificate-information): New function, based on
20976         ssl-certificate-information.
20977
20978 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20979
20980         * compface.el: Move the version of ELisp-based uncompface program
20981         to the contrib directory because of the copyright problem.
20982
20983 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20984
20985         * message.el (message-kill-buffer): Raise the current frame.
20986
20987 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20988
20989         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20990
20991         * gnus.el (message-y-or-n-p): Autoload.
20992
20993         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20994         (pop3-password-required, pop3-authentication-scheme)
20995         (pop3-leave-mail-on-server): Make customizable.
20996         (pop3): New custom group.
20997         (pop3-retr): Remove `sleep-for' statements.
20998         Suggested by Dave Love <fx@gnu.org>.
20999
21000         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21001         Windows/DOS.
21002
21003         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21004         (imap-parse-body): Fix incorrect use of `assert'.
21005         Suggested by Dave Love <fx@gnu.org>.
21006
21007         * mml.el (mml-minibuffer-read-disposition): Require match.
21008         Suggested by Dave Love <fx@gnu.org>.
21009
21010 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21011
21012         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21013         doc string.
21014
21015 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21018
21019 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21020
21021         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21022         instead of calling `mm-insert-inline', to decode text/* parts
21023         before displaying them.
21024
21025 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21026
21027         * mm-uu.el (mm-uu-text-plain-type): New variable.
21028         (mm-uu-pgp-signed-extract-1): Use it.
21029         (mm-uu-pgp-encrypted-extract-1): Use it.
21030         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21031         bind mm-uu-text-plain-type with that value.
21032         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21033         mm-uu-dissect.
21034
21035 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21036
21037         * gnus-group.el (gnus-update-group-mark-positions):
21038         * gnus-sum.el (gnus-update-summary-mark-positions):
21039         * message.el (message-check-news-body-syntax):
21040         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21041         of string-as-multibyte.
21042
21043 2004-10-05  Juri Linkov  <juri@jurta.org>
21044
21045         * gnus-group.el (gnus-update-group-mark-positions):
21046         * gnus-sum.el (gnus-update-summary-mark-positions):
21047         * message.el (message-check-news-body-syntax):
21048         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21049         8-bit unibyte values to a multibyte string for search functions.
21050
21051 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21052
21053         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21054         (mm-uu-dissect-text-parts): New function.
21055
21056         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21057         dissect text parts.
21058
21059         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21060         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21061
21062         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21063
21064         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21065         Use gnus-current-topics instead of gnus-current-topic.
21066
21067 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21068
21069         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21070
21071 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21072
21073         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21074         where appropriate.
21075
21076         * nnml.el (nnml-generate-active-info): do.
21077
21078         * nndiary.el (nndiary-generate-active-info): do.
21079
21080         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21081         (gnus-topic-move): do.
21082
21083         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21084         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21085
21086         * gnus-srvr.el (gnus-server-prepare)
21087         (gnus-server-open-all-servers): do.
21088
21089         * gnus-msg.el (gnus-summary-cancel-article)
21090         (gnus-summary-resend-message)
21091         (gnus-summary-mail-crosspost-complaint): do.
21092
21093         * gnus-move.el (gnus-change-server): do.
21094
21095         * gnus-group.el (gnus-group-unmark-all-groups)
21096         (gnus-group-set-current-level): do.
21097
21098 2004-10-04  Simon Josefsson  <jas@extundo.com>
21099
21100         * message.el (message-generate-hashcash): Doc fix.
21101
21102 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21103
21104         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21105         avoid infinite recursion via gnus-get-function.
21106
21107 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21108
21109         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21110
21111         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21112
21113         * nnmail.el (nnmail-split-history): do.
21114
21115         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21116         (nnml-request-delete-group): do.
21117
21118         * nnslashdot.el (nnslashdot-read-groups): do.
21119
21120         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21121         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21122
21123         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21124         (nnspool-sift-nov-with-sed): Use last.
21125         (nnspool-retrieve-headers-with-nov): Use mapc.
21126         (nnspool-request-newgroups): Use dolist.
21127         (nnspool-request-group): Use last.
21128
21129         * nntp.el (nntp-read-server-type): Use dolist.
21130
21131         * nnvirtual.el (nnvirtual-create-mapping)
21132         (nnvirtual-update-read-and-marked): Use dolist.
21133         (nnvirtual-convert-headers): Simplify.
21134
21135 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21136
21137         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21138         Add support for sync'ing tick marks.
21139
21140 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21141
21142         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21143         there's no visible header.
21144
21145 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21146
21147         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21148         When necessary, pass full group name to gnus-request-set-marks.
21149
21150 2004-10-01  Simon Josefsson  <jas@extundo.com>
21151
21152         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21153         acroread.
21154
21155 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21156
21157         * spam-report.el (spam-report-gmane): Fix interactive.
21158
21159         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21160
21161         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21162         when writing file.
21163         (gnus-agent-synchronize-flags): Don't default to being
21164         interactive.
21165
21166 2004-09-30  Simon Josefsson  <jas@extundo.com>
21167
21168         * message.el (message-generate-hashcash): Add.
21169         (message-send-mail): Use it, call mail-add-payment.
21170
21171 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21172
21173         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21174
21175 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21176
21177         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21178         gnus-requst-update-info with explicit code to sync the in-memory
21179         info read flags with the marks being sync'd to the backend.
21180
21181         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21182
21183 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21184
21185         * spam.el (spam-verify-bogofilter): Add new function.
21186         (spam-check-bogofilter)
21187         (spam-bogofilter-register-with-bogofilter): Use it.
21188         (spam-verify-bogofilter): Add small fixes.
21189
21190 2004-09-28  Simon Josefsson  <jas@extundo.com>
21191
21192         * hashcash.el (hashcash-generate-payment): Revert.
21193
21194 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21195
21196         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21197         Use gnus-extract-references instead of gnus-split-references.
21198
21199         * gnus-util.el (gnus-extract-references): Add new function, analogous
21200         to gnus-split-references but extracts only the message-ID without
21201         anything extra.
21202
21203         * hashcash.el (hashcash-generate-payment)
21204         (hashcash-check-payment): Do the right thing if hashcash-path is
21205         nil (because the hashcash program could not be found).
21206
21207         * spam.el (spam-use-hashcash): Remove comment.
21208
21209 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21210
21211         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21212         (gnus-cache-enter-article, gnus-cache-remove-article)
21213         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21214
21215         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21216
21217         * gnus-art.el (article-hide-boring-headers)
21218         (article-translate-strings, article-display-face)
21219         (gnus-article-mime-match-handle-first)
21220         (gnus-article-highlight-headers)
21221         (gnus-article-add-buttons-to-head): do.
21222
21223 2004-09-27  Simon Josefsson  <jas@extundo.com>
21224
21225         * hashcash.el: New version, from
21226         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21227         ../contrib/.
21228
21229 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21230
21231         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21232
21233 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21234
21235         * gnus-dup.el (gnus-dup-open): Use mapc.
21236         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21237
21238         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21239         Reported by Stefan Wiens <s.wi@gmx.net>.
21240
21241         * gnus.el (gnus-shutdown): Use dolist.
21242
21243         * gnus-undo.el (gnus-undo): Use mapc.
21244
21245         * nnrss.el (nnrss-generate-active): do.
21246
21247         * message.el (message-cite-original-without-signature)
21248         (message-cite-original): Use mapc.
21249         (message-do-actions, message-make-forward-subject): Use dolist.
21250
21251 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21252
21253         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21254         deletion to remove entire duplicate line.  Fixes merged article
21255         number bug.
21256
21257 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21258
21259         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21260         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21261         first ask if you want to open a server and then, even when you
21262         responded with no, asking if you want to synchronize the server's
21263         flags.
21264         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21265         multi-line expressions.
21266         (gnus-agent-synchronize-group-flags): New internal function.
21267         Updates marks in memory (in the info structure) AND in the
21268         backend.
21269
21270         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21271
21272         * nnagent.el (nnagent-request-set-mark):
21273         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21274         method, to ensure that synchronization updates marks in the
21275         backend and in the info (in memory) structure.
21276
21277 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21278
21279         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21280         convention fully; don't miss the root article of a thread; make
21281         the X-Draft-From header with correct article numbers.
21282
21283 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21284
21285         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21286         unless plugged.  Disable the agent so that an open failure causes
21287         an error.
21288
21289         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21290         Revert 2004-09-21 change.  The backend must be opened while
21291         synchronizing flags even when the backend stores the flags
21292         locally.
21293
21294 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21295
21296         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21297         in `header' match.  Reported by Svend Tollak Munkejord.
21298
21299         * message.el (message-cite-original): Fix use of
21300         `message-cite-articles-with-x-no-archive'.
21301
21302 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21303
21304         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21305         (gnus-window-to-buffer): Ditto.
21306
21307         * mml.el (mml-preview-buffer): New variable.
21308         (mml-preview): Manage window layout with gnus-buffer-configuration.
21309
21310         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21311         X-Draft-From header even if those articles aren't quoted.
21312
21313 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21314
21315         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21316         (gnus-request-set-mark, gnus-request-update-mark): Use new
21317         g-s-t-u-l-m to decide to use backend even when unplugged.
21318
21319 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21320
21321         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21322         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21323
21324 2004-09-20  Simon Josefsson  <jas@extundo.com>
21325
21326         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21327         "utf-16-le".
21328
21329 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21330
21331         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21332
21333 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21334
21335         * uudecode.el (uudecode-use-external): Add :version.
21336
21337         * smime.el (smime-CA-file, smime-encrypt-cipher)
21338         (smime-dns-server): Add :version.
21339
21340         * smiley.el (gnus-smiley-file-types): Add :version.
21341
21342         * sha1.el (sha1-use-external): Add :version.
21343
21344         * pgg-def.el (pgg-query-keyserver): Add :version.
21345
21346         * nnmail.el (nnmail-fancy-expiry-targets)
21347         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21348         Add :version.
21349
21350         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21351         (nnimap-retrieve-groups-asynchronous): Add :version.
21352         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21353
21354         * mml.el (mml-content-disposition-parameters)
21355         (mml-insert-mime-headers-always): Add :version.
21356
21357         * mm-util.el (mm-coding-system-priorities): Add :version.
21358
21359         * mm-decode.el (mm-inline-text-html-with-images)
21360         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21361         (mm-verify-option): Add :version.
21362         (mm-text-html-renderer): Change :version.
21363
21364         * message.el (message-fcc-externalize-attachments)
21365         (message-required-headers, message-draft-headers)
21366         (message-subject-trailing-was-query)
21367         (message-subject-trailing-was-ask-regexp)
21368         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21369         (message-mark-insert-end, message-archive-header)
21370         (message-archive-note, message-cross-post-default)
21371         (message-cross-post-note, message-followup-to-note)
21372         (message-cross-post-note-function, message-use-mail-followup-to)
21373         (message-subscribed-address-functions)
21374         (message-subscribed-address-file, message-subscribed-addresses)
21375         (message-subscribed-regexps, message-allow-no-recipients)
21376         (message-yank-cited-prefix, message-signature-insert-empty-line)
21377         (message-hidden-headers, message-hierarchical-addresses)
21378         (message-mail-user-agent, message-use-idna)
21379         (message-valid-fqdn-regexp)
21380         (message-strip-special-text-properties, message-header-synonyms)
21381         (message-beginning-of-line, message-tab-body-function): Add :version.
21382         (message-insert-canlock, message-wide-reply-confirm-recipients):
21383         Change :version.
21384
21385         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21386         and :version.
21387         (mail-source-delete-old-incoming-confirm)
21388         (mail-source-movemail-program): Add :version.
21389
21390         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21391         (gnus-agent-cache, gnus-agent): Change :version.
21392
21393         * gnus-util.el (gnus-use-byte-compile): Change :version.
21394
21395         * gnus-sum.el (gnus-summary-make-false-root-always)
21396         (gnus-summary-default-high-score)
21397         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21398         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21399         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21400         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21401         (gnus-sum-thread-tree-single-indent)
21402         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21403         (gnus-sum-thread-tree-leaf-with-other)
21404         (gnus-sum-thread-tree-single-leaf): Add :version.
21405         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21406         (gnus-article-loose-mime): Change :version.
21407
21408         * gnus-start.el (gnus-backup-startup-file)
21409         (gnus-save-startup-file-via-temp-buffer): Add :version.
21410
21411         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21412         (gnus-server-offline-face): Add :version.
21413
21414         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21415
21416         * gnus-msg.el (gnus-gcc-externalize-attachments)
21417         (gnus-debug-files, gnus-debug-exclude-variables)
21418         (gnus-discouraged-post-methods): Change :version.
21419         (gnus-confirm-mail-reply-to-news)
21420         (gnus-confirm-treat-mail-like-news): Add :version.
21421
21422         * gnus-int.el (gnus-server-unopen-status): Add :version.
21423
21424         * gnus-group.el (gnus-group-jump-to-group-prompt)
21425         (gnus-large-ephemeral-newsgroup)
21426         (gnus-fetch-old-ephemeral-headers): Add :version.
21427
21428         * gnus-fun.el (gnus-x-face-directory)
21429         (gnus-convert-pbm-to-x-face-command)
21430         (gnus-convert-image-to-x-face-command)
21431         (gnus-convert-image-to-face-command): Add :version.
21432
21433         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21434
21435         * gnus-cite.el (gnus-cite-blank-line-after-header)
21436         (gnus-article-boring-faces): Add :version.
21437
21438         * gnus-art.el (gnus-buttonized-mime-types)
21439         (gnus-inhibit-mime-unbuttonizing)
21440         (gnus-treat-display-face)
21441         (gnus-treat-body-boundary): Change :version.
21442         (gnus-body-boundary-delimiter, gnus-picon-databases)
21443         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21444         (gnus-treat-date-english, gnus-treat-fold-headers)
21445         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21446         (gnus-treat-mail-picon, gnus-treat-wash-html)
21447         (gnus-article-encrypt-protocol)
21448         (gnus-use-idna, gnus-article-over-scroll)
21449         (gnus-mime-display-multipart-alternative-as-mixed)
21450         (gnus-mime-display-multipart-related-as-mixed)
21451         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21452         (gnus-ctan-url, gnus-button-ctan-handler)
21453         (gnus-button-handle-ctan-bogus-regexp)
21454         (gnus-button-ctan-directory-regexp)
21455         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21456         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21457         (gnus-button-man-level, gnus-button-emacs-level)
21458         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21459
21460         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21461         (gnus-agent-go-online): Change :version.
21462         (gnus-agent-expire-unagentized-dirs)
21463         (gnus-agent-auto-agentize-methods): Add :version.
21464
21465         * flow-fill.el (fill-flowed-display-column)
21466         (fill-flowed-encode-column): Add :version.
21467
21468         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21469         (gnus-outlook-deuglify-unwrap-max)
21470         (gnus-outlook-deuglify-cite-marks)
21471         (gnus-outlook-deuglify-unwrap-stop-chars)
21472         (gnus-outlook-deuglify-no-wrap-chars)
21473         (gnus-outlook-deuglify-attrib-cut-regexp)
21474         (gnus-outlook-deuglify-attrib-verb-regexp)
21475         (gnus-outlook-deuglify-attrib-end-regexp)
21476         (gnus-outlook-display-hook): Add :version.
21477
21478         * binhex.el (binhex-use-external): Add :version.
21479
21480 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21481
21482         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21483         and `invisible'.
21484
21485 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21486
21487         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21488         in gnus-registry-trim.
21489
21490 2004-09-13  Simon Josefsson  <jas@extundo.com>
21491
21492         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21493
21494         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21495
21496         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21497         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21498         <yamaoka@jpl.org>.
21499         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21500         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21501         <yamaoka@jpl.org>.
21502
21503         * sieve.el (sieve-manage-mode): Ditto.
21504
21505 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21506
21507         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21508
21509 2004-09-11  Simon Josefsson  <jas@extundo.com>
21510
21511         * dns-mode.el: Add.
21512
21513         * mm-view.el (mm-display-dns-inline): Add.
21514
21515         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21516         (mm-automatic-display): Ditto.
21517
21518         * mailcap.el (mailcap-mime-data): Add text/dns.
21519         (mailcap-mime-extensions): Map .soa to text/dns.
21520
21521 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21522
21523         * gnus-art.el (article-decode-mime-words, article-babel)
21524         (gnus-article-highlight-signature, gnus-article-add-buttons)
21525         (gnus-signature-toggle): Remove unnecessary bindings of
21526         `inhibit-read-only' inherited from v5.10 merge.
21527
21528 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21529
21530         * nntp.el (nntp): New customization group.
21531         (nntp-authinfo-file): Add customization group.
21532
21533         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21534
21535         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21536
21537         * gnus.el (to-address, to-list, subscribed)
21538         (large-newsgroup-initial): Ditto.
21539
21540         * flow-fill.el (fill-flowed-display-column)
21541         (fill-flowed-encode-column): Ditto.
21542
21543 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21544
21545         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21546         Use point-min rather than 1.
21547         (message-send-mail): Use buffer-size rather than point-max.
21548
21549         * gnus-sum.el (gnus-summary-search-article-forward):
21550         Signal a specific `search-failed' rather than a generic `error'.
21551
21552         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21553         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21554         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21555
21556 2004-09-10  Simon Josefsson  <jas@extundo.com>
21557
21558         * nndb.el (require): Remove tcp and duplicate cl.
21559
21560 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21561
21562         * gnus-agent.el (directory-files-and-attributes): Move forward.
21563
21564 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21565
21566         * gnus-agent.el (directory-files-and-attributes):
21567         Optionally defined to support XEmacs.
21568
21569 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21570
21571         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21572         to avoid run-time CL dependencies.
21573         (gnus-agent-unfetch-articles): New function.
21574         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21575         article numbers even when local .overview file is missing.
21576         (gnus-agent-read-article-number): New function.  Only accepts
21577         27-bit article numbers.
21578         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21579         Use gnus-agent-read-article-number.
21580         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21581         from backend while recognizing that article numbers in .overview
21582         must be valid.
21583         (gnus-agent-update-files-total-fetched-for):
21584         Use directory-files-and-attributes to improve performance.
21585         * gnus-int.el (gnus-request-move-article):
21586         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21587         improve performance.
21588
21589         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21590         some users confused by references to .newsrc when they only have a
21591         .newsrc.eld file.
21592         (gnus-convert-mark-converter-prompt)
21593         (gnus-convert-converter-needs-prompt): Fix use of property list.
21594         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21595         New function.  Used internally to only display 'gnus converting
21596         files' message when actually necessary.
21597
21598         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21599         methods now autoloaded.
21600
21601 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21602
21603         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21604         identifiers.
21605
21606 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21607
21608         * gnus-picon.el: Fix indentation and closing parenthesis.
21609
21610 2004-09-01  Simon Josefsson  <jas@extundo.com>
21611
21612         * message.el (message-canlock-generate): Require sha1, not
21613         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21614         to require within a function.  Sadly, if sha1.el isn't loaded, the
21615         let binding in m-c-g will hide the defcustom definition, which is
21616         bad.)
21617
21618         * canlock.el: Require sha1, not sha1-el.
21619
21620         * message.el: Don't autoload sha1 (there is a autoload cookie in
21621         sha1.el).
21622
21623         * sha1-el.el: Rename to sha1.el.
21624
21625 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21626
21627         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21628
21629 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21630
21631         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21632
21633 2004-08-30  Kim F. Storm  <storm@cua.dk>
21634
21635         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21636
21637         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21638         Add :group 'nnimap.
21639
21640 2004-08-30  Andreas Schwab  <schwab@suse.de>
21641
21642         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21643         ?* and ?\;.
21644
21645         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21646         and ?\' to symbol instead of whitespace.
21647
21648 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21649
21650         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21651
21652         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21653         instead of re-search-forward.
21654
21655         * gnus-uu.el (gnus-uu-save-article): Ditto.
21656         (gnus-uu-post-encode-uuencode): Ditto.
21657
21658         * html2text.el (html2text-clean-list-items): Ditto.
21659         (html2text-clean-dtdd): Ditto.
21660         (html2text-format-tags): Ditto.
21661
21662         * message.el (message-send-mail-with-sendmail): Fix regexp.
21663         (message-fill-field-general): Use search-forward instead of
21664         re-search-forward.
21665         (unbold-region): Ditto.
21666
21667         * nnrss.el (nnrss-request-article): Ditto.
21668
21669         * nnslashdot.el (nnslashdot-request-article): Ditto.
21670
21671         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21672
21673         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21674         "Unrecognized menu descriptor" error in XEmacs.
21675
21676 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21677
21678         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21679         parent article of a sparse article in the thread hashtb.
21680
21681 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21682
21683         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21684         (nnmail-expand-newtext): Lowercase expanded entries if
21685         nnmail-split-lowercase-expanded is non-nil.
21686
21687 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21688
21689         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21690
21691         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21692         of gnus-tmp-news-method into string under XEmacs.  It will be
21693         passed to gnus-correct-length which takes only a string argument.
21694
21695 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21696
21697         * gnus-util.el (gnus-bind-print-variables): New macro.
21698         (gnus-prin1): Use it.
21699         (gnus-prin1-to-string): Use it.
21700         (gnus-pp): New function.
21701         (gnus-pp-to-string): New function.
21702
21703         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21704         Replace pp-to-string with gnus-pp-to-string.
21705         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21706         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21707         * gnus-msg.el (gnus-debug): Ditto.
21708         * gnus-score.el (gnus-score-save): Ditto.
21709         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21710         gnus-pp-to-string.
21711         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21712         with gnus-pp.
21713         * score-mode.el (gnus-score-pretty-print): Ditto.
21714         * webmail.el (webmail-debug): Ditto.
21715
21716 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21717
21718         * gnus-art.el (article-display-face, article-display-x-face):
21719         Use buffer-read-only.
21720
21721 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21722
21723         * gnus-art.el (article-hide-list-identifiers):
21724         Bind inhibit-read-only as t.
21725
21726 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21727
21728         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21729
21730 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21731
21732         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21733         (gnus-narrow-to-page): Don't assume point-min == 1.
21734         (gnus-article-edit-mode): Derive from message-mode.
21735
21736         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21737         point-min == 1.
21738
21739         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21740         Disable incorrect use of `assert'.
21741
21742         * message.el (message-mode): Set comment-start-skip.
21743
21744
21745 2004-08-22  Sam Steingold  <sds@gnu.org>
21746
21747         * pop3.el (pop3-leave-mail-on-server): New user variable.
21748         (pop3-movemail): Delete mail only when it is nil.
21749
21750 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21751
21752         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21753
21754         * mml.el (mml-preview): Use `pop-to-buffer'.
21755
21756         * message.el (message-goto-mail-followup-to): Insert after "To".
21757         (message-carefully-insert-headers): Add comment.
21758
21759         * gnus.el: Remove unused variable `gnus-article-check-size'.
21760
21761         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21762
21763         * gnus-art.el (gnus-button-alist):
21764         Improve `gnus-button-handle-library' entry.
21765
21766 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21767
21768         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21769         Use downcase, since XEmacs capitalizes error messages differently.
21770
21771 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21772
21773         * nntp.el: Add (require 'gnus) due to reference to
21774         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21775
21776 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21777
21778         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21779         Bind `mm-fill-flowed'.
21780
21781         * mm-decode.el (mm-dissect-singlepart): Check it.
21782
21783 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21784
21785         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21786         'imap' for netrc parsing.
21787
21788 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21789
21790         * mailcap.el (mailcap-mime-data): Mark as risky.
21791
21792 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21793
21794         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21795         may be included in the encoded word.
21796         (rfc2047-encode): Don't append a space if the encoded word
21797         includes close parenthesis.
21798
21799 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21800
21801         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21802         of text within parentheses.
21803
21804 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21805
21806         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21807         (gnus-encrypt-write-file-contents): Make the password key the file
21808         name PLUS the cipher, not just the cipher.  Also remove failed
21809         passwords from the cache.
21810
21811 2004-08-06  Simon Josefsson  <jas@extundo.com>
21812
21813         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21814         Doc fix.
21815
21816 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21817
21818         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21819         LWSP.
21820
21821 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21822
21823         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21824         Try to append in-reply-to: data to the references: header.
21825
21826         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21827         (netrc-parse): Use gnus-encrypt.el functions.
21828
21829         * gnus-encrypt.el: Add new file for encryption support; currently
21830         does only a few GPG ciphers and an internal XOR cipher.
21831
21832         * password.el: Add comments on using password-read-and-add.
21833         (password-read-and-add): Add function to read and add the
21834         password to the cache at once.
21835
21836 2004-07-28  Simon Josefsson  <jas@extundo.com>
21837
21838         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21839         parameter (but don't use it, for now).
21840
21841         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21842         instead of hard coding to nil.
21843
21844 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21845
21846         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21847         as mm-inline-image-xemacs does.
21848
21849 2004-07-26  Simon Josefsson  <jas@extundo.com>
21850
21851         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21852         Revert part of 2004-07-17 change below.
21853
21854 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21855
21856         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21857         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21858
21859 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21860
21861         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21862         quotes that actually start with ">" at the beginning of the
21863         lines.
21864
21865 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21866
21867         * rfc2047.el (rfc2047-encode-region): Fix last change.
21868         (rfc2047-encode-parameter): Remove useless concat.
21869
21870 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21871
21872         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21873         encode special characters; fix some kind of misconfigured headers;
21874         signal a real error if debug-on-quit or debug-on-error is non-nil.
21875         (rfc2047-encode-max-chars): New variable.
21876         (rfc2047-encode-1): Use it.
21877         (rfc2047-encode-parameter): New function.
21878
21879         * mml.el (mml-insert-parameter): Remove an excessive space.
21880
21881 2004-07-17  Simon Josefsson  <jas@extundo.com>
21882
21883         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21884         Kai Grossjohann <kai@emptydomain.de>.
21885         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21886         (gnus-group-make-menu-bar): Ditto.
21887
21888         * gnus-util.el (gnus-group-server): Add.
21889
21890 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21891
21892         * message.el (message-clone-locals): Clone sendmail and smtp
21893         variables.
21894
21895 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21896
21897         * rfc2047.el (rfc2047-encode-region): Fix last change.
21898
21899 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21900
21901         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21902         characters as non-special.
21903
21904 2004-07-09  Simon Josefsson  <jas@extundo.com>
21905
21906         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21907         Users will lose all flag changes made while unplugged with
21908         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21909         good default.  See numerous reports on ding mailing list.
21910
21911 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21912
21913         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21914         add generate-head-function and generate-article-function to the
21915         rfc822-forward entry.
21916         (nndoc-rfc822-forward-generate-article): New function.
21917         (nndoc-rfc822-forward-generate-head): New function.
21918
21919         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21920
21921 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21922
21923         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21924         respect display group parameter and gnus-summary-expunge-below.
21925         (gnus-articles-to-read): Remove unused reference to display group
21926         parameter.
21927
21928 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21929
21930         * nnheader.el (nnheader-uniquify-message-id): New experimental
21931         variable.
21932         (nnheader-nov-read-message-id): Use it.
21933
21934         * spam-report.el (spam-report-gmane): Add interactive.
21935
21936 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21937
21938         * mm-encode.el (mm-content-transfer-encoding-defaults):
21939         Use qp-or-base64 for the application/* types.
21940
21941 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21942
21943         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21944
21945 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21946
21947         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21948         trim value.
21949
21950 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21951
21952         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21953         New macro and function.
21954         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21955
21956 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21957
21958         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21959         after-load-alist.
21960
21961 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21962
21963         * gnus-group.el (gnus-group-get-new-news-this-group):
21964         Don't update info that isn't there.
21965
21966 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21967
21968         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21969         entry.
21970
21971 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21972
21973         * mm-view.el (mm-inline-render-with-function): Use multibyte
21974         buffer; decode html source by charset.
21975
21976         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21977
21978         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21979         Mule-UCS is loaded under XEmacs.
21980         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21981
21982 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21983
21984         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21985
21986 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21987
21988         * mm-util.el (mm-coding-system-p): Return a coding-system.
21989         (mm-mime-mule-charset-alist): Use shift_jis instead of
21990         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21991         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21992         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21993         instead of japanese-shift-jis and iso-latin-1 respectively in
21994         order to share the default value with both Emacs and XEmacs-mule.
21995         (mm-mule-charset-to-mime-charset):
21996         Make mm-coding-system-priorities effective.
21997         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21998         while predicating of candidates upon the priorities.
21999
22000 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22001
22002         * gnus-sum.el (gnus-summary-make-menu-bar):
22003         Add gnus-uu-invert-processable.
22004
22005         * gnus.el: Autoload gnus-uu-invert-processable.
22006
22007 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * mm-util.el (mm-with-multibyte-buffer): New macro.
22010
22011         * rfc2047.el (rfc2047-encode-string): Use it.
22012         (rfc2047-encode-region): Move point to the end of the region after
22013         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22014
22015 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22016
22017         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22018         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22019
22020 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22021
22022         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22023         (gnus-cite-parse): Ignore quoted envelope From_.
22024         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22025
22026 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22027
22028         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22029         invalid addresses.
22030
22031 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22032
22033         * spam.el: Change section markers, revise TODO list.
22034         (spam-backends): Make new master list of all installed backends.
22035         (spam-summary-exit-behavior): Add new variable to determine how
22036         messages moves are done at summary exit.
22037         (spam-move-spam-nonspam-groups-only)
22038         (spam-process-ham-in-nonham-groups)
22039         (spam-process-ham-in-spam-groups): Remove variables, the
22040         spam-summary-exit-behavior variable should be used to manage this
22041         behavior.
22042         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22043         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22044         and spam-old-spam-articles.
22045         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22046         Add empty variables, placeholders for the backends they represent.
22047         (spam-set-difference): Move, unchanged.
22048         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22049         unless the user has a processor variable.
22050         (spam-classifications, spam-classification-valid-p)
22051         (spam-backend-properties, spam-backend-property-valid-p)
22052         (spam-backend-function-type-valid-p)
22053         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22054         (spam-report-articles-gmane, spam-report-articles-resend):
22055         Remove functions, they are not needed.
22056         (spam-install-backend-super, spam-backend-list)
22057         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22058         (spam-backend-function, spam-backend-ham-registration-function)
22059         (spam-backend-spam-registration-function)
22060         (spam-backend-ham-unregistration-function)
22061         (spam-backend-spam-unregistration-function)
22062         (spam-backend-statistical-p, spam-backend-mover-p)
22063         (spam-install-backend-alias, spam-install-checkonly-backend)
22064         (spam-install-mover-backend, spam-install-nocheck-backend)
22065         (spam-install-backend, spam-install-statistical-backend)
22066         (spam-install-statistical-checkonly-backend): Add backend installation
22067         support.
22068         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22069         (spam-group-processor-p): Use the new backend code and respect the
22070         summary exit behavior.
22071         (spam-mark-spam-as-expired-and-move-routine): Remove.
22072         (spam-summary-prepare): Change to use the new spam-old-articles
22073         variable.
22074         (spam-copy-or-move-routine, spam-copy-spam-routine)
22075         (spam-move-spam-routine, spam-copy-ham-routine)
22076         (spam-move-ham-routine): Add code to copy/move ham or spam.
22077         (spam-fetch-field-fast): Improve doc and code, plus allow the
22078         'number request.
22079         (spam-list-of-checks, spam-list-of-statistical-checks):
22080         Remove variables.
22081         (spam-split, spam-find-spam): Use the new backend code.
22082         (spam-registration-functions): Remove variable.
22083         (spam-unregister-routine): Add convenience wrapper.
22084         (spam-log-undo-registration, spam-register-routine)
22085         (spam-log-processing-to-registry)
22086         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22087         where possible.
22088         (spam-check-gmane-xref, spam-check-regex-headers)
22089         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22090         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22091         (spam-check-bogofilter-headers, spam-check-spamoracle)
22092         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22093         (spam-check-crm114-headers): Use the spam-split-group that
22094         spam-split prepares, no need to determine it every time.
22095
22096         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22097         to the nnheader-parse-naked-head call.
22098
22099         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22100
22101         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22102         the nnheader-nov-read-message-id call.
22103
22104 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22105
22106         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22107         gnus-activate-group twice.  Suggested by Markus Peter
22108         <warp@spin.de>.
22109
22110 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22111
22112         * gnus-art.el (gnus-article-time-format): Exchange the order of
22113         day and month in the default value; fix customization type.
22114         (article-date-ut): Use add-text-properties.
22115         (article-make-date-line): Use message-make-date instead of
22116         current-time-string.
22117
22118         * message.el (message-fetch-field): Don't use set-text-properties.
22119         (message-make-date): Simplify.
22120
22121         * messagexmas.el (message-xmas-make-date): New function.
22122         (message-xmas-redefine): Defalias message-make-date to it.
22123
22124 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22125
22126         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22127         (rfc2047-encode-region): Treat text within parentheses as special;
22128         show the original text when error has occurred.
22129
22130         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22131         already-computed method to gnus-activate-group.
22132
22133         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22134         same select-methods identical Lisp objects.
22135
22136         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22137         object when modifying the info.
22138
22139 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22140
22141         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22142         gnus-opened-servers since it has never been opened with the new
22143         configuration yet.
22144
22145 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22146
22147         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22148         arg to nnheader-generate-fake-message-id.
22149
22150 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22151
22152         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22153         number and build a fake message ID localized to a group and
22154         article number (so it's repeatable from that point on).
22155         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22156         ID format.
22157
22158         * gnus-sum.el (gnus-get-newsgroup-headers):
22159         Call nnheader-generate-fake-message-id with the article number.
22160
22161 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22162
22163         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22164         end-of-buffer.
22165
22166 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22167
22168         * message.el (message-ignored-supersedes-headers): Add Approved.
22169
22170 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22171
22172         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22173         goto-char.
22174         (rfc2047-encode): Fold the line before encoding.
22175
22176 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22177
22178         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22179         folding -- not all headers can be folded, and this should be done
22180         by the message composition mode.  Probably.  I think.
22181
22182 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22183
22184         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22185         fast.
22186
22187         * gnus-ems.el (gnus-remove-image): Don't use
22188         message-text-with-property; remove only the image found first.
22189
22190         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22191         found first.
22192
22193 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22194
22195         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22196
22197 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22198
22199         * message.el (message-text-with-property): Make it fast and accept
22200         optional arguments.
22201         (message-strip-forbidden-properties): Use it.
22202         (message-fix-before-sending): Follow the m-t-w-p change.
22203
22204         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22205
22206 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22207
22208         * gnus-art.el (article-hide-headers): Don't change the buffer
22209         mistakenly when performing mml-preview even if
22210         gnus-single-article-buffer is nil.
22211
22212 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22213
22214         * message.el (message-expand-name-databases): New user option.
22215         (message-expand-name): Use it.
22216
22217 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22218
22219         * spam.el (spam-report-articles-resend)
22220         (spam-report-resend-register-routine): Allow ham reporting.
22221         (spam-report-resend-register-ham-routine): Add wrapper.
22222         (spam-registration-functions): Add ham resending functions.
22223         (spam-list-of-processors): Add ham resend processor.
22224
22225         * gnus.el (ham-resend-to): Add new group parameter.
22226         (spam-process): Add ham resend option.
22227
22228         * spam-report.el (spam-report-resend): Allow reporting ham.
22229         (spam-report-resend-ham): Add wrapper.
22230
22231 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22232
22233         * message.el (message-cite-articles-with-x-no-archive):
22234         New variable.
22235         (message-cite-original): Use it.
22236
22237 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22238
22239         * message.el (message-cite-original): Respect X-No-Archive.
22240
22241 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22242
22243         * gnus-art.el (article-hide-headers): Refer to the values for
22244         gnus-ignored-headers and gnus-visible-headers in the summary
22245         buffer since a user may have set them as group parameters.
22246
22247 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22248
22249         * assistant.el (assistant-node-name): Add convenience function.
22250         (assistant-render-text, assistant-render-node): Add error handling,
22251         plus handle multiple next nodes.
22252         (assistant-find-next-node): Comment out for now.
22253         (assistant-find-next-nodes): Add function, returns list of next
22254         nodes.
22255
22256 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22257
22258         * mail-source.el (mail-source-directory): Fix doc-string.
22259
22260 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22261
22262         * assistant.el (assistant-render-text, assistant-eval): Add :set
22263         widget type, which is different because it takes and returns a
22264         list.  Much hilarity ensues.
22265
22266 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22267
22268         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22269
22270         * gnus-group.el (gnus-group-get-new-news-this-group):
22271         Add doc-string.
22272
22273         * gnus-start.el (gnus-activate-group): Add doc-string.
22274
22275 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22276
22277         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22278
22279 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22280
22281         * assistant.el (assistant-render-text): Try to add a :set
22282         widget, more to come.
22283
22284         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22285         strings.
22286         (spam-report-articles-resend)
22287         (spam-register-routine): Do registration iff any articles warrant
22288         it.
22289         (spam-summary-prepare-exit): Change log message for nil group
22290         destinations.
22291
22292 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22293
22294         * spam.el (spam-report-resend-register-routine):
22295         Allow spam-report-resend-to to be a group parameter or a global value.
22296
22297 2004-05-26  Simon Josefsson  <jas@extundo.com>
22298
22299         * starttls.el: Merge with my GNUTLS based starttls.el.
22300         (starttls-gnutls-program, starttls-use-gnutls)
22301         (starttls-extra-arguments, starttls-process-connection-type)
22302         (starttls-connect, starttls-failure, starttls-success):
22303         New variables.
22304         (starttls-program, starttls-extra-args): Doc fix.
22305         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22306         New functions.
22307         (starttls-negotiate, starttls-open-stream):
22308         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22309         function if it is set.
22310
22311 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22312
22313         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22314         structured fields.
22315
22316 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22317
22318         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22319
22320 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22321
22322         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22323         Add variable.
22324         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22325         assigning the spam-mark to new messages.
22326
22327 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22328
22329         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22330
22331 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22332
22333         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22334
22335         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22336         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22337         default.
22338
22339 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22340
22341         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22342         correct data.
22343
22344 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22345
22346         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22347         (spam-group-processor-p): Fix function.
22348         (spam-group-processor-multiple-p)
22349         (spam-group-spam-processor-report-gmane-p)
22350         (spam-group-spam-processor-report-resend-p)
22351         (spam-group-spam-processor-bogofilter-p)
22352         (spam-group-spam-processor-blacklist-p)
22353         (spam-group-spam-processor-ifile-p)
22354         (spam-group-ham-processor-ifile-p)
22355         (spam-group-spam-processor-spamoracle-p)
22356         (spam-group-spam-processor-crm114-p)
22357         (spam-group-ham-processor-bogofilter-p)
22358         (spam-group-spam-processor-stat-p)
22359         (spam-group-ham-processor-stat-p)
22360         (spam-group-ham-processor-whitelist-p)
22361         (spam-group-ham-processor-BBDB-p)
22362         (spam-group-ham-processor-spamoracle-p)
22363         (spam-group-ham-processor-copy-p): Remove functions with some
22364         prejudice against unneeded code.
22365         (spam-report-articles-resend)
22366         (spam-report-resend-register-routine): Allow the group/topic
22367         spam-resend-to value to override spam-report-resend-to.
22368         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22369         properly now.
22370
22371         * gnus.el (spam-resend-to): Add group/topic parameter.
22372         (spam-process): Move the OBSOLETE processors to the end of the
22373         choices.
22374
22375 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22376
22377         * spam-report.el (spam-report-resend-to, spam-report-resend):
22378         Start with resend-to set to nil, and then ask the user if necessary.
22379         (spam-report-resend): spam-report-resend takes a list of articles, not
22380         separate article numbers.
22381
22382 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22383
22384         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22385         addition to emacs-w3m.
22386
22387 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22388
22389         * assistant.el (assistant-authinfo-data): New function.
22390         (assistant-eval): Eval for entire assistant.
22391
22392         * netrc.el (netrc-services-file): New variable.
22393         (netrc-parse-services): New function.
22394         (netrc-find-service-name): New function.
22395         (netrc-find-service-number): New function.
22396         (netrc-port-equal): New function.
22397         (netrc-machine): Use it.
22398
22399         * nnimap.el (nnimap-open-connection): Use netrc.
22400
22401         * gnus-util.el (gnus-netrc-get): Remove aliases.
22402
22403         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22404
22405         * assistant.el (wid-edit): Fix compilation.
22406
22407         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22408
22409 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22410
22411         * gnus-util.el (gnus-set-file-modes): New function.  (small
22412         patch).
22413
22414 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22415
22416         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22417
22418         * assistant.el (assistant-render-node): Fix up rendering and
22419         read-only text.
22420         (assistant-render-node): Reset.
22421         (assistant-make-read-only): Not sticky.
22422
22423 2004-05-20  Danny Siu  <dsiu@adobe.com>
22424
22425         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
22426         centered even when gnus-auto-center-summary is t.
22427
22428 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22429
22430         * dns.el (dns-get-txt-answer): New function.
22431         (dns-read-txt): Ditto.
22432         (query-dns): Use it.
22433
22434 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22435
22436         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22437         active for foreign groups even if the group level is higher than
22438         the specified value.
22439
22440 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22441
22442         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22443         non-active groups.
22444
22445         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22446
22447 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22448
22449         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22450
22451 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22452
22453         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22454         (spam-crm114-header, spam-crm114-spam-switch)
22455         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22456         (spam-crm114-positive-spam-header)
22457         (spam-crm114-database-directory, spam-list-of-processors)
22458         (spam-group-spam-processor-crm114-p)
22459         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22460         (spam-generic-score, spam-list-of-checks)
22461         (spam-list-of-statistical-checks, spam-registration-functions)
22462         (spam-check-crm114-headers, spam-crm114-score)
22463         (spam-check-crm114, spam-crm114-register-with-crm114)
22464         (spam-crm114-register-spam-routine)
22465         (spam-crm114-unregister-spam-routine)
22466         (spam-crm114-register-ham-routine)
22467         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22468
22469 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22470
22471         * gnus.el: Add spam-use-crm114.
22472
22473         * spam.el (spam-list-of-processors, spam-registration-functions):
22474         Add spam-use-resend.
22475         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22476         (spam-report-articles-gmane): Add doc fix.
22477         (spam-report-articles-resend, spam-report-resend-register-routine):
22478         Add wrappers around spam-report-resend-to.
22479
22480         * spam-report.el (spam-report-resend-to, spam-report-resend):
22481         Add support for resending spam.
22482         (spam-report-gmane): Fix line length >80.
22483
22484         * gnus.el (spam-process): Add spam-use-resend.
22485
22486 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22487
22488         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22489         number of processed spam messages.
22490         (spam-ham-copy-or-move-routine): Return the number of processed
22491         ham messages.
22492         (spam-summary-prepare-exit): Use the above values to decide
22493         whether status messages shouled be displayed.
22494
22495 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22496
22497         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22498         `rfc2047-encoding-function-alist' in order to avoid conflicting
22499         with the old version.
22500         (rfc2047-encode-region): Concatenate words containing non-ASCII
22501         characters in structured fields; don't encode space-delimited
22502         ASCII words even in unstructured fields; don't break words at
22503         char-category boundaries.
22504         (rfc2047-encode-1): New function.
22505         (rfc2047-encode): Use it; encode text so that it occupies the
22506         maximum width within 76-column; work correctly on Q encoding for
22507         iso-2022-* charsets.
22508         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22509         sure not to break a line just after the header name.
22510         (rfc2047-b-encode-region): Remove.
22511         (rfc2047-b-encode-string): New function.
22512         (rfc2047-q-encode-region): Remove.
22513         (rfc2047-q-encode-string): New function.
22514
22515         * mm-util.el (mm-replace-in-string): New function.
22516
22517 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22518
22519         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22520         Really get it right.
22521         (gnus-inews-make-draft): Really.
22522
22523 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22524
22525         * nnmh.el (nnmh-request-list-1): Don't check the link count
22526         before descending.  (small patch)
22527
22528 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22529
22530         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22531         stuff.
22532
22533         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22534         Match on real group name.
22535
22536         * gnus-art.el (gnus-signature-limit): Doc fix.
22537
22538         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22539
22540         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22541
22542 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22543
22544         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22545         isn't a string.
22546
22547 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22548
22549         * gnus-draft.el (gnus-draft-send):
22550         Bind rfc2047-encode-encoded-words.
22551
22552         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22553         (rfc2047-encodable-p): Say that =? needs encoding.
22554         (rfc2047-encode-encoded-words): New variable.
22555
22556         * gnus-group.el (gnus-group-select-group): Doc fix.
22557
22558         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22559
22560         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22561         to nil.
22562
22563         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22564
22565         * nnheader.el (nnheader-get-lines-and-char): New function.
22566
22567 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22568
22569         * gnus-msg.el (gnus-summary-followup-with-original):
22570         Document yanking of region when active.
22571
22572 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22573
22574         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22575         groups if the group level is higher than the specified value.
22576
22577 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22578
22579         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22580         (gnus-group-jump-to-group): Add prefix argument using
22581         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22582         non-active group.
22583
22584         * compface.el (uncompface): Be verbose when changing
22585         `uncompface-use-external'.
22586
22587         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22588         handle manual section.
22589
22590 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22591
22592         * gnus-art.el (gnus-button-alist): Revert previous change.
22593
22594 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22595
22596         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22597
22598 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22599
22600         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22601         whether backend can accept message.
22602
22603         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22604
22605 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22606
22607         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22608         Avoid creating directory when nntp-marks-is-evil is true.
22609         Reported by Reiner Steib.
22610
22611 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22612
22613         * gnus-picon.el (gnus-picon-insert-glyph):
22614         Add optional `nostring' argument.
22615
22616 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22617
22618         * gnus-picon.el (gnus-picon-style): New variable.
22619         (gnus-picon-transform-address): Support `gnus-picon-style'.
22620
22621 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22622
22623         * message.el (message-fill-field): Return point.
22624         (message-generate-headers): Go to end of field.
22625
22626         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22627         stuff for non-living groups.
22628
22629 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22630
22631         * gnus-art.el (gnus-article-followup-with-original)
22632         (gnus-article-reply-with-original): gnus-mark-active-p ->
22633         gnus-region-active-p.
22634
22635 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22636
22637         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22638         only when there is spam or ham to be processed.
22639
22640 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22641
22642         * mail-source.el (mail-source-delete-crash-box): Refactor.
22643         (mail-source-fetch): Use it.
22644         (mail-source-fetch-file): Ditto.
22645         (mail-source-fetch-directory): Run postscript in loop.
22646         (mail-source-fetch-pop): Delete.
22647         (mail-source-fetch-maildir): Ditto.
22648         (mail-source-fetch-imap): Ditto.
22649
22650         * imap.el (imap-authenticators): Comment out sasl.
22651
22652         * message.el (message-skip-to-next-address): New function.
22653         (message-fill-header-address): Refactor.
22654         (message-fill-address): Use it.
22655         (message-delete-address): Use it.
22656         (message-fill-header-general): Refactor.
22657         (message-fill-field-address): Rename.
22658         (message-narrow-to-field): Find the start of the header.
22659         (message-header-format-alist): Don't pre-fill.
22660         (message-fill-header): Remove.
22661         (message-insert-header): New function.
22662         (message-shorten-references): Use it.
22663
22664         * rfc2047.el (rfc2047-field-value): Strip props.
22665
22666         * mail-parse.el (mail-header-make-address): New alias.
22667
22668         * ietf-drums.el (ietf-drums-make-address): New function.
22669
22670         * imap.el: Add compiler directives.
22671
22672         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22673
22674         * gnus-art.el (article-decode-idna-rhs): Don't use
22675         message-idna-inside-rhs-p.
22676
22677 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22678
22679         * message.el (message-idna-inside-rhs-p): Remove.
22680         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22681
22682         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22683         false positives.
22684
22685 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22686
22687         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22688
22689 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22690
22691         * nneething.el (nneething-file-name): Don't create spurious
22692         files.
22693
22694         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22695         (gnus-inews-do-gcc): Remove sleep.
22696
22697         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22698         part under point.
22699
22700         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22701         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22702
22703 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22704
22705         * spam.el (spam-summary-prepare-exit): Fix (length).
22706
22707 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22708
22709         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22710         as expired without moving it" message when there are spam
22711         messages left.
22712
22713 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22714
22715         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22716         header is not nil.
22717
22718 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22719
22720         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22721         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22722         (nntp-marks-changed-p): New arg SERVER.
22723         (nntp-request-update-info): Adjust caller.
22724
22725 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22726
22727         * nntp.el (nntp-save-marks): Pass missing arg.
22728
22729 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22730
22731         * nntp.el: Support marks.
22732         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22733         (nntp-marks-modtime, nntp-marks-directory): New variables.
22734         (nntp-request-set-mark, nntp-request-update-info)
22735         (nntp-possibly-create-directory, nntp-marks-changed-p)
22736         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22737         New functions.
22738
22739 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22740
22741         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22742         (gnus-xmas-redefine): Rename.
22743
22744         * gnus-score.el (gnus-score-insert-help):
22745         Use gnus-select-lowest-window.
22746
22747         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22748         appt-select-lowest-window and rename to gnus-select-lowest-window.
22749
22750         * gnus.el: do.
22751
22752 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22753
22754         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22755         encodings of MIME-encoded words, in order to improve
22756         interoperability with several broken MUAs.
22757
22758 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22759
22760         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22761         tags, only when charsets are not specified in headers.
22762         (mm-inline-text-html-render-with-w3m): Ditto.
22763
22764         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22765         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22766
22767 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22768
22769         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22770         instead of MIME-decoded from fields when checking
22771         `gnus-article-address-banner-alist'.
22772
22773 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22774
22775         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22776         description rather than subject.
22777
22778 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22779
22780         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22781
22782 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22783
22784         * gnus.el (gnus-version-number): Bump.
22785
22786 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22787
22788         * gnus.el: No Gnus v0.2 is released.
22789
22790 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22791
22792         * gnus-agent.el (gnus-agent-read-agentview):
22793         Inline gnus-uncompress-range.
22794
22795 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22796
22797         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22798         `exec-installed-p'.
22799
22800 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22801
22802         * gnus.el (spam-process, spam-autodetect-methods):
22803         Add bsfilter and bsfilter-headers.
22804
22805         * spam.el (spam-bsfilter): New customize group.
22806         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22807         (spam-bsfilter-header, spam-bsfilter-probability-header)
22808         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22809         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22810         (spam-bsfilter-database-directory): New options.
22811         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22812         (spam-list-of-statistical-checks, spam-registration-functions):
22813         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22814         (spam-bsfilter-score): New command.
22815         (spam-check-bsfilter-headers, spam-check-bsfilter)
22816         (spam-bsfilter-register-with-bsfilter)
22817         (spam-bsfilter-register-spam-routine)
22818         (spam-bsfilter-unregister-spam-routine)
22819         (spam-bsfilter-register-ham-routine)
22820         (spam-bsfilter-unregister-ham-routine): New functions.
22821         (spam-generic-score): Support bsfilter; Accept an optional argument
22822         to recalcurate spam score even if scoring header has already been
22823         added.
22824         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22825         optional argument to recalcurate spam score even if scoring header
22826         has already been added.
22827
22828 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22829
22830         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22831         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22832         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22833         link is missing.
22834
22835 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22836
22837         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22838         (html2text-get-attr): Rewrite.
22839
22840         * message.el (message-setup-1): Remove redundant put-text-property
22841         on mail-header-separator.
22842
22843 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22844
22845         * gnus-registry.el (gnus-registry-cache-whitespace)
22846         (gnus-registry-action, gnus-registry-spool-action)
22847         (gnus-registry-split-fancy-with-parent): Change message levels
22848         from 5 to 3 or 7, as needed.
22849
22850         * spam.el (spam-summary-prepare-exit)
22851         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22852         (spam-split, spam-find-spam, spam-log-undo-registration)
22853         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22854         level from 5 to 6.
22855
22856 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22857
22858         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22859         2004-03-04 change).
22860
22861 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22862
22863         * sieve-manage.el (sieve-manage-open):
22864         * nnweb.el (nnweb-insert-html):
22865         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22866         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22867         * nnspool.el (nnspool-request-group):
22868         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22869         * nnml.el (nnml-request-update-info):
22870         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22871         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22872         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22873         (nnimap-request-set-mark):
22874         * nnfolder.el (nnfolder-request-update-info):
22875         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22876         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22877         * gnus-uu.el (gnus-uu-find-articles-matching):
22878         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22879         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22880         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22881         * gnus-nocem.el (gnus-nocem-scan-groups):
22882         * gnus-int.el (gnus-start-news-server):
22883         * gnus-group.el (gnus-group-make-kiboze-group)
22884         (gnus-group-browse-foreign-server):
22885         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22886         Use mapc when appropriate.
22887
22888 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22889             Adam Sjøgren  <asjo@koldfront.dk>
22890             Wes Hardaker  <wes@hardakers.net>
22891             Michael Shields  <shields@msrl.com>
22892
22893         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22894         may need for spam sorting and scoring.
22895         (spam-user-format-function-S): Add user format function suitable for
22896         general use.
22897         (spam-article-sort-by-spam-status): Add sorting function for summary
22898         sorting.
22899         (spam-extra-header-to-number): Add function to get a score from a
22900         header.
22901         (spam-summary-score): Add function to get a numeric score from the
22902         headers.
22903         (spam-generic-score): Fix function doc, was in wrong place.
22904         (spam-initialize): Take symbols when it's run, and install the
22905         extra headers that spam-necessary-extra-headers thinks we need.
22906
22907 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22908
22909         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22910         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22911
22912 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22913
22914         * gnus-sum.el (gnus-set-global-variables)
22915         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22916         (gnus-article-get-xrefs, gnus-summary-best-group)
22917         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22918         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22919         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22920         Use with-current-buffer.
22921
22922 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22923
22924         * spam.el (spam-summary-prepare-exit): Simplify logic.
22925         (spam-fetch-article-header): Read the article header if it's not
22926         available.
22927         (spam-list-articles): Simplify logic.
22928         (spam-filelist-register-routine): Fix bug with unregister-list.
22929
22930         * gnus-registry.el: Fix comments at beginning.
22931
22932 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22933
22934         * message.el (message-cater-to-broken-inn): Remove.
22935         (message-shorten-references): Make sure the total folded length of
22936         References is shorter than 998 characters to cater to a bug in INN
22937         2.3.  Also, don't pretend that references aren't folded -- this
22938         hasn't worked for a while.
22939
22940 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22941
22942         * gnus-agent.el (gnus-agentize):
22943         gnus-agent-send-mail-real-function no longer set to current value
22944         of message-send-mail-function but rather a lambda that calls
22945         message-send-mail-function.  The change makes the agent real-time
22946         responsive to user changes to message-send-mail-function.
22947
22948 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22949
22950         * legacy-gnus-agent.el
22951         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22952         help from Florian Weimer <fw@deneb.enyo.de>
22953
22954 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22955
22956         * nnmail.el (nnmail-cache-insert): Revert last change.
22957
22958 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22959
22960         * nnmail.el (nnmail-cache-insert): Always check whether
22961         nnmail-cache-ignore-groups matches a group name.
22962
22963 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22964
22965         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22966         (spam-find-spam, spam-log-processing-to-registry)
22967         (spam-log-registered-p, spam-log-unregistration-needed-p)
22968         (spam-log-undo-registration): Use gnus-message instead of
22969         gnus-error, none of these errors are fatal.
22970
22971         * gnus-registry.el (gnus-registry-clean-empty-function)
22972         (gnus-registry-clean-empty): Remove only empty entries without
22973         extra data.
22974
22975 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22976
22977         * spam-stat.el (spam-stat-buffer-change-to-spam)
22978         (spam-stat-buffer-change-to-non-spam): Change (error) to
22979         (gnus-message 8) invocation.
22980
22981 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22982
22983         * nntp.el (nntp-via-netcat-command): New variable.
22984         (nntp-via-netcat-switches): New variable.
22985         (nntp-open-via-rlogin-and-netcat): New function.
22986         (nntp-open-connection-function): Doc fix.
22987         (nntp-telnet-command): Doc fix.
22988         (nntp-end-of-line): Doc fix.
22989         (nntp-via-rlogin-command): Doc fix.
22990         (nntp-via-user-name): Doc fix.
22991         (nntp-via-address): Doc fix.
22992
22993 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22994
22995         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22996         error in Emacs 21.1.
22997
22998 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22999
23000         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23001
23002 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23003
23004         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23005         (gnus-agent-with-refreshed-group): New macro.
23006         (gnus-agent-rename-group): New function.
23007         (gnus-agent-delete-group): New function.
23008         (gnus-agent-save-group-info): Use gnus-command-method when
23009         `method' parameter is nil.  Don't write nil entries into the
23010         active file.
23011         (gnus-agent-get-group-info): New function.
23012         (gnus-agent-fetch-articles):
23013         Use gnus-agent-update-files-total-fetched-for to increment disk space
23014         used.
23015         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23016         Use gnus-agent-update-view-total-fetched-for to increment disk space
23017         used.
23018         (gnus-agent-get-local): Add optional parameters to avoid calling
23019         gnus-group-real-name and gnus-find-method-for-group.
23020         (gnus-agent-set-local): Delete stored entry if either min, or max,
23021         are nil.
23022         (gnus-agent-fetch-session): Reworded error/quit messages.
23023         On quit, use gnus-agent-regenerate-group to record existance of any
23024         articles fetched to disk before the quit occurred.
23025         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23026         gnus-agent-update-view-total-fetched-for, and
23027         gnus-agent-update-files-total-fetched-for to decrement disk space
23028         used.
23029         (gnus-agent-retrieve-headers):
23030         Use gnus-agent-update-view-total-fetched-for to increment disk space
23031         used.
23032         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23033         with gnus-agent-update-files-total-fetched-for to decrement disk
23034         space and fresh group buffer.
23035         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23036         (gnus-agent-need-update-total-fetched-for): New variable.
23037         (gnus-agent-update-files-total-fetched-for): New function.
23038         (gnus-agent-update-view-total-fetched-for): New function.
23039         (gnus-agent-total-fetched-for): New function.
23040
23041         * gnus-cache.el (gnus-cache-save-buffers):
23042         Use gnus-cache-update-overview-total-fetched-for to change disk space
23043         used by this group.
23044         (gnus-cache-possibly-enter-article):
23045         Use gnus-cache-update-file-total-fetched-for to increment disk space
23046         used by this group.
23047         (gnus-cache-possibly-remove-article):
23048         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23049         used by this group.
23050         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23051         (gnus-cache-rename-group): New function.
23052         (gnus-cache-delete-group): New function.
23053         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23054         (gnus-cache-need-update-total-fetched-for): New variable.
23055         (gnus-cache-with-refreshed-group): New macro.
23056         (gnus-cache-update-file-total-fetched-for): New function.
23057         (gnus-cache-update-overview-total-fetched-for): New function.
23058         (gnus-cache-rename-group-total-fetched-for): New function.
23059         (gnus-cache-delete-group-total-fetched-for): New function.
23060         (gnus-cache-total-fetched-for): New function.
23061
23062         * gnus-group.el: Require gnus-sum and autoload functions to
23063         resolve warnings when gnus-group.el compiled alone.
23064         (gnus-group-line-format): Documented new %F.
23065         (size of Fetched data) group line format; identifies disk space
23066         used by agent and cache.
23067         (gnus-group-line-format-alist): Defined new F format.
23068         (gnus-total-fetched-for): New function.
23069         (gnus-group-delete-group): No longer update
23070         gnus-cache-active-altered as gnus-request-delete-group now keeps
23071         the cache in sync.
23072         (gnus-group-list-active): Let the agent store a server's active
23073         list if currently plugged.
23074
23075         * gnus-int.el (gnus-request-delete-group):
23076         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23077         local disk in sync with the server.
23078         (gnus-request-rename-group):
23079         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23080         local disk in sync with the server.
23081
23082         * gnus-start.el (gnus-get-unread-articles):
23083         Cosmetic simplification to logic.
23084
23085         * gnus-util.el (gnus-rename-file): New function.
23086
23087 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23088
23089         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23090
23091 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23092
23093         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23094         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23095
23096 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23097
23098         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23099         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23100
23101 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23102
23103         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23104
23105 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23106
23107         * spam.el (spam-set-difference): Add function to replace
23108         gnus-set-difference in spam.el.
23109         (spam-summary-prepare-exit): Use spam-set-difference.
23110
23111 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23112
23113         * gnus-registry.el (gnus-registry-cache-file): Update to use
23114         gnus-dribble-directory OR gnus-home-directory OR ~.
23115         (gnus-registry-split-fancy-with-parent): Fix doc.
23116
23117 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23118
23119         * message.el (message-exchange-point-and-mark):
23120         Use message-mark-active-p.  Suggested by Jesper Harder
23121         <harder@ifa.au.dk>.
23122
23123 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23124
23125         * message.el (message-exchange-point-and-mark): Don't activate
23126         region if it was inactive.  Suggested by Hiroshi Fujishima
23127         <pooh@nature.tsukuba.ac.jp>.
23128
23129 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23130
23131         * gnus-art.el (article-display-face): Display Faces in the same
23132         order as X-Faces.
23133
23134 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23135
23136         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23137
23138 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23139
23140         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23141         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23142         (gnus-article-mime-hierarchy): Remove.
23143         (gnus-article-mime-hierarchy-next): Remove.
23144         (gnus-article-mode): Revert 2004-03-19 change.
23145         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23146         (gnus-insert-mime-button): Revert 2004-03-19 change.
23147         (gnus-mime-accumulate-hierarchy): Remove.
23148         (gnus-mime-enter-multipart): Remove.
23149         (gnus-mime-leave-multipart): Remove.
23150         (gnus-mime-display-part): Revert 2004-03-19 change.
23151         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23152
23153         * mml.el (mml-preview): Revert 2004-03-19 change.
23154
23155 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23156
23157         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23158
23159 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23160
23161         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23162         t while entering a file name using the mm-with-multibyte macro.
23163         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23164
23165         * mm-util.el (mm-with-multibyte): New macro.
23166
23167 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23168
23169         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23170         New user option.
23171         (gnus-mime-multipart-functions): Doc and customization fix.
23172         (gnus-article-mime-hierarchy): New variable.
23173         (gnus-article-mime-hierarchy-next): New variable.
23174         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23175         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23176         gnus-article-mime-hierarchy-next to nil.
23177         (gnus-insert-mime-button): Show hierarchy numbers.
23178         (gnus-mime-accumulate-hierarchy): New function.
23179         (gnus-mime-enter-multipart): New function.
23180         (gnus-mime-leave-multipart): New function.
23181         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23182         (gnus-mime-display-alternative): Show hierarchy numbers.
23183
23184         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23185         gnus-article-mime-hierarchy-next to nil.
23186
23187 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23188
23189         * dns.el: Don't require gnus-xmas.
23190
23191 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23192
23193         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23194         inline PGP.
23195         (mml-menu): Disable mml-quote-region if mark is inactive.
23196
23197 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23198
23199         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23200         when the group's active is not available.
23201
23202 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23203
23204         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23205         error.
23206
23207 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23208
23209         * imap.el (imap-store-password): New variable.
23210         (imap-interactive-login): Use it.
23211         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23212
23213 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23214
23215         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23216         window-start and hscroll to summary window.
23217
23218 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23219
23220         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23221         conversion message to newsrc-dribble when an actual conversion is
23222         performed.
23223
23224 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23225
23226         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23227
23228 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23229
23230         * mm-decode.el (mm-complicated-handles): New function reviving
23231         former definition of mm-multiple-handles.
23232
23233         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23234         (gnus-mime-delete-part): Use it.
23235
23236 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23237
23238         * gnus-agent.el (gnus-agent-read-local):
23239         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23240         avoid the implicit assumption that they will always be equal.
23241         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23242         coding-system-for-write, as the with-temp-file macro first prints
23243         to a buffer then saves the buffer.
23244
23245 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23246
23247         * gnus-art.el (gnus-article-edit-part): New function.
23248         (gnus-mime-save-part-and-strip): Use it; do query instead of
23249         signaling an error; don't use mm-multiple-handles.
23250         (gnus-mime-delete-part): Ditto.
23251
23252 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23253
23254         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23255         old file versions.
23256         (gnus-group-prepare-hook): Remove function that converted list
23257         form of gnus-agent-expire-days to group properties.
23258
23259         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23260         (gnus-request-accept-article): Re-indented.
23261
23262         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23263         converters to handle old agent file formats.  Add logic for a
23264         "backup before upgrading warning".
23265         (gnus-convert-mark-converter-prompt): Developers can mark
23266         functions as needing (default), or not needing,
23267         gnus-convert-old-newsrc's "backup before upgrading warning".
23268         (gnus-convert-converter-needs-prompt): Tests whether the user
23269         should be protected from potentially irreversable changes by the
23270         function.
23271
23272         * legacy-gnus-agent.el: New.  Provides converters that are only
23273         loaded when gnus-convert-old-newsrc needs to call them.
23274
23275 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23276
23277         * mail-source.el (mail-source-touch-pop): Doc fix.
23278
23279         * message.el (message-smtpmail-send-it): Doc fix.
23280
23281 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23282
23283         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23284
23285         * nnmail.el (nnmail-split-fancy): do.
23286
23287         * gnus-kill.el (gnus-kill, gnus-execute): do.
23288
23289 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23290
23291         * gnus-sum.el (gnus-widget-reversible-match)
23292         (gnus-widget-reversible-to-internal)
23293         (gnus-widget-reversible-to-external): New functions.
23294         (gnus-widget-reversible): New widget.
23295         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23296
23297 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23298
23299         * gnus-sum.el (gnus-thread-sort-functions)
23300         (gnus-article-sort-functions): Document `(not F)' items.
23301
23302 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23303
23304         * spam.el (spam-use-gmane-xref): Add new backend.
23305         (spam-gmane-xref-spam-group): Add variable to control the name of the
23306         Gmane spam group.
23307         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23308         (spam-regex-headers-spam, spam-regex-headers-ham)
23309         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23310         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23311         backends and checks.
23312         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23313
23314         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23315         an autodetect method.
23316
23317 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23318
23319         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23320         articles are being added to a group.
23321         (gnus-request-replace-article): Inform the agent that articles
23322         need to be uncached as the cached contents are no longer valid.
23323
23324 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23325
23326         * binhex.el: Don't autoload executable-find.
23327
23328         * canlock.el: Don't autoload mail-fetch-field.
23329
23330         * dgnushack.el: Autoload c-mode for XEmacs.
23331
23332         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23333
23334         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23335         rmail-dont-reply-to and rmail-output.
23336
23337         * gnus-score.el: Don't autoload ffap-string-at-point.
23338
23339         * gnus-setup.el: Don't autoload sc-cite-original.
23340
23341         * imap.el: Don't autoload base64-decode-string,
23342         base64-encode-string and md5.
23343
23344         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23345         and rmail-msg-restore-non-pruned-header.
23346
23347         * mm-decode.el: Don't autoload executable-find.
23348
23349         * mm-url.el: Don't autoload executable-find.
23350
23351         * mm-view.el: Don't autoload diff-mode.
23352
23353         * nndb.el: Don't autoload news-reply-mode, news-setup,
23354         cancel-timer and telnet.
23355
23356         * password.el: Don't autoload run-at-time for Emacs.
23357
23358         * sha1-el.el: Don't autoload executable-find.
23359
23360         * sieve-mode.el: Don't autoload c-mode.
23361
23362         * uudecode.el: Don't autoload executable-find.
23363
23364 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23365
23366         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23367         (gnus-agent-possibly-alter-active): Avoid null in numeric
23368         comparison.
23369         (gnus-agent-set-local): Refuse to save null in local object table.
23370         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23371         list of articles that will be marked as unread.
23372
23373 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23374
23375         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23376
23377 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23378
23379         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23380         language tags.
23381
23382 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23383
23384         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23385         Don't bind "obarray".
23386
23387         * gnus-sum.el (gnus-thread-sort-functions):
23388         Add `gnus-thread-sort-by-most-recent-number' and
23389         `gnus-thread-sort-by-most-recent-date'.
23390         Reported by Kai Grossjohann <kai@emptydomain.de>.
23391
23392 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23393
23394         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23395
23396 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23397
23398         * gnus-cus.el (gnus-agent-customize-category):
23399         Remove ignore-errors macro reference that required cl to be loaded at
23400         run-time.
23401
23402         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23403         single-interval range of the form (min . max).  Previously the
23404         range had to look like ((min . max)).  Likewise, return
23405         (min . max) rather than ((min . max)).
23406         (gnus-range-map): Use gnus-range-normalize to accept
23407         single-interval range.
23408
23409         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23410         the cache, but not the agent, now appear with their usual face.
23411
23412         * dgnushack.el (loaddir): New variable that is bound to the
23413         directory containing the dgnushack.el file. Use loaddir, rather
23414         than srcdir, to update load-path. Change lets dgnushack compile
23415         code in directories other than GNUS/lisp.
23416
23417 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23418
23419         * lpath.el: Don't bind w3m-safe-url-regexp.
23420
23421         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23422         w3m-safe-url-regexp variable buffer-local.
23423
23424         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23425
23426 2004-02-27  Simon Josefsson  <jas@extundo.com>
23427
23428         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23429         gnus-group-real-prefix.
23430         (gnus-summary-move-article): Use it, instead of
23431         gnus-group-real-prefix.
23432
23433 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23434
23435         * lpath.el: Bind w3m-safe-url-regexp.
23436
23437         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23438         w3m-safe-url-regexp variable buffer-local and set it as the value
23439         of mm-w3m-safe-url-regexp.
23440
23441         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23442
23443         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23444         parsing gnus-posting-styles when the message is not for replying.
23445
23446         * dgnushack.el: Autoload sgml-mode for XEmacs.
23447
23448         * nnrss.el (nnrss-opml-export):
23449         Use mm-set-buffer-file-coding-system instead of
23450         set-buffer-file-coding-system.
23451
23452 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23453
23454         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23455         of checkdoc.el).
23456         * nnrss.el: do.
23457         * gnus-mlspl.el: do.
23458         * gnus-ml.el: do.
23459         * gnus-srvr.el: do.
23460
23461         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23462
23463 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23464
23465         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23466         Corrections to custom-manual links.
23467
23468         * gnus-art.el (gnus-article): Ditto.
23469
23470         * mm-decode.el (mime-display, mime-security): Ditto.
23471
23472 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23473
23474         * flow-fill.el: Typo.
23475
23476 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23477
23478         * spam-wash.el: New file.
23479
23480 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23481
23482         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23483
23484 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23485
23486         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23487         to be run with new-articles as LIST1, not LIST2.
23488         (spam-registration-functions): Add spam-use-ham-copy as a nil
23489         registration backend.
23490
23491 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23492
23493         * spam-stat.el (spam-stat-washing-hook): New option.
23494         (spam-stat-buffer-words): Use it.
23495         (spam-stat-process-directory, spam-stat-test-directory):
23496         Use insert-file-contents-literally.
23497         (spam-stat-coding-system): New variable.
23498         (spam-stat-load, spam-stat-save): Use it.
23499
23500 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23501
23502         * spam-report.el (spam-report-plug-agent):
23503         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23504
23505 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23506
23507         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23508         Allow / in mailto URLs.
23509
23510 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23511
23512         * spam-report.el (spam-report-process-queue): Fix interactive use.
23513         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23514         (spam-report-unplug-agent): Doc fixes.
23515         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23516         (spam-report-agentize, spam-report-deagentize): Autoload.
23517
23518 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23519
23520         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23521
23522         * message.el (message-setup-fill-variables): Add mml tags to
23523         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23524         <ajk@iu.edu>.
23525         (message-mode): Don't modify paragraph-separate there.
23526
23527 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23528
23529         * compface.el (uncompface-use-external): Default to undecided.
23530         (uncompface-use-external-threshold): New variable.
23531         (uncompface-float-time): New macro.
23532         (uncompface): Determine whether to use the external decoder if
23533         uncompface-use-external is undecided.
23534
23535 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23536
23537         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23538         after images.
23539
23540         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23541
23542 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23543
23544         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23545
23546         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23547
23548         * gnus-sum.el (gnus-summary-limit-to-age)
23549         (gnus-summary-limit-children): do.
23550
23551         * gnus-int.el (gnus-request-scan): do.
23552
23553         * gnus-group.el (gnus-group-suspend): do.
23554
23555         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23556
23557         * gnus-cite.el (gnus-cite-parse-attributions): do.
23558
23559         * gnus-agent.el (gnus-summary-set-agent-mark)
23560         (gnus-agent-regenerate-group): do.
23561
23562         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23563
23564         * binhex.el (binhex-decode-region-internal): do.
23565
23566 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23567
23568         * gnus-fun.el (gnus-face-properties-alist): New user option.
23569         (gnus-display-x-face-in-from): Use it.
23570
23571         * gnus-art.el (article-display-face): Ditto.
23572
23573         * compface.el (uncompface-use-external): Default to nil.
23574
23575 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23576
23577         * nntp.el (nntp-erase-buffer): New function.
23578         (nntp-retrieve-data, nntp-send-command)
23579         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23580         (nntp-possibly-change-group): Use it.
23581
23582         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23583         Use with-current-buffer.
23584
23585 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23586
23587         * compface.el: Merge the ELisp-based uncompface program.
23588         (compface): New customization group.
23589         (uncompface-use-external): New user option.
23590         (uncompface): Call uncompface-internal if uncompface-use-external
23591         is nil.
23592         (uncompface-internal): New function.  Note that there are also
23593         some other functions and variables added for this function.
23594
23595 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23596
23597         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23598         if necessary.
23599
23600 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23601
23602         * spam-report.el (spam-report-unplug-agent)
23603         (spam-report-plug-agent, spam-report-deagentize)
23604         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23605         Add support for the Agent in spam-report: when unplugged, report to a
23606         file; when plugged, submit all the requests.
23607
23608         * spam.el (spam-register-routine): Fix message about
23609         registration.
23610
23611 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23612
23613         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23614         dependencies.
23615         (rfc2047-encode): Use it.
23616
23617         * gnus-art.el (gnus-button-marker-list): Move before first
23618         reference.
23619
23620         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23621         (imap-parse-body): Fix format string mismatch.
23622
23623         * gnus-score.el (gnus-summary-increase-score): do.
23624
23625         * nnrss.el (nnrss-close): New function.
23626
23627 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23628
23629         * nnrss.el (nnrss-make-filename): New function.
23630         (nnrss-request-delete-group, nnrss-read-server-data)
23631         (nnrss-save-server-data, nnrss-read-group-data)
23632         (nnrss-save-group-data): Use it.
23633         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23634         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23635         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23636
23637 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23638
23639         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23640
23641 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23642
23643         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23644         files.
23645
23646         * message.el (message-generate-headers-first): Don't quote nil
23647         and t in docstrings.
23648
23649         * imap.el (imap-id): do.
23650
23651         * gnus-agent.el (gnus-agent-consider-all-articles)
23652         (gnus-agent-queue-mail): do.
23653
23654 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23655
23656         * spam-report.el (spam-report-process-queue): New function.
23657         Process requests from `spam-report-requests-file'.
23658         (spam-report-process-queue): Doc fix.
23659
23660 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23661
23662         * spam.el (spam-register-routine)
23663         (spam-log-processing-to-registry, spam-log-registered-p)
23664         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23665         Change "check" to "spam-check" for semi-clarity.
23666
23667 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23668
23669         * pop3.el: Require nnheader.
23670
23671         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23672
23673         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23674
23675         * gnus-picon.el: Require cl.
23676
23677         * gnus-fun.el: Require gnus-ems and gnus-util.
23678
23679         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23680
23681         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
23682
23683         * gnus-art.el (gnus-article-edit-mode): Define before first
23684         reference.
23685
23686 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23687
23688         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23689         (gnus-uu-post-encoded): Use point-at-bol.
23690
23691         * gnus-topic.el (gnus-group-active-topic-p): do.
23692
23693         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23694
23695         * gnus-group.el (gnus-group-kill-region): do.
23696
23697         * gnus-art.el (article-date-ut): do.
23698
23699         * message.el (message-fetch-field): Remove redundant
23700         case-fold-search binding.
23701         (message-narrow-to-field): Simplify.
23702
23703 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23704
23705         * spam.el (spam-directory): Derive from `gnus-directory'.
23706
23707         * spam-report.el (spam-report-url-to-file)
23708         (spam-report-requests-file): New function and variable for offline
23709         reporting.
23710         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23711         and user defined function.
23712         (spam-report-url-ping-mm-url): Remove doubled slash.
23713
23714 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23715
23716         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23717
23718 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23719
23720         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23721         Fix format string mismatch.
23722
23723         * sieve.el (sieve-deactivate-all): do.
23724
23725         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23726
23727         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23728
23729         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23730
23731         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23732
23733 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23734
23735         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23736         the list of checks.
23737
23738 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23739
23740         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23741         padding.
23742
23743 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23744
23745         * mm-view.el (mm-fill-flowed): New variable.
23746         (mm-inline-text): Use it.
23747
23748 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23749
23750         * spam.el (spam-spamassassin-register-ham-routine)
23751         (spam-spamassassin-register-spam-routine): Fix function names.
23752
23753 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23754
23755         * gnus.el (gnus-tmp-grouplens): Remove.
23756         (gnus-summary-line-format): Remove grouplens.
23757
23758         * gnus-group.el (gnus-group-line-format): Ditto.
23759
23760         * gnus-spec.el (gnus-format-specs): Ditto.
23761         (gnus-update-format-specifications): Flush the group format spec
23762         cache if there's the grouplens stuff.
23763         (gnus-parse-simple-format): Replace %l with the empty string.
23764
23765 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23766
23767         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23768         omission.
23769
23770 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23771
23772         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23773         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23774
23775 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23776
23777         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23778         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23779         New macros and functions.
23780         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23781         Handle > NLINK_MAX messages.
23782         * nnmaildir.el (nnmaildir-request-set-mark):
23783         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23784
23785 2004-01-25  Alex Schroeder  <alex@gnu.org>
23786
23787         * spam-stat.el (spam-stat-process-directory-age): New option.
23788         (spam-stat-process-directory): Use it.
23789
23790 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23791
23792         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23793         (spam-stat-save): Accept prefix argument.
23794
23795 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23796
23797         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23798         links" error.
23799
23800 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23801
23802         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23803         the rest of the and/or forms.
23804
23805 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23806
23807         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23808         compatibility with old .newsrc.eld files.
23809
23810         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23811
23812         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23813
23814         * gnus-start.el (gnus-1): do.
23815
23816         * gnus-group.el (gnus-group-line-format-alist): do.
23817
23818         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23819
23820         * gnus-gl.el: Remove.
23821
23822 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23823
23824         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23825         marks consisting of a single range {for example, (3 . 5)} rather
23826         than a list of a single range { ((3 . 5)) }.
23827
23828 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23829
23830         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23831         Use with-current-buffer.
23832         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23833         avoid consing a string.
23834
23835         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23836         Remove obsolete entries for big5 and gb2312.
23837
23838 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23839
23840         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23841         uncompressed list.
23842
23843 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23844
23845         * spam-stat.el (spam-stat-strip-xref): New function.
23846         (spam-stat-process-directory): Use it.
23847
23848         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23849         here -- it's done in message-fetch-field.
23850
23851 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23852
23853         * gnus-agent.el (gnus-agent-queue-mail)
23854         (gnus-agent-prompt-send-queue): New variables.
23855         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23856         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23857         "nndraft:queue" along to gnus-draft-send.
23858         Use gnus-agent-prompt-send-queue.
23859         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23860         is "nndraft:queue".  Suggested by Gaute Strokkenes
23861         <gs234@srcf.ucam.org>
23862
23863         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23864         (agent-enable-undownloaded-faces): Add.
23865         (gnus-agent-cat-groups): Use eval-and-compile, not
23866         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23867         method of gnus-agent-cat-groups even when the buffer has been
23868         evaled.
23869         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23870         delete gnus-agent-save-active-1.
23871         (gnus-agent-save-groups): Delete.  Identical to
23872         gnus-agent-save-active.
23873         (gnus-agent-write-active): No longer adjust agent's copy of active
23874         file as agent's adjustments are now stored in their own
23875         file.  Remove optional parameter.
23876         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23877         servers.  Add use of min/max range limits from server's local
23878         file.
23879         (gnus-agent-save-alist): Remove unused optional argument.
23880         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23881         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23882         (gnus-agent-set-local): A per-server file that keeps min/max range
23883         limits for articles known to the agent.  Provides a fast mechanism
23884         for altering many active ranges.
23885         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23886         active file (local makes it unnecessary).
23887         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23888
23889         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23890         (agent-enable-undownloaded-faces): Add.
23891
23892         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23893         disable it when sending to "nndraft:queue".
23894         (gnus-group-send-queue): Add safety check to avoid sending queue
23895         when unplugged.
23896
23897         * gnus-group.el (gnus-group-catchup): Use new
23898         gnus-sequence-of-unread-articles, not
23899         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23900         numbers of articles.  Use gnus-range-map to avoid having to
23901         uncompress the unread list.
23902         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23903         Fix invalid ange-ftp reference.
23904
23905         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23906         (gnus-sorted-range-intersection): Intersection of two ranges
23907         without requiring that they first be uncompressed.
23908
23909         * gnus-start.el (gnus-activate-group): Unless blocked by the
23910         caller, possibly expand the active range to include both cached
23911         and agentized articles.
23912         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23913         multiple version-dependent converters.
23914         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23915         gnus-agent-save-active.
23916         (gnus-save-newsrc-file): Save dirty agent range limits.
23917
23918         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23919         gnus-agent-possibly-alter-active.
23920         (gnus-adjust-marked-articles): Faster handling of simple lists.
23921
23922 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23923
23924         * spam-stat.el (spam-stat-test-directory): New optional argument
23925         displays a list of files detected.  Suggested by Andrew Cohen
23926         <cohen@andy.bu.edu>.
23927         (spam-stat-buffer-words-with-scores): Don't narrow and change
23928         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23929
23930 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23931
23932         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23933         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23934         (spam-spamassassin-arguments)
23935         (spam-spamassassin-spam-flag-header)
23936         (spam-spamassassin-positive-spam-flag-header)
23937         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23938         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23939         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23940         (spam-list-of-processors, spam-list-of-checks)
23941         (spam-list-of-statistical-checks, spam-registration-functions)
23942         (spam-check-spamassassin-headers, spam-check-spamassassin)
23943         (spam-spamassassin-score)
23944         (spam-spamassassin-register-with-sa-learn)
23945         (spam-spamassassin-register-spam-routine)
23946         (spam-spamassassin-register-ham-routine)
23947         (spam-assassin-register-spam-routine)
23948         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23949         (spam-bogofilter-score): Fix to show article before scoring.
23950
23951 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23952
23953         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23954         default scoring function.
23955         (spam-generic-score): Call spam-spamassassin-score if
23956         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23957         spam-bogofilter-score otherwise.
23958
23959         * gnus.el (spam-process, spam-autodetect-methods):
23960         Add spamassassin and spamassassin-headers.
23961
23962 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23963
23964         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23965         Suppress unnecessary messages.
23966
23967 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23968
23969         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23970         make-hash-table.
23971
23972 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23973
23974         * canlock.el (base64-encode-string): Don't autoload it.
23975
23976 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23977
23978         * run-at-time.el: Remove useless (require 'itimer),
23979         eval-and-compile and (featurep 'xemacs).
23980
23981 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23982
23983         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23984         GROUP is a virtual group.
23985
23986 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23987
23988         * gnus.el: Autoload `message-y-or-n-p'.
23989
23990 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23991
23992         * pgg-parse.el: Remove unnecessary (require 'custom).
23993
23994         * pgg-def.el: do.
23995
23996         * nnmail.el: do.
23997
23998         * gnus-undo.el: do.
23999
24000         * gnus-picon.el: do.
24001
24002         * gnus-util.el: do.
24003
24004 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24005
24006         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24007
24008 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24009
24010         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24011         handle, as well as a list.
24012
24013         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24014         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24015         (mm-w3m-cid-retrieve): Simplify.
24016
24017 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24018
24019         * message.el (message-kill-to-signature): Allow prefix arg to
24020         specify number of lines to keep before signature.
24021
24022 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24023
24024         * message.el (message-kill-to-signature): Change docstring.
24025
24026 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24027
24028         * canlock.el: Always require sha1-el.
24029         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24030
24031         * message.el: Autoload sha1 only when compiling.
24032
24033         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24034         eudc-expand-inline for XEmacs.
24035
24036 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24037
24038         * message.el (message-canlock-generate): Require sha1-el.
24039
24040 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24041
24042         * message.el (message-expand-name): Silence the byte compiler.
24043
24044         * lpath.el: Add detect-coding-system.
24045
24046         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24047         cus-edit.
24048
24049 2004-01-13  Simon Josefsson  <jas@extundo.com>
24050
24051         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24052         Invoke gnus-score-mode.
24053         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24054
24055         * gnus-range.el (gnus-compress-sequence): Doc fix.
24056         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24057
24058 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24059
24060         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24061
24062 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24063
24064         * spam.el (spam-get-article-as-string): Update to use
24065         gnus-request-article-this-buffer, much simpler.
24066         (spam-get-article-as-buffer): Remove.
24067
24068 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24069
24070         * message.el (message-expand-name): Use EUDC if the user uses that.
24071
24072 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24073
24074         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24075         character for the encoding to avoid consing a string.
24076
24077         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24078         unnecessarily.
24079
24080         * mm-util.el (mm-replace-chars-in-string): Remove.
24081
24082         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24083         of mm-replace-chars-in-string.
24084
24085 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24086
24087         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24088
24089         * mm-util.el (mm-subst-char-in-string): Support inplace.
24090
24091         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24092         a new string in every iteration.  Use shy groups.
24093
24094 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24095
24096         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24097         * gnus-soup.el (gnus-soup-group-brew):
24098         * gnus-msg.el (gnus-put-message):
24099         * gnus-move.el (gnus-group-move-group-to-server):
24100         * gnus-kill.el (gnus-batch-score):
24101         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24102         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24103         (gnus-group-update-group, gnus-group-read-group)
24104         (gnus-group-make-group, gnus-group-make-help-group)
24105         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24106         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24107         (gnus-group-sort-by-unread, gnus-group-catchup)
24108         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24109         (gnus-group-yank-group, gnus-group-set-info)
24110         (gnus-group-list-groups):
24111         * gnus.el (gnus-generate-new-group-name):
24112         * gnus-delay.el (gnus-delay-send-queue):
24113         * nnvirtual.el (nnvirtual-catchup-group):
24114         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24115         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24116         (gnus-group-prepare-topics, gnus-topic-check-topology):
24117         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24118         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24119         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24120         (gnus-group-make-articles-read):
24121         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24122         (gnus-group-change-level, gnus-kill-newsgroup)
24123         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24124         (gnus-get-unread-articles, gnus-make-articles-unread)
24125         (gnus-make-ascending-articles-unread): Use accessor
24126         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24127         to get group information for improved readability.
24128
24129
24130 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24131
24132         * gnus-art.el (article-decode-mime-words, article-babel)
24133         (gnus-article-highlight-signature, gnus-article-add-buttons)
24134         (gnus-signature-toggle): Use gnus-with-article-buffer.
24135
24136         * gnus-art.el (gnus-article-highlight-headers)
24137         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24138
24139         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24140         (gnus-article-set-globals, gnus-request-article-this-buffer)
24141         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24142         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24143         (gnus-mime-display-alternative): Use with-current-buffer.
24144
24145 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24146
24147         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24148         also under 80 char limit, and call gnus-error if needed.
24149         (spam-fetch-article-header): Fix - it was a
24150         buffer-local variable (gnus-newsgroup-data).
24151         (spam-find-spam): Use spam-generate-fake-headers, forget about
24152         spam-insert-fake-headers.
24153         (spam-insert-fake-headers): Remove.
24154
24155 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24156
24157         * deuglify.el (gnus-article-outlook-unwrap-lines)
24158         (gnus-outlook-rearrange-article)
24159         (gnus-outlook-repair-attribution-outlook)
24160         (gnus-outlook-repair-attribution-block)
24161         (gnus-outlook-repair-attribution-other): Remove redundant
24162         save-excursion.
24163
24164 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24165
24166         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24167         (spam-fetch-field-subject-fast)
24168         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24169         (spam-fetch-article-header): Add functions to deal with Gnus
24170         internals for fast retrieval of article header data.
24171         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24172
24173 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24174
24175         * pop3.el (pop3-md5): Remove.
24176         (pop3-apop): Replace pop3-md5 with md5.
24177
24178         * mm-bodies.el: base64 is always built-in.
24179
24180         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24181         Use with-current-buffer.
24182
24183 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24184
24185         * canlock.el (canlock-insert-header): Remove excessive grouping in
24186         regexp.
24187
24188         * gnus-sum.el (gnus-summary-read-document): Ditto.
24189
24190         * gnus-uu.el (gnus-uu-part-number): Ditto.
24191
24192         * html2text.el (html2text-remove-tags): Ditto.
24193         (html2text-format-tags): Ditto.
24194         (html2text-format-single-elements): Ditto.
24195
24196         * mml.el (mml-parse-1): Ditto.
24197
24198 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24199
24200         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24201
24202         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24203
24204         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24205
24206         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24207
24208 2003-11-15  Simon Josefsson  <jas@extundo.com>
24209
24210         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24211         (pgg-gpg-lookup-key): Use regexp match instead of
24212         split-string (split-string is different between emacs 21.2 and
24213         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24214
24215 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24216
24217         * gnus-art.el (gnus-mime-view-all-parts)
24218         (gnus-article-part-wrapper, gnus-article-view-part):
24219         Use with-current-buffer.
24220
24221 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24222
24223         * spam.el (spam-disable-spam-split-during-ham-respool)
24224         (spam-spamoracle-database, spam-cache-lookups)
24225         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24226         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24227         (spam-group-ham-marks, spam-group-spam-marks)
24228         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24229         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24230         also add spam-use-blackholes to the statistical checks.
24231         (spam-fetch-field-fast): Add interface to fetching fields, may
24232         become a macro.
24233         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24234         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24235         (spam-insert-fake-headers): Fake an article when needed.
24236         (spam-find-spam): Fake article when possible.
24237         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24238         (spam-check-bogofilter-headers): Use message-fetch-field instead
24239         of nnmail-fetch-field.
24240
24241 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24242
24243         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24244
24245 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24246
24247         * spam.el (spam-split): Do not require spam-use-CHECK to be
24248         enabled if that check is passed to spam-split explicitly; also
24249         fix so 'spam doesn't get converted to spam-split-group when
24250         spam-split-symbolic-return is t.
24251         (spam-find-spam): Find registrations of the article and use those
24252         instead of re-running spam-split to find the spam/ham
24253         classification of the article.
24254         (spam-log-processing-to-registry, spam-log-registered-p)
24255         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24256         Use gnus-error instead of gnus-message.
24257         (spam-log-registration-type): Add function to determine the
24258         classification of a message based on registry entries; will
24259         return nil if both 'spam and 'ham are found.
24260         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24261         a reasonably fast local cache without the loading errors.
24262         (spam-cache-lookups): Set to t by default.
24263         (spam-find-spam): Don't try to guess spam-cache-lookups.
24264         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24265         spam-caches entry.
24266         (spam-filelist-build-cache, spam-filelist-check-cache):
24267         Fix caching of whitelist/blacklist entries.
24268         (spam-check-whitelist, spam-check-blacklist):
24269         Invoke spam-from-listed-p with a type, not a cache variable.
24270         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24271
24272 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24273
24274         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24275
24276         * nnmail.el (nnmail-split-fancy): do.
24277
24278         * mml.el (mml-parse): do.
24279
24280         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24281         (gnus-score-adaptive): do.
24282
24283 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24284
24285         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24286         (gnus-mime-button-map): Don't set keymap parent.
24287         (gnus-button-ctan-directory-regexp): Use shy grouping.
24288         (gnus-prev-page-map): Don't set keymap parent.
24289         (gnus-prev-page-map): Remove duplicated one.
24290         (gnus-next-page-map): Don't set keymap parent.
24291         (gnus-mime-security-button-map): Ditto.
24292
24293         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24294         version number.
24295
24296         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24297
24298 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24299
24300         * canlock.el (canlock-sha1-function): Remove.
24301         (canlock-sha1-function-for-verify): Remove.
24302         (canlock-openssl-program): Remove.
24303         (canlock-openssl-args): Remove.
24304         (canlock-ignore-errors): Remove.
24305         (canlock-sha1-with-openssl): Remove.
24306         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24307         (canlock-verify): Don't use canlock-ignore-errors.
24308
24309         * sha1-el.el (sha1-string-external): Make it can return a string
24310         in binary form.
24311         (sha1-region-external): Ditto.
24312         (sha1-string-internal): Ditto.
24313         (sha1-region-internal): Ditto.
24314         (sha1-region): Ditto.
24315         (sha1-string): Ditto.
24316         (sha1): Ditto.
24317
24318 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24319
24320         * spam.el (spam-report-articles-gmane): New command.
24321
24322 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24323
24324         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24325
24326         * run-at-time.el (run-at-time-saved): Remove.
24327         (run-at-time): Doc fix.
24328
24329 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24330
24331         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24332         (gnus-summary-limit-map): Add it.
24333         (gnus-summary-make-menu-bar): do.
24334
24335 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24336
24337         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24338         Make attempt at some caching support (done for BBDB only now).
24339         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24340         addresses to be checked.
24341         (spam-clear-cache-BBDB): Add function, to be invoked by
24342         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24343         (spam-check-BBDB): Check and use the caches, if
24344         spam-cache-lookups is on, remove superfluous (provide).
24345
24346 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24347
24348         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24349
24350 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24351
24352         * run-at-time.el (run-at-time-saved): Move to after the definition
24353         of `run-at-time'.
24354
24355         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24356
24357 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24358
24359         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24360         mm-w3m-local-map-property.
24361
24362         * mm-view.el (mm-w3m-mode-map): Remove.
24363         (mm-w3m-local-map-property): Remove.
24364         (mm-inline-text-html-render-with-w3m): Don't use
24365         mm-w3m-local-map-property.
24366
24367 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24368
24369         * run-at-time.el: New file.
24370
24371         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24372         under Emacs.
24373
24374         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24375         of gnus-set-text-properties.
24376
24377         * gnus-uu.el (gnus-uu-save-article): Ditto.
24378
24379         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24380
24381         * gnus-cite.el (gnus-cite-parse): Ditto.
24382
24383         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24384         of gnus-.
24385
24386         * gnus-xmas.el (run-at-time): Require run-at-time.
24387
24388         * gnus.el: Change calls to nnheader-run-at-time and
24389         password-run-at-time throughout to use run-at-time directly.
24390
24391         * password.el: Remove definition of run-at-time.
24392
24393         * nnheaderxm.el: Remove definition of run-at-time.
24394
24395 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24396
24397         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24398         in prompt.
24399
24400 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24401
24402         * messagexmas.el (message-xmas-redefine): Alias
24403         `message-make-caesar-translation-table' to
24404         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24405         version.
24406
24407         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24408         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24409         `gnus-xmas-set-text-properties'.
24410         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24411         `gnus-xmas-completing-read'.
24412         (gnus-xmas-completing-read): Removed.
24413         (gnus-xmas-open-network-stream): Removed.
24414
24415         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24416         XEmacs version.
24417
24418         * dns.el (dns-make-network-process): Use `open-network-stream'
24419         instead of `gnus-xmas-open-network-stream'.
24420
24421         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24422
24423         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24424
24425 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24426
24427         * gnus-art.el (gnus-mime-display-alternative)
24428         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24429         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24430         Don't use gnus-local-map-property.
24431
24432         * gnus-util.el (gnus-local-map-property): Remove.
24433
24434         * mm-view.el (mm-view-pkcs7-decrypt):
24435         Replace gnus-completing-read-maybe-default with completing-read.
24436
24437         * gnus-util.el (gnus-completing-read): do.
24438         (gnus-completing-read-maybe-default): Remove.
24439
24440 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24441
24442         * password.el: Only autoload `run-at-time' if not XEmacs.
24443         Only autoload the itimer functions if XEmacs.
24444
24445 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24446
24447         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24448         XEmacsen.
24449
24450         * dgnushack.el: Autoload executable-find for XEmacs.
24451
24452 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24453
24454         * gnus-art.el (gnus-read-string): Remove.
24455         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24456         read-string.
24457
24458 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24459
24460         * netrc.el: Autoload password-read.
24461         (netrc): Add configuration group.
24462         (netrc-encoding-method, netrc-openssl-path):
24463         Add variables for encoding and decoding of files with symmetric
24464         ciphers.
24465         (netrc-encode): Add assistant function to encode a file with
24466         netrc-encoding-method.
24467         (netrc-parse): Add interactive parameter, added optional
24468         decoding if netrc-encoding-method is non-nil but otherwise
24469         behavior is standard.
24470         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24471         Do s/encode/encrypt/ everywhere.
24472
24473         * spam.el: Remove executable-find autoload.
24474
24475 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24476
24477         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24478
24479         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24480
24481 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24482
24483         * gnus-art.el (gnus-treat-ansi-sequences)
24484         (article-treat-ansi-sequences): New variable and function.
24485         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24486
24487         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24488         Use it.
24489
24490 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24491
24492         * mm-util.el (mm-quote-arg): Remove.
24493
24494         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24495         shell-quote-argument.
24496
24497         * gnus-uu.el (gnus-uu-command): do.
24498
24499         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24500
24501         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24502         with make-char.
24503
24504         * mm-util.el (mm-make-char): Remove.
24505
24506         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24507         add-minor-mode.
24508
24509         * gnus-undo.el (gnus-undo-mode): do.
24510
24511         * gnus-topic.el (gnus-topic-mode): do.
24512
24513         * gnus-sum.el (gnus-dead-summary-mode): do.
24514
24515         * gnus-start.el (gnus-slave-mode): do.
24516
24517         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24518
24519         * gnus-ml.el (gnus-mailing-list-mode): do.
24520
24521         * gnus-gl.el (gnus-grouplens-mode): do.
24522
24523         * gnus-draft.el (gnus-draft-mode): do.
24524
24525         * gnus-dired.el (gnus-dired-mode): do.
24526
24527         * gnus-ems.el (gnus-add-minor-mode): Remove.
24528
24529         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24530         Replace gnus-char-width with char-width.
24531
24532         * gnus-ems.el (gnus-char-width): Remove.
24533
24534         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24535         Replace gnus-char-width with char-width.
24536
24537         * gnus-ems.el (gnus-char-width): Remove.
24538
24539         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24540         definition.
24541         Remove Emacs 20 hash table compatibility code.
24542
24543         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24544         20 compatibility code.
24545
24546         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24547
24548         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24549
24550         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24551         Replace with point-at-{eol,bol}.
24552
24553         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24554
24555         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24556
24557         * flow-fill.el (fill-flowed-point-at-bol)
24558         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24559
24560         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24561         Replace with point-at-{eol,bol} throughout all files.
24562
24563 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24564
24565         * ntlm.el (ntlm-string-as-unibyte): New macro.
24566         (ntlm-build-auth-response): Use it.
24567
24568         Remove Emacs 20 stuff:
24569         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24570         (butlast, mapc, remove): Remove the compiler macros.
24571         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24572         of delq and copy-sequence.
24573         * gnus-art.el (popup-menu): Remove the compiler macro.
24574         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24575         Emacs 20.
24576
24577 2004-01-05  Simon Josefsson  <jas@extundo.com>
24578
24579         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24580         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24581         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24582         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24583         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24584         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24585         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24586         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24587         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24588         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24589         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24590         string-xor into ntlm-string-xor.
24591         Suggested by Jesper Harder <harder@myrealbox.com>.
24592
24593         * ntlm.el: Don't include poem.
24594
24595         * md4.el (print-int32, print-string-hexa): Remove.
24596         Suggested by Jesper Harder <harder@myrealbox.com>.
24597
24598         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24599
24600         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24601         probably breaks emacs with DL patch, but do we care? Is anyone
24602         still using the DL stuff?)
24603
24604         * sieve-manage.el: Use the password package.
24605         (sieve-manage-read-passwd): Remove.
24606         (sieve-manage-interactive-login): Use password.  Re-add
24607         condition-case around loop.
24608
24609         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24610         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24611         Use the password package.
24612
24613 2003-02-19  Simon Josefsson  <jas@extundo.com>
24614
24615         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24616         token.
24617
24618 2002-08-07  Simon Josefsson  <jas@extundo.com>
24619
24620         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24621         (sieve-manage-authenticators):
24622         (sieve-manage-authenticator-alist): Add some SASL mechs.
24623         (sieve-sasl-auth): New function.
24624         (sieve-manage-cram-md5-auth):
24625         (sieve-manage-plain-auth): Rewrite using SASL library.
24626         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24627         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24628         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24629         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24630
24631 2004-01-05  Simon Josefsson  <jas@extundo.com>
24632
24633         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24634         New files.
24635
24636 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24637
24638         * gnus-group.el (gnus-no-groups-message): Update.
24639
24640         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24641
24642 2003-11-09  Simon Josefsson  <jas@extundo.com>
24643
24644         * imap.el: Support for ID IMAP extension (RFC 2971).
24645         (imap-local-variables): Add imap-id.
24646         (imap-id): New variable.
24647         (imap-id): New function.
24648         (imap-parse-response): Parse untagged ID response.
24649         * nnimap.el (nnimap-id): New variable.
24650         (nnimap-open-connection): Use it.
24651
24652 2003-12-28  Simon Josefsson  <jas@extundo.com>
24653
24654         * gnus-score.el (gnus-score-edit-all-score): New.
24655         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24656
24657 2004-01-04  Simon Josefsson  <jas@extundo.com>
24658
24659         * password.el: Add.
24660
24661 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24662
24663         * dns.el (dns-query-types): Fix typo.
24664         (dns-query-types): New function.
24665         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24666         PTR and SOA replies, see RFC 1035.
24667
24668 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24669
24670         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24671
24672         * Move to Changelog.2.
24673
24674 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24675
24676         * gnus.el (gnus-version-number): Bump version.
24677
24678 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24679
24680         * gnus.el: No Gnus v0.1 is released.
24681
24682 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24683
24684         * gnus.el: No Gnus v0.0 is released.
24685
24686 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24687
24688         * gnus.el (gnus-version-number): Bump.
24689         (gnus-version): No.
24690
24691 See ChangeLog.2 for earlier changes.
24692
24693   Copyright (C) 2004-2012 Free Software Foundation, Inc.
24694
24695   This file is part of GNU Emacs.
24696
24697   GNU Emacs is free software: you can redistribute it and/or modify
24698   it under the terms of the GNU General Public License as published by
24699   the Free Software Foundation, either version 3 of the License, or
24700   (at your option) any later version.
24701
24702   GNU Emacs is distributed in the hope that it will be useful,
24703   but WITHOUT ANY WARRANTY; without even the implied warranty of
24704   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24705   GNU General Public License for more details.
24706
24707   You should have received a copy of the GNU General Public License
24708   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24709
24710 ;; Local Variables:
24711 ;; coding: utf-8
24712 ;; fill-column: 79
24713 ;; add-log-time-zone-rule: t
24714 ;; End: